summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
8 daysUse actual command prefixHEADmasterTest_User
8 dayscleanall and release don't existTest_User
9 daysmake local_only work properly, ensure +k doesn't cause squitsTest_User
12 daysbackport makefile improvements to current haxserv (from next in-progress ↵Test_User
haxserv)
12 daysExtra error verbosityTest_User
12 dayssh access yayTest_User
12 daysbug fixingTest_User
2023-12-14yet another bug in my table codeTest_User
2023-12-08Silence a warning for gcc, clang goes and complains bc it's not gcc... ↵Test_User
whatever, this one's clearly clang's fault (clang still compiles)
2023-12-08Return of the GNU TLSTest_User
2023-12-08Return of the GNU TLSTest_User
2023-12-06Revert "Remove deprecated config"Test_User
This reverts commit e214ef43325776321807f72cc4b266c23165da2c.
2023-12-06Revert "No more TLS"Test_User
This reverts commit 8fb7f0bc0d3300637c2db8499efbf193ffebf28f.
2023-12-06fix leakTest_User
2023-11-26Fix memory errors, disable spam commandTest_User
2023-09-08warnings overwriting what they're warning about is funTest_User
2023-09-02clear command, some other old stufff I forgot to commitTest_User
2023-08-25Fix socat vs HaxServ raceTest_User
2023-08-25Remove deprecated configTest_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-15PING when timing out from server connection, consider it disconnected if ↵Test_User
still no reply
2023-08-15eTest_User
2023-08-15So bash is requiredTest_User
2023-08-15Only set ssl_cert for the connected userTest_User
2023-08-14Doesn't seem to break with only sh, should be more compatable nowTest_User
2023-08-13Add message logging for non-verbose if the message caused an exit, also fix ↵Test_User
the missing newline on a message that will probably never be printed.
2023-08-10NOTICE, ssl_cert faking, /dev/nullTest_User
2023-08-10privmsg() now takes an array rather than a single string, more stuff ↵Test_User
switched from server-only to privmsg()
2023-08-10Fix a potential issueTest_User
2023-08-10Log-related stuffTest_User
2023-08-09STRING_EQTest_User
2023-08-09s/PRIVMSG/privmsg/ for the function, fix privmsg a bitTest_User
2023-08-09de-hardcode hax.irc.andrewyu.org, place example in config.hTest_User
2023-08-09I said to do it the other way... and I didn't do it... and what a surprise, ↵Test_User
it broke because of it
2023-08-09Add client-sent MODE support, fix client disconnect a bitTest_User
2023-08-09Fix remove_userTest_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-08-07More client usability stuffTest_User
2023-08-07Add some fun client stuff, fix lack of newlines and returns in client stuffTest_User
2023-06-18Add -Wsign-conversion, change related things to match as desired, move ↵Test_User
gnutls_record_recv to tls.h/tls.c