summaryrefslogtreecommitdiff
path: root/main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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