aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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 ↵Test_User2023-08-151-1/+7
| | | | still no reply
* 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
|
* Add message logging for non-verbose if the message caused an exit, also fix ↵Test_User2023-08-132-1/+5
| | | | the missing newline on a message that will probably never be printed.
* NOTICE, ssl_cert faking, /dev/nullTest_User2023-08-103-3/+69
|
* privmsg() now takes an array rather than a single string, more stuff ↵Test_User2023-08-105-47/+34
| | | | switched from server-only to privmsg()
* Fix a potential issueTest_User2023-08-102-2/+2
|
* Log-related stuffTest_User2023-08-106-11/+123
|
* STRING_EQTest_User2023-08-093-9/+12
|
* s/PRIVMSG/privmsg/ for the function, fix privmsg a bitTest_User2023-08-093-5/+5
|
* de-hardcode hax.irc.andrewyu.org, place example in config.hTest_User2023-08-094-35/+60
|
* I said to do it the other way... and I didn't do it... and what a surprise, ↵Test_User2023-08-091-1/+1
| | | | it broke because of it
* Add client-sent MODE support, fix client disconnect a bitTest_User2023-08-092-0/+18
|
* Fix remove_userTest_User2023-08-091-2/+7
|
* Don't implode if protocol gets violated like thisTest_User2023-08-091-1/+6
|
* Fix quit, kill, squitTest_User2023-08-094-56/+54
|
* Various improvements, a few more bugs added to fix laterTest_User2023-08-094-64/+194
|
* Hopefully disconnect on its own when things break nowTest_User2023-08-084-7/+20
|
* Bit of channel list cleanupTest_User2023-08-081-0/+5
|
* User lists for channels and suchTest_User2023-08-084-56/+274
|
* 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-0711-57/+331
|
* More client usability stuffTest_User2023-08-072-1/+127
|
* Add some fun client stuff, fix lack of newlines and returns in client stuffTest_User2023-08-071-8/+33
|
* Add -Wsign-conversion, change related things to match as desired, move ↵Test_User2023-06-186-16/+19
| | | | gnutls_record_recv to tls.h/tls.c