aboutsummaryrefslogtreecommitdiff
path: root/commands.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* No more TLSTest_User2023-08-251-1/+0
|
* Tell command handlers if it's localTest_User2023-08-211-6/+6
|
* spam command addedTest_User2023-08-211-0/+49
|
* privmsg() now takes an array rather than a single string, more stuff ↵Test_User2023-08-101-17/+8
| | | | switched from server-only to privmsg()
* s/PRIVMSG/privmsg/ for the function, fix privmsg a bitTest_User2023-08-091-1/+1
|
* A bunch of stuff, mostly related to client supportTest_User2023-08-071-11/+25
|
* More client usability stuffTest_User2023-08-071-1/+1
|
* Add -Wsign-conversion, change related things to match as desired, move ↵Test_User2023-06-181-2/+2
| | | | gnutls_record_recv to tls.h/tls.c
* Fix typoTest_User2023-05-181-1/+1
|
* Add more commands, remove trailing ; from macroTest_User2023-05-051-0/+51
|
* Forgot to put license headers, realized I left stdout in thereTest_User2023-05-031-0/+28
|
* C HaxServTest_User2023-05-031-0/+65