# # ChangeLog for root_commands.c # # Generated by Trac 1.2.3 # 2024-05-17T04:34:03Z Wed, 24 Jun 2009 21:48:44 GMT Wilmer van der Gaast [2ea8736] * root_commands.c (modified) Fixed another crash bug (this one was triggered by just typing "chat ... Wed, 24 Jun 2009 21:44:39 GMT Wilmer van der Gaast [8a08d92] * root_commands.c (modified) Fixed crash on setting an unknown setting. Sat, 13 Dec 2008 19:46:56 GMT Wilmer van der Gaast [77fc000c] * root_commands.c (modified) Added argument count check to "add -tmp" to prevent NULL dereference. Mon, 29 Sep 2008 21:53:05 GMT Wilmer van der Gaast [c05eb5b] * root_commands.c (modified) Checking account setting's flags again before changing them. Sun, 07 Sep 2008 14:34:50 GMT Wilmer van der Gaast [ced1e17] * bitlbee.h (modified) * doc/CHANGES (modified) * doc/user-guide/Makefile (modified) * doc/user-guide/help.xml (modified) * doc/user-guide/user-guide.xml (modified) * irc.c (modified) * root_commands.c (modified) * storage.c (modified) * storage.h (modified) * storage_text.c (modified) * storage_xml.c (modified) Merging BitlBee 1.2.3 release. Sat, 06 Sep 2008 22:59:32 GMT Wilmer van der Gaast [3183c21] * irc.c (modified) * root_commands.c (modified) * storage.c (modified) * storage.h (modified) * storage_text.c (modified) * storage_xml.c (modified) Completely reviewed all uses of irc->password, irc_setpass() and ... Tue, 02 Sep 2008 07:48:56 GMT Wilmer van der Gaast [d4810df] * root_commands.c (modified) Fixed check for set -del arguments. Sun, 31 Aug 2008 22:49:32 GMT Wilmer van der Gaast [07054a5] * root_commands.c (modified) "chat add" can generate a channel name by itself if necessary. Also ... Sun, 31 Aug 2008 15:41:51 GMT Wilmer van der Gaast [3b99524] * root_commands.c (modified) Added a MIN_ARGS() macro instead of stupidly copy-pasting the same ... Sun, 31 Aug 2008 14:54:39 GMT Wilmer van der Gaast [d995c9b] * account.c (modified) * chat.c (modified) * chat.h (modified) * root_commands.c (modified) Added cleanup code. Sun, 31 Aug 2008 13:42:33 GMT Wilmer van der Gaast [39f93f0] * chat.c (modified) * irc.c (modified) * irc.h (modified) * irc_commands.c (modified) * root_commands.c (modified) /join can now be used to join chatrooms, join_chat should not be used ... Sun, 31 Aug 2008 09:13:56 GMT Wilmer van der Gaast [0e639f5] * chat.c (modified) * root_commands.c (modified) Added one TODO, and also dupe-check channel names against the control ... Sun, 31 Aug 2008 00:04:53 GMT Wilmer van der Gaast [e7bc722] * chat.c (modified) * root_commands.c (modified) Integrated cmd_set() and the "account set" into one fully unreadable ... Sat, 30 Aug 2008 22:04:29 GMT Wilmer van der Gaast [a9a7287] * root_commands.c (modified) Added "chat" command, deprecated join_chat. Stuff is still ... Mon, 25 Aug 2008 20:48:48 GMT Wilmer van der Gaast [f536a99] * root_commands.c (modified) Fixed NULL pointer dereference on trying to read non-existent settings. Sun, 24 Aug 2008 20:52:31 GMT Wilmer van der Gaast [f3579fd] * account.c (modified) * irc.c (modified) * root_commands.c (modified) * set.c (modified) * set.h (modified) Clearer feedback after set/account set commands. Sun, 24 Aug 2008 18:01:05 GMT Wilmer van der Gaast [7125cb3] * account.c (modified) * account.h (modified) * irc.c (modified) * protocols/jabber/jabber.c (modified) * protocols/jabber/jabber_util.c (modified) * protocols/nogaim.c (modified) * root_commands.c (modified) * set.c (modified) * set.h (modified) Added SET_INVALID, which set evaluators should now return instead of ...