1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-13 16:02:06 +00:00
serenity/Services
Andreas Kling cd29844632 LibIPC: Allow opt-in UTF-8 validation on message parameters
You can now mark String message parameters with the [UTF8] attribute.
This will cause the generated decoder to perform UTF-8 validation and
reject the message if the given parameter is not a valid UTF-8 string.

This frees up the receiving side from having to do this validation at
a higher level.
2020-05-16 14:13:09 +02:00
..
AudioServer Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
Clipboard LibIPC: Allow opt-in UTF-8 validation on message parameters 2020-05-16 14:13:09 +02:00
DHCPClient Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
LaunchServer Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
LookupServer Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
NotificationServer LibIPC: Allow opt-in UTF-8 validation on message parameters 2020-05-16 14:13:09 +02:00
ProtocolServer Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
SystemMenu Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
SystemServer Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
Taskbar Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
TelnetServer Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
TTYServer Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
WebServer Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
WindowServer LibIPC: Allow opt-in UTF-8 validation on message parameters 2020-05-16 14:13:09 +02:00
CMakeLists.txt Clipboard: Move the system clipboard to a dedicated service process :^) 2020-05-14 22:53:58 +02:00