aboutsummaryrefslogtreecommitdiff
path: root/server_network.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-08-25Remove deprecated configTest_User1-2/+0
2023-08-25No more TLSTest_User12-189/+85
2023-08-21Tell command handlers if it's localTest_User4-10/+10
2023-08-21spam command addedTest_User5-7/+56
2023-08-15PING when timing out from server connection, consider it disconnected if stil...Test_User1-1/+7
2023-08-15eTest_User1-1/+1
2023-08-15So bash is requiredTest_User1-1/+1
2023-08-15Only set ssl_cert for the connected userTest_User3-8/+16
2023-08-14Doesn't seem to break with only sh, should be more compatable nowTest_User1-1/+1
2023-08-13Add message logging for non-verbose if the message caused an exit, also fix t...Test_User2-1/+5
2023-08-10NOTICE, ssl_cert faking, /dev/nullTest_User3-3/+69
2023-08-10privmsg() now takes an array rather than a single string, more stuff switched...Test_User5-47/+34
2023-08-10Fix a potential issueTest_User2-2/+2
2023-08-10Log-related stuffTest_User6-11/+123
2023-08-09STRING_EQTest_User3-9/+12
2023-08-09s/PRIVMSG/privmsg/ for the function, fix privmsg a bitTest_User3-5/+5
2023-08-09de-hardcode hax.irc.andrewyu.org, place example in config.hTest_User4-35/+60
2023-08-09I said to do it the other way... and I didn't do it... and what a surprise, i...Test_User1-1/+1
2023-08-09Add client-sent MODE support, fix client disconnect a bitTest_User2-0/+18
2023-08-09Fix remove_userTest_User1-2/+7
2023-08-09Don't implode if protocol gets violated like thisTest_User1-1/+6
2023-08-09Fix quit, kill, squitTest_User4-56/+54
2023-08-09Various improvements, a few more bugs added to fix laterTest_User4-64/+194
2023-08-08Hopefully disconnect on its own when things break nowTest_User4-7/+20
2023-08-08Bit of channel list cleanupTest_User1-0/+5
2023-08-08User lists for channels and suchTest_User4-56/+274
2023-08-07Don't interpret non-HaxServ DMs as commandsTest_User1-1/+3
2023-08-07Missing OPERTYPETest_User1-1/+1
2023-08-07A bunch of stuff, mostly related to client supportTest_User11-57/+331
2023-08-07More client usability stuffTest_User2-1/+127
2023-08-07Add some fun client stuff, fix lack of newlines and returns in client stuffTest_User1-8/+33
2023-06-18Add -Wsign-conversion, change related things to match as desired, move gnutls...Test_User6-16/+19
2023-06-18uint -1 is badTest_User1-1/+8
2023-05-18Fix typoTest_User1-1/+1
2023-05-18Handle SQUITTest_User1-2/+46
2023-05-18Don't show args in the unknown command noticeTest_User1-1/+1
2023-05-17Add some client handling stuffTest_User2-0/+15
2023-05-06Add locks so it's actually thread-safe, will probably make more efficient use...Test_User3-1/+13
2023-05-06Why did I even do that...Test_User1-1/+1
2023-05-06Start adding client supportTest_User6-25/+364
2023-05-05Switch to gnutls, add handling of NICK, add responses to unknown/invalid/etc ...Test_User6-99/+153
2023-05-05Add more commands, remove trailing ; from macroTest_User5-3/+130
2023-05-03Forgot to put license headers, realized I left stdout in thereTest_User15-2049/+392
2023-05-03C HaxServTest_User20-1009/+3179
2022-09-06fix deprecated CoupServ.py still being in the repoTest_User3-299/+8
2022-08-05fix missing license to old CoupServ.pyTest_User5-13/+150
2022-07-06librenukes™Test_User4-8/+132
2022-06-12always gonna give you upTest_User1-85/+0
2022-06-12nukesTest_User5-14/+981
2022-04-09yayTest_User1-202/+73