summaryrefslogtreecommitdiff
path: root/server_network.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* clear command, some other old stufff I forgot to commitTest_User2023-09-021-0/+7
* No more TLSTest_User2023-08-251-6/+47
* Tell command handlers if it's localTest_User2023-08-211-2/+2
* spam command addedTest_User2023-08-211-5/+5
* Only set ssl_cert for the connected userTest_User2023-08-151-1/+6
* NOTICE, ssl_cert faking, /dev/nullTest_User2023-08-101-0/+61
* privmsg() now takes an array rather than a single string, more stuff switched...Test_User2023-08-101-18/+11
* STRING_EQTest_User2023-08-091-5/+5
* de-hardcode hax.irc.andrewyu.org, place example in config.hTest_User2023-08-091-1/+3
* Don't implode if protocol gets violated like thisTest_User2023-08-091-1/+6
* 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