# # ChangeLog for irc_commands.c # # Generated by Trac 1.2.3 # 2024-03-29T08:36:44Z Sat, 21 Jan 2006 22:23:58 GMT Wilmer van der Gaast [f1d38f2] * ipc.c (modified) * irc_commands.c (modified) Fixed counting of arguments in i[rp]c_exec(), made them a bit too simple. Fri, 20 Jan 2006 15:15:49 GMT Wilmer van der Gaast [f73b969] * Makefile (modified) * bitlbee.c (modified) * bitlbee.h (modified) * commands.h (modified) * ipc.c (modified) * ipc.h (modified) * irc.c (modified) * irc.h (modified) * irc_commands.c (modified) * root_commands.c (moved) * user.h (modified) Renamed commands.c, got rid of return values in all command functions. Thu, 19 Jan 2006 17:52:19 GMT Wilmer van der Gaast [5424c76] * ipc.c (modified) * ipc.h (modified) * irc_commands.c (modified) Rehash command now also works in inetd mode. Other "IPC" commands ... Wed, 18 Jan 2006 22:17:59 GMT Wilmer van der Gaast [4c266f2] * bitlbee.c (modified) * ipc.c (modified) * irc.c (modified) * irc.h (modified) * irc_commands.c (modified) * log.c (modified) Merged (and adapted) changes from main tree. Tue, 17 Jan 2006 21:15:42 GMT Wilmer van der Gaast [48721c3] * ipc.c (modified) * irc_commands.c (modified) A KILL command. Unfortunately the user doesn't see the KILL message ... Sun, 15 Jan 2006 20:31:59 GMT Wilmer van der Gaast [f4a5940] * commands.h (modified) * conf.c (modified) * ipc.c (modified) * ipc.h (modified) * irc_commands.c (modified) Added REHASH command, IPC emulation in daemon (non-forked) mode. Sun, 15 Jan 2006 11:33:54 GMT Wilmer van der Gaast [e0ca412] * ipc.c (modified) * irc_commands.c (modified) s/WALLOP/WALLOPS/, added LILO command. Sun, 15 Jan 2006 01:49:49 GMT Wilmer van der Gaast [0431ea1] * Makefile (modified) * bitlbee.c (modified) * commands.c (modified) * commands.h (modified) * ipc.c (added) * ipc.h (added) * irc.c (modified) * irc.h (modified) * irc_commands.c (added) Imported irc_command branch and used this addition for parsing IPC ... Sat, 14 Jan 2006 20:31:59 GMT Wilmer van der Gaast [de3e100] * irc.c (modified) * irc.h (modified) * irc_commands.c (modified) Separated the IRC line splitting/parsing code (to use it for IPC ... Sat, 14 Jan 2006 19:12:48 GMT Wilmer van der Gaast [b23c5c7] * irc_commands.c (modified) Added correct responses for OPER command, stripped some unnecessary ... Sat, 14 Jan 2006 18:25:00 GMT Wilmer van der Gaast [edf9657] * irc.c (modified) * irc.h (modified) * irc_commands.c (modified) Fixed the PASS-command, added error messages for invalid commands to ... Sat, 14 Jan 2006 17:48:29 GMT Wilmer van der Gaast [c22c210] * irc_commands.c (modified) Checks if there's an OPER password set before checking it, to prevent ... Fri, 13 Jan 2006 23:51:21 GMT Wilmer van der Gaast [0298d11] * Makefile (modified) * commands.c (modified) * commands.h (modified) * irc.c (modified) * irc_commands.c (added) Moved all IRC commands to separate functions in irc_commands.c. At ...