#
# ChangeLog for protocols
#
# Generated by Trac 1.2.3
# 2025-05-07T15:16:27Z

Tue, 13 Apr 2010 17:36:16 GMT Wilmer van der Gaast <wilmer@…> [3bd4a93]
	* protocols/twitter/twitter.c (modified)
	* protocols/twitter/twitter.h (modified)
	* protocols/twitter/twitter_lib.c (modified)

	Suppress HTTP error messages unless we get five or more in a row.


Tue, 13 Apr 2010 12:51:05 GMT Wilmer van der Gaast <wilmer@…> [3e69802]
	* protocols/twitter/twitter.c (modified)
	* protocols/twitter/twitter_lib.c (modified)

	Use full name information of Twitter buddies.


Fri, 09 Apr 2010 01:11:10 GMT Wilmer van der Gaast <wilmer@…> [16592d8]
	* protocols/twitter/twitter.c (modified)

	If the user leaves the Twitter channel, allow that. Recreate it when ...


Fri, 09 Apr 2010 00:40:38 GMT Wilmer van der Gaast <wilmer@…> [cca0692]
	* protocols/nogaim.c (modified)
	* protocols/nogaim.h (modified)
	* protocols/twitter/twitter_lib.c (modified)

	Added imcb_chat_nick_hint() and use it in the Twitter module to get ...


Thu, 08 Apr 2010 00:55:17 GMT Wilmer van der Gaast <wilmer@…> [5b9b2b6]
	* doc/user-guide/commands.xml (modified)
	* irc.c (modified)
	* protocols/nogaim.c (modified)

	Added display_timestamps setting in case some people may not really ...


Thu, 08 Apr 2010 00:51:16 GMT Wilmer van der Gaast <wilmer@…> [37d84b3]
	* protocols/twitter/twitter.c (modified)

	Don't free the Twitter chatroom if there isn't one..


Thu, 08 Apr 2010 00:42:11 GMT Wilmer van der Gaast <wilmer@…> [08579a1]
	* protocols/twitter/twitter_lib.c (modified)

	Parse timestamps in tweets.


Thu, 08 Apr 2010 00:27:42 GMT Wilmer van der Gaast <wilmer@…> [2e3a857]
	* lib/misc.c (modified)
	* lib/misc.h (modified)
	* protocols/jabber/jabber_util.c (modified)

	Added a mktime_utc() to misc.c using code that used to be in ...


Wed, 07 Apr 2010 21:38:56 GMT Wilmer van der Gaast <wilmer@…> [91cec2f]
	* protocols/nogaim.c (modified)
	* protocols/twitter/twitter.c (modified)

	It'd be nice to not crash when the user goes away. :-)

	Don't export ...


Wed, 07 Apr 2010 19:40:39 GMT Wilmer van der Gaast <wilmer@…> [123cac7]
	* configure (modified)
	* protocols/nogaim.c (modified)
	* protocols/twitter/Makefile (added)
	* protocols/twitter/twitter.c (added)
	* protocols/twitter/twitter.h (added)
	* protocols/twitter/twitter_http.c (added)
	* protocols/twitter/twitter_http.h (added)
	* protocols/twitter/twitter_lib.c (added)
	* protocols/twitter/twitter_lib.h (added)

	Merging Twitter support.


Wed, 07 Apr 2010 03:59:01 GMT Wilmer van der Gaast <wilmer@…> [3e57660]
	* doc/user-guide/commands.xml (modified)
	* irc.c (modified)
	* protocols/nogaim.c (modified)
	* protocols/nogaim.h (modified)

	Show timestamps for offline messages. Including a timezone setting ...


Wed, 07 Apr 2010 02:15:44 GMT Wilmer van der Gaast <wilmer@…> [7815a2b]
	* protocols/msn/ns.c (modified)

	Check MSN display names given by the server for UTF-8-correctness ...


Wed, 07 Apr 2010 00:46:38 GMT Wilmer van der Gaast <wilmer@…> [1014cab]
	* protocols/twitter/twitter.c (modified)
	* protocols/twitter/twitter_lib.c (modified)

	In groupchat mode, make contacts show up in the room instead of in ...


Wed, 07 Apr 2010 00:27:51 GMT Wilmer van der Gaast <wilmer@…> [d569019]
	* protocols/twitter/twitter.c (modified)
	* protocols/twitter/twitter_lib.c (modified)

	A little more cleanup.


Tue, 06 Apr 2010 23:54:00 GMT Wilmer van der Gaast <wilmer@…> [0519b0a]
	* protocols/twitter/twitter_http.c (modified)
	* protocols/twitter/twitter_lib.c (modified)

	Killed unused twitter_urldecode() and silence some compiler warnings.


Tue, 06 Apr 2010 17:25:51 GMT Geert Mulders <g.c.w.m.mulders@…> [2abceca]
	* protocols/twitter/twitter.c (modified)
	* protocols/twitter/twitter.h (modified)
	* protocols/twitter/twitter_http.c (modified)
	* protocols/twitter/twitter_lib.c (modified)

	Updates made as a result to the comments on the review.


Tue, 30 Mar 2010 01:30:19 GMT Wilmer van der Gaast <wilmer@…> [e3413cc]
	* doc/user-guide/commands.xml (modified)
	* protocols/msn/msn.c (modified)
	* protocols/msn/msn.h (modified)
	* protocols/msn/msn_util.c (modified)
	* protocols/msn/ns.c (modified)

	Added local_display_name setting for MSN accounts and some hopefully ...


Tue, 30 Mar 2010 00:26:11 GMT Wilmer van der Gaast <wilmer@…> [c4bc92a]
	* protocols/jabber/message.c (modified)

	Suppress empty "Headline:" messages for certain new XMPP broadcast ...


Thu, 25 Mar 2010 21:31:27 GMT Geert Mulders <g.c.w.m.mulders@…> [62d2cfb]
	* protocols/twitter/twitter.c (modified)
	* protocols/twitter/twitter.h (modified)
	* protocols/twitter/twitter_lib.c (modified)
	* protocols/twitter/twitter_lib.h (modified)

	Added option to get tweeds either through groupchat or privmes.


Sun, 21 Mar 2010 10:18:28 GMT Wilmer van der Gaast <wilmer@…> [545d7c0]
	* doc/user-guide/commands.xml (modified)
	* protocols/oscar/oscar.c (modified)

	Added ignore_auth_requests setting (patch from vmiklos, bug #578).


Thu, 18 Mar 2010 14:38:06 GMT Wilmer van der Gaast <wilmer@…> [638feab]
	* protocols/jabber/jabber.c (modified)
	* protocols/jabber/jabber.h (modified)
	* protocols/jabber/jabber_util.c (modified)
	* protocols/jabber/message.c (modified)
	* protocols/jabber/presence.c (modified)
	* tests/check_jabber_util.c (modified)

	Merging in Jabber resource selection fix. This adds the ...


Thu, 18 Mar 2010 11:22:17 GMT Wilmer van der Gaast <wilmer@…> [842cd8d]
	* protocols/jabber/jabber_util.c (modified)
	* tests/check_jabber_util.c (modified)

	Fixed a bug that caused full JIDs to get lost sometimes with the new ...


Wed, 17 Mar 2010 01:13:23 GMT Wilmer van der Gaast <wilmer@…> [f9928cb]
	* doc/CHANGES (modified)
	* doc/user-guide/commands.xml (modified)
	* protocols/jabber/jabber.c (modified)

	Set resource_select to activity by default since priority has always ...


Tue, 16 Mar 2010 10:24:00 GMT Wilmer van der Gaast <wilmer@…> [ec55a7d]
	* protocols/yahoo/yahoo.c (modified)

	Really set Yahoo! status messages properly. YMSG, how I hate you.


Tue, 16 Mar 2010 10:18:02 GMT Wilmer van der Gaast <wilmer@…> [449a51d]
	* irc_commands.c (modified)
	* protocols/nogaim.c (modified)
	* root_commands.c (modified)
	* user.h (modified)

	Include non-away status messages in blist and whois responses. The ...


Mon, 15 Mar 2010 10:26:25 GMT Wilmer van der Gaast <wilmer@…> [9fca0657]
	* protocols/yahoo/libyahoo2.c (modified)

	Deal with stupid (on first sight, at least) Yahoo! server behaviour ...


Mon, 15 Mar 2010 01:25:47 GMT Wilmer van der Gaast <wilmer@…> [315dd4c]
	* protocols/jabber/io.c (modified)
	* protocols/jabber/iq.c (modified)

	Oops.. Today's Jabber fix could get stuck in a somewhat infinite loop ...


Sun, 14 Mar 2010 20:19:10 GMT Wilmer van der Gaast <wilmer@…> [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 <wilmer@…> [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 17:55:27 GMT Wilmer van der Gaast <wilmer@…> [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 <wilmer@…> [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 <wilmer@…> [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 <wilmer@…> [af7f046]
	* protocols/jabber/io.c (modified)
	* protocols/jabber/jabber.h (modified)

	Don't send a <?xml> stream start after starttls since it upsets ...


Sat, 13 Mar 2010 01:02:47 GMT Wilmer van der Gaast <wilmer@…> [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 <wilmer@…> [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 <wilmer@…> [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 <wilmer@…> [547c94c]
	* protocols/yahoo/libyahoo2.c (modified)

	Merging in some code from libyahoo2-trunk that deals better with ...


Fri, 12 Mar 2010 19:35:51 GMT Wilmer van der Gaast <wilmer@…> [dde9d571]
	* protocols/jabber/jabber_util.c (modified)
	* tests/check_jabber_util.c (modified)

	Fixed jabber_util unittest. It passes, yet something still seems to ...


Fri, 12 Mar 2010 19:10:16 GMT Wilmer van der Gaast <wilmer@…> [be609ff]
	* Makefile (modified)
	* account.c (modified)
	* account.h (modified)
	* bitlbee.conf (modified)
	* conf.c (modified)
	* configure (modified)
	* crypting.c (modified)
	* doc/user-guide/commands.xml (modified)
	* doc/user-guide/misc.xml (modified)
	* irc.c (modified)
	* irc_commands.c (modified)
	* lib/misc.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)
	* root_commands.c (modified)
	* unix.c (modified)

	Merging mainline.


Wed, 10 Mar 2010 23:58:47 GMT Wilmer van der Gaast <wilmer@…> [75ec2c8]
	* protocols/msn/msn_util.c (modified)

	Fixed an "off-by -1" bug in msn_findheader() that could probably be ...


Tue, 09 Mar 2010 13:13:50 GMT Wilmer van der Gaast <wilmer@…> [3e1ef92c]
	* protocols/nogaim.c (modified)

	Fixed a compiler warning for an ugliness that fortunately shouldn't ...


Sun, 07 Mar 2010 18:32:31 GMT Wilmer van der Gaast <wilmer@…> [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 <wilmer@…> [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 <wilmer@…> [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 <wilmer@…> [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 <wilmer@…> [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 <wilmer@…> [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 <wilmer@…> [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 <wilmer@…> [17f9522]
	* protocols/oscar/oscar.c (modified)

	OSCAR cleanup.


Sat, 06 Mar 2010 15:44:46 GMT Wilmer van der Gaast <wilmer@…> [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 <wilmer@…> [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 <wilmer@…> [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 <wilmer@…> [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 <wilmer@…> [ec29351]
	* protocols/msn/ns.c (modified)

	Committing some >1y old change. This seems to fix a small leak in the ...


Wed, 02 Dec 2009 18:08:40 GMT Geert Mulders <g.c.w.m.mulders@…> [b4dd253]
	* protocols/twitter/twitter.h (modified)
	* protocols/twitter/twitter_lib.c (modified)

	home/timeline is now displayed in a groupchat instead of private
	window.


Tue, 01 Dec 2009 21:08:02 GMT Geert Mulders <g.c.w.m.mulders@…> [1b221e0]
	* configure (modified)
	* protocols/nogaim.c (modified)
	* protocols/twitter/Makefile (added)
	* protocols/twitter/twitter.c (added)
	* protocols/twitter/twitter.h (added)
	* protocols/twitter/twitter_http.c (added)
	* protocols/twitter/twitter_http.h (added)
	* protocols/twitter/twitter_lib.c (added)
	* protocols/twitter/twitter_lib.h (added)

	Added twitter-module.


Thu, 19 Nov 2009 18:50:53 GMT Wilmer van der Gaast <wilmer@…> [08e5bb2]
	* protocols/jabber/jabber_util.c (modified)

	Restoring some logic that seemed broken but was important with ...


Thu, 19 Nov 2009 14:58:30 GMT Wilmer van der Gaast <wilmer@…> [20e830b]
	* protocols/jabber/jabber_util.c (modified)

	Fixed a facepalm kind of NULL pointer dereference bug.


Thu, 19 Nov 2009 13:11:38 GMT Wilmer van der Gaast <wilmer@…> [76c85b4c]
	* protocols/jabber/jabber.c (modified)
	* protocols/jabber/jabber.h (modified)
	* protocols/jabber/jabber_util.c (modified)
	* protocols/jabber/message.c (modified)
	* protocols/jabber/presence.c (modified)

	resource_select now defaults to activity instead of priority. Also, ...


Fri, 23 Oct 2009 10:43:15 GMT Wilmer van der Gaast <wilmer@…> [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 <wilmer@…> [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 <wilmer@…> [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 <wilmer@…> [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 <wilmer@…> [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 <wilmer@…> [7ea8697]
	* protocols/yahoo/libyahoo2.c (modified)

	Setting Yahoo! away states works again.


Sat, 10 Oct 2009 14:57:05 GMT Wilmer van der Gaast <wilmer@…> [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 <wilmer@…> [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 <wilmer@…> [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 <wilmer@…> [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 <wilmer@…> [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 <wilmer@…> [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 <wilmer@…> [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 <wilmer@…> [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 <wilmer@…> [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 <wilmer@…> [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 <wilmer@…> [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 <wilmer@…> [b2c062d]
	* protocols/jabber/conference.c (modified)

	Adding the password to the right part of the <presence> stanza so ...


Sun, 28 Sep 2008 11:18:19 GMT Wilmer van der Gaast <wilmer@…> [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 <wilmer@…> [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 <wilmer@…> [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 <wilmer@…> [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 <wilmer@…> [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 <wilmer@…> [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 <wilmer@…> [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 <wilmer@…> [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 <wilmer@…> [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 <wilmer@…> [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 <wilmer@…> [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 <wilmer@…> [1145964]
	* protocols/msn/ns.c (modified)

	Fixed two memory leaks in the MSN module.


Sat, 28 Jun 2008 17:32:41 GMT Jelmer Vernooij <jelmer@…> [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 <wilmer@…> [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 <wilmer@…> [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 <wilmer@…> [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 <wilmer@…> [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 <wilmer@…> [c801d25]
	* protocols/oscar/oscar.c (modified)

	Fixed bug in [devel,394].


Sun, 22 Jun 2008 09:32:46 GMT Wilmer van der Gaast <wilmer@…> [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 <wilmer@…> [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 <wilmer@…> [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 <wilmer@…> [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 <wilmer@…> [5ec4129]
	* protocols/jabber/message.c (modified)

	Added parsing of Jabber chatroom invitations.