# # ChangeLog for / # # Generated by Trac 1.2.3 # 2024-05-05T16:58:20Z Sun, 14 Mar 2010 23:15:05 GMT Wilmer van der Gaast [3330468] * Makefile (modified) * account.c (modified) * bitlbee.c (modified) * bitlbee.conf (modified) * bitlbee.h (modified) * conf.c (modified) * conf.h (modified) * configure (modified) * crypting.c (modified) * doc/CHANGES (modified) * doc/user-guide/commands.xml (modified) * irc.c (modified) * lib/misc.c (modified) * lib/misc.h (modified) * protocols/jabber/io.c (modified) * protocols/jabber/iq.c (modified) * protocols/jabber/jabber.h (modified) * protocols/msn/msn.c (modified) * protocols/msn/msn.h (modified) * protocols/msn/msn_util.c (modified) * protocols/msn/ns.c (modified) * protocols/nogaim.c (modified) * protocols/nogaim.h (modified) * protocols/yahoo/libyahoo2.c (modified) * protocols/yahoo/yahoo2_types.h (modified) * root_commands.c (modified) * unix.c (modified) Merging in head. Sun, 14 Mar 2010 23:14:41 GMT Wilmer van der Gaast [7e2b593] * bitlbee.h (modified) * doc/CHANGES (modified) Preparing for 1.2.5. Sun, 14 Mar 2010 20:19:10 GMT Wilmer van der Gaast [21d48d9] * protocols/msn/ns.c (modified) Fix for bug #536: No longer fail on corrupted USR responses with ... Sun, 14 Mar 2010 18:22:43 GMT Wilmer van der Gaast [90cd6c4] * bitlbee.conf (modified) * conf.c (modified) * conf.h (modified) * protocols/nogaim.c (modified) Allow disabling certain IM protocols at runtime, patch from ... Sun, 14 Mar 2010 18:09:56 GMT Wilmer van der Gaast [ceebeb1] * configure (modified) Warn if xmlto is missing and a prebuilt helpfile is missing. Sun, 14 Mar 2010 17:55:27 GMT Wilmer van der Gaast [fb00989] * bitlbee.h (modified) * configure (modified) * lib/misc.c (modified) * lib/misc.h (modified) * protocols/msn/msn.c (modified) * protocols/msn/msn.h (modified) * protocols/nogaim.c (modified) * protocols/nogaim.h (modified) Adding a few consts and other misc fixes from bug #431. Doing this ... Sun, 14 Mar 2010 17:49:24 GMT Wilmer van der Gaast [c6ca3ee] * bitlbee.h (modified) * configure (modified) * lib/misc.c (modified) * lib/misc.h (modified) * protocols/jabber/jabber.h (modified) * protocols/msn/msn.c (modified) * protocols/msn/msn.h (modified) * protocols/nogaim.c (modified) * protocols/nogaim.h (modified) * user.c (modified) * user.h (modified) Some const/etc cleanups submitted by domen@coderock.org back in bug #431. Sun, 14 Mar 2010 17:45:33 GMT Wilmer van der Gaast [8fb1263] * protocols/jabber/io.c (modified) * protocols/jabber/iq.c (modified) * protocols/jabber/jabber.h (modified) Don't send bind and session requests at the same time when logging in ... Sun, 14 Mar 2010 16:56:00 GMT Wilmer van der Gaast [af7f046] * protocols/jabber/io.c (modified) * protocols/jabber/jabber.h (modified) Don't send a stream start after starttls since it upsets ... Sun, 14 Mar 2010 16:47:00 GMT Wilmer van der Gaast [435f552] * irc.c (modified) While I'm at it, set auto_reconnect to true by default, which I ... Sun, 14 Mar 2010 16:42:22 GMT Wilmer van der Gaast [e9cf291] * root_commands.c (modified) Allow the identify command only once. (Bug #509) Sun, 14 Mar 2010 16:37:46 GMT Wilmer van der Gaast [caceb06] * configure (modified) Don't strip binaries on OS X since it causes plugin troubles. (Bug #480) Sun, 14 Mar 2010 16:35:55 GMT Wilmer van der Gaast [bb34771] * bitlbee.c (modified) Close fd's 0,1,2 no matter what, not just if they're ttys. (Bug #476) Sat, 13 Mar 2010 01:02:47 GMT Wilmer van der Gaast [286b28e] * account.c (modified) * doc/user-guide/commands.xml (modified) * protocols/nogaim.c (modified) Added nick_source account setting to allow using full name fields for ... Sat, 13 Mar 2010 00:12:07 GMT Wilmer van der Gaast [1be0d26] * protocols/yahoo/libyahoo2.c (modified) Fixed handling of contact lists where at least the first contact is ... Fri, 12 Mar 2010 23:02:29 GMT Wilmer van der Gaast [7053379] * protocols/yahoo/libyahoo2.c (modified) * protocols/yahoo/yahoo2_types.h (modified) Yahoo! status updates (at least initial ones, I assume) can be too ... Fri, 12 Mar 2010 22:32:55 GMT Wilmer van der Gaast [547c94c] * protocols/yahoo/libyahoo2.c (modified) Merging in some code from libyahoo2-trunk that deals better with ... Fri, 12 Mar 2010 01:47:44 GMT Wilmer van der Gaast [7c5affca] * protocols/purple/purple.c (modified) Add some simple information about available settings to the online ... Fri, 12 Mar 2010 01:05:21 GMT Wilmer van der Gaast [4dc6b8d] * protocols/purple/purple.c (modified) Added support for PURPLE_PREF_STRING_LIST style settings, this makes ... Fri, 12 Mar 2010 00:38:40 GMT Wilmer van der Gaast [56244c0] * set.c (modified) * set.h (modified) Added set_eval_list which I will need for the Purple module now to ... Thu, 11 Mar 2010 11:15:36 GMT Wilmer van der Gaast [8b6b740] * bitlbee.conf (modified) * unix.c (modified) Document the new -x flag in one useful location and make it a bit ... Wed, 10 Mar 2010 23:58:47 GMT Wilmer van der Gaast [75ec2c8] * protocols/msn/msn_util.c (modified) Fixed an "off-by -1" bug in msn_findheader() that could probably be ... Wed, 10 Mar 2010 23:58:28 GMT Wilmer van der Gaast [a0bd4c2] * root_commands.c (modified) Huh, what was that dead code doing there.. :-/ Tue, 09 Mar 2010 13:13:50 GMT Wilmer van der Gaast [3e1ef92c] * protocols/nogaim.c (modified) Fixed a compiler warning for an ugliness that fortunately shouldn't ... Mon, 08 Mar 2010 02:10:41 GMT Wilmer van der Gaast [7c9db24] * Makefile (modified) * conf.c (modified) * crypting.c (modified) * unix.c (modified) Replaced obsolete (useless for the current .xml files) encode/decode ... Mon, 08 Mar 2010 01:25:53 GMT Wilmer van der Gaast [fdba6bc] * lib/misc.c (modified) Merging in ' fix. Mon, 08 Mar 2010 01:25:10 GMT Wilmer van der Gaast [b52e478] * lib/misc.c (modified) Added ' HTML entity since we're sure getting that one a lot with ... Mon, 08 Mar 2010 01:21:08 GMT Wilmer van der Gaast [bab1c86] * protocols/purple/purple.c (modified) Mail notifications, partially from ... Sun, 07 Mar 2010 23:08:40 GMT Wilmer van der Gaast [52cae01] * protocols/purple/purple.c (modified) Set the ACC_FLAG_*_MESSAGE flags correctly depending on the prpl. Sun, 07 Mar 2010 22:35:00 GMT Wilmer van der Gaast [279607e] * protocols/purple/purple.c (modified) Fixed purple module to work with the new away interface. Sun, 07 Mar 2010 18:43:23 GMT Wilmer van der Gaast [fb020ac] * account.c (modified) * account.h (modified) * configure (modified) * doc/user-guide/commands.xml (modified) * doc/user-guide/misc.xml (modified) * irc.c (modified) * irc_commands.c (modified) * protocols/jabber/jabber.c (modified) * protocols/jabber/jabber.h (modified) * protocols/jabber/jabber_util.c (modified) * protocols/jabber/presence.c (modified) * protocols/msn/msn.c (modified) * protocols/msn/msn.h (modified) * protocols/msn/msn_util.c (modified) * protocols/msn/ns.c (modified) * protocols/msn/tables.c (modified) * protocols/nogaim.c (modified) * protocols/nogaim.h (modified) * protocols/oscar/oscar.c (modified) * protocols/yahoo/libyahoo2.c (modified) * protocols/yahoo/yahoo.c (modified) Merging in mainline, including improved away/status stuff. Sun, 07 Mar 2010 18:41:45 GMT Wilmer van der Gaast [c32f492] * account.c (modified) * account.h (modified) * doc/user-guide/commands.xml (modified) * doc/user-guide/misc.xml (modified) * irc.c (modified) * irc_commands.c (modified) * protocols/jabber/jabber.c (modified) * protocols/jabber/jabber.h (modified) * protocols/jabber/jabber_util.c (modified) * protocols/jabber/presence.c (modified) * protocols/msn/msn.c (modified) * protocols/msn/msn.h (modified) * protocols/msn/ns.c (modified) * protocols/msn/tables.c (modified) * protocols/nogaim.c (modified) * protocols/nogaim.h (modified) * protocols/oscar/oscar.c (modified) * protocols/yahoo/libyahoo2.c (modified) * protocols/yahoo/yahoo.c (modified) Merging in improved away/status message code. Sun, 07 Mar 2010 18:37:23 GMT Wilmer van der Gaast [0e99548] * doc/user-guide/commands.xml (modified) * doc/user-guide/misc.xml (modified) Doc update. Sun, 07 Mar 2010 18:32:31 GMT Wilmer van der Gaast [63770b4] * irc_commands.c (modified) * protocols/jabber/jabber.c (modified) Changed formatting of Jabber buddy info response. Sun, 07 Mar 2010 00:31:34 GMT Wilmer van der Gaast [68198e9] * protocols/oscar/oscar.c (modified) Two more fixes in OSCAR to avoid NULL pointers being passed to ... Sun, 07 Mar 2010 00:22:33 GMT Wilmer van der Gaast [58adb7e] * account.c (modified) * irc.c (modified) * irc_commands.c (modified) * protocols/nogaim.c (modified) * protocols/nogaim.h (modified) Added global and per-account settings "away" and "status" so the user ... Sat, 06 Mar 2010 18:22:20 GMT Wilmer van der Gaast [34fbbf9] * protocols/nogaim.c (modified) Adapted nogaim.c. Pretty nice cleanup of away state alias handling, ... Sat, 06 Mar 2010 18:19:31 GMT Wilmer van der Gaast [be915f5] * protocols/yahoo/libyahoo2.c (modified) * protocols/yahoo/yahoo.c (modified) Yahoo! fixes. Turns out the protocol really is somewhat odd. Sat, 06 Mar 2010 17:41:01 GMT Wilmer van der Gaast [0714d51] * protocols/msn/tables.c (modified) Put AWY at the beginning of the list since it's used as a fallback. Sat, 06 Mar 2010 17:10:32 GMT Wilmer van der Gaast [4049061] * protocols/yahoo/libyahoo2.c (modified) * protocols/yahoo/yahoo.c (modified) Fixed up Yahoo! I'll have to do some more thorough testing of this ... Sat, 06 Mar 2010 16:17:23 GMT Wilmer van der Gaast [17f9522] * protocols/oscar/oscar.c (modified) OSCAR cleanup. Sat, 06 Mar 2010 15:44:46 GMT Wilmer van der Gaast [b051d39] * protocols/msn/msn.c (modified) * protocols/msn/msn.h (modified) * protocols/msn/ns.c (modified) * protocols/msn/tables.c (modified) MSN module updated to deal with the new API. Not many changes since ... Sat, 06 Mar 2010 14:55:12 GMT Wilmer van der Gaast [2bc8ac0] * protocols/nogaim.h (modified) Away with this stupid GAIM_AWAY_CUSTOM constant. Let's see what still ... Sat, 06 Mar 2010 14:50:52 GMT Wilmer van der Gaast [840bba8] * protocols/jabber/jabber.c (modified) * protocols/jabber/jabber.h (modified) * protocols/jabber/jabber_util.c (modified) * protocols/jabber/presence.c (modified) The Jabber part of the change. Also made representation of not-away a ... Sat, 06 Mar 2010 14:15:14 GMT Wilmer van der Gaast [d1ad6f0] * account.h (modified) Preparing for per-account status/away messages. Convert some #defines ... Wed, 17 Feb 2010 00:17:04 GMT Wilmer van der Gaast [1c2eaa3] * configure (modified) Also disable Yahoo! module if SSL support is missing since it also ... Mon, 04 Jan 2010 12:16:18 GMT Wilmer van der Gaast [e08e53c] * configure (modified) * protocols/purple/Makefile (modified) Fixed build system: Run pkg-config at configure-time instead of just ... Sat, 26 Dec 2009 15:14:52 GMT Wilmer van der Gaast [a19ea7a] * protocols/purple/purple.c (modified) Use purple_buddy_get_name, not purple_buddy_get_contact_alias. Makes ... Thu, 17 Dec 2009 00:42:25 GMT Wilmer van der Gaast [ccba980] * protocols/msn/msn_util.c (modified) * protocols/yahoo/libyahoo2.c (modified) A few fixes for bugs that caused coredumps on testing.bitlbee.org (or ... Mon, 07 Dec 2009 22:11:40 GMT Wilmer van der Gaast [ec29351] * protocols/msn/ns.c (modified) Committing some >1y old change. This seems to fix a small leak in the ... Sat, 28 Nov 2009 19:51:39 GMT Wilmer van der Gaast [5674207] * irc.c (modified) * unix.c (modified) Reshuffled initialization sequence a little bit. Most important ... Sat, 28 Nov 2009 00:47:20 GMT Wilmer van der Gaast [3e7b640] * protocols/purple/purple.c (modified) Look up a buddy in the contact list on incoming msgs. This seems to ... Thu, 26 Nov 2009 00:04:40 GMT Wilmer van der Gaast [487f555] * protocols/purple/purple.c (modified) Support for sending zomg-im-typing notifications. Wed, 25 Nov 2009 00:45:27 GMT Wilmer van der Gaast [e5d8d21] * help.c (modified) * help.h (modified) * protocols/purple/purple.c (modified) Added in-memory help info, which I wanted to implement for ages ... Wed, 25 Nov 2009 00:19:45 GMT Wilmer van der Gaast [0ac1a375] * protocols/purple/purple.c (modified) Added enough code to handle one class of queries (action-based), ... Mon, 23 Nov 2009 23:38:31 GMT Wilmer van der Gaast [45a19e5] * protocols/purple/purple.c (modified) Oops, forgot to change one protocol name string pointer.. Mon, 23 Nov 2009 23:23:37 GMT Wilmer van der Gaast [cd741d8] * protocols/nogaim.c (modified) * protocols/nogaim.h (modified) * protocols/purple/purple.c (modified) Fixed compatibility with non-libpurple version: oscar is now ... Mon, 23 Nov 2009 23:00:54 GMT Wilmer van der Gaast [4e04194] * account.c (modified) * bitlbee.h (modified) * chat.c (modified) * chat.h (modified) * doc/CHANGES (modified) * doc/user-guide/commands.xml (modified) * doc/user-guide/misc.xml (modified) * irc_commands.c (modified) * lib/misc.c (modified) * protocols/jabber/iq.c (modified) * protocols/jabber/jabber.h (modified) * protocols/nogaim.c (modified) * protocols/nogaim.h (modified) * protocols/yahoo/libyahoo2.c (modified) * protocols/yahoo/yahoo.c (modified) * protocols/yahoo/yahoo2.h (modified) * protocols/yahoo/yahoo2_callbacks.h (modified) * protocols/yahoo/yahoo2_types.h (modified) * root_commands.c (modified) * storage_xml.c (modified) * user.c (modified) * user.h (modified) Merging BitlBee 1.2.4+ Mon, 23 Nov 2009 22:58:20 GMT Wilmer van der Gaast [b3117f2] * protocols/purple/purple.c (modified) Adding/removing contacts now works. Thu, 12 Nov 2009 11:41:54 GMT Wilmer van der Gaast [36cf9fd] * configure (modified) Proper detection of a usable libresolv.so or libresolv.a. glibc 2.9 ... Fri, 23 Oct 2009 23:57:41 GMT Wilmer van der Gaast [fb51d85] * doc/user-guide/misc.xml (modified) "chat add", not chat_add Fri, 23 Oct 2009 10:43:15 GMT Wilmer van der Gaast [4cf80bb] * lib/misc.c (modified) * protocols/jabber/jabber.h (modified) * protocols/nogaim.c (modified) * protocols/nogaim.h (modified) Shuffling a few more #includes. Much more shuffling will be needed. Thu, 22 Oct 2009 21:55:23 GMT Wilmer van der Gaast [b75acf6] * account.c (modified) * bitlbee.h (modified) * chat.c (modified) * chat.h (modified) * irc_commands.c (modified) * protocols/nogaim.h (modified) * root_commands.c (modified) * storage_xml.c (modified) Don't include chat.h from bitlbee.h. make install-dev doesn't install ... Sat, 17 Oct 2009 15:43:12 GMT Wilmer van der Gaast [2e44b1f] * bitlbee.h (modified) Hah. Forgot to update the version number in bitlbee.h. I really ... Sat, 17 Oct 2009 15:25:41 GMT Wilmer van der Gaast [3650088] * doc/CHANGES (modified) I call you BitlBee 1.2.4. I hope. :-) Sat, 17 Oct 2009 15:13:40 GMT Wilmer van der Gaast [74349eb] * protocols/jabber/iq.c (modified) If you can't find what you expect in an IQ packet, it doesn't mean ... Sat, 17 Oct 2009 15:04:30 GMT Wilmer van der Gaast [57d8421] * doc/user-guide/commands.xml (modified) Document password-protected rooms. Sat, 17 Oct 2009 14:48:21 GMT Wilmer van der Gaast [99c8f13] * protocols/yahoo/libyahoo2.c (modified) * protocols/yahoo/yahoo.c (modified) Valgrind pointed me at some memory leaks in the Yahoo! codek, ... Wed, 14 Oct 2009 21:36:09 GMT Wilmer van der Gaast [6967d01] * protocols/purple/purple.c (modified) I think daemon mode and libpurple won't go together very well for now ... Tue, 13 Oct 2009 22:33:12 GMT Wilmer van der Gaast [e71cfbc] * protocols/yahoo/libyahoo2.c (modified) Turns out I *did* implement HTTPS auth for Yahoo! myself already, but ... Mon, 12 Oct 2009 22:37:28 GMT Wilmer van der Gaast [4524f66] * protocols/purple/purple.c (modified) Store real names in /whois. Mon, 12 Oct 2009 22:23:49 GMT Wilmer van der Gaast [e248c7f] * configure (modified) * protocols/nogaim.c (modified) Automatically try prpl-$proto if $proto doesn't exist, and disable ... Mon, 12 Oct 2009 22:19:41 GMT Wilmer van der Gaast [dd0d57b1] * protocols/purple/purple.c (modified) Oops, forgot to drop a printf() of all away states for debugging. Mon, 12 Oct 2009 00:00:24 GMT Wilmer van der Gaast [ec5e57d] * protocols/purple/purple.c (modified) Support for setting away states. Somewhat hackish but this stuff is ... Sun, 11 Oct 2009 21:08:26 GMT Wilmer van der Gaast [b74b287] * protocols/purple/purple.c (modified) * set.c (modified) * set.h (modified) Fixed account cleanup (use remove, not destroy) and now using user's ... Sun, 11 Oct 2009 12:57:29 GMT Wilmer van der Gaast [0f7ee7e5] * protocols/purple/purple.c (modified) * set.c (modified) * set.h (modified) Copy all the string/bool/int account settings with their defaults to ... Sun, 11 Oct 2009 12:22:23 GMT Wilmer van der Gaast [db4cd40] * protocols/purple/purple.c (modified) Some valgrind cleaning/type safety fixes. Sun, 11 Oct 2009 11:26:09 GMT Wilmer van der Gaast [4f103ea] * protocols/purple/purple.c (modified) Added handing of away states/messages of contacts. Sun, 11 Oct 2009 10:40:40 GMT Wilmer van der Gaast [4164e62] * protocols/purple/purple.c (modified) Fixing a few compiler warnings and cleaning up the last remains of ... Sat, 10 Oct 2009 23:57:26 GMT Wilmer van der Gaast [c5c18c1] * lib/events.h (modified) * lib/events_glib.c (modified) * lib/events_libevent.c (modified) * protocols/purple/purple.c (modified) Hacked up a B_EV_FLAG_FORCE_REPEAT event handler flag to make ... Sat, 10 Oct 2009 23:25:54 GMT Wilmer van der Gaast [e046390] * bitlbee.c (modified) * ipc.c (modified) * irc.c (modified) * lib/events.h (modified) * lib/events_glib.c (modified) * lib/events_libevent.c (modified) * lib/http_client.c (modified) * lib/proxy.c (modified) * lib/ssl_bogus.c (modified) * lib/ssl_client.h (modified) * lib/ssl_gnutls.c (modified) * lib/ssl_nss.c (modified) * lib/ssl_openssl.c (modified) * lib/ssl_sspi.c (modified) * protocols/jabber/io.c (modified) * protocols/msn/ns.c (modified) * protocols/msn/sb.c (modified) * protocols/oscar/oscar.c (modified) * protocols/purple/purple.c (modified) * protocols/yahoo/yahoo.c (modified) Make purple use BitlBee's event handling API. Since the APIs never ... Sat, 10 Oct 2009 15:00:16 GMT Wilmer van der Gaast [7ea8697] * protocols/yahoo/libyahoo2.c (modified) Setting Yahoo! away states works again. Sat, 10 Oct 2009 14:57:05 GMT Wilmer van der Gaast [037b66a] * protocols/yahoo/yahoo.c (modified) Fixed an ugly bug in the write handler that may have caused many ... Sat, 10 Oct 2009 13:48:44 GMT Wilmer van der Gaast [ba16895] * protocols/yahoo/libyahoo2.c (modified) * protocols/yahoo/yahoo.c (modified) * protocols/yahoo/yahoo2.h (modified) * protocols/yahoo/yahoo2_callbacks.h (modified) * protocols/yahoo/yahoo2_types.h (modified) More Yahoo! fixes: Adding and removing buddies works, and for the ... Sat, 10 Oct 2009 13:39:51 GMT Wilmer van der Gaast [fa295e36] * protocols/nogaim.c (modified) * protocols/nogaim.h (modified) * user.c (modified) * user.h (modified) Added imcb_ask_auth() instead of reimplementing authorization ... Wed, 07 Oct 2009 23:37:32 GMT Wilmer van der Gaast [0cbef26] * protocols/purple/purple.c (modified) Added some debugging stuff and handling (better said, ignoring) of ... Tue, 06 Oct 2009 22:55:46 GMT Wilmer van der Gaast [389f7be] * protocols/purple/purple.c (modified) Support for sending messages. Tue, 06 Oct 2009 22:26:01 GMT Wilmer van der Gaast [d250b2a] * protocols/purple/purple.c (modified) Receive messages. Tue, 06 Oct 2009 21:49:42 GMT Wilmer van der Gaast [7da726b] * protocols/purple/purple.c (modified) Getting a contact list and online status now. Time to handle messages. Mon, 05 Oct 2009 23:32:34 GMT Wilmer van der Gaast [860ba6a] * protocols/purple/purple.c (modified) Moved some stuff around, got something that logs in and reports ... Sun, 04 Oct 2009 23:28:11 GMT Wilmer van der Gaast [796da03] * configure (modified) * protocols/nogaim.c (modified) * protocols/purple/Makefile (added) * protocols/purple/purple.c (added) Something that compiles and runs, but otherwise utterly useless. ... Sun, 04 Oct 2009 19:00:53 GMT Wilmer van der Gaast [e59b4f6] * irc_commands.c (modified) Fixed embarassing early free() bug that sat in the WATCH command ... Sun, 04 Oct 2009 18:28:41 GMT Wilmer van der Gaast [bdad407] * protocols/jabber/conference.c (modified) Fixing a crash bug that causes crashes only with buggy Jabber ... Sat, 03 Oct 2009 22:25:36 GMT Wilmer van der Gaast [c3e349e] * protocols/yahoo/libyahoo2.c (modified) Cleaned up Yahoo! fix: Error handling, and also not crashing when the ... Sat, 03 Oct 2009 19:27:50 GMT Wilmer van der Gaast [4fefb77] * protocols/yahoo/libyahoo2.c (modified) * protocols/yahoo/yahoo2_types.h (modified) Yahoo! can log in again. This code still needs major cleanups, use it ... Mon, 20 Jul 2009 13:42:11 GMT Wilmer van der Gaast [0182773] * lib/ini.c (modified) Fixed fd leak in ini.c. How could I miss this one.. :-( 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. Wed, 17 Jun 2009 23:17:15 GMT Wilmer van der Gaast [b9369b5] * protocols/oscar/aim.h (modified) Fixed compatibility with AIM mobile messages. Should work according ... Wed, 03 Jun 2009 16:10:36 GMT Wilmer van der Gaast [19176513] * protocols/jabber/conference.c (modified) Fixed a bug that caused crashes when joining certain kinds of Google ...