aboutsummaryrefslogtreecommitdiffstats
path: root/commands.h
Commit message (Collapse)AuthorAgeLines
* Reindent everything to K&R style with tabsIndent2015-02-20-8/+7
| | | | | | | Used uncrustify, with the configuration file in ./doc/uncrustify.cfg Commit author set to "Indent <please@skip.me>" so that it's easier to skip while doing git blame.
* Fix incorrect Free Software Foundation addressMatej Cepl2015-01-16-2/+2
|
* Added root_command_add() and use it to create the "otr" command.Wilmer van der Gaast2010-08-31-1/+1
|
* Renamed commands.c, got rid of return values in all command functions.Wilmer van der Gaast2006-01-20-1/+1
|
* Added REHASH command, IPC emulation in daemon (non-forked) mode.Wilmer van der Gaast2006-01-15-0/+2
|
* Imported irc_command branch and used this addition for parsing IPC commands. ↵Wilmer van der Gaast2006-01-15-21/+7
|\ | | | | | | (Implemented WALLOP and a very evil DIE.)
| * Moved all IRC commands to separate functions in irc_commands.c. At least the ↵Wilmer van der Gaast2006-01-14-21/+6
|/ | | | PASS command doesn't work yet in this form.
* Moved root_command functions to commands.cWilmer van der Gaast2006-01-04-5/+1
|
* Initial repository (0.99 release tree)0.99Wilmer van der Gaast2005-11-06-0/+64