# # ChangeLog for protocols # # Generated by Trac 1.2.3 # 2024-03-28T23:00:28Z 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 ... 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 ... 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: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 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, ... 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 ... 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 ... 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 ... 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 ... Sun, 14 Dec 2008 15:04:48 GMT Wilmer van der Gaast [5469952] * protocols/oscar/oscar.c (modified) Detect disconnects caused by concurrent logins or rate limiting, and ... Sun, 14 Dec 2008 13:39:02 GMT Wilmer van der Gaast [71d45c2] * protocols/jabber/presence.c (modified) Dropping warnings about unknown JIDs since they're spammy (mostly ... Sun, 14 Dec 2008 10:31:49 GMT Wilmer van der Gaast [c0c43fb] * protocols/nogaim.c (modified) * protocols/nogaim.h (modified) * protocols/oscar/oscar.c (modified) * protocols/yahoo/yahoo.c (modified) Fixed ic->away leaking memory. This var is only used by OSCAR and ... Sun, 28 Sep 2008 11:21:55 GMT Wilmer van der Gaast [b2c062d] * protocols/jabber/conference.c (modified) Adding the password to the right part of the stanza so ... Sun, 28 Sep 2008 11:18:19 GMT Wilmer van der Gaast [94acdd0] * chat.c (modified) * chat.h (modified) * irc_commands.c (modified) * lib/xmltree.c (modified) * lib/xmltree.h (modified) * protocols/jabber/conference.c (modified) * protocols/jabber/jabber.c (modified) * protocols/jabber/jabber.h (modified) * protocols/nogaim.c (modified) * protocols/nogaim.h (modified) * protocols/oscar/oscar.c (modified) Restored support for password-protected chatrooms (for now only by ... Sun, 28 Sep 2008 00:18:21 GMT Wilmer van der Gaast [2bebe15] * protocols/yahoo/yahoo.c (modified) Fixed one crash bug in Yahoo! chatroom invitation handling. Sun, 31 Aug 2008 15:00:35 GMT Wilmer van der Gaast [3611717] * chat.c (modified) * chat.h (modified) * irc_commands.c (modified) * protocols/nogaim.c (modified) Added auto_join code. 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 ... Sun, 10 Aug 2008 09:15:26 GMT Wilmer van der Gaast [a830512] * protocols/msn/msn.c (modified) * protocols/msn/msn.h (modified) * protocols/msn/sb.c (modified) Added msn_sb_write_msg() (patch from ulim). Sat, 09 Aug 2008 23:00:38 GMT Wilmer van der Gaast [4230221] * account.c (modified) * doc/user-guide/commands.xml (modified) * irc.c (modified) * protocols/nogaim.c (modified) Added ceiling to auto-reconnect delay, changed the default to 5*3<900 ... Tue, 05 Aug 2008 23:07:07 GMT Wilmer van der Gaast [280e655] * account.c (modified) * account.h (modified) * irc.c (modified) * protocols/nogaim.c (modified) Simple exponential backoff code. Have to add a maximum delay setting, ... Sat, 02 Aug 2008 11:21:36 GMT Wilmer van der Gaast [d84e2a9] * protocols/msn/ns.c (modified) * protocols/msn/passport.c (modified) * protocols/msn/passport.h (modified) Microsoft, I hate you. Thu, 31 Jul 2008 20:44:43 GMT Wilmer van der Gaast [0f4c2734] * protocols/msn/ns.c (modified) * protocols/msn/passport.c (modified) * protocols/msn/passport.h (modified) Reverting to the old MSN/Passport authentication mechanism, the new ... Mon, 28 Jul 2008 23:44:58 GMT Wilmer van der Gaast [718e05f] * protocols/yahoo/yahoo.c (modified) ext_yahoo_error() shouldn't close the connection if the error is ... Sun, 29 Jun 2008 23:41:39 GMT Wilmer van der Gaast [f5d1b31] * .bzrignore (modified) * Makefile (modified) * bitlbee.c (modified) * bitlbee.h (modified) * configure (modified) * doc/BUILD.win32 (added) * ipc.c (modified) * irc.c (modified) * lib/misc.c (modified) * lib/ssl_bogus.c (modified) * lib/ssl_sspi.c (added) * protocols/yahoo/libyahoo2.c (modified) * protocols/yahoo/yahoo_httplib.c (modified) * sock.h (modified) * storage_text.c (modified) * storage_xml.c (modified) * unix.c (modified) * win32.c (added) Merging changes from Jelmer: It's now possible to cross-compile a ... Sun, 29 Jun 2008 11:11:50 GMT Wilmer van der Gaast [1145964] * protocols/msn/ns.c (modified) Fixed two memory leaks in the MSN module. Sat, 28 Jun 2008 17:32:41 GMT Jelmer Vernooij [178e2f8] * bitlbee.h (modified) * debian/bitlbee.init (modified) * debian/changelog (modified) * debian/control (modified) * debian/copyright (modified) * debian/rules (modified) * doc/CHANGES (modified) * ipc.c (modified) * lib/misc.c (modified) * lib/misc.h (modified) * nick.c (modified) * protocols/jabber/jabber.c (modified) * protocols/jabber/jabber.h (modified) * protocols/jabber/jabber_util.c (modified) * protocols/jabber/message.c (modified) * protocols/nogaim.h (modified) * protocols/oscar/oscar.c (modified) * protocols/yahoo/libyahoo2.c (modified) * protocols/yahoo/yahoo.c (modified) * storage_xml.c (modified) * tests/Makefile (modified) * tests/check.c (modified) * tests/check_jabber_sasl.c (modified) * tests/check_jabber_util.c (added) Merge trunk. Tue, 24 Jun 2008 09:01:29 GMT Wilmer van der Gaast [dfbb056] * protocols/yahoo/yahoo.c (modified) Never use yahoo_close() directly, always use yahoo_logoff(). Sun, 22 Jun 2008 19:21:06 GMT Wilmer van der Gaast [89d736a] * protocols/jabber/jabber.c (modified) * protocols/jabber/jabber.h (modified) * protocols/jabber/jabber_util.c (modified) From the department of over-engineering, now cached packet IDs are ... Sun, 22 Jun 2008 13:02:15 GMT Wilmer van der Gaast [fab3d2d] * protocols/oscar/oscar.c (modified) Shut up a "mostly harmless" warning (this NULL would never actually ... Sun, 22 Jun 2008 12:26:19 GMT Wilmer van der Gaast [de82335] * protocols/oscar/oscar.c (modified) Another fixup after [devel,394]. Clearly I'm not a morning person. Sun, 22 Jun 2008 10:05:33 GMT Wilmer van der Gaast [c801d25] * protocols/oscar/oscar.c (modified) Fixed bug in [devel,394]. Sun, 22 Jun 2008 09:32:46 GMT Wilmer van der Gaast [424e663] * lib/misc.c (modified) * lib/misc.h (modified) * protocols/nogaim.h (modified) * protocols/oscar/oscar.c (modified) Partial fix for #419: Moved normalize() and some other stuff to OSCAR ... Sat, 21 Jun 2008 23:51:18 GMT Wilmer van der Gaast [98de2cc] * protocols/jabber/jabber_util.c (modified) * tests/check_jabber_util.c (modified) Now preserving case in JID resources, and handling them with case ... Sat, 21 Jun 2008 23:34:11 GMT Wilmer van der Gaast [3e6764a] * protocols/jabber/jabber_util.c (modified) * tests/Makefile (modified) * tests/check.c (modified) * tests/check_jabber_sasl.c (modified) * tests/check_jabber_util.c (added) Added jabber_util unittests (buddy_add/_by_jid only ATM). Sun, 15 Jun 2008 18:11:47 GMT Wilmer van der Gaast [7f69740] * protocols/jabber/jabber.c (modified) * protocols/jabber/jabber.h (modified) Using a port list instead of a single range for the allowed Jabber ... Sun, 15 Jun 2008 00:04:27 GMT Wilmer van der Gaast [5ec4129] * protocols/jabber/message.c (modified) Added parsing of Jabber chatroom invitations. Sat, 14 Jun 2008 01:19:12 GMT Wilmer van der Gaast [52df5df] * protocols/yahoo/libyahoo2.c (modified) * protocols/yahoo/yahoo.c (modified) This seems to fix the Yahoo! logoff code. I have no idea why this was ... Tue, 10 Jun 2008 21:09:08 GMT Jelmer Vernooij [2e0f24d] * .bzrignore (modified) * Makefile (modified) * bitlbee.c (modified) * bitlbee.h (modified) * configure (modified) * doc/BUILD.win32 (added) * ipc.c (modified) * irc.c (modified) * lib/misc.c (modified) * lib/ssl_bogus.c (modified) * lib/ssl_sspi.c (added) * protocols/yahoo/libyahoo2.c (modified) * protocols/yahoo/yahoo_httplib.c (modified) * sock.h (modified) * storage_text.c (modified) * unix.c (modified) * win32.c (added) Merge support for cross-compiling for Windows using the mingw32 compiler. Tue, 10 Jun 2008 03:16:15 GMT Jelmer Vernooij [21e5d49] * lib/ssl_sspi.c (moved) Move SSPI SSL implementation to same directory as other SSL backends. Mon, 09 Jun 2008 01:52:28 GMT Jelmer Vernooij [c4a1036] * bitlbee.c (modified) * bitlbee.conf (modified) * bitlbee.h (modified) * conf.c (modified) * conf.h (modified) * debian/changelog (modified) * debian/control (modified) * debian/rules (modified) * doc/user-guide/commands.xml (modified) * irc.c (modified) * lib/arc.h (modified) * lib/proxy.c (modified) * protocols/jabber/jabber_util.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/oscar/oscar.c (modified) * protocols/yahoo/yahoo.c (modified) * query.c (modified) * query.h (modified) * root_commands.c (modified) Merge integration branch. Mon, 21 Apr 2008 21:53:15 GMT Wilmer van der Gaast [99f929c] * protocols/msn/ns.c (modified) Now checking if msn_sb_create() returns NULL. This is very unlikely, ... Tue, 08 Apr 2008 20:44:34 GMT Wilmer van der Gaast [aa31117] * protocols/msn/msn.h (modified) Don't automatically enable MSN debugging messages for debugging builds. Sat, 05 Apr 2008 12:26:04 GMT Wilmer van der Gaast [9143aeb] * protocols/jabber/jabber_util.c (modified) * protocols/msn/msn_util.c (modified) * protocols/nogaim.c (modified) * protocols/nogaim.h (modified) * protocols/oscar/oscar.c (modified) * protocols/yahoo/yahoo.c (modified) * query.c (modified) * query.h (modified) query.h now defines a callback function type, not using void* for it ... Wed, 02 Apr 2008 14:22:57 GMT Jelmer Vernooij [85d7b85] * .bzrignore (modified) * Makefile (modified) * account.c (modified) * account.h (modified) * bitlbee.c (modified) * bitlbee.conf (modified) * bitlbee.h (modified) * conf.c (modified) * conf.h (modified) * configure (modified) * crypting.c (modified) * crypting.h (modified) * debian/README.Debian (added) * debian/bitlbee.init (added) * debian/changelog (added) * debian/conffiles (added) * debian/config (added) * debian/control (added) * debian/copyright (added) * debian/po/POTFILES.in (added) * debian/po/cs.po (added) * debian/po/de.po (added) * debian/po/es.po (added) * debian/po/fr.po (added) * debian/po/it.po (added) * debian/po/ja.po (added) * debian/po/nl.po (added) * debian/po/pt.po (added) * debian/po/pt_BR.po (added) * debian/po/sv.po (added) * debian/po/templates.pot (added) * debian/po/vi.po (added) * debian/postinst (added) * debian/postrm (added) * debian/prerm (added) * debian/rules (added) * debian/templates (added) * debian/watch (added) * doc/CHANGES (modified) * doc/CREDITS (modified) * doc/README (modified) * doc/bitlbee.8 (modified) * doc/bitlbee.schema (added) * doc/user-guide/Makefile (modified) * doc/user-guide/Support.xml (modified) * doc/user-guide/commands.xml (modified) * doc/user-guide/docbook.xsl (modified) * doc/user-guide/help.xsl (modified) * doc/user-guide/misc.xml (modified) * doc/user-guide/quickstart.xml (modified) * help.c (modified) * help.h (modified) * ipc.c (modified) * ipc.h (modified) * irc.c (modified) * irc.h (modified) * irc_commands.c (modified) * lib/Makefile (added) * lib/arc.c (added) * lib/arc.h (added) * lib/base64.c (added) * lib/base64.h (added) * lib/events.h (added) * lib/events_glib.c (added) * lib/events_libevent.c (added) * lib/http_client.c (moved) * lib/http_client.h (added) * lib/ini.c (moved) * lib/ini.h (moved) * lib/md5.c (added) * lib/md5.h (added) * lib/misc.c (moved) * lib/misc.h (moved) * lib/proxy.c (moved) * lib/proxy.h (moved) * lib/sha1.c (added) * lib/sha1.h (added) * lib/ssl_bogus.c (moved) * lib/ssl_client.h (added) * lib/ssl_gnutls.c (moved) * lib/ssl_nss.c (moved) * lib/ssl_openssl.c (moved) * lib/url.c (moved) * lib/url.h (moved) * lib/xmltree.c (added) * lib/xmltree.h (added) * motd.txt (modified) * nick.c (modified) * nick.h (modified) * protocols/Makefile (modified) * protocols/http_client.h (deleted) * protocols/jabber/Makefile (modified) * protocols/jabber/asciitab.h (deleted) * protocols/jabber/conference.c (added) * protocols/jabber/expat.c (deleted) * protocols/jabber/hashtable.c (deleted) * protocols/jabber/hashtable.h (deleted) * protocols/jabber/iasciitab.h (deleted) * protocols/jabber/io.c (added) * protocols/jabber/iq.c (added) * protocols/jabber/jabber.c (modified) * protocols/jabber/jabber.h (modified) * protocols/jabber/jabber_util.c (added) * protocols/jabber/jid.c (deleted) * protocols/jabber/jpacket.c (deleted) * protocols/jabber/jutil.c (deleted) * protocols/jabber/latin1tab.h (deleted) * protocols/jabber/lib.h (deleted) * protocols/jabber/libxode.h (deleted) * protocols/jabber/log.c (deleted) * protocols/jabber/log.h (deleted) * protocols/jabber/message.c (added) * protocols/jabber/nametab.h (deleted) * protocols/jabber/pool.c (deleted) * protocols/jabber/presence.c (added) * protocols/jabber/sasl.c (added) * protocols/jabber/str.c (deleted) * protocols/jabber/utf8tab.h (deleted) * protocols/jabber/xmldef.h (deleted) * protocols/jabber/xmlnode.c (deleted) * protocols/jabber/xmlparse.c (deleted) * protocols/jabber/xmlparse.h (deleted) * protocols/jabber/xmlrole.c (deleted) * protocols/jabber/xmlrole.h (deleted) * protocols/jabber/xmltok.c (deleted) * protocols/jabber/xmltok.h (deleted) * protocols/jabber/xmltok_impl.c (deleted) * protocols/jabber/xmltok_impl.h (deleted) * protocols/jabber/xmltok_ns.c (deleted) * protocols/md5.c (deleted) * protocols/md5.h (deleted) * protocols/msn/Makefile (modified) * protocols/msn/msn.c (modified) * protocols/msn/msn.h (modified) * protocols/msn/msn_util.c (modified) * protocols/msn/ns.c (modified) * protocols/msn/passport.c (modified) * protocols/msn/passport.h (modified) * protocols/msn/sb.c (modified) * protocols/nogaim.c (modified) * protocols/nogaim.h (modified) * protocols/oscar/Makefile (modified) * protocols/oscar/aim.h (modified) * protocols/oscar/chat.c (modified) * protocols/oscar/chatnav.c (modified) * protocols/oscar/icq.c (modified) * protocols/oscar/im.c (modified) * protocols/oscar/info.c (modified) * protocols/oscar/msgcookie.c (modified) * protocols/oscar/oscar.c (modified) * protocols/oscar/rxhandlers.c (modified) * protocols/oscar/rxqueue.c (modified) * protocols/oscar/search.c (modified) * protocols/oscar/service.c (modified) * protocols/oscar/txqueue.c (modified) * protocols/sha.c (deleted) * protocols/sha.h (deleted) * protocols/ssl_client.h (deleted) * protocols/yahoo/Makefile (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) * protocols/yahoo/yahoo_util.c (modified) * query.c (modified) * query.h (modified) * root_commands.c (modified) * set.c (modified) * set.h (modified) * sock.h (modified) * storage.c (modified) * storage.h (modified) * storage_ldap.c (added) * storage_text.c (modified) * storage_xml.c (added) * tests/Makefile (added) * tests/check.c (added) * tests/check_arc.c (added) * tests/check_crypting.c (added) * tests/check_help.c (added) * tests/check_irc.c (added) * tests/check_jabber_sasl.c (added) * tests/check_md5.c (added) * tests/check_nick.c (added) * tests/check_set.c (added) * tests/check_user.c (added) * tests/check_util.c (added) * tests/testsuite.h (added) * unix.c (modified) * user.c (modified) * user.h (modified) Merge trunk. Sun, 23 Mar 2008 14:29:19 GMT Wilmer van der Gaast [8a2221a7] * lib/ssl_client.h (modified) * lib/ssl_gnutls.c (modified) * lib/ssl_nss.c (modified) * lib/ssl_openssl.c (modified) * protocols/jabber/io.c (modified) Fixed stalling issue with OpenSSL and Jabber (#368). Sun, 16 Mar 2008 14:39:34 GMT Wilmer van der Gaast [e960a52] * protocols/jabber/jabber.c (modified) Fixed cached_id_prefix memory leak. Sat, 15 Mar 2008 23:53:54 GMT Wilmer van der Gaast [4bb50ef] * protocols/yahoo/libyahoo2.c (modified) Although I have no idea what the author meant with code like `if(cp ... Sat, 15 Mar 2008 21:05:39 GMT Wilmer van der Gaast [79eae4a] * protocols/yahoo/yahoo.c (modified) Inviting someone to a Yahoo! chatroom with msg=NULL is bad. I wonder ... Sat, 15 Mar 2008 17:44:21 GMT Wilmer van der Gaast [a869d91] * protocols/yahoo/libyahoo2.c (modified) Indicate that we support YMSG protocol version 12, this should ... Sun, 17 Feb 2008 11:26:44 GMT Wilmer van der Gaast [9186d15] * protocols/msn/passport.c (modified) * protocols/msn/passport.h (modified) Automatically truncate MSN passports to 16 characters because that's ... Sun, 17 Feb 2008 11:16:01 GMT Wilmer van der Gaast [e6648bf] * protocols/msn/ns.c (modified) * protocols/msn/passport.c (modified) * protocols/msn/passport.h (modified) Replaced old MSN Passport (v1.4) authentication code with what's ... Sat, 16 Feb 2008 22:40:38 GMT Wilmer van der Gaast [4bbcba3] * lib/xmltree.c (modified) * lib/xmltree.h (modified) * protocols/jabber/io.c (modified) Moved xmltree handlers initialization to xt_new(). Sat, 16 Feb 2008 22:07:14 GMT Wilmer van der Gaast [add23a2] * lib/Makefile (modified) * lib/xmltree.c (moved) * lib/xmltree.h (moved) * protocols/jabber/Makefile (modified) Moved xmltree to lib/ because I want to use it from more than just ... Sat, 16 Feb 2008 17:38:30 GMT Wilmer van der Gaast [a73e91a] * protocols/jabber/iq.c (modified) Added callback on Jabber add-to-roster requests so buddies get added ... Sat, 16 Feb 2008 15:58:22 GMT Wilmer van der Gaast [ca60550] * Makefile (modified) * debian/watch (added) * lib/Makefile (modified) * protocols/Makefile (modified) * protocols/jabber/Makefile (modified) * protocols/msn/Makefile (modified) * protocols/oscar/Makefile (modified) * protocols/yahoo/Makefile (modified) Merge from Jelmer. Sat, 16 Feb 2008 15:45:12 GMT Jelmer Vernooij [fc5cf88] * Makefile (modified) * lib/Makefile (modified) * protocols/Makefile (modified) * protocols/jabber/Makefile (modified) * protocols/msn/Makefile (modified) * protocols/oscar/Makefile (modified) * protocols/yahoo/Makefile (modified) Fix lcov dependencies. Sat, 16 Feb 2008 13:17:52 GMT Wilmer van der Gaast [af97b23] * protocols/jabber/sasl.c (modified) * tests/Makefile (modified) * tests/check.c (modified) * tests/check_jabber_sasl.c (added) Improved sasl_get_part() to deal with whitespace in challenge ... Sun, 10 Feb 2008 17:11:06 GMT Wilmer van der Gaast [3038e47] * protocols/jabber/conference.c (modified) Added support for password-protected Jabber chatrooms. Sun, 03 Feb 2008 23:33:18 GMT Wilmer van der Gaast [63075d7] * protocols/jabber/conference.c (modified) * protocols/jabber/jabber.h (modified) Messages from the user are also included in backlogs when joining a ... Sun, 03 Feb 2008 17:11:15 GMT Wilmer van der Gaast [8ff0a61] * protocols/msn/ns.c (modified) * protocols/msn/sb.c (modified) Disabling "Unknown command" warnings since they're very noisy and ... Sun, 03 Feb 2008 16:59:39 GMT Wilmer van der Gaast [8c1eb80] * protocols/jabber/iq.c (modified) * protocols/jabber/jabber.h (modified) * protocols/jabber/presence.c (modified) Implemented XEP-0115. This adds some info to the tags so ... Sun, 03 Feb 2008 13:54:19 GMT Wilmer van der Gaast [979cfb4] * protocols/jabber/jabber.h (modified) * protocols/jabber/jabber_util.c (modified) Saner garbage collection of cached packets in the Jabber module. Now ... Wed, 30 Jan 2008 23:05:52 GMT Wilmer van der Gaast [f774e01] * protocols/oscar/oscar.c (modified) Fixed handling of OSCAR multi-part messages... They're not arrays, ... Thu, 24 Jan 2008 22:49:47 GMT Wilmer van der Gaast [b5c8a34] * protocols/jabber/io.c (modified) * protocols/jabber/jabber.c (modified) * protocols/jabber/jabber.h (modified) Keeping track of valid Jabber connections so _connected() events will ... Thu, 24 Jan 2008 22:22:46 GMT Wilmer van der Gaast [613cc55] * lib/misc.c (modified) * protocols/oscar/oscar.c (modified) Fixed two valgrind warnings (partially uninitialized "struct tm" vars.) Sun, 20 Jan 2008 11:15:40 GMT Wilmer van der Gaast [a882d6c] * protocols/jabber/conference.c (modified) The Jabber module now uses imcb_chat_log() instead of imcb_log() ... Sun, 20 Jan 2008 00:17:57 GMT Wilmer van der Gaast [31e5846] * protocols/nogaim.c (modified) * protocols/nogaim.h (modified) Added imcb_chat_log() for chatroom system messages, so they can be ... Sun, 20 Jan 2008 00:01:31 GMT Wilmer van der Gaast [0adce21] * protocols/jabber/jabber_util.c (modified) GET_BUDDY_FIRST wasn't actually implemented, even though it was in ... Fri, 18 Jan 2008 13:20:37 GMT Wilmer van der Gaast [83ba3e5] * protocols/nogaim.c (modified) Moving imcb_chat_new() to a saner location (no code changes) and ... Thu, 17 Jan 2008 22:48:32 GMT Wilmer van der Gaast [ac4adf9] * protocols/yahoo/yahoo.c (modified) Apparently ext_yahoo_got_im can be called with msg=NULL, so it should ... Thu, 17 Jan 2008 22:06:55 GMT Wilmer van der Gaast [52744f8] * bitlbee.c (modified) * ipc.c (modified) * lib/md5.c (modified) * lib/md5.h (modified) * protocols/nogaim.c (modified) * protocols/nogaim.h (modified) * unix.c (modified) Fixing some Solaris compiler warnings (u_int->uint, adding some ... Sun, 13 Jan 2008 17:13:45 GMT Wilmer van der Gaast [13857c6] * protocols/jabber/conference.c (modified) Fixed handing of failed groupchat joins. Sun, 13 Jan 2008 14:48:32 GMT Wilmer van der Gaast [dded27d] * protocols/jabber/presence.c (modified) Fixed "Conditional jump or move depends on uninitialised value(s)" at ... Sat, 12 Jan 2008 17:24:38 GMT Wilmer van der Gaast [59f527b6] * protocols/msn/msn.h (modified) * protocols/msn/sb.c (modified) When a switchboard connection dies (at the TCP level) and there are ... Sat, 12 Jan 2008 00:24:46 GMT Wilmer van der Gaast [e64de00] * lib/misc.c (modified) * lib/misc.h (modified) * protocols/oscar/oscar.c (modified) Killed info_string_append() and now showing the IP address of ICQ ... Fri, 11 Jan 2008 13:17:11 GMT Wilmer van der Gaast [e7f8838] * protocols/jabber/presence.c (modified) Fixing bug #344, now away states should always be correct, even when ... Thu, 10 Jan 2008 00:31:38 GMT Wilmer van der Gaast [181e47a] * protocols/oscar/oscar.c (modified) Now setting odata->icq properly again, this got lost some time ago, ... Sun, 06 Jan 2008 12:37:55 GMT Wilmer van der Gaast [43462708] * configure (modified) * irc.c (modified) * nick.c (modified) * protocols/jabber/iq.c (modified) * protocols/jabber/jabber_util.c (modified) * protocols/jabber/presence.c (modified) * protocols/msn/msn_util.c (modified) * protocols/oscar/service.c (modified) * protocols/oscar/txqueue.c (modified) More consistency in error/warning errors. Until now "WARNING:" was ... Sun, 06 Jan 2008 12:32:27 GMT Wilmer van der Gaast [46dca11] * protocols/msn/msn.c (modified) * protocols/msn/msn.h (modified) * protocols/msn/msn_util.c (modified) * protocols/msn/sb.c (modified) Changed warning message about unsent MSN messages. It should show the ... Sat, 05 Jan 2008 21:15:32 GMT Wilmer van der Gaast [1febf5c] * doc/user-guide/commands.xml (modified) * protocols/msn/msn.c (modified) * protocols/msn/ns.c (modified) * protocols/yahoo/yahoo.c (modified) Added "mail_notifications" setting. Who needs those notifications ... Sat, 05 Jan 2008 19:03:02 GMT Wilmer van der Gaast [3585c5a] * protocols/msn/sb.c (modified) Added handling of MSN switchboard NAK messages. Untested, but hey, it ... Fri, 28 Dec 2007 23:26:44 GMT Wilmer van der Gaast [fb4ebcc5] * protocols/jabber/jabber.c (modified) Added missing return in jabber_login(). Sun, 16 Dec 2007 16:35:38 GMT Wilmer van der Gaast [529078a] * protocols/jabber/iq.c (modified) * protocols/jabber/jabber.h (modified) Implemented XEP-0199 (patch from misc@mandriva.org). Wed, 12 Dec 2007 23:30:51 GMT Wilmer van der Gaast [30ce1ce] * account.c (modified) * doc/user-guide/commands.xml (modified) * doc/user-guide/quickstart.xml (modified) * protocols/oscar/aim.h (modified) * protocols/oscar/oscar.c (modified) * root_commands.c (modified) Killed the parameter to "account add" and changed the ... Wed, 12 Dec 2007 21:36:33 GMT Wilmer van der Gaast [d52111a] * lib/misc.c (modified) * lib/misc.h (modified) * protocols/jabber/io.c (modified) Fixed sockerr_again() usage in Jabber module to (hopefully) fix a ... Sun, 09 Dec 2007 23:19:35 GMT Wilmer van der Gaast [c058ff9] * irc_commands.c (modified) * protocols/jabber/conference.c (modified) * protocols/jabber/jabber.c (modified) * protocols/jabber/jabber.h (modified) * protocols/msn/msn.c (modified) * protocols/oscar/oscar.c (modified) * protocols/yahoo/yahoo.c (modified) Added /invite support for Jabber chatrooms (and fixed the argument ... Tue, 04 Dec 2007 22:59:59 GMT Wilmer van der Gaast [de03374] * protocols/jabber/jabber.c (modified) Fixing jabber_login/_logout for better (non-crashing) cleanup on ... Sun, 02 Dec 2007 23:14:49 GMT Wilmer van der Gaast [80e9db9] * protocols/jabber/conference.c (modified) Forgot to return something in jabber_chat_join_failed(). Sun, 02 Dec 2007 17:25:57 GMT Wilmer van der Gaast [5bd21df] * protocols/jabber/conference.c (modified) * protocols/jabber/jabber.c (modified) * protocols/jabber/jabber.h (modified) * protocols/jabber/jabber_util.c (modified) * protocols/jabber/presence.c (modified) Handling of presence-error packets (only useful for groupchats now), ... Sun, 02 Dec 2007 16:43:57 GMT Wilmer van der Gaast [4306d8b] * protocols/jabber/iq.c (modified) * protocols/jabber/jabber.c (modified) * protocols/jabber/jabber.h (modified) * protocols/jabber/jabber_util.c (modified) Removed retarded printf() (ARGH) and moved the event handling ... Thu, 29 Nov 2007 21:55:14 GMT Wilmer van der Gaast [9ff5737] * lib/events.h (modified) * lib/events_libevent.c (modified) * protocols/oscar/msgcookie.c (modified) printf() in daemons considered harmful.