summaryrefslogtreecommitdiff
path: root/main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* No more TLSTest_User2023-08-251-2/+0
* PING when timing out from server connection, consider it disconnected if stil...Test_User2023-08-151-1/+7
* Add message logging for non-verbose if the message caused an exit, also fix t...Test_User2023-08-131-0/+4
* Log-related stuffTest_User2023-08-101-11/+47
* I said to do it the other way... and I didn't do it... and what a surprise, i...Test_User2023-08-091-1/+1
* Add client-sent MODE support, fix client disconnect a bitTest_User2023-08-091-0/+1
* Hopefully disconnect on its own when things break nowTest_User2023-08-081-3/+12
* Add -Wsign-conversion, change related things to match as desired, move gnutls...Test_User2023-06-181-12/+2
* uint -1 is badTest_User2023-06-181-1/+8
* Add some client handling stuffTest_User2023-05-171-0/+5
* Add locks so it's actually thread-safe, will probably make more efficient use...Test_User2023-05-061-1/+8
* Start adding client supportTest_User2023-05-061-2/+172
* Switch to gnutls, add handling of NICK, add responses to unknown/invalid/etc ...Test_User2023-05-051-4/+16
* Add more commands, remove trailing ; from macroTest_User2023-05-051-2/+6
* Forgot to put license headers, realized I left stdout in thereTest_User2023-05-031-0/+28
* C HaxServTest_User2023-05-031-0/+189