aboutsummaryrefslogtreecommitdiffstats
path: root/irc_commands.c
Commit message (Expand)AuthorAgeLines
* Added RESTART command for easier upgrades without losing IPC connections.Wilmer van der Gaast2006-02-02-0/+1
|\
| * Added RESTART command (only for ForkDaemon mode) for easier upgrades.Wilmer van der Gaast2006-01-21-2/+6
| |\
* | | /AWAY now only sets the IM-protocols away that belong to the current IRCWilmer van der Gaast2006-01-23-5/+5
| |/ |/|
* | Fixed counting of arguments in i[rp]c_exec(), made them a bit too simple.Wilmer van der Gaast2006-01-21-2/+5
|/
* Renamed commands.c, got rid of return values in all command functions.Wilmer van der Gaast2006-01-20-99/+48
* Rehash command now also works in inetd mode. Other "IPC" commands only makeWilmer van der Gaast2006-01-19-1/+6
* Merged (and adapted) changes from main tree.Wilmer van der Gaast2006-01-18-1/+1
* A KILL command. Unfortunately the user doesn't see the KILL message yet. :-(Wilmer van der Gaast2006-01-17-2/+3
* Added REHASH command, IPC emulation in daemon (non-forked) mode.Wilmer van der Gaast2006-01-15-2/+10
* s/WALLOP/WALLOPS/, added LILO command.Wilmer van der Gaast2006-01-15-1/+2
* Imported irc_command branch and used this addition for parsing IPC commands. ...Wilmer van der Gaast2006-01-15-1/+7
* Separated the IRC line splitting/parsing code (to use it for IPC too), and im...Wilmer van der Gaast2006-01-14-1/+1
* Added correct responses for OPER command, stripped some unnecessary periods.Wilmer van der Gaast2006-01-14-4/+9
* Fixed the PASS-command, added error messages for invalid commands to irc_exec().Wilmer van der Gaast2006-01-14-25/+22
* Checks if there's an OPER password set before checking it, to prevent crashes.Wilmer van der Gaast2006-01-14-1/+1
* Moved all IRC commands to separate functions in irc_commands.c. At least the ...Wilmer van der Gaast2006-01-14-0/+646