mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-22 05:33:45 -04:00
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:
parent
fa5cde6ce1
commit
136d60606a
4 changed files with 109 additions and 141 deletions
|
|
@ -211,6 +211,7 @@ executable(
|
|||
'macros.h',
|
||||
'util.h',
|
||||
version,
|
||||
dependencies: [tllist],
|
||||
link_with: common,
|
||||
install: true)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue