Remove remaining directory server mentions#3017
Remove remaining directory server mentions#3017pljones merged 10 commits intojamulussoftware:mainfrom
Conversation
|
Huh? And Github |
|
So I guess I need to find |
|
Well, so clang-format-10 is no longer available and installing 11 made no difference locally. (Raised #3019) |
|
Would |
I had |
592a085 to
f047a8b
Compare
f047a8b to
80452df
Compare
Per jamulussoftware/jamulus#3017 (comment) - proposed change.
7394039 to
f6b99a4
Compare
|
OK, I don't think there's anything outstanding here now? |
f6b99a4 to
8f09aff
Compare
ann0see
left a comment
There was a problem hiding this comment.
I think by sight reviewing this looks ok.
8f09aff to
b1f9602
Compare
|
Raised jamulussoftware/jamuluswebsite#919 for the documentation change. |
|
https://github.com/jamulussoftware/jamulus/actions/runs/4713980244/jobs/8379530170 is still failing on main (but didn't on the branch, which was up to date with main...). Anyone understand why? Raised #3049 |
|
@pljones I think we can drop the needs documentation flag here too. |

Short description of changes
The overall goal is that:
--server --directoryaddress localhost(or-s -e 127.0.0.1)).This removes remaining "directory server" mentions in the code base (based on
grep -ni directory\ \*server src/*.*).Apart from:
--directoryservercommand line option(Replaced: #2997 - this is more complete)
CHANGELOG: Server: Rename
--directoryserverto--directoryaddress(and internal changes)Context: Fixes an issue?
On going maintenance to avoid confusion in terminology.
Does this change need documentation? What needs to be documented and how?
Yes.
--helpoutput now says--directoryaddressplus a few other changes. Translations affected in places, too (I added some more server GUI ones).Status of this Pull Request
It runs okay.
What is missing until this pull request can be merged?
generate_json_rpc_docs.pyscript (@hoffie ?)clang_format...Note: the Json RPC "directory_server" mention is in its external protocol, not just a comment, so needs consideration before just changing it. The other changes here affect nothing outside Jamulus.
Checklist