source: irc_commands.c

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Date Author Log Message
(edit) @df1694b   2006-06-25T12:15:42Z wilmer Moving all generic files to lib/ instead of having some in / and some …
(edit) @3af70b0   2006-06-15T12:37:05Z wilmer !x&y == (!x)&y, not !(x&y).
(edit) @79e826a   2006-06-15T12:22:17Z wilmer Converted irc->status to binary flags. (This also fixes …
(edit) @c38e965   2006-05-28T23:21:42Z wilmer Removed a message that only applied to the MSN module that got …
(edit) @42616d1   2006-05-28T18:24:43Z wilmer "ISON :nick1 nick2" works too now, which seems to be what the RFCs …
(edit) @fc630f9   2006-05-23T08:31:04Z wilmer Silenced all compiler warnings that appeared after previous commit.
(edit) @226fce1   2006-05-23T07:45:14Z wilmer Some changes for im_api. (bim_* functions)
(edit) @82898af   2006-03-18T09:10:57Z wilmer Added the IRC VERSION command.
(edit) @1d2e3c2   2006-02-02T13:59:14Z wilmer Added RESTART command for easier upgrades without losing IPC …
(edit) @a91ecee   2006-01-23T14:20:18Z wilmer /AWAY now only sets the IM-protocols away that belong to the current …
(edit) @54879ab   2006-01-21T22:31:10Z wilmer Added RESTART command (only for ForkDaemon mode) for easier upgrades.
(edit) @f1d38f2   2006-01-21T22:23:58Z wilmer Fixed counting of arguments in i[rp]c_exec(), made them a bit too simple.
(edit) @f73b969   2006-01-20T15:15:49Z wilmer Renamed commands.c, got rid of return values in all command functions.
(edit) @5424c76   2006-01-19T17:52:19Z wilmer Rehash command now also works in inetd mode. Other "IPC" commands only …
(edit) @4c266f2   2006-01-18T22:17:59Z wilmer Merged (and adapted) changes from main tree.
(edit) @48721c3   2006-01-17T21:15:42Z wilmer A KILL command. Unfortunately the user doesn't see the KILL message …
(edit) @f4a5940   2006-01-15T20:31:59Z wilmer Added REHASH command, IPC emulation in daemon (non-forked) mode.
(edit) @e0ca412   2006-01-15T11:33:54Z wilmer s/WALLOP/WALLOPS/, added LILO command.
(edit) @0431ea1   2006-01-15T01:49:49Z wilmer Imported irc_command branch and used this addition for parsing IPC …
(edit) @de3e100   2006-01-14T20:31:59Z wilmer Separated the IRC line splitting/parsing code (to use it for IPC too), …
(edit) @b23c5c7   2006-01-14T19:12:48Z wilmer Added correct responses for OPER command, stripped some unnecessary …
(edit) @edf9657   2006-01-14T18:25:00Z wilmer Fixed the PASS-command, added error messages for invalid commands to …
(edit) @c22c210   2006-01-14T17:48:29Z wilmer Checks if there's an OPER password set before checking it, to prevent …
(add) @0298d11   2006-01-13T23:51:21Z wilmer Moved all IRC commands to separate functions in irc_commands.c. At …
Note: See TracRevisionLog for help on using the revision log.