summaryrefslogtreecommitdiff
path: root/main.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bug fixingTest_User2024-03-151-3/+2
|
* Revert "No more TLS"Test_User2023-12-061-0/+2
| | | | This reverts commit 8fb7f0bc0d3300637c2db8499efbf193ffebf28f.
* Fix memory errors, disable spam commandTest_User2023-11-261-1/+0
|
* warnings overwriting what they're warning about is funTest_User2023-09-081-2/+2
|
* No more TLSTest_User2023-08-251-2/+0
|
* PING when timing out from server connection, consider it disconnected if ↵Test_User2023-08-151-1/+7
| | | | still no reply
* Add message logging for non-verbose if the message caused an exit, also fix ↵Test_User2023-08-131-0/+4
| | | | the missing newline on a message that will probably never be printed.
* 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, ↵Test_User2023-08-091-1/+1
| | | | it broke because of it
* 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 ↵Test_User2023-06-181-12/+2
| | | | gnutls_record_recv to tls.h/tls.c
* 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 ↵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