#
# ChangeLog for /
#
# Generated by Trac 1.2.3
# 2025-06-16T02:26:13Z

Mon, 12 Nov 2012 00:03:33 GMT Wilmer van der Gaast <wilmer@…> [67ebc8e]
	* lib/json_util.h (modified)

	Fixed valgrind warnings in JSON_O_FOREACH.


Sun, 11 Nov 2012 23:32:47 GMT Wilmer van der Gaast <wilmer@…> [e132b60]
	* protocols/msn/msn.c (modified)
	* protocols/msn/ns.c (modified)
	* protocols/nogaim.c (modified)
	* protocols/nogaim.h (modified)
	* protocols/twitter/twitter.c (modified)
	* protocols/twitter/twitter_lib.c (modified)

	Extend keepalive code to time out connections when pings don't get ...


Sun, 11 Nov 2012 21:52:26 GMT Wilmer van der Gaast <wilmer@…> [dd672e2]
	* lib/http_client.c (modified)
	* lib/http_client.h (modified)
	* protocols/twitter/twitter_lib.c (modified)

	Detect and handle streaming connection loss.


Sun, 11 Nov 2012 18:22:39 GMT Wilmer van der Gaast <wilmer@…> [2fb1262]
	* lib/ssl_gnutls.c (modified)
	* protocols/twitter/twitter_lib.c (modified)

	Tiny cleanup. Fixing some memory leaks (why did I not notice so far ...


Sun, 11 Nov 2012 17:57:20 GMT Wilmer van der Gaast <wilmer@…> [1388d30]
	* lib/http_client.c (modified)
	* lib/http_client.h (modified)
	* protocols/twitter/twitter.c (modified)

	Mostly finished HTTP streaming support: Shrink the buffer and add a ...


Sun, 11 Nov 2012 16:53:56 GMT Wilmer van der Gaast <wilmer@…> [62f6b45]
	* protocols/twitter/twitter_lib.c (modified)

	Realised I don't need delimited=length at all, objects are guaranteed ...


Sun, 11 Nov 2012 14:42:20 GMT Wilmer van der Gaast <wilmer@…> [dff0e0b]
	* protocols/twitter/twitter.c (modified)
	* protocols/twitter/twitter_lib.c (modified)
	* protocols/twitter/twitter_lib.h (modified)

	Showing tweets now, and leaking less memory. Still lots of cleanup ...


Sat, 10 Nov 2012 23:52:21 GMT Wilmer van der Gaast <wilmer@…> [ddc2de5]
	* lib/http_client.c (modified)
	* protocols/twitter/twitter.h (modified)
	* protocols/twitter/twitter_http.c (modified)
	* protocols/twitter/twitter_http.h (modified)
	* protocols/twitter/twitter_lib.c (modified)
	* protocols/twitter/twitter_lib.h (modified)

	Very immature code for reading from the streaming API. It reads from ...


Sat, 10 Nov 2012 22:25:58 GMT Wilmer van der Gaast <wilmer@…> [8bd866f]
	* lib/http_client.c (modified)
	* lib/http_client.h (modified)

	Reworked http_client a little bit to support streaming besides just ...


Sat, 10 Nov 2012 12:31:33 GMT Wilmer van der Gaast <wilmer@…> [9e8c945]
	* protocols/twitter/twitter_lib.c (modified)

	Removed xmltree dependency entirely.


Fri, 09 Nov 2012 23:53:45 GMT Wilmer van der Gaast <wilmer@…> [24132ec]
	* protocols/twitter/twitter_lib.c (modified)

	Fixed the last parser (generic handler which just remembers status ...


Fri, 09 Nov 2012 23:50:09 GMT Wilmer van der Gaast <wilmer@…> [398b2533]
	* lib/json_util.c (modified)

	Fix compiler warning (missed glib include in json_util).


Fri, 09 Nov 2012 23:48:22 GMT Wilmer van der Gaast <wilmer@…> [5d749ad]
	* lib/json.h (modified)

	One difference in json.h: use "long long" instead of "long" for ...


Fri, 09 Nov 2012 00:23:44 GMT Wilmer van der Gaast <wilmer@…> [5246133]
	* lib/json_util.c (modified)
	* protocols/twitter/twitter_lib.c (modified)

	Updated error response parsing. Also, use this for 401 responses so ...


Fri, 09 Nov 2012 00:07:23 GMT Wilmer van der Gaast <wilmer@…> [fb351ce]
	* protocols/twitter/twitter_lib.c (modified)
	* protocols/twitter/twitter_lib.h (modified)

	Getting better. Corruption fixed, fetching of mentions fixed, error ...


Thu, 08 Nov 2012 22:38:20 GMT Wilmer van der Gaast <wilmer@…> [8e3b7ac]
	* lib/json_util.c (modified)
	* lib/json_util.h (modified)
	* protocols/twitter/twitter_lib.c (modified)

	It logs in and fetches statuses! \o/ But, some corruption..


Mon, 05 Nov 2012 08:46:06 GMT Wilmer van der Gaast <wilmer@…> [0688e99]
	* protocols/twitter/twitter_lib.c (modified)

	Type safety check.


Sun, 04 Nov 2012 23:39:48 GMT Wilmer van der Gaast <wilmer@…> [e08ae0c]
	* protocols/twitter/twitter_lib.c (modified)

	Can log in now. Fails to fetch timelines though, which is going to be ...


Sun, 04 Nov 2012 23:39:01 GMT Wilmer van der Gaast <wilmer@…> [c08d201]
	* lib/Makefile (modified)
	* lib/json_util.c (added)
	* lib/json_util.h (added)

	Add json_util.c with helper functions. Keeping them in a separate ...


Sun, 04 Nov 2012 22:23:07 GMT Wilmer van der Gaast <wilmer@…> [3b4a22a]
	* protocols/twitter/twitter_lib.c (modified)
	* protocols/twitter/twitter_lib.h (modified)

	s/.xml/.json/. Good luck getting that working again.


Sun, 28 Oct 2012 23:36:55 GMT Wilmer van der Gaast <wilmer@…> [ba654ec]
	* lib/oauth2.c (modified)

	Use the new JSON code for OAuth2 processing.

	Starting to see the ...


Sun, 28 Oct 2012 23:05:02 GMT Wilmer van der Gaast <wilmer@…> [696dc9e]
	* debian/copyright (modified)
	* lib/Makefile (modified)
	* lib/json.c (added)
	* lib/json.h (added)

	Add json.[ch], update debian/copyright with license info.


Sun, 28 Oct 2012 20:17:56 GMT Wilmer van der Gaast <wilmer@…> [4d82e50]
	* debian/changelog (modified)
	* debian/source/options (added)

	Meging Debian upload.


Sun, 28 Oct 2012 20:17:01 GMT Wilmer van der Gaast <wilmer@…> [3079db8]
	* debian/changelog (modified)
	* debian/source/options (added)

	Just uploaded 3.0.6-1.


Sat, 20 Oct 2012 09:44:59 GMT Wilmer van der Gaast <wilmer@…> [3cd37d7]
	* protocols/yahoo/libyahoo2.c (modified)
	* protocols/yahoo/yahoo.c (modified)
	* protocols/yahoo/yahoo2.h (modified)
	* protocols/yahoo/yahoo2_callbacks.h (modified)
	* protocols/yahoo/yahoo_httplib.c (modified)

	Cleaning up some more Yahoo! symbols.


Sat, 20 Oct 2012 00:02:45 GMT Wilmer van der Gaast <wilmer@…> [509cf60]
	* protocols/msn/msn.h (modified)
	* protocols/msn/msn_util.c (modified)
	* protocols/yahoo/libyahoo2.c (modified)

	Some more removals. Using ifdefs instead of read deletions in Yahoo! ...


Fri, 19 Oct 2012 23:38:33 GMT Wilmer van der Gaast <wilmer@…> [6042a54]
	* protocols/oscar/aim.h (modified)
	* protocols/oscar/aim_internal.h (modified)
	* protocols/oscar/buddylist.c (modified)
	* protocols/oscar/buddylist.h (modified)
	* protocols/oscar/chat.c (modified)
	* protocols/oscar/conn.c (modified)
	* protocols/oscar/icq.c (modified)
	* protocols/oscar/icq.h (modified)
	* protocols/oscar/im.c (modified)
	* protocols/oscar/im.h (modified)
	* protocols/oscar/info.c (modified)
	* protocols/oscar/info.h (modified)
	* protocols/oscar/misc.c (modified)
	* protocols/oscar/oscar_util.c (modified)
	* protocols/oscar/rxhandlers.c (modified)
	* protocols/oscar/search.c (modified)
	* protocols/oscar/search.h (modified)
	* protocols/oscar/service.c (modified)
	* protocols/oscar/ssi.c (modified)
	* protocols/oscar/ssi.h (modified)
	* protocols/oscar/tlv.c (modified)

	Massive cleanup in OSCAR.


Fri, 19 Oct 2012 23:16:52 GMT Wilmer van der Gaast <wilmer@…> [386042c]
	* protocols/oscar/aim.h (modified)
	* protocols/oscar/im.c (modified)
	* protocols/yahoo/Makefile (modified)
	* protocols/yahoo/crypt.c (deleted)
	* protocols/yahoo/libyahoo2.c (modified)
	* protocols/yahoo/yahoo_fn.c (deleted)
	* protocols/yahoo/yahoo_fn.h (deleted)

	Removing some more cruft now that I've (re)discovered ld garbage ...


Fri, 19 Oct 2012 22:39:10 GMT Wilmer van der Gaast <wilmer@…> [0eb971a]
	* protocols/nogaim.h (modified)
	* protocols/oscar/aim.h (modified)
	* protocols/oscar/bos.c (modified)
	* protocols/oscar/oscar.c (modified)
	* protocols/oscar/ssi.c (modified)
	* protocols/oscar/ssi.h (modified)

	Removing some fully dead code.


Sun, 14 Oct 2012 20:35:34 GMT Wilmer van der Gaast <wilmer@…> [13df515]
	* bitlbee.h (modified)
	* doc/CHANGES (modified)

	Yeah, sure, let's call this 3.0.6.


Fri, 05 Oct 2012 22:56:53 GMT Wilmer van der Gaast <wilmer@…> [4fdb102]
	* debian/changelog (modified)

	Fix charset issue in debian/changelog.


Mon, 01 Oct 2012 22:51:39 GMT Wilmer van der Gaast <wilmer@…> [06aed9a]
	* protocols/msn/msn.c (modified)
	* protocols/msn/msn.h (modified)
	* protocols/msn/msn_util.c (modified)
	* protocols/msn/ns.c (modified)
	* protocols/msn/sb.c (modified)

	Merge msnp18 branch. It's stable enough and really not that
	intrusive.


Sat, 29 Sep 2012 21:49:46 GMT Wilmer van der Gaast <wilmer@…> [a992d7a]
	* debian/bitlbee-dev.postinst (added)
	* debian/bitlbee.postinst (added)
	* debian/changelog (modified)

	Merging 3.0.5-1.2 Debian NMU.


Sat, 29 Sep 2012 19:49:19 GMT Wilmer van der Gaast <wilmer@…> [4c9d377]
	* protocols/msn/ns.c (modified)

	Suppress own UBM messages.


Sat, 29 Sep 2012 19:38:18 GMT Wilmer van der Gaast <wilmer@…> [208db4b]
	* protocols/msn/msn.c (modified)
	* protocols/msn/msn.h (modified)
	* protocols/msn/ns.c (modified)

	Support for sending messages to federated contacts. They don't seem ...


Tue, 25 Sep 2012 22:48:56 GMT Wilmer van der Gaast <wilmer@…> [3901b5d]
	* protocols/msn/ns.c (modified)

	Support for receiving messages via the NS (UBM command).


Tue, 25 Sep 2012 00:10:05 GMT Wilmer van der Gaast <wilmer@…> [ba86713]
	* .gdbinit (added)
	* lib/xmltree.c (modified)
	* protocols/twitter/twitter_lib.c (modified)

	More mainline merges.


Tue, 25 Sep 2012 00:08:54 GMT Wilmer van der Gaast <wilmer@…> [2a6da96]
	* protocols/twitter/twitter_lib.c (modified)

	Move Twitter XML parsing/error checking into a separate function and ...


Sun, 23 Sep 2012 23:25:32 GMT Wilmer van der Gaast <wilmer@…> [6f55bec]
	* lib/xmltree.c (modified)

	xt_from_string() will return NULL if the string wasn't terminated ...


Sun, 23 Sep 2012 22:09:52 GMT Wilmer van der Gaast <wilmer@…> [a07a8c2]
	* .gdbinit (added)

	Add a .gdbinit that disables ASLR (added by PIE compilation) at ...


Sat, 22 Sep 2012 12:55:02 GMT Wilmer van der Gaast <wilmer@…> [6bef211]
	* protocols/msn/ns.c (modified)

	Fixed syntax error introduced by latest merge.


Sat, 22 Sep 2012 12:47:55 GMT Wilmer van der Gaast <wilmer@…> [9c77fbf]
	* lib/http_client.c (modified)
	* lib/http_client.h (modified)
	* lib/misc.c (modified)
	* lib/misc.h (modified)
	* lib/xmltree.c (modified)
	* lib/xmltree.h (modified)
	* protocols/msn/ns.c (modified)
	* protocols/msn/soap.c (modified)
	* protocols/twitter/twitter_lib.c (modified)

	Merge mainline.


Sat, 22 Sep 2012 12:44:47 GMT Wilmer van der Gaast <wilmer@…> [11ec078]
	* lib/http_client.c (modified)
	* protocols/twitter/twitter_lib.c (modified)

	Since I can't figure out where the stalls are coming from at this ...


Sat, 22 Sep 2012 12:12:12 GMT Wilmer van der Gaast <wilmer@…> [d0752e8]
	* lib/xmltree.c (modified)
	* lib/xmltree.h (modified)
	* protocols/msn/ns.c (modified)
	* protocols/msn/soap.c (modified)
	* protocols/twitter/twitter_lib.c (modified)

	Little cleanup. Use xt_from_string() where possible.


Sat, 22 Sep 2012 11:52:01 GMT Wilmer van der Gaast <wilmer@…> [55ccc9a0]
	* lib/http_client.c (modified)
	* lib/http_client.h (modified)
	* lib/misc.c (modified)
	* lib/misc.h (modified)

	Solve a whole bunch of Twitter module crashes: Twitter responses seem ...


Mon, 17 Sep 2012 21:42:27 GMT Wilmer van der Gaast <wilmer@…> [c6fc24a]
	* protocols/jabber/io.c (modified)

	Merge mainline.


Sun, 16 Sep 2012 23:47:18 GMT Wilmer van der Gaast <wilmer@…> [daf544a]
	* protocols/jabber/io.c (modified)

	Handle see-other-host requests from XMPP servers. This should fix ...


Sun, 16 Sep 2012 21:44:09 GMT Wilmer van der Gaast <wilmer@…> [a325ebd]
	* protocols/msn/ns.c (modified)

	Notification on incoming offline messages. Life is too short to ...


Sun, 16 Sep 2012 20:42:11 GMT Wilmer van der Gaast <wilmer@…> [fe79de66]
	* protocols/msn/sb.c (modified)

	One more semicolon check (BYE command).


Sun, 16 Sep 2012 18:08:15 GMT Wilmer van der Gaast <wilmer@…> [e9caacd]
	* protocols/msn/sb.c (modified)

	Don't accidentally create groupchats for 1:1 chats.


Sun, 16 Sep 2012 17:40:44 GMT Wilmer van der Gaast <wilmer@…> [79bb7e4]
	* protocols/msn/msn.h (modified)
	* protocols/msn/msn_util.c (modified)
	* protocols/msn/ns.c (modified)
	* protocols/msn/sb.c (modified)

	Online status should be read properly now.


Sun, 16 Sep 2012 13:52:19 GMT Wilmer van der Gaast <wilmer@…> [080c43a]
	* protocols/msn/msn.c (modified)
	* protocols/msn/msn.h (modified)
	* protocols/msn/ns.c (modified)
	* protocols/msn/sb.c (modified)

	Some more tweaks: Should show up online now, and be able to send and ...


Sun, 16 Sep 2012 11:52:35 GMT Wilmer van der Gaast <wilmer@…> [f9258ae]
	* protocols/msn/msn.c (modified)
	* protocols/msn/msn.h (modified)
	* protocols/msn/ns.c (modified)

	Generate a machine UUID instead of using a hardcoded one.


Sun, 16 Sep 2012 00:09:58 GMT Wilmer van der Gaast <wilmer@…> [bc676ac]
	* protocols/msn/msn.c (modified)
	* protocols/msn/msn.h (modified)
	* protocols/msn/ns.c (modified)
	* protocols/msn/sb.c (modified)

	MSNP18 code. It logs in now but otherwise doesn't work all too well.


Sat, 15 Sep 2012 16:26:32 GMT Wilmer van der Gaast <wilmer@…> [ddca104]
	* .vimrc (added)

	Adding a .vimrc as requested by Flexo/#983. I did correct the tabsize ...


Sat, 15 Sep 2012 16:24:52 GMT Wilmer van der Gaast <wilmer@…> [b61c74c]
	* doc/user-guide/commands.xml (modified)
	* protocols/twitter/twitter.c (modified)
	* protocols/twitter/twitter_lib.c (modified)
	* protocols/twitter/twitter_lib.h (modified)

	Merge Twitter favourite command from Flexo/#983. Leaving out the ...


Sat, 15 Sep 2012 16:03:33 GMT Wilmer van der Gaast <wilmer@…> [b3d99e3]
	* doc/user-guide/commands.xml (modified)
	* protocols/twitter/twitter.c (modified)

	Twitter module cleanup: Both Twitter and identi.ca "modules" support ...


Sat, 15 Sep 2012 15:59:17 GMT Wilmer van der Gaast <wilmer@…> [7281ad1]
	* Makefile (modified)
	* configure (modified)
	* lib/Makefile (modified)
	* protocols/Makefile (modified)
	* protocols/jabber/Makefile (modified)
	* protocols/msn/Makefile (modified)
	* protocols/oscar/Makefile (modified)
	* protocols/purple/Makefile (modified)
	* protocols/twitter/Makefile (modified)
	* protocols/yahoo/Makefile (modified)

	Allow building position-independent executables. #981, patch from ...


Sun, 19 Aug 2012 15:33:55 GMT Wilmer van der Gaast <wilmer@…> [68709f5]
	* configure (modified)
	* lib/Makefile (modified)
	* lib/des.c (deleted)
	* lib/des.h (deleted)
	* lib/ssl_nss.c (modified)

	NSS module fixes from mcepl in #714. This removes des.c since it's no ...


Sun, 19 Aug 2012 14:07:48 GMT Wilmer van der Gaast <wilmer@…> [6ee51a9]
	* protocols/account.c (modified)

	Allow "set -del password". #984


Sun, 19 Aug 2012 13:55:01 GMT Wilmer van der Gaast <wilmer@…> [d3bfe3d]
	* protocols/twitter/twitter.c (modified)

	Fix memory leak. #985


Sun, 19 Aug 2012 13:53:18 GMT Wilmer van der Gaast <wilmer@…> [84be1b6]
	* otr.c (modified)

	Fixing "oppurtunistic" typo.


Sat, 28 Jul 2012 11:32:32 GMT Wilmer van der Gaast <wilmer@…> [809cd37]
	* debian/bitlbee-common.postrm (modified)
	* debian/changelog (modified)

	Merge 3.0.5-1.1 NMU by gregor herrmann.
	Fixes RC Debian bug ...


Fri, 20 Jul 2012 22:18:08 GMT Wilmer van der Gaast <wilmer@…> [5ffa4f7]
	* protocols/skype/skyped.py (modified)

	Merge from vmiklos, should fox #979.


Fri, 20 Jul 2012 20:32:53 GMT Miklos Vajna <vmiklos@…> [1a0b734]
	* protocols/skype/skyped.py (modified)

	#979 skyped: tolerate errors from skype during startup


Sun, 03 Jun 2012 23:31:01 GMT Wilmer van der Gaast <wilmer@…> [7d2ce9a]
	* protocols/twitter/twitter_lib.c (modified)

	Scan media entities as well, not just url entities. This should ...


Sun, 03 Jun 2012 23:08:43 GMT Wilmer van der Gaast <wilmer@…> [7a2a486]
	* bitlbee.h (modified)
	* lib/xmltree.c (modified)
	* protocols/oscar/oscar.c (modified)

	Shut up a flood of GLib-related compiler warnings.


Sun, 03 Jun 2012 23:02:14 GMT Wilmer van der Gaast <wilmer@…> [7de784c]
	* protocols/twitter/twitter.c (modified)

	Fixed compiler warning in twitter.c report-spam code.


Sun, 03 Jun 2012 21:01:06 GMT Wilmer van der Gaast <wilmer@…> [25b80e9c]
	* configure (modified)
	* doc/Makefile (modified)
	* doc/user-guide/Makefile (modified)

	Commit two patches from RH package maintainer (#956).


Wed, 02 May 2012 07:58:22 GMT Wilmer van der Gaast <wilmer@…> [18e1f3b]
	* bitlbee.h (modified)
	* configure (modified)
	* ipc.c (modified)
	* irc_commands.c (modified)
	* irc_send.c (modified)
	* irc_user.c (modified)
	* unix.c (modified)

	Set PACKAGE to BitlBee-LIBPURPLE for the libpurple variant, because ...


Sun, 22 Apr 2012 21:57:33 GMT Wilmer van der Gaast <wilmer@…> [d527913]
	* bitlbee.conf (modified)

	s/him/it/ in bitlbee.conf, bug #948.


Sun, 22 Apr 2012 21:53:57 GMT Wilmer van der Gaast <wilmer@…> [3c88759]
	* protocols/skype/skyped.py (modified)

	Merge skyped bugfix (#945).


Sun, 22 Apr 2012 21:48:09 GMT Miklos Vajna <vmiklos@…> [9ce44dd]
	* protocols/skype/skyped.py (modified)

	skyped: set FD_CLOEXEC on listening socket

	Skype4Py uses ...


Sat, 14 Apr 2012 09:55:34 GMT Wilmer van der Gaast <wilmer@…> [e93fa05]
	* protocols/twitter/twitter.c (modified)

	Turn show_ids on by default. I need to do some more things to get ...


Thu, 12 Apr 2012 21:37:12 GMT Wilmer van der Gaast <wilmer@…> [6d23c68]
	* protocols/skype/skype.c (modified)

	Merging ssl_disconnect() fix from meh/vmiklos.


Thu, 12 Apr 2012 21:27:54 GMT Miklos Vajna <vmiklos@…> [58b65b33]
	* protocols/skype/skype.c (modified)

	skype: use ssl_disconnect instead of closesocket

	Also call ...


Tue, 10 Apr 2012 09:14:58 GMT Wilmer van der Gaast <wilmer@…> [632f3d4]
	* lib/ssl_gnutls.c (modified)

	Work-around for what turned out to be a GnuTLS bug (#938). From ...


Mon, 26 Mar 2012 22:43:38 GMT Wilmer van der Gaast <wilmer@…> [9b767e9]
	* .bzrignore (modified)

	Update .bzrignore.


Sun, 25 Mar 2012 22:49:05 GMT Wilmer van der Gaast <wilmer@…> [4c73ba62]
	* doc/user-guide/commands.xml (modified)

	Update outdated help text for the handle_unknown setting.


Mon, 19 Mar 2012 21:01:50 GMT Wilmer van der Gaast <wilmer@…> [fda194f]
	* irc.h (modified)
	* irc_commands.c (modified)
	* root_commands.c (modified)

	Allow identify -noload/-force without typing a password. (/OPER) ...


Mon, 12 Mar 2012 22:36:35 GMT Wilmer van der Gaast <wilmer@…> [d18dee42]
	* doc/user-guide/commands.xml (modified)
	* protocols/twitter/twitter.c (modified)
	* protocols/twitter/twitter_lib.c (modified)
	* protocols/twitter/twitter_lib.h (modified)

	Merging report-spam patch for Twitter from Flexo. #923


Sat, 10 Mar 2012 00:06:29 GMT Wilmer van der Gaast <wilmer@…> [57a65600]
	* irc_im.c (modified)

	Bug #929: Indeed SET_NULL_OK was missing.


Sat, 10 Mar 2012 00:00:25 GMT Wilmer van der Gaast <wilmer@…> [0872bb2]
	* protocols/jabber/sasl.c (modified)

	Fix bug that broke MSN-XMPP with confusing error messages.


Fri, 09 Mar 2012 23:38:45 GMT Wilmer van der Gaast <wilmer@…> [e371011]
	* configure (modified)

	Use -MMD instead of -MD for dependency calculation. This should drop ...


Sun, 26 Feb 2012 09:20:30 GMT Wilmer van der Gaast <wilmer@…> [b958cb5]
	* irc.c (modified)

	Changing ping behaviour. Pinging seems to be misbehaving for some ...


Thu, 23 Feb 2012 12:51:12 GMT Wilmer van der Gaast <wilmer@…> [441a67e]
	* protocols/jabber/jabber.c (modified)

	Make the error message on invalid Jabber room names (this is a FAQ by ...


Wed, 22 Feb 2012 10:42:43 GMT Wilmer van der Gaast <wilmer@…> [d3dd4d5]
	* Makefile (modified)

	Merging systemd fix.


Wed, 22 Feb 2012 08:33:05 GMT Miklos Vajna <vmiklos@…> [52bba15]
	* Makefile (modified)

	Fix systemd service files

	Now that BINDIR points to /usr/bin, we ...


Sun, 19 Feb 2012 18:18:09 GMT Wilmer van der Gaast <wilmer@…> [74c5718]
	* configure (modified)

	Require at least GLib 2.14 now. It was released in Aug 2007 so that ...


Sat, 18 Feb 2012 11:37:31 GMT Wilmer van der Gaast <wilmer@…> [fed12b9]
	* debian/changelog (modified)

	3.0.5-1.


Sat, 18 Feb 2012 10:54:19 GMT Wilmer van der Gaast <wilmer@…> [c59f594]
	* bitlbee.h (modified)
	* doc/CHANGES (modified)

	3.0.5. This is stable on testing for a while already, and 3.0.4 is ...


Fri, 17 Feb 2012 10:20:28 GMT Wilmer van der Gaast <wilmer@…> [7d4ffc2]
	* irc_channel.c (modified)

	Fixing NULL pointer dereference in irc_channel_free(). This seems to ...


Sat, 11 Feb 2012 17:26:41 GMT Wilmer van der Gaast <wilmer@…> [dcf155d]
	* protocols/msn/sb.c (modified)
	* protocols/msn/soap.c (modified)
	* protocols/msn/soap.h (modified)

	Drop dead support for MSN offline messages (that SOAP server isn't ...


Sat, 11 Feb 2012 17:18:46 GMT Wilmer van der Gaast <wilmer@…> [4f37a98]
	* utils/convert_purple.py (modified)

	convert_purple fix: Don't barf on protocols without passwords. Bug
	#877.


Sat, 11 Feb 2012 13:01:20 GMT Wilmer van der Gaast <wilmer@…> [eb54f56]
	* protocols/msn/ns.c (modified)
	* protocols/msn/sb.c (modified)

	Add missing newslines to debugging output. Bug #896.


Sat, 11 Feb 2012 12:55:45 GMT Wilmer van der Gaast <wilmer@…> [7fa5c19]
	* Makefile (modified)
	* configure (modified)
	* doc/Makefile (modified)
	* doc/user-guide/Makefile (modified)
	* lib/Makefile (modified)
	* protocols/Makefile (modified)
	* protocols/jabber/Makefile (modified)
	* protocols/msn/Makefile (modified)
	* protocols/oscar/Makefile (modified)
	* protocols/purple/Makefile (modified)
	* protocols/skype/Makefile (modified)
	* protocols/twitter/Makefile (modified)
	* protocols/yahoo/Makefile (modified)
	* tests/Makefile (modified)

	Rename SRCDIR directory to _SRCDIR_. I guess #907 was caused by ...


Sat, 11 Feb 2012 00:27:56 GMT Wilmer van der Gaast <wilmer@…> [23445b6]
	* doc/user-guide/commands.xml (modified)
	* doc/user-guide/misc.xml (modified)

	Stop talking about "the control channel" since there isn't ...


Sat, 11 Feb 2012 00:14:09 GMT Wilmer van der Gaast <wilmer@…> [00d6760]
	* doc/CHANGES (modified)
	* doc/user-guide/misc.xml (modified)

	Changelog update for 3.0.5. No clue yet when to release it, but we're ...


Fri, 10 Feb 2012 23:49:28 GMT Wilmer van der Gaast <wilmer@…> [b5fe39b]
	* doc/user-guide/commands.xml (modified)
	* protocols/twitter/twitter.c (modified)
	* protocols/twitter/twitter_lib.c (modified)

	Applied patch from #895, making show_old_mentions an integer setting ...


Fri, 10 Feb 2012 18:00:00 GMT Wilmer van der Gaast <wilmer@…> [fc0640e]
	* protocols/jabber/conference.c (modified)
	* protocols/jabber/jabber.c (modified)
	* protocols/jabber/jabber.h (modified)

	Support for "nameless" chatrooms on Jabber.

	Just join #somechannel ...