aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix an old parsing bug that's never actually triggered by inspircdTest_User2024-06-071-1/+1
* (Optional) Client certificate support, fix main to exit if init client or ser...Test_User2024-06-073-9/+17
* Do not send prefix in unknown command message when there was no prefix usedTest_User2024-06-071-1/+2
* Don't respond to channels that it's not inTest_User2024-05-312-0/+24
* Writing on stale fds is a bad ideaTest_User2024-05-262-1/+2
* Add a LICENSE file but it's the UnlicenseRunxi Yu2024-05-261-0/+23
* Add a README.mdRunxi Yu2024-05-261-0/+26
* Reorder `char err;`Test_User2024-05-251-1/+1
* Overflow prevention in str_to_unsignedTest_User2024-05-251-1/+9
* well, nowTest_User2024-05-081-1/+1
* bsd sed supportTest_User2024-05-081-1/+1
* Fix bug of privmsg's not setting `to` correctlyTest_User2024-05-061-1/+1
* And the forgotten spam recursion checkTest_User2024-05-061-0/+8
* Forgot to add this, part 2Test_User2024-05-061-1/+1
* Forgot to add thisTest_User2024-05-061-0/+6
* Replace spam with a spam <command>, add tell to replace old spam function (wh...Test_User2024-05-061-10/+76
* Echo the QUIT back for KILL, we depend on it from other serversTest_User2024-05-061-0/+6
* multi-haxserv priv escalation fixedTest_User2024-05-062-8/+11
* Echo, and fix a bug in the old spam commandTest_User2024-04-301-1/+38
* OperServ was wrong.Test_User2024-04-301-0/+37
* Fix bugTest_User2024-04-282-2/+2
* C23 issue fixedTest_User2024-04-281-1/+1
* Stop breaking my terminalTest_User2024-04-281-1/+1
* Use actual command prefixTest_User2024-03-202-2/+4
* cleanall and release don't existTest_User2024-03-201-1/+1
* make local_only work properly, ensure +k doesn't cause squitsTest_User2024-03-193-17/+21
* backport makefile improvements to current haxserv (from next in-progress haxs...Test_User2024-03-162-5/+52
* Extra error verbosityTest_User2024-03-161-0/+5
* sh access yayTest_User2024-03-161-0/+73
* bug fixingTest_User2024-03-152-10/+8
* yet another bug in my table codeTest_User2023-12-141-1/+1
* Silence a warning for gcc, clang goes and complains bc it's not gcc... whatev...Test_User2023-12-081-1/+4
* Return of the GNU TLSTest_User2023-12-082-0/+1
* Return of the GNU TLSTest_User2023-12-081-7/+0
* Revert "Remove deprecated config"Test_User2023-12-061-0/+2
* Revert "No more TLS"Test_User2023-12-0612-88/+189
* fix leakTest_User2023-12-061-0/+1
* Fix memory errors, disable spam commandTest_User2023-11-263-3/+2
* warnings overwriting what they're warning about is funTest_User2023-09-081-2/+2
* clear command, some other old stufff I forgot to commitTest_User2023-09-025-0/+92
* Fix socat vs HaxServ raceTest_User2023-08-251-1/+4
* Remove deprecated configTest_User2023-08-251-2/+0
* No more TLSTest_User2023-08-2512-189/+85
* Tell command handlers if it's localTest_User2023-08-214-10/+10
* spam command addedTest_User2023-08-215-7/+56
* PING when timing out from server connection, consider it disconnected if stil...Test_User2023-08-151-1/+7
* eTest_User2023-08-151-1/+1
* So bash is requiredTest_User2023-08-151-1/+1
* Only set ssl_cert for the connected userTest_User2023-08-153-8/+16
* Doesn't seem to break with only sh, should be more compatable nowTest_User2023-08-141-1/+1