summaryrefslogtreecommitdiff
path: root/server_network.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug of privmsg's not setting `to` correctlyTest_User12 days1-1/+1
|
* Echo the QUIT back for KILL, we depend on it from other serversTest_User12 days1-0/+6
|
* multi-haxserv priv escalation fixedTest_User13 days1-4/+4
|
* Use actual command prefixTest_User2024-03-201-1/+2
|
* make local_only work properly, ensure +k doesn't cause squitsTest_User2024-03-191-1/+9
|
* Extra error verbosityTest_User2024-03-161-0/+5
|
* Return of the GNU TLSTest_User2023-12-081-7/+0
|
* Revert "No more TLS"Test_User2023-12-061-47/+6
| | | | This reverts commit 8fb7f0bc0d3300637c2db8499efbf193ffebf28f.
* 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 ↵Test_User2023-08-101-18/+11
| | | | switched from server-only to privmsg()
* 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 ↵Test_User2023-05-061-0/+2
| | | | use of them later
* Why did I even do that...Test_User2023-05-061-1/+1
|
* Start adding client supportTest_User2023-05-061-0/+631