# # ChangeLog for root_commands.c # # Generated by Trac 1.2.3 # 2024-03-28T11:24:28Z Sat, 01 Jul 2006 15:52:05 GMT Wilmer van der Gaast [5100caa] * account.c (modified) * account.h (modified) * lib/misc.c (modified) * lib/misc.h (modified) * lib/rc4.c (modified) * root_commands.c (modified) * set.c (modified) * set.h (modified) * storage_xml.c (modified) Added "account set" command. Fri, 30 Jun 2006 23:18:56 GMT Wilmer van der Gaast [0a3c243] * account.c (modified) * irc.c (modified) * irc_commands.c (modified) * protocols/jabber/jabber.c (modified) * protocols/msn/msn.c (modified) * protocols/nogaim.c (modified) * protocols/nogaim.h (modified) * protocols/oscar/oscar.c (modified) * protocols/yahoo/yahoo.c (modified) * root_commands.c (modified) * user.c (modified) Got rid of struct aim_user (now using account_t everywhere). Needs ... Fri, 30 Jun 2006 09:17:18 GMT Wilmer van der Gaast [5c9512f] * conf.c (modified) * irc.c (modified) * irc_commands.c (modified) * nick.c (modified) * protocols/nogaim.c (modified) * protocols/nogaim.h (modified) * query.c (modified) * root_commands.c (modified) * set.c (modified) * set.h (modified) * storage_xml.c (modified) * user.c (modified) Made set.c API more generic so it's not specific to irc_t structures ... Mon, 26 Jun 2006 16:50:47 GMT Wilmer van der Gaast [90bbb0e] * root_commands.c (modified) * storage_text.c (modified) * storage_xml.c (modified) Moved the call to "account on" to the right place. Sun, 25 Jun 2006 18:25:13 GMT Wilmer van der Gaast [6ee9d2d] * root_commands.c (modified) * storage_xml.c (modified) Forgot to initialize pass_rc4 (which caused memory management mess ... Tue, 20 Jun 2006 22:14:46 GMT Wilmer van der Gaast [2b14eef] * account.c (modified) * account.h (modified) * root_commands.c (modified) * storage_xml.c (modified) Implemented handling of autoconnect attribute. Thu, 15 Jun 2006 12:46:31 GMT Wilmer van der Gaast [5898ef8] * bitlbee.c (modified) * ipc.c (modified) * irc.c (modified) * irc.h (modified) * irc_commands.c (modified) * protocols/msn/msn.c (modified) * root_commands.c (modified) * storage_text.c (modified) * storage_xml.c (modified) xml_save(), decent error handling and merging fixed autosaving. Thu, 15 Jun 2006 12:37:05 GMT Wilmer van der Gaast [3af70b0] * ipc.c (modified) * irc.c (modified) * irc_commands.c (modified) * root_commands.c (modified) !x&y == (!x)&y, not !(x&y). Thu, 15 Jun 2006 12:22:17 GMT Wilmer van der Gaast [79e826a] * bitlbee.c (modified) * ipc.c (modified) * irc.c (modified) * irc.h (modified) * irc_commands.c (modified) * root_commands.c (modified) * storage_text.c (modified) Converted irc->status to binary flags. (This also fixes auto-save-on- ... Wed, 14 Jun 2006 20:30:25 GMT Wilmer van der Gaast [c121f89] * Makefile (modified) * conf.c (modified) * root_commands.c (modified) * storage.c (modified) * storage.h (modified) * storage_xml.c (modified) xml_load() works pretty well now. Tue, 23 May 2006 08:09:16 GMT Wilmer van der Gaast [da3b536] * protocols/nogaim.c (modified) * protocols/nogaim.h (modified) * root_commands.c (modified) Added bim_ functions for block/allow list management to keep ... Sun, 21 May 2006 22:51:54 GMT Wilmer van der Gaast [619a681] * root_commands.c (modified) Fixed a bug that caused root_command_string() to sometimes not notice \0. Tue, 25 Apr 2006 07:21:49 GMT Wilmer van der Gaast [79c6f9f] * root_commands.c (modified) Implemented better quoting for root command arguments. (Support for ... Mon, 03 Apr 2006 21:34:45 GMT Wilmer van der Gaast [f8de26f] * root_commands.c (modified) Added "add -tmp" command, which you can use to temporary add a buddy ... Sun, 02 Apr 2006 08:29:34 GMT Wilmer van der Gaast [57ef864] * root_commands.c (modified) Format string problem in cmd_block/allow. Sat, 01 Apr 2006 15:40:55 GMT Wilmer van der Gaast [e6e1f18] * root_commands.c (modified) List header for "account list" in mode +b. Fri, 31 Mar 2006 21:09:36 GMT Wilmer van der Gaast [7d31002] * irc.c (modified) * root_commands.c (modified) Tested and fixed one issue, and got rid of one more superfluous iconv ... Wed, 22 Mar 2006 17:35:03 GMT Wilmer van der Gaast [aa5ac01] * root_commands.c (modified) Restored buddy counts in blist output for +b mode, it's a nice end- ... Tue, 21 Mar 2006 08:35:46 GMT Wilmer van der Gaast [87b6a3e] * root_commands.c (modified) The block and allow commands can now display the block/allow lists. Tue, 21 Mar 2006 08:12:22 GMT Wilmer van der Gaast [aefa533e] * irc.h (modified) * protocols/oscar/oscar.c (modified) * query.c (modified) * root_commands.c (modified) Added a special +b usermode for easier parseability of some things. ... Mon, 30 Jan 2006 16:07:07 GMT Wilmer van der Gaast [8365610] * root_commands.c (modified) Added a little warning message when people use a wrong set-command ... 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.