# # ChangeLog for irc_commands.c # # Generated by Trac 1.2.3 # 2024-04-26T08:34:11Z 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 ...