1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 08:28:11 +00:00
serenity/Userland/Services/TelnetServer
Sam Atkins 143f820c68 TelnetServer: Port to LibMain
This is only a very basic change, since the fallible function calls are
all inside the `on_ready_to_accept` callback.
2021-12-27 22:00:01 +01:00
..
Client.cpp LibCore+Userland: Convert TCPServer to use the Serenity Stream API 2021-12-16 22:21:35 +03:30
Client.h LibCore+Userland: Convert TCPServer to use the Serenity Stream API 2021-12-16 22:21:35 +03:30
CMakeLists.txt TelnetServer: Port to LibMain 2021-12-27 22:00:01 +01:00
Command.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
main.cpp TelnetServer: Port to LibMain 2021-12-27 22:00:01 +01:00
Parser.cpp Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
Parser.h Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00