summaryrefslogtreecommitdiff
path: root/server_network.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix quit, kill, squitTest_User2023-08-091-56/+10
* Various improvements, a few more bugs added to fix laterTest_User2023-08-091-45/+53
* Hopefully disconnect on its own when things break nowTest_User2023-08-081-2/+2
* Bit of channel list cleanupTest_User2023-08-081-0/+5
* User lists for channels and suchTest_User2023-08-081-30/+181
* Don't interpret non-HaxServ DMs as commandsTest_User2023-08-071-1/+3
* Missing OPERTYPETest_User2023-08-071-1/+1
* A bunch of stuff, mostly related to client supportTest_User2023-08-071-3/+66
* Handle SQUITTest_User2023-05-181-2/+46
* Don't show args in the unknown command noticeTest_User2023-05-181-1/+1
* Add some client handling stuffTest_User2023-05-171-0/+10
* Add locks so it's actually thread-safe, will probably make more efficient use...Test_User2023-05-061-0/+2
* Why did I even do that...Test_User2023-05-061-1/+1
* Start adding client supportTest_User2023-05-061-0/+631