ladybird/Userland/Services/ConfigServer
Andreas Kling 317f55bb25 ConfigServer: Update the configuration cache on file changes
We were only notifying clients about the change, but didn't actually
update the internal cache in ConfigServer itself.

Thanks to "The Grey One" for pointing this out. :^)
2021-08-27 13:31:45 +02:00
..
ClientConnection.cpp ConfigServer: Update the configuration cache on file changes 2021-08-27 13:31:45 +02:00
ClientConnection.h ConfigServer: Monitor opened config files for changes 2021-08-26 23:41:38 +02:00
CMakeLists.txt Userland: Introduce ConfigServer and LibConfig 2021-08-26 00:54:27 +02:00
ConfigClient.ipc ConfigServer+LibConfig: Add way for clients to listen for config changes 2021-08-26 23:41:38 +02:00
ConfigServer.ipc ConfigServer+LibConfig: Add way for clients to listen for config changes 2021-08-26 23:41:38 +02:00
main.cpp Userland: Introduce ConfigServer and LibConfig 2021-08-26 00:54:27 +02:00