#
# ChangeLog for lib
#
# Generated by Trac 1.2.3
# 2025-04-03T21:40:10Z

Sat, 05 Jun 2010 23:26:07 GMT Wilmer van der Gaast <wilmer@…> [1fdb0a4]
	* bitlbee.h (modified)
	* debian/changelog (modified)
	* debian/control (modified)
	* doc/CHANGES (modified)
	* doc/bitlbee.8 (modified)
	* doc/user-guide/commands.xml (modified)
	* doc/user-guide/quickstart.xml (modified)
	* irc_commands.c (modified)
	* lib/misc.c (modified)
	* protocols/jabber/iq.c (modified)
	* protocols/msn/passport.c (modified)
	* protocols/oscar/auth.c (modified)
	* protocols/oscar/oscar.c (modified)
	* protocols/twitter/twitter.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)

	Merging mainline.


Tue, 25 May 2010 22:26:54 GMT Wilmer van der Gaast <wilmer@…> [f60079b]
	* Makefile (modified)
	* bitlbee.h (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/twitter/Makefile (modified)
	* protocols/yahoo/Makefile (modified)
	* tests/Makefile (modified)

	Allow one to run the configure script from a different directory and ...


Wed, 19 May 2010 19:46:43 GMT Wilmer van der Gaast <wilmer@…> [0b3ffb1]
	* lib/misc.c (modified)
	* protocols/twitter/twitter.c (modified)
	* protocols/twitter/twitter_lib.c (modified)

	Setting the HTML flag on a connection has a nasty side effect of ...


Sat, 15 May 2010 23:28:16 GMT Wilmer van der Gaast <wilmer@…> [ec86b22]
	* doc/user-guide/commands.xml (modified)
	* irc.c (modified)
	* lib/Makefile (modified)
	* lib/misc.c (modified)
	* lib/oauth.c (added)
	* lib/oauth.h (added)
	* lib/url.c (modified)
	* lib/url.h (modified)
	* lib/xmltree.c (modified)
	* protocols/jabber/conference.c (modified)
	* protocols/msn/sb.c (modified)
	* protocols/nogaim.c (modified)
	* protocols/oscar/oscar.c (modified)
	* protocols/twitter/twitter.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/yahoo/yahoo.c (modified)

	Mainline merge. (Probably mostly irrelevant for this branch, oh
	well.)


Tue, 11 May 2010 23:27:11 GMT Wilmer van der Gaast <wilmer@…> [3742fb6]
	* lib/xmltree.c (modified)

	Implement some kind of ignorant awareness of XML namespaces: Enough ...


Sun, 02 May 2010 21:20:09 GMT Wilmer van der Gaast <wilmer@…> [3b878a1]
	* lib/oauth.c (modified)
	* lib/oauth.h (modified)
	* protocols/twitter/twitter.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)

	OAuth sanity fix: Twitter-specific stuff should *not* be in ...


Sat, 01 May 2010 14:10:32 GMT Wilmer van der Gaast <wilmer@…> [f4b0911]
	* lib/oauth.c (modified)
	* lib/oauth.h (modified)
	* protocols/twitter/twitter.c (modified)

	Save the credentials again.


Sat, 01 May 2010 13:53:59 GMT Wilmer van der Gaast <wilmer@…> [c2ecadc]
	* lib/oauth.c (modified)
	* lib/oauth.h (modified)
	* protocols/twitter/twitter.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)

	Cleaned up OAuth stuff: consumer key/secret should *not* be in ...


Fri, 30 Apr 2010 22:53:29 GMT Wilmer van der Gaast <wilmer@…> [85ef57f]
	* lib/oauth.c (modified)

	NULL-initialize two vars that weren't and should.


Tue, 27 Apr 2010 22:49:58 GMT Wilmer van der Gaast <wilmer@…> [0bff877]
	* lib/oauth.c (modified)

	Valgrind-clean now. And decent handling of errors (wrong PIN).


Tue, 27 Apr 2010 22:42:07 GMT Wilmer van der Gaast <wilmer@…> [18dbb20]
	* lib/oauth.c (modified)
	* lib/oauth.h (modified)
	* protocols/twitter/twitter.c (modified)

	Valgrind cleanup.


Tue, 27 Apr 2010 22:11:11 GMT Wilmer van der Gaast <wilmer@…> [ee84bdb]
	* lib/oauth.c (modified)

	The escaping, I fixed it for you. More expensive code this way and ...


Mon, 26 Apr 2010 22:47:35 GMT Wilmer van der Gaast <wilmer@…> [78a2f1e]
	* lib/oauth.c (modified)

	Escaping in oauth_nonce(). Not sure if the escaping is entirely right ...


Mon, 26 Apr 2010 22:40:11 GMT Wilmer van der Gaast <wilmer@…> [c42e8b9]
	* lib/oauth.c (modified)
	* lib/oauth.h (modified)
	* protocols/twitter/twitter.c (modified)
	* protocols/twitter/twitter.h (modified)

	OAuth, it lives!


Mon, 26 Apr 2010 21:50:48 GMT Wilmer van der Gaast <wilmer@…> [713d611]
	* lib/oauth.c (modified)
	* lib/oauth.h (modified)
	* protocols/twitter/twitter.c (modified)
	* protocols/twitter/twitter.h (modified)

	Twitter module now generates authorize URLs.


Mon, 26 Apr 2010 21:20:09 GMT Wilmer van der Gaast <wilmer@…> [acba168]
	* lib/oauth.c (modified)
	* lib/oauth.h (modified)

	Moving two public OAuth functions into the header file.


Mon, 26 Apr 2010 00:42:37 GMT Wilmer van der Gaast <wilmer@…> [508c340]
	* lib/oauth.c (modified)
	* lib/oauth.h (modified)
	* protocols/twitter/twitter.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)

	Successfully posted a tweet!

	Twitter's tricky. It returns vars ...


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 17:02:07 GMT Wilmer van der Gaast <wilmer@…> [ae3dc99]
	* Makefile (modified)
	* bitlbee.c (modified)
	* bitlbee.h (modified)
	* conf.c (modified)
	* configure (modified)
	* debian/bitlbee.init (modified)
	* debian/changelog (modified)
	* debian/rules (modified)
	* doc/CHANGES (modified)
	* doc/user-guide/commands.xml (modified)
	* irc.c (modified)
	* irc_commands.c (modified)
	* lib/misc.c (modified)
	* lib/misc.h (modified)
	* log.c (modified)
	* protocols/jabber/jabber_util.c (modified)
	* protocols/jabber/message.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/sb.c (modified)
	* protocols/nogaim.c (modified)
	* protocols/nogaim.h (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)
	* storage_xml.c (modified)
	* unix.c (modified)

	Merging stuff from mainline (1.2.6).


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


Sun, 21 Mar 2010 16:17:24 GMT Wilmer van der Gaast <wilmer@…> [85693e6]
	* Makefile (modified)
	* conf.c (modified)
	* conf.h (modified)
	* dcc.c (added)
	* dcc.h (added)
	* doc/user-guide/commands.xml (modified)
	* irc.c (modified)
	* irc.h (modified)
	* lib/Makefile (modified)
	* lib/ftutil.c (added)
	* lib/ftutil.h (added)
	* protocols/ft.h (added)
	* protocols/jabber/Makefile (modified)
	* protocols/jabber/iq.c (modified)
	* protocols/jabber/jabber.c (modified)
	* protocols/jabber/jabber.h (modified)
	* protocols/jabber/jabber_util.c (modified)
	* protocols/jabber/s5bytestream.c (added)
	* protocols/jabber/si.c (added)
	* protocols/msn/Makefile (modified)
	* protocols/msn/invitation.c (added)
	* protocols/msn/invitation.h (added)
	* protocols/msn/msn.c (modified)
	* protocols/msn/msn.h (modified)
	* protocols/msn/sb.c (modified)
	* protocols/nogaim.h (modified)
	* protocols/oscar/oscar.c (modified)
	* root_commands.c (modified)

	Merging in killerbee stuff (just file transfers and maybe a few ...


Wed, 17 Mar 2010 23:23:27 GMT Wilmer van der Gaast <wilmer@…> [60e4df3]
	* dcc.c (modified)
	* lib/ftutil.c (modified)
	* lib/ftutil.h (modified)
	* protocols/jabber/s5bytestream.c (modified)
	* protocols/msn/invitation.c (modified)

	Small cleanup. The max_packet_size variable doesn't seem to be read ...


Wed, 17 Mar 2010 15:15:19 GMT Wilmer van der Gaast <wilmer@…> [e8c8d00]
	* 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 mainline.


Sun, 14 Mar 2010 23:15:05 GMT Wilmer van der Gaast <wilmer@…> [3330468]
	* Makefile (modified)
	* account.c (modified)
	* bitlbee.c (modified)
	* bitlbee.conf (modified)
	* bitlbee.h (modified)
	* conf.c (modified)
	* conf.h (modified)
	* configure (modified)
	* crypting.c (modified)
	* doc/CHANGES (modified)
	* doc/user-guide/commands.xml (modified)
	* irc.c (modified)
	* lib/misc.c (modified)
	* lib/misc.h (modified)
	* protocols/jabber/io.c (modified)
	* protocols/jabber/iq.c (modified)
	* protocols/jabber/jabber.h (modified)
	* protocols/msn/msn.c (modified)
	* protocols/msn/msn.h (modified)
	* protocols/msn/msn_util.c (modified)
	* protocols/msn/ns.c (modified)
	* protocols/nogaim.c (modified)
	* protocols/nogaim.h (modified)
	* protocols/yahoo/libyahoo2.c (modified)
	* protocols/yahoo/yahoo2_types.h (modified)
	* root_commands.c (modified)
	* unix.c (modified)

	Merging in head.


Sun, 14 Mar 2010 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.


Mon, 08 Mar 2010 01:25:53 GMT Wilmer van der Gaast <wilmer@…> [fdba6bc]
	* lib/misc.c (modified)

	Merging in &apos; fix.


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


Mon, 07 Dec 2009 21:54:19 GMT Wilmer van der Gaast <wilmer@…> [2288705]
	* Makefile (modified)
	* account.c (modified)
	* account.h (modified)
	* bitlbee.h (modified)
	* chat.c (added)
	* chat.h (added)
	* conf.c (modified)
	* configure (modified)
	* debian/bitlbee.init (modified)
	* debian/changelog (modified)
	* debian/patches/bitlbee.conf.diff (added)
	* debian/postinst (modified)
	* debian/prerm (modified)
	* debian/rules (modified)
	* doc/CHANGES (modified)
	* doc/user-guide/Makefile (modified)
	* doc/user-guide/commands.xml (modified)
	* doc/user-guide/help.xml (modified)
	* doc/user-guide/misc.xml (modified)
	* doc/user-guide/user-guide.xml (modified)
	* irc.c (modified)
	* irc.h (modified)
	* irc_commands.c (modified)
	* lib/events_libevent.c (modified)
	* lib/http_client.c (modified)
	* lib/http_client.h (modified)
	* lib/ini.c (modified)
	* lib/ini.h (modified)
	* lib/misc.c (modified)
	* lib/proxy.c (modified)
	* lib/xmltree.c (modified)
	* lib/xmltree.h (modified)
	* protocols/jabber/conference.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/nogaim.c (modified)
	* protocols/nogaim.h (modified)
	* protocols/oscar/aim.h (modified)
	* protocols/oscar/oscar.c (modified)
	* protocols/yahoo/libyahoo2.c (modified)
	* protocols/yahoo/yahoo.c (modified)
	* protocols/yahoo/yahoo2.h (modified)
	* protocols/yahoo/yahoo2_callbacks.h (modified)
	* protocols/yahoo/yahoo2_types.h (modified)
	* root_commands.c (modified)
	* set.c (modified)
	* set.h (modified)
	* storage.c (modified)
	* storage.h (modified)
	* storage_text.c (modified)
	* storage_xml.c (modified)
	* tests/Makefile (modified)
	* tests/check_set.c (modified)
	* user.c (modified)
	* user.h (modified)

	Merging head.


Mon, 23 Nov 2009 23:00:54 GMT Wilmer van der Gaast <wilmer@…> [4e04194]
	* account.c (modified)
	* bitlbee.h (modified)
	* chat.c (modified)
	* chat.h (modified)
	* doc/CHANGES (modified)
	* doc/user-guide/commands.xml (modified)
	* doc/user-guide/misc.xml (modified)
	* irc_commands.c (modified)
	* lib/misc.c (modified)
	* protocols/jabber/iq.c (modified)
	* protocols/jabber/jabber.h (modified)
	* protocols/nogaim.c (modified)
	* protocols/nogaim.h (modified)
	* protocols/yahoo/libyahoo2.c (modified)
	* protocols/yahoo/yahoo.c (modified)
	* protocols/yahoo/yahoo2.h (modified)
	* protocols/yahoo/yahoo2_callbacks.h (modified)
	* protocols/yahoo/yahoo2_types.h (modified)
	* root_commands.c (modified)
	* storage_xml.c (modified)
	* user.c (modified)
	* user.h (modified)

	Merging BitlBee 1.2.4+


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.


Sat, 10 Oct 2009 23:57:26 GMT Wilmer van der Gaast <wilmer@…> [c5c18c1]
	* lib/events.h (modified)
	* lib/events_glib.c (modified)
	* lib/events_libevent.c (modified)
	* protocols/purple/purple.c (modified)

	Hacked up a B_EV_FLAG_FORCE_REPEAT event handler flag to make ...


Sat, 10 Oct 2009 23:25:54 GMT Wilmer van der Gaast <wilmer@…> [e046390]
	* bitlbee.c (modified)
	* ipc.c (modified)
	* irc.c (modified)
	* lib/events.h (modified)
	* lib/events_glib.c (modified)
	* lib/events_libevent.c (modified)
	* lib/http_client.c (modified)
	* lib/proxy.c (modified)
	* lib/ssl_bogus.c (modified)
	* lib/ssl_client.h (modified)
	* lib/ssl_gnutls.c (modified)
	* lib/ssl_nss.c (modified)
	* lib/ssl_openssl.c (modified)
	* lib/ssl_sspi.c (modified)
	* protocols/jabber/io.c (modified)
	* protocols/msn/ns.c (modified)
	* protocols/msn/sb.c (modified)
	* protocols/oscar/oscar.c (modified)
	* protocols/purple/purple.c (modified)
	* protocols/yahoo/yahoo.c (modified)

	Make purple use BitlBee's event handling API. Since the APIs never ...


Mon, 20 Jul 2009 13:42:11 GMT Wilmer van der Gaast <wilmer@…> [0182773]
	* lib/ini.c (modified)

	Fixed fd leak in ini.c. How could I miss this one.. :-(


Thu, 25 Dec 2008 11:05:11 GMT Wilmer van der Gaast <wilmer@…> [489f996]
	* conf.c (modified)
	* lib/ini.c (modified)

	Simplified ini parser code a bit more. Not using strtok() after all ...


Wed, 24 Dec 2008 09:00:42 GMT Wilmer van der Gaast <wilmer@…> [72b6783e]
	* lib/ini.c (modified)
	* lib/ini.h (modified)

	First version of new ini parser. Will just attempt to simplify code a ...


Sun, 14 Dec 2008 10:40:17 GMT Wilmer van der Gaast <wilmer@…> [ac46218]
	* lib/proxy.c (modified)

	Removed a double g_free() in proxy.c (that couldn't actually ever be ...


Sun, 14 Dec 2008 10:19:41 GMT Wilmer van der Gaast <wilmer@…> [939370c]
	* lib/events_libevent.c (modified)

	events_libevent now detects when the event currently being handled is ...


Sun, 28 Sep 2008 13:09:36 GMT Wilmer van der Gaast <wilmer@…> [fb98634]
	* lib/http_client.c (modified)
	* lib/http_client.h (modified)

	Fixed crappy memory management in http_client.


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


Tue, 12 Aug 2008 11:04:37 GMT ulim <a.sporto+bee@…> [aac4017]
	* dcc.c (modified)
	* lib/ftutil.c (modified)
	* lib/ftutil.h (modified)

	More hints for getaddrinfo().

	Hopefully solves a problem on FreeBSD.


Tue, 12 Aug 2008 09:24:09 GMT ulim <a.sporto+bee@…> [5d550c5]
	* lib/ftutil.c (added)
	* lib/ftutil.h (added)

	Added lib/ftutil.[ch].

	yes, that was supposed to happen in the last ...


Mon, 11 Aug 2008 23:07:12 GMT ulim <a.sporto+bee@…> [a02f34f]
	* Makefile (modified)
	* conf.c (modified)
	* conf.h (modified)
	* dcc.c (modified)
	* lib/Makefile (modified)
	* protocols/jabber/s5bytestream.c (modified)
	* protocols/msn/invitation.c (modified)

	Added conf entries and lib/ftutil.[ch].

	ft_listen = ...


Mon, 30 Jun 2008 15:37:12 GMT Wilmer van der Gaast <wilmer@…> [6a78c0e]
	* lib/misc.c (modified)

	Silenced a compiler warning - I don't think there's any way the ...


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.


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


Tue, 10 Jun 2008 03:16:15 GMT Jelmer Vernooij <jelmer@…> [21e5d49]
	* lib/ssl_sspi.c (moved)

	Move SSPI SSL implementation to same directory as other SSL backends.


Tue, 10 Jun 2008 03:10:03 GMT Jelmer Vernooij <jelmer@…> [fde7b91]
	* lib/ssl_bogus.c (modified)

	Implement ssl_pending() in bogus ssl backend.


Tue, 10 Jun 2008 03:09:49 GMT Jelmer Vernooij <jelmer@…> [7f49a86]
	* lib/misc.c (modified)
	* unix.c (modified)

	Move random_bytes() back to lib/


Mon, 09 Jun 2008 01:52:28 GMT Jelmer Vernooij <jelmer@…> [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.


Sun, 06 Apr 2008 15:34:25 GMT Wilmer van der Gaast <wilmer@…> [aefaac3a]
	* bitlbee.c (modified)
	* bitlbee.conf (modified)
	* conf.c (modified)
	* conf.h (modified)
	* lib/proxy.c (modified)

	Added ClientInterface configuration option to make BitlBee bind() to ...


Sat, 05 Apr 2008 11:54:31 GMT Wilmer van der Gaast <wilmer@…> [f3351f0]
	* lib/arc.h (modified)

	Fixed GLib <2.6 compatibility issue in arc.h. (G_GNUC_MALLOC)


Wed, 02 Apr 2008 15:03:02 GMT Jelmer Vernooij <jelmer@…> [5be87b2]
	* lib/misc.c (modified)
	* unix.c (modified)

	Move unix-specific random_bytes() implementation to unix.c.


Mon, 24 Mar 2008 11:01:02 GMT Wilmer van der Gaast <wilmer@…> [58a1449]
	* debian/changelog (modified)
	* lib/proxy.c (modified)

	Fixed a broken check in lib/proxy.c, this restores proxy support. ...


Sun, 23 Mar 2008 14:29:19 GMT Wilmer van der Gaast <wilmer@…> [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).


Sat, 22 Mar 2008 12:02:50 GMT Wilmer van der Gaast <wilmer@…> [851a8c2]
	* lib/events_glib.c (modified)

	Taught GLib-mode subprocesses how to die. (Closes: #374)


Sun, 16 Mar 2008 16:03:52 GMT Wilmer van der Gaast <wilmer@…> [4e8db1c]
	* lib/misc.c (modified)
	* lib/misc.h (modified)
	* storage_xml.c (modified)

	Moved password hash verification to md5_verify_password() so this can ...


Sun, 16 Mar 2008 15:28:37 GMT Wilmer van der Gaast <wilmer@…> [50d26f3]
	* lib/base64.c (modified)

	Fixed base64_decode() to not barf on corrupted Base64 strings.


Sun, 16 Mar 2008 14:18:22 GMT Wilmer van der Gaast <wilmer@…> [ddcf491f]
	* lib/arc.c (modified)
	* lib/arc.h (modified)
	* storage_xml.c (modified)
	* tests/check_arc.c (modified)

	Adding padding to encrypted IM-passwords so the exact password length ...


Sat, 15 Mar 2008 16:09:50 GMT Wilmer van der Gaast <wilmer@…> [9ad86bb]
	* bitlbee.h (modified)
	* lib/url.c (modified)
	* lib/url.h (modified)

	Fixed issues with "long" URLs in url.c. Reusing code from 2001 wasn't ...


Sat, 16 Feb 2008 22:40:38 GMT Wilmer van der Gaast <wilmer@…> [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 <wilmer@…> [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 15:58:22 GMT Wilmer van der Gaast <wilmer@…> [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 <jelmer@…> [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.


Thu, 24 Jan 2008 22:22:46 GMT Wilmer van der Gaast <wilmer@…> [613cc55]
	* lib/misc.c (modified)
	* protocols/oscar/oscar.c (modified)

	Fixed two valgrind warnings (partially uninitialized "struct tm"
	vars.)


Sat, 19 Jan 2008 12:36:30 GMT Wilmer van der Gaast <wilmer@…> [bea1305]
	* lib/md5.c (modified)

	Added byte swapping code to the new MD5 checksumming code to make it ...


Thu, 17 Jan 2008 22:06:55 GMT Wilmer van der Gaast <wilmer@…> [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 ...


Sat, 12 Jan 2008 00:24:46 GMT Wilmer van der Gaast <wilmer@…> [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 ...


Sat, 05 Jan 2008 15:00:15 GMT Wilmer van der Gaast <wilmer@…> [f394500]
	* lib/events_glib.c (modified)

	Removed closure->result. I was planning to add some more stuff, but ...


Fri, 28 Dec 2007 23:27:45 GMT Wilmer van der Gaast <wilmer@…> [6f7ac17]
	* lib/proxy.c (modified)

	Fixed return value check in proxy_connect(), since on some systems
	a ...


Wed, 12 Dec 2007 23:57:49 GMT Wilmer van der Gaast <wilmer@…> [3e79889]
	* lib/ssl_gnutls.c (modified)

	Checking conn->xcred before trying to clean it up since GnuTLS ...


Wed, 12 Dec 2007 21:36:33 GMT Wilmer van der Gaast <wilmer@…> [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 ...


Thu, 29 Nov 2007 21:55:14 GMT Wilmer van der Gaast <wilmer@…> [9ff5737]
	* lib/events.h (modified)
	* lib/events_libevent.c (modified)
	* protocols/oscar/msgcookie.c (modified)

	printf() in daemons considered harmful.


Wed, 28 Nov 2007 23:24:26 GMT Wilmer van der Gaast <wilmer@…> [b6a2373]
	* bitlbee.c (modified)
	* lib/events_libevent.c (modified)

	Fixed the epoll+ForkDaemon combination. The libevent event handling ...


Fri, 23 Nov 2007 23:07:44 GMT Wilmer van der Gaast <wilmer@…> [77bfd07]
	* lib/Makefile (modified)
	* lib/sha.c (deleted)
	* lib/sha.h (deleted)
	* lib/sha1.c (added)
	* lib/sha1.h (added)
	* protocols/jabber/iq.c (modified)
	* protocols/nogaim.h (modified)
	* protocols/yahoo/libyahoo2.c (modified)

	Replaced GPL-incompatible SHA1 hashing code (and renamed the files in ...


Fri, 23 Nov 2007 22:25:04 GMT Wilmer van der Gaast <wilmer@…> [df6d1da]
	* crypting.c (modified)
	* debian/copyright (modified)
	* lib/md5.c (modified)
	* lib/md5.h (modified)

	Replaced GPL-incompatible MD5 hashing code.


Thu, 22 Nov 2007 22:56:52 GMT Wilmer van der Gaast <wilmer@…> [56f260a]
	* configure (modified)
	* lib/ssl_gnutls.c (modified)
	* protocols/nogaim.c (modified)
	* root_commands.c (modified)
	* storage_xml.c (modified)

	Some changes to get rid of compiler warnings. (And disabling strict ...


Mon, 05 Nov 2007 22:59:49 GMT Wilmer van der Gaast <wilmer@…> [2231302]
	* bitlbee.c (modified)
	* conf.c (modified)
	* conf.h (modified)
	* configure (modified)
	* crypting.h (modified)
	* help.h (modified)
	* irc.c (modified)
	* lib/misc.c (modified)
	* lib/proxy.c (modified)
	* protocols/nogaim.c (modified)
	* storage.h (modified)

	Merging from Jelmer.


Thu, 18 Oct 2007 16:44:25 GMT Jelmer Vernooij <jelmer@…> [e9b755e]
	* bitlbee.c (modified)
	* conf.c (modified)
	* conf.h (modified)
	* configure (modified)
	* irc.c (modified)
	* lib/misc.c (modified)
	* lib/misc.h (modified)

	Use standard functions for dealing with both IPv6 and IPv4.


Fri, 12 Oct 2007 12:11:57 GMT Jelmer Vernooij <jelmer@…> [f618a4a]
	* lib/proxy.c (modified)

	Fix GCC warning.


Fri, 12 Oct 2007 00:06:50 GMT Wilmer van der Gaast <wilmer@…> [d444c09]
	* lib/misc.c (modified)
	* lib/misc.h (modified)
	* protocols/nogaim.c (modified)
	* tests/check_util.c (modified)

	Added word_wrap() function to misc.c and using it at the right places ...


Sun, 07 Oct 2007 22:07:25 GMT Wilmer van der Gaast <wilmer@…> [e2869bf]
	* lib/arc.c (modified)
	* tests/check_arc.c (modified)

	"Changed" the ArcFour implementation. I'm afraid this was a waste of ...


Sun, 07 Oct 2007 20:42:37 GMT Wilmer van der Gaast <wilmer@…> [a7b5925]
	* lib/Makefile (modified)
	* lib/arc.c (moved)
	* lib/arc.h (moved)
	* storage_xml.c (modified)

	Renaming RC4 to ArcFour (possible trademark issues).


Sat, 14 Jul 2007 23:54:18 GMT Wilmer van der Gaast <wilmer@…> [a8a0b4c]
	* lib/base64.c (modified)
	* lib/base64.h (modified)
	* lib/rc4.c (modified)
	* lib/rc4.h (modified)
	* lib/ssl_bogus.c (modified)
	* protocols/jabber/sasl.c (modified)
	* storage_xml.c (modified)

	Merge from Jelmer (making GCC4 happy by sanitizing some typecasting ...


Sat, 07 Jul 2007 17:21:12 GMT Jelmer Vernooij <jelmer@…> [b9e4ab5]
	* lib/ssl_bogus.c (modified)

	Fix ssl_bogus.


Sat, 07 Jul 2007 17:19:28 GMT Jelmer Vernooij <jelmer@…> [3b6eadc]
	* lib/base64.c (modified)
	* lib/base64.h (modified)
	* lib/rc4.c (modified)
	* lib/rc4.h (modified)
	* protocols/jabber/sasl.c (modified)
	* storage_xml.c (modified)

	Fix some warnings in storage.c.


Sun, 01 Jul 2007 14:52:45 GMT Wilmer van der Gaast <wilmer@…> [ae3c4fa]
	* Makefile (modified)
	* help.c (modified)
	* help.h (modified)
	* lib/Makefile (modified)
	* protocols/Makefile (modified)
	* protocols/jabber/Makefile (modified)
	* protocols/msn/Makefile (modified)
	* protocols/oscar/Makefile (modified)
	* protocols/yahoo/Makefile (modified)
	* set.h (modified)
	* tests/Makefile (modified)
	* tests/check.c (modified)
	* tests/check_crypting.c (added)
	* tests/check_help.c (added)
	* tests/check_set.c (added)
	* tests/check_user.c (added)
	* tests/check_util.c (modified)
	* tests/testsuite.h (modified)
	* unix.c (modified)
	* user.h (modified)

	Merge from Jelmer (mainly unit testing things).


Sun, 18 Feb 2007 23:57:12 GMT Wilmer van der Gaast <wilmer@…> [b6423a09]
	* doc/CHANGES (modified)
	* lib/url.c (modified)

	Little fix copied from Jelmer's integration branch, want to import ...


Sun, 18 Feb 2007 17:48:04 GMT Wilmer van der Gaast <wilmer@…> [0fd8559]
	* configure (modified)
	* doc/CHANGES (modified)
	* doc/user-guide/commands.xml (modified)
	* lib/misc.c (modified)
	* lib/misc.h (modified)
	* lib/ssl_client.h (modified)
	* lib/ssl_gnutls.c (modified)
	* lib/ssl_openssl.c (modified)
	* protocols/jabber/Makefile (modified)
	* protocols/jabber/asciitab.h (deleted)
	* 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/jabber/xmltree.c (added)
	* protocols/jabber/xmltree.h (added)
	* protocols/msn/msn.c (modified)
	* protocols/nogaim.c (modified)
	* root_commands.c (modified)

	Merging new Jabber module. See the massive changelog for all the cool ...


Mon, 22 Jan 2007 09:42:55 GMT Jelmer Vernooij <jelmer@…> [348c11b]
	* Makefile (modified)
	* lib/Makefile (modified)
	* protocols/Makefile (modified)
	* protocols/jabber/Makefile (modified)
	* protocols/msn/Makefile (modified)
	* protocols/oscar/Makefile (modified)
	* protocols/yahoo/Makefile (modified)

	Add lcov target


Sun, 24 Dec 2006 21:47:18 GMT Jelmer Vernooij <jelmer@…> [7bee5af]
	* lib/url.c (modified)
	* set.h (modified)
	* tests/check_util.c (modified)

	Add tests for set_url(). Fixed a bug where the default port wasn't ...


Wed, 06 Dec 2006 14:16:56 GMT Jelmer Vernooij <jelmer@…> [a51be64]
	* lib/Makefile (modified)
	* protocols/jabber/Makefile (modified)

	Fix gcov.


Wed, 06 Dec 2006 12:15:09 GMT Jelmer Vernooij <jelmer@…> [2c7df62]
	* lib/Makefile (modified)
	* tests/Makefile (modified)
	* tests/check_nick.c (modified)
	* tests/check_util.c (modified)

	Fix testsuite.


Thu, 19 Oct 2006 07:51:35 GMT Wilmer van der Gaast <wilmer@…> [f920d9e]
	* lib/ssl_gnutls.c (modified)
	* lib/ssl_openssl.c (modified)

	Added starttls code to ssl_openssl.c so GnuTLS isn't the only ...


Sun, 15 Oct 2006 09:34:02 GMT Wilmer van der Gaast <wilmer@…> [93b7bd4]
	* lib/rc4.c (modified)
	* protocols/msn/msn.c (modified)
	* protocols/msn/msn.h (modified)
	* protocols/msn/msn_util.c (modified)
	* protocols/msn/passport.c (modified)
	* protocols/yahoo/yahoo.c (modified)
	* root_commands.c (modified)

	Merging from devel and storage-xml.