summaryrefslogtreecommitdiff
path: root/server_network.c (follow)
AgeCommit message (Expand)Author
4 hoursFix bug of privmsg's not setting `to` correctlyHEADmasterTest_User
5 hoursEcho the QUIT back for KILL, we depend on it from other serversTest_User
18 hoursmulti-haxserv priv escalation fixedTest_User
2024-03-20Use actual command prefixTest_User
2024-03-19make local_only work properly, ensure +k doesn't cause squitsTest_User
2024-03-16Extra error verbosityTest_User
2023-12-08Return of the GNU TLSTest_User
2023-12-06Revert "No more TLS"Test_User
2023-09-02clear command, some other old stufff I forgot to commitTest_User
2023-08-25No more TLSTest_User
2023-08-21Tell command handlers if it's localTest_User
2023-08-21spam command addedTest_User
2023-08-15Only set ssl_cert for the connected userTest_User
2023-08-10NOTICE, ssl_cert faking, /dev/nullTest_User
2023-08-10privmsg() now takes an array rather than a single string, more stuff switched...Test_User
2023-08-09STRING_EQTest_User
2023-08-09de-hardcode hax.irc.andrewyu.org, place example in config.hTest_User
2023-08-09Don't implode if protocol gets violated like thisTest_User
2023-08-09Fix quit, kill, squitTest_User
2023-08-09Various improvements, a few more bugs added to fix laterTest_User
2023-08-08Hopefully disconnect on its own when things break nowTest_User
2023-08-08Bit of channel list cleanupTest_User
2023-08-08User lists for channels and suchTest_User
2023-08-07Don't interpret non-HaxServ DMs as commandsTest_User
2023-08-07Missing OPERTYPETest_User
2023-08-07A bunch of stuff, mostly related to client supportTest_User
2023-05-18Handle SQUITTest_User
2023-05-18Don't show args in the unknown command noticeTest_User
2023-05-17Add some client handling stuffTest_User
2023-05-06Add locks so it's actually thread-safe, will probably make more efficient use...Test_User
2023-05-06Why did I even do that...Test_User
2023-05-06Start adding client supportTest_User