aboutsummaryrefslogtreecommitdiff
path: root/main.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add some client handling stuffTest_User2023-05-171-0/+5
|
* Add locks so it's actually thread-safe, will probably make more efficient ↵Test_User2023-05-061-1/+8
| | | | use of them later
* 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
| | | | command, change a few other things
* 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