aboutsummaryrefslogtreecommitdiff
path: root/commands.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix missing argc check, fix warning message to contain the right numberTest_User2024-06-091-1/+6
* Fix missing channel->Test_User2024-06-081-1/+1
* Fix bug with getline() usage, make sh spawn a new thread so it won't hang eve...Test_User2024-06-081-33/+74
* Reorder `char err;`Test_User2024-05-251-1/+1
* And the forgotten spam recursion checkTest_User2024-05-061-0/+8
* Forgot to add this, part 2Test_User2024-05-061-1/+1
* Forgot to add thisTest_User2024-05-061-0/+6
* Replace spam with a spam <command>, add tell to replace old spam function (wh...Test_User2024-05-061-10/+76
* Echo, and fix a bug in the old spam commandTest_User2024-04-301-1/+38
* OperServ was wrong.Test_User2024-04-301-0/+37
* Stop breaking my terminalTest_User2024-04-281-1/+1
* make local_only work properly, ensure +k doesn't cause squitsTest_User2024-03-191-1/+1
* sh access yayTest_User2024-03-161-0/+73
* Revert "No more TLS"Test_User2023-12-061-0/+1
* Fix memory errors, disable spam commandTest_User2023-11-261-1/+1
* clear command, some other old stufff I forgot to commitTest_User2023-09-021-0/+53
* 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 switched...Test_User2023-08-101-17/+8
* 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 gnutls...Test_User2023-06-181-2/+2
* 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