summaryrefslogtreecommitdiff
path: root/Servers/TelnetServer/Client.cpp
AgeCommit message (Expand)Author
2019-09-21LibCore: Convert CTCPSocket to ObjectPtr, add construct() helperAndreas Kling
2019-09-20LibCore: Convert CNotifier to ObjectPtrAndreas Kling
2019-09-08TelnetServer: Implement basic telnet serverConrad Pankoff