ladybird/Userland/Services/TelnetServer
Andreas Kling 411d36719e LibCore: Simplify Core::Notifier by only allowing one event type
Not a single client of this API actually used the event mask feature to
listen for readability AND writability.

Let's simplify the API and have only one hook: on_activation.
2023-04-25 14:48:40 +02:00
..
Client.cpp LibCore: Simplify Core::Notifier by only allowing one event type 2023-04-25 14:48:40 +02:00
Client.h Everywhere: Remove unused DeprecatedString includes 2023-04-09 22:00:54 +02:00
CMakeLists.txt Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
Command.h Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
main.cpp LibCore+Everywhere: Remove ArgsParser::add*(char const*&) 2023-03-01 10:47:19 +01:00
Parser.cpp Everywhere: Remove unused DeprecatedString includes 2023-04-09 22:00:54 +02:00
Parser.h Everywhere: Remove unused DeprecatedString includes 2023-04-09 22:00:54 +02:00