aboutsummaryrefslogtreecommitdiff
path: root/tls.h (unfollow)
Commit message (Expand)AuthorFilesLines
2024-03-20cleanall and release don't existTest_User1-1/+1
2024-03-19make local_only work properly, ensure +k doesn't cause squitsTest_User3-17/+21
2024-03-16backport makefile improvements to current haxserv (from next in-progress haxs...Test_User2-5/+52
2024-03-16Extra error verbosityTest_User1-0/+5
2024-03-16sh access yayTest_User1-0/+73
2024-03-15bug fixingTest_User2-10/+8
2023-12-14yet another bug in my table codeTest_User1-1/+1
2023-12-08Silence a warning for gcc, clang goes and complains bc it's not gcc... whatev...Test_User1-1/+4
2023-12-08Return of the GNU TLSTest_User2-0/+1
2023-12-08Return of the GNU TLSTest_User1-7/+0
2023-12-06Revert "Remove deprecated config"Test_User1-0/+2
2023-12-06Revert "No more TLS"Test_User12-88/+189
2023-12-06fix leakTest_User1-0/+1
2023-11-26Fix memory errors, disable spam commandTest_User3-3/+2
2023-09-08warnings overwriting what they're warning about is funTest_User1-2/+2
2023-09-02clear command, some other old stufff I forgot to commitTest_User5-0/+92
2023-08-25Fix socat vs HaxServ raceTest_User1-1/+4
2023-08-25Remove deprecated configTest_User1-2/+0
2023-08-25No more TLSTest_User12-189/+85
2023-08-21Tell command handlers if it's localTest_User4-10/+10
2023-08-21spam command addedTest_User5-7/+56
2023-08-15PING when timing out from server connection, consider it disconnected if stil...Test_User1-1/+7
2023-08-15eTest_User1-1/+1
2023-08-15So bash is requiredTest_User1-1/+1
2023-08-15Only set ssl_cert for the connected userTest_User3-8/+16
2023-08-14Doesn't seem to break with only sh, should be more compatable nowTest_User1-1/+1
2023-08-13Add message logging for non-verbose if the message caused an exit, also fix t...Test_User2-1/+5
2023-08-10NOTICE, ssl_cert faking, /dev/nullTest_User3-3/+69
2023-08-10privmsg() now takes an array rather than a single string, more stuff switched...Test_User5-47/+34
2023-08-10Fix a potential issueTest_User2-2/+2
2023-08-10Log-related stuffTest_User6-11/+123
2023-08-09STRING_EQTest_User3-9/+12
2023-08-09s/PRIVMSG/privmsg/ for the function, fix privmsg a bitTest_User3-5/+5
2023-08-09de-hardcode hax.irc.andrewyu.org, place example in config.hTest_User4-35/+60
2023-08-09I said to do it the other way... and I didn't do it... and what a surprise, i...Test_User1-1/+1
2023-08-09Add client-sent MODE support, fix client disconnect a bitTest_User2-0/+18
2023-08-09Fix remove_userTest_User1-2/+7
2023-08-09Don't implode if protocol gets violated like thisTest_User1-1/+6
2023-08-09Fix quit, kill, squitTest_User4-56/+54
2023-08-09Various improvements, a few more bugs added to fix laterTest_User4-64/+194
2023-08-08Hopefully disconnect on its own when things break nowTest_User4-7/+20
2023-08-08Bit of channel list cleanupTest_User1-0/+5
2023-08-08User lists for channels and suchTest_User4-56/+274
2023-08-07Don't interpret non-HaxServ DMs as commandsTest_User1-1/+3
2023-08-07Missing OPERTYPETest_User1-1/+1
2023-08-07A bunch of stuff, mostly related to client supportTest_User11-57/+331
2023-08-07More client usability stuffTest_User2-1/+127
2023-08-07Add some fun client stuff, fix lack of newlines and returns in client stuffTest_User1-8/+33
2023-06-18Add -Wsign-conversion, change related things to match as desired, move gnutls...Test_User6-16/+19
2023-06-18uint -1 is badTest_User1-1/+8