#
# ChangeLog for /
#
# Generated by Trac 1.2.3
# 2025-06-15T19:25:54Z

Sun, 25 Apr 2010 23:21:00 GMT Wilmer van der Gaast <wilmer@…> [b2bc25c]
	* lib/oauth.c (modified)

	Added a function that generates an OAuth Authorization: HTTP header.


Sun, 25 Apr 2010 19:22:02 GMT Wilmer van der Gaast <wilmer@…> [346dfd9]
	* lib/oauth.c (modified)

	oauth_access_token() added. I managed to increase the counter on ...


Sun, 25 Apr 2010 18:57:06 GMT Wilmer van der Gaast <wilmer@…> [da2efd4]
	* lib/oauth.c (modified)

	Some HTTP stuff. Via gdb I can make this request a token.


Sun, 25 Apr 2010 18:56:53 GMT Wilmer van der Gaast <wilmer@…> [e9eaee6]
	* lib/url.c (modified)
	* lib/url.h (modified)

	constified.


Sun, 25 Apr 2010 15:12:13 GMT Wilmer van der Gaast <wilmer@…> [be28fe7]
	* lib/Makefile (modified)
	* lib/oauth.c (added)
	* lib/oauth.h (added)

	Code to calculate OAuth signatures. I hope that after wrapping my ...


Sun, 25 Apr 2010 12:56:20 GMT Wilmer van der Gaast <wilmer@…> [0f64ca7]
	* lib/misc.c (modified)

	Make http_encode() RFC3986-compliant. (Escape everything except ...


Sat, 24 Apr 2010 14:15:54 GMT Wilmer van der Gaast <wilmer@…> [f1b7711]
	* debian/rules (modified)

	Also override package version number for bitlbee-dev when ...


Sat, 24 Apr 2010 11:51:08 GMT Wilmer van der Gaast <wilmer@…> [dd0dcac7]
	* debian/changelog (modified)

	Debian package changelog entry.


Mon, 19 Apr 2010 13:08:34 GMT Wilmer van der Gaast <wilmer@…> [db57e7c]
	* bitlbee.h (modified)
	* doc/CHANGES (modified)
	* protocols/twitter/twitter.c (modified)

	1.2.6a. I fail. :-(

	The 1.2.6 I just released has a groupchat mode ...


Mon, 19 Apr 2010 09:40:32 GMT Wilmer van der Gaast <wilmer@…> [f4bcc22]
	* doc/CHANGES (modified)

	Finalized 1.2.6 changelog.


Mon, 19 Apr 2010 09:26:49 GMT Wilmer van der Gaast <wilmer@…> [57400f4]
	* debian/bitlbee.init (modified)

	Use the $PIDFILE variable in the Debian init script.


Fri, 16 Apr 2010 23:44:57 GMT Wilmer van der Gaast <wilmer@…> [0f84234]
	* doc/user-guide/commands.xml (modified)

	Help info for the switchboard_keepalives setting.


Fri, 16 Apr 2010 09:58:22 GMT Wilmer van der Gaast <wilmer@…> [efbc154]
	* protocols/msn/msn.c (modified)
	* protocols/msn/msn.h (modified)
	* protocols/msn/ns.c (modified)
	* protocols/msn/sb.c (modified)

	Merge msn-keepalive, a nice hack (not yet documented) which sends ...


Thu, 15 Apr 2010 23:34:41 GMT Wilmer van der Gaast <wilmer@…> [b6190ca]
	* doc/CHANGES (modified)

	Changelog update: Credit where credit is due!


Thu, 15 Apr 2010 23:15:36 GMT Wilmer van der Gaast <wilmer@…> [55b1e69]
	* protocols/twitter/twitter_lib.c (modified)

	Since the home/timeline response can (and often does) come in before ...


Thu, 15 Apr 2010 23:10:10 GMT Wilmer van der Gaast <wilmer@…> [e88fbe27]
	* doc/user-guide/commands.xml (modified)
	* protocols/twitter/twitter.c (modified)
	* protocols/twitter/twitter_lib.c (modified)

	Added a meta-contact twitter_$username and replaced the ...


Wed, 14 Apr 2010 19:08:23 GMT Wilmer van der Gaast <wilmer@…> [f9ed311]
	* bitlbee.c (modified)

	getaddrinfo(NULL) may return an IPv4 address first but we should ...


Tue, 13 Apr 2010 23:55:30 GMT Wilmer van der Gaast <wilmer@…> [156bbd7]
	* bitlbee.c (modified)
	* log.c (modified)
	* unix.c (modified)

	Log to stderr+syslog until daemonized. Current behaviour is too ...


Tue, 13 Apr 2010 22:57:44 GMT Wilmer van der Gaast <wilmer@…> [c0417e8]
	* doc/CHANGES (modified)

	1.2.6 changelist.


Tue, 13 Apr 2010 22:35:55 GMT Wilmer van der Gaast <wilmer@…> [542e44a]
	* storage_xml.c (modified)

	fsync() the user configuration file before closing it. (Bug #559)


Tue, 13 Apr 2010 22:25:40 GMT Wilmer van der Gaast <wilmer@…> [3d1481f]
	* conf.c (modified)

	Adding -V flag to show version info from a not-serving binary. (Bug
	#580)


Tue, 13 Apr 2010 22:20:36 GMT Wilmer van der Gaast <wilmer@…> [40bc82d]
	* bitlbee.c (modified)

	Run setsid() when daemonizing. (Closes #581)


Tue, 13 Apr 2010 22:09:40 GMT Wilmer van der Gaast <wilmer@…> [37aa317]
	* protocols/twitter/twitter_lib.c (modified)

	Small Valgrind noise fix. (Check if the conn is still alive before ...


Tue, 13 Apr 2010 19:11:28 GMT Wilmer van der Gaast <wilmer@…> [3254c12]
	* bitlbee.h (modified)

	Adding BITLBEE_VERSION_CODE macro to make plugin authors' lifes
	easier.


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.


Sun, 11 Apr 2010 22:13:19 GMT Wilmer van der Gaast <wilmer@…> [ec2ebcc]
	* irc_commands.c (modified)

	Use 320 replies for status messages in /WHOIS, 333 was a bad idea. ...


Sat, 10 Apr 2010 10:07:11 GMT Wilmer van der Gaast <wilmer@…> [4fca1db]
	* Makefile (modified)
	* configure (modified)

	Make compiling on BSD less painful: mktemp really does need a ...


Sat, 10 Apr 2010 01:05:39 GMT Wilmer van der Gaast <wilmer@…> [bb839e8]
	* protocols/msn/msn.h (modified)
	* protocols/msn/ns.c (modified)
	* protocols/msn/sb.c (modified)

	Be more clever with keepalives; detect when a switchboard is opened ...


Fri, 09 Apr 2010 23:16:38 GMT Wilmer van der Gaast <wilmer@…> [9bf2481]
	* protocols/msn/msn.c (modified)
	* protocols/msn/msn.h (modified)
	* protocols/msn/ns.c (modified)
	* protocols/msn/sb.c (modified)

	First stab at MSN keepalives.

	Only kicks in if the user goes ...


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 22:16:38 GMT Wilmer van der Gaast <wilmer@…> [7a90d02]
	* doc/user-guide/commands.xml (modified)

	Document the Twitter module. And fix the default for auto_reconnect ...


Thu, 08 Apr 2010 21:56:27 GMT Wilmer van der Gaast <wilmer@…> [92a9c68]
	* irc.c (modified)

	Fixed 2-byte memory leak in set_eval_charset().


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:39:20 GMT Wilmer van der Gaast <wilmer@…> [d4efddf]
	* bitlbee.c (modified)

	Unset the IPV6_V6ONLY sockctl so listening on IPv6 will automatically ...


Wed, 07 Apr 2010 02:27:55 GMT Wilmer van der Gaast <wilmer@…> [33b306e]
	* irc.c (modified)

	Don't allow non-8-bit character sets like utf-16 which completely ...


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).


Fri, 19 Mar 2010 00:09:50 GMT Wilmer van der Gaast <wilmer@…> [0baed0d]
	* bitlbee.h (modified)
	* doc/user-guide/commands.xml (modified)
	* irc.c (modified)
	* root_commands.c (modified)

	Allow changing the name of the control channel at run-time.


Thu, 18 Mar 2010 22:22:46 GMT Wilmer van der Gaast <wilmer@…> [5fbec3d]
	* debian/bitlbee.init (modified)
	* debian/changelog (modified)
	* debian/config (modified)
	* debian/control (modified)
	* debian/patches/bitlbee.conf.diff (modified)
	* debian/po/POTFILES.in (modified)
	* debian/po/ru.po (added)
	* debian/postinst (modified)
	* debian/prerm (modified)

	Merging recent debian/ changes.


Thu, 18 Mar 2010 22:18:52 GMT Wilmer van der Gaast <wilmer@…> [8462239]
	* configure (modified)

	Use a proper tempfile for the libresolv checks and add a missing " to ...


Thu, 18 Mar 2010 20:34:33 GMT Wilmer van der Gaast <wilmer@…> [5605be9]
	* configure (modified)

	Care about lib64 directories as well when trying to find libresolv.a.


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 15:50:58 GMT Wilmer van der Gaast <wilmer@…> [6ce01be]
	* configure (modified)

	Undo -iquote change which seems to cause plenty of problems to people ...


Wed, 17 Mar 2010 15:00:27 GMT Wilmer van der Gaast <wilmer@…> [b788246]
	* debian/changelog (modified)
	* debian/po/POTFILES.in (modified)
	* debian/po/ru.po (added)

	1.2.5-1: Translation fixes/additions and one other bug fixed
	"upstream".


Wed, 17 Mar 2010 13:56:52 GMT Wilmer van der Gaast <wilmer@…> [75554d0]
	* 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)
	* doc/CHANGES (modified)
	* doc/user-guide/commands.xml (modified)
	* doc/user-guide/misc.xml (modified)
	* irc.c (modified)
	* irc_commands.c (modified)
	* lib/misc.c (modified)
	* lib/misc.h (modified)
	* protocols/jabber/io.c (modified)
	* protocols/jabber/iq.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)
	* protocols/yahoo/yahoo2_types.h (modified)
	* root_commands.c (modified)
	* unix.c (modified)
	* user.h (modified)

	Merging in 1.2.5.


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 ...


Wed, 17 Mar 2010 01:07:41 GMT Wilmer van der Gaast <wilmer@…> [a1ac227]
	* doc/CHANGES (modified)

	Here we go, stable for >24h on testing and im. Time to release.


Tue, 16 Mar 2010 10:45:26 GMT Wilmer van der Gaast <wilmer@…> [0b510af]
	* bitlbee.c (modified)

	Check the RESTART environment variable before closing fd's 0-2 since ...


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 23:14:41 GMT Wilmer van der Gaast <wilmer@…> [7e2b593]
	* bitlbee.h (modified)
	* doc/CHANGES (modified)

	Preparing for 1.2.5.


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 18:09:56 GMT Wilmer van der Gaast <wilmer@…> [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 <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 ...


Sun, 14 Mar 2010 16:47:00 GMT Wilmer van der Gaast <wilmer@…> [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 <wilmer@…> [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 <wilmer@…> [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 <wilmer@…> [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 <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 20:28:39 GMT Wilmer van der Gaast <wilmer@…> [00a0bc5]
	* tests/check_jabber_util.c (modified)

	Test activity_timeout and some other test tweaks.


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.


Thu, 11 Mar 2010 11:15:36 GMT Wilmer van der Gaast <wilmer@…> [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 <wilmer@…> [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 <wilmer@…> [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 <wilmer@…> [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 <wilmer@…> [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:10 GMT Wilmer van der Gaast <wilmer@…> [b52e478]
	* lib/misc.c (modified)

	Added &apos; HTML entity since we're sure getting that one a lot with ...


Sun, 07 Mar 2010 18:41:45 GMT Wilmer van der Gaast <wilmer@…> [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 <wilmer@…> [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 <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.