summaryrefslogtreecommitdiff
path: root/main.c (follow)
AgeCommit message (Expand)Author
2024-03-15bug fixingTest_User
2023-12-06Revert "No more TLS"Test_User
2023-11-26Fix memory errors, disable spam commandTest_User
2023-09-08warnings overwriting what they're warning about is funTest_User
2023-08-25No more TLSTest_User
2023-08-15PING when timing out from server connection, consider it disconnected if stil...Test_User
2023-08-13Add message logging for non-verbose if the message caused an exit, also fix t...Test_User
2023-08-10Log-related stuffTest_User
2023-08-09I said to do it the other way... and I didn't do it... and what a surprise, i...Test_User
2023-08-09Add client-sent MODE support, fix client disconnect a bitTest_User
2023-08-08Hopefully disconnect on its own when things break nowTest_User
2023-06-18Add -Wsign-conversion, change related things to match as desired, move gnutls...Test_User
2023-06-18uint -1 is badTest_User
2023-05-17Add some client handling stuffTest_User
2023-05-06Add locks so it's actually thread-safe, will probably make more efficient use...Test_User
2023-05-06Start adding client supportTest_User
2023-05-05Switch to gnutls, add handling of NICK, add responses to unknown/invalid/etc ...Test_User
2023-05-05Add more commands, remove trailing ; from macroTest_User
2023-05-03Forgot to put license headers, realized I left stdout in thereTest_User
2023-05-03C HaxServTest_User