Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | s/WALLOP/WALLOPS/, added LILO command. | Wilmer van der Gaast | 2006-01-15 | -1/+2 | |
| | |||||
* | Imported irc_command branch and used this addition for parsing IPC commands. ↵ | Wilmer van der Gaast | 2006-01-15 | -1/+7 | |
| | | | | (Implemented WALLOP and a very evil DIE.) | ||||
* | Separated the IRC line splitting/parsing code (to use it for IPC too), and ↵ | Wilmer van der Gaast | 2006-01-14 | -1/+1 | |
| | | | | improved the splitting to deal with empty arguments. | ||||
* | Added correct responses for OPER command, stripped some unnecessary periods. | Wilmer van der Gaast | 2006-01-14 | -4/+9 | |
| | |||||
* | Fixed the PASS-command, added error messages for invalid commands to irc_exec(). | Wilmer van der Gaast | 2006-01-14 | -25/+22 | |
| | |||||
* | Checks if there's an OPER password set before checking it, to prevent crashes. | Wilmer van der Gaast | 2006-01-14 | -1/+1 | |
| | |||||
* | Moved all IRC commands to separate functions in irc_commands.c. At least the ↵ | Wilmer van der Gaast | 2006-01-14 | -0/+646 | |
PASS command doesn't work yet in this form. |