aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* free bugs [fixed]HEADmasterTest_User2024-06-161-3/+1
|
* Actually fix PING nowTest_User2024-06-151-1/+1
|
* Fix PING on timeout, partlyTest_User2024-06-151-1/+1
|
* Another table bug fixedTest_User2024-06-141-4/+8
|
* README.md: Check out HaxIRCdRunxi Yu2024-06-141-1/+8
|
* README.md: Clarify protocol version is 1202, not 1202/1205Runxi Yu2024-06-141-1/+1
|
* Fix some extra newlines being sentTest_User2024-06-122-2/+2
|
* Fix missing newlineTest_User2024-06-101-1/+1
|
* Fix missing argc check, fix warning message to contain the right numberTest_User2024-06-091-1/+6
|
* Explicitly tell server about the server about the version, mention InspIRCd ↵Test_User2024-06-092-3/+3
| | | | v2 compatability in README.md
* Fix missing channel->Test_User2024-06-081-1/+1
|
* Fix bug with getline() usage, make sh spawn a new thread so it won't hang ↵Test_User2024-06-081-33/+74
| | | | everything else while running
* Use the proper timestampTest_User2024-06-071-0/+2
|
* 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 ↵Test_User2024-06-073-9/+17
| | | | server network fails
* 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 ↵Test_User2024-05-061-10/+76
| | | | (when used with the new spam)
* 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 ↵Test_User2024-03-162-5/+52
| | | | haxserv)
* 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... ↵Test_User2023-12-081-1/+4
| | | | whatever, this one's clearly clang's fault (clang still compiles)
* 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
| | | | This reverts commit e214ef43325776321807f72cc4b266c23165da2c.
* Revert "No more TLS"Test_User2023-12-0612-88/+189
| | | | This reverts commit 8fb7f0bc0d3300637c2db8499efbf193ffebf28f.
* fix leakTest_User2023-12-061-0/+1
|