client: send overrides for everything that is publicly visible in the conf

Send a generic “overrides” list to the server, containing options in
text, on the format “section.key=value”.

This reduces the size of the base client/server protocol packet, as
well as opens up for a generic -o,--override command line option (not
yet implemented).
This commit is contained in:
Daniel Eklöf 2021-06-23 14:22:18 +02:00
parent fa5cde6ce1
commit 136d60606a
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
4 changed files with 109 additions and 141 deletions

View file

@ -211,6 +211,7 @@ executable(
'macros.h',
'util.h',
version,
dependencies: [tllist],
link_with: common,
install: true)