#
# ChangeLog for /
#
# Generated by Trac 1.2.3
# 2025-06-14T23:15:36Z

Sun, 24 Aug 2008 16:45:40 GMT Wilmer van der Gaast <wilmer@…> [88d2208]
	* storage_xml.c (modified)

	Now really fixing #429 by including unistd.h (which defines F_OK).


Tue, 19 Aug 2008 22:21:07 GMT Wilmer van der Gaast <wilmer@…> [3b32017]
	* account.c (modified)

	Better handling of NULLs passed to set_eval_account(). Still ...


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 22:27:13 GMT Wilmer van der Gaast <wilmer@…> [e0798cc]
	* conf.c (modified)

	Fixed #440: If there's a -R command line flag, store the passed ...


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


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


Sun, 29 Jun 2008 23:45:11 GMT Wilmer van der Gaast <wilmer@…> [dfd442b]
	* storage_xml.c (modified)

	Just use g_access() everywhere instead of a mix of that and ...


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 12:47:39 GMT Wilmer van der Gaast <wilmer@…> [cd63d58]
	* bitlbee.c (modified)
	* conf.c (modified)
	* ipc.c (modified)
	* ipc.h (modified)
	* unix.c (modified)

	Now using an environment variable instead of a flag to pass state ...


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.


Sun, 29 Jun 2008 09:35:41 GMT Wilmer van der Gaast <wilmer@…> [565a1ea]
	* ipc.c (modified)
	* irc.c (modified)
	* irc_commands.c (modified)

	Added the DEAF command, which makes the daemon stop listening for new ...


Sat, 28 Jun 2008 18:38:52 GMT Jelmer Vernooij <jelmer@…> [913545e]
	* win32.c (modified)

	Fix indentation.


Sat, 28 Jun 2008 17:35:34 GMT Jelmer Vernooij <jelmer@…> [47b571d]
	* storage_xml.c (modified)

	Avoid g_access on GLib < 2.8.0.


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.


Thu, 26 Jun 2008 23:18:31 GMT Wilmer van der Gaast <wilmer@…> [e0f9170]
	* storage_xml.c (modified)

	xml_remove() didn't convert nicknames to lowercase so it caused some ...


Tue, 24 Jun 2008 22:06:32 GMT Wilmer van der Gaast <wilmer@…> [d048ffc]
	* bitlbee.h (modified)
	* doc/CHANGES (modified)

	Finalizing BitlBee 1.2.1.


Tue, 24 Jun 2008 09:15:47 GMT Wilmer van der Gaast <wilmer@…> [05b44da]
	* nick.c (modified)

	Fixed a bug with nickname handling. I really should kill all fixed- ...


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:53:56 GMT Wilmer van der Gaast <wilmer@…> [fb4e9a3f]
	* doc/CHANGES (modified)

	Updated change log, also added a pointer to bugs.b.o's timeline page ...


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


Sat, 21 Jun 2008 17:19:27 GMT Wilmer van der Gaast <wilmer@…> [edc767b]
	* ipc.c (modified)

	Fixed two more embarassing memory leaks.


Sat, 21 Jun 2008 17:09:20 GMT Wilmer van der Gaast <wilmer@…> [da7b484]
	* ipc.c (modified)

	Fixed memory leaking ipc_readline().


Tue, 17 Jun 2008 21:58:15 GMT Wilmer van der Gaast <wilmer@…> [d419073]
	* debian/bitlbee.init (modified)
	* debian/changelog (modified)
	* debian/control (modified)
	* debian/copyright (modified)
	* debian/rules (modified)

	Merging 1.2-5 Debian package.


Mon, 16 Jun 2008 00:26:47 GMT Jelmer Vernooij <jelmer@…> [f00e3ad]
	* debian/bitlbee.init (modified)
	* debian/changelog (modified)

	Avoid changing UID from init script (already done by BitlBee itself).


Sun, 15 Jun 2008 22:30:08 GMT Jelmer Vernooij <jelmer@…> [e565ce2]
	* debian/rules (modified)

	Stop ignoring distclean exit code.


Sun, 15 Jun 2008 21:49:15 GMT Jelmer Vernooij <jelmer@…> [7601353]
	* debian/changelog (modified)
	* debian/copyright (modified)

	Fix FSF address.


Sun, 15 Jun 2008 21:20:20 GMT Jelmer Vernooij <jelmer@…> [945eb1e]
	* debian/changelog (modified)
	* debian/control (modified)

	Add myself to uploaders, bump standards version to 3.8.0.


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.


Sat, 14 Jun 2008 01:19:12 GMT Wilmer van der Gaast <wilmer@…> [52df5df]
	* protocols/yahoo/libyahoo2.c (modified)
	* protocols/yahoo/yahoo.c (modified)

	This seems to fix the Yahoo! logoff code. I have no idea why this was ...


Tue, 10 Jun 2008 21:09:08 GMT Jelmer Vernooij <jelmer@…> [2e0f24d]
	* .bzrignore (modified)
	* Makefile (modified)
	* bitlbee.c (modified)
	* bitlbee.h (modified)
	* configure (modified)
	* doc/BUILD.win32 (added)
	* ipc.c (modified)
	* irc.c (modified)
	* lib/misc.c (modified)
	* lib/ssl_bogus.c (modified)
	* lib/ssl_sspi.c (added)
	* protocols/yahoo/libyahoo2.c (modified)
	* protocols/yahoo/yahoo_httplib.c (modified)
	* sock.h (modified)
	* storage_text.c (modified)
	* unix.c (modified)
	* win32.c (added)

	Merge support for cross-compiling for Windows using the mingw32
	compiler.


Tue, 10 Jun 2008 03:43:46 GMT Jelmer Vernooij <jelmer@…> [6a72a57]
	* Makefile (modified)
	* configure (modified)

	Move OUTFILE determination to Makefile rather than configure.


Tue, 10 Jun 2008 03:21:13 GMT Jelmer Vernooij <jelmer@…> [73c2dce]
	* .bzrignore (modified)
	* Makefile (modified)
	* configure (modified)
	* doc/BUILD.win32 (modified)
	* utils/cross-compile.win32 (deleted)
	* win32.mk (deleted)

	Update docs, remove obsolete win32-related utilities.


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:13:21 GMT Jelmer Vernooij <jelmer@…> [8a4ae0d]
	* .bzrignore (modified)

	Ignore windows executable.


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/


Tue, 10 Jun 2008 03:09:33 GMT Jelmer Vernooij <jelmer@…> [55eda08]
	* win32.c (modified)

	Provide thread-unsafe replacement for gmtime_r on Windows.


Tue, 10 Jun 2008 03:04:44 GMT Jelmer Vernooij <jelmer@…> [7d3ef7b]
	* bitlbee.h (modified)
	* configure (modified)
	* irc.c (modified)

	Fix undefined references.


Tue, 10 Jun 2008 02:49:20 GMT Jelmer Vernooij <jelmer@…> [ddd4779]
	* bitlbee.conf (modified)
	* conf.c (modified)
	* doc/README (modified)
	* doc/bitlbee.8 (modified)

	Merge trunk.


Mon, 09 Jun 2008 23:29:36 GMT Wilmer van der Gaast <wilmer@…> [b6cd9e9]
	* .bzrignore (modified)
	* bitlbee.h (modified)
	* configure (modified)
	* debian/changelog (modified)
	* debian/control (modified)
	* storage_xml.c (modified)

	The merge from the future. 2025 is going to be awesome. :-)


Mon, 09 Jun 2008 02:18:34 GMT Jelmer Vernooij <jelmer@…> [1bf9492]
	* Makefile (modified)
	* configure (modified)

	Use system lib directories and pkg-config directory from target when ...


Mon, 09 Jun 2008 02:18:15 GMT Jelmer Vernooij <jelmer@…> [12ebe74]
	* win32.c (modified)

	Deal with changes in configuration struct.


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.


Sat, 24 May 2008 19:57:47 GMT Wilmer van der Gaast <wilmer@…> [de8e584]
	* bitlbee.conf (modified)
	* conf.c (modified)
	* doc/README (modified)
	* doc/bitlbee.8 (modified)

	Daemon mode is not an experiment anymore, it's running on ...


Wed, 21 May 2008 10:28:34 GMT Jelmer Vernooij <jelmer@…> [783e9b7]
	* 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 trunk.


Wed, 21 May 2008 10:27:28 GMT Jelmer Vernooij <jelmer@…> [51bbec0]
	* lib/misc.c (modified)
	* unix.c (modified)

	Revert move of random_bytes() to unix.c


Wed, 21 May 2008 04:41:55 GMT Wilmer van der Gaast <wilmer@…> [9299891]
	* debian/changelog (modified)
	* debian/control (modified)
	* debian/rules (modified)

	Merging Debian 1.2-4 package changes.


Sun, 11 May 2008 19:37:34 GMT Wilmer van der Gaast <wilmer@…> [23c4e64]
	* root_commands.c (modified)

	Fixed NULL point dereference in "account set -del" code.


Sun, 11 May 2008 12:19:09 GMT Jelmer Vernooij <jelmer@…> [a8d28d9]
	* debian/changelog (modified)
	* debian/control (modified)

	Add homepage and vcs-bzr fields in Debian package.


Thu, 08 May 2008 05:43:53 GMT Wilmer van der Gaast <wilmer@…> [46d4230]
	* debian/changelog (modified)
	* debian/control (modified)
	* debian/rules (modified)

	Added bitlbee-dev package, finalized 1.2-4 package.


Mon, 21 Apr 2008 21:53:15 GMT Wilmer van der Gaast <wilmer@…> [99f929c]
	* protocols/msn/ns.c (modified)

	Now checking if msn_sb_create() returns NULL. This is very unlikely, ...


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


Tue, 08 Apr 2008 20:44:34 GMT Wilmer van der Gaast <wilmer@…> [aa31117]
	* protocols/msn/msn.h (modified)

	Don't automatically enable MSN debugging messages for debugging
	builds.


Sat, 05 Apr 2008 13:03:31 GMT Wilmer van der Gaast <wilmer@…> [1195cec]
	* bitlbee.h (modified)
	* doc/user-guide/commands.xml (modified)
	* irc.c (modified)
	* root_commands.c (modified)

	Changed root nicknames are now saved. (Bug #378)


Sat, 05 Apr 2008 12:36:13 GMT Wilmer van der Gaast <wilmer@…> [f35aee7]
	* root_commands.c (modified)

	Fixed #386.


Sat, 05 Apr 2008 12:26:04 GMT Wilmer van der Gaast <wilmer@…> [9143aeb]
	* protocols/jabber/jabber_util.c (modified)
	* protocols/msn/msn_util.c (modified)
	* protocols/nogaim.c (modified)
	* protocols/nogaim.h (modified)
	* protocols/oscar/oscar.c (modified)
	* protocols/yahoo/yahoo.c (modified)
	* query.c (modified)
	* query.h (modified)

	query.h now defines a callback function type, not using void* for it ...


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)


Fri, 04 Apr 2008 23:13:07 GMT Wilmer van der Gaast <wilmer@…> [8dbe021f]
	* root_commands.c (modified)

	Don't pass an account_t pointer directly to query_add() since ...


Thu, 03 Apr 2008 15:05:52 GMT Jelmer Vernooij <jelmer@…> [6ff51ff]
	* .bzrignore (modified)
	* configure (modified)

	Merge lcov improvements.


Wed, 02 Apr 2008 21:36:02 GMT Wilmer van der Gaast <wilmer@…> [883a398]
	* bitlbee.c (modified)
	* irc.c (modified)

	Rearranged some event handling code.


Wed, 02 Apr 2008 15:40:33 GMT Jelmer Vernooij <jelmer@…> [69aaf14]
	* bitlbee.h (modified)
	* configure (modified)
	* lib/misc.c (modified)
	* storage_xml.c (modified)
	* unix.c (modified)

	Merge several portability improvements.


Wed, 02 Apr 2008 15:39:40 GMT Jelmer Vernooij <jelmer@…> [e46e077]
	* configure (modified)

	Merge cross compilation patch.


Wed, 02 Apr 2008 15:38:34 GMT Jelmer Vernooij <jelmer@…> [f1e7407]
	* configure (modified)

	Add --target argument to configure to allow cross-compilation.


Wed, 02 Apr 2008 15:12:26 GMT Jelmer Vernooij <jelmer@…> [1a57b893]
	* lib/misc.c (modified)
	* unix.c (modified)

	Merge move of random_bytes().


Wed, 02 Apr 2008 15:03:37 GMT Jelmer Vernooij <jelmer@…> [0a14b8c]
	* sock.h (modified)
	* win32.c (modified)

	Remove no longer needed functions.


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.


Wed, 02 Apr 2008 14:37:57 GMT Jelmer Vernooij <jelmer@…> [d179921d]
	* bitlbee.h (modified)
	* storage_xml.c (modified)

	Merge removal of access().


Wed, 02 Apr 2008 14:37:13 GMT Jelmer Vernooij <jelmer@…> [f9dbc99]
	* configure (modified)

	Merge gnutls detection fix.


Wed, 02 Apr 2008 14:34:57 GMT Jelmer Vernooij <jelmer@…> [4af7b4f]
	* configure (modified)

	Use pkg-config file for gnutls if possible.

	This allows building ...


Wed, 02 Apr 2008 14:22:57 GMT Jelmer Vernooij <jelmer@…> [85d7b85]
	* .bzrignore (modified)
	* Makefile (modified)
	* account.c (modified)
	* account.h (modified)
	* bitlbee.c (modified)
	* bitlbee.conf (modified)
	* bitlbee.h (modified)
	* conf.c (modified)
	* conf.h (modified)
	* configure (modified)
	* crypting.c (modified)
	* crypting.h (modified)
	* debian/README.Debian (added)
	* debian/bitlbee.init (added)
	* debian/changelog (added)
	* debian/conffiles (added)
	* debian/config (added)
	* debian/control (added)
	* debian/copyright (added)
	* debian/po/POTFILES.in (added)
	* debian/po/cs.po (added)
	* debian/po/de.po (added)
	* debian/po/es.po (added)
	* debian/po/fr.po (added)
	* debian/po/it.po (added)
	* debian/po/ja.po (added)
	* debian/po/nl.po (added)
	* debian/po/pt.po (added)
	* debian/po/pt_BR.po (added)
	* debian/po/sv.po (added)
	* debian/po/templates.pot (added)
	* debian/po/vi.po (added)
	* debian/postinst (added)
	* debian/postrm (added)
	* debian/prerm (added)
	* debian/rules (added)
	* debian/templates (added)
	* debian/watch (added)
	* doc/CHANGES (modified)
	* doc/CREDITS (modified)
	* doc/README (modified)
	* doc/bitlbee.8 (modified)
	* doc/bitlbee.schema (added)
	* doc/user-guide/Makefile (modified)
	* doc/user-guide/Support.xml (modified)
	* doc/user-guide/commands.xml (modified)
	* doc/user-guide/docbook.xsl (modified)
	* doc/user-guide/help.xsl (modified)
	* doc/user-guide/misc.xml (modified)
	* doc/user-guide/quickstart.xml (modified)
	* help.c (modified)
	* help.h (modified)
	* ipc.c (modified)
	* ipc.h (modified)
	* irc.c (modified)
	* irc.h (modified)
	* irc_commands.c (modified)
	* lib/Makefile (added)
	* lib/arc.c (added)
	* lib/arc.h (added)
	* lib/base64.c (added)
	* lib/base64.h (added)
	* lib/events.h (added)
	* lib/events_glib.c (added)
	* lib/events_libevent.c (added)
	* lib/http_client.c (moved)
	* lib/http_client.h (added)
	* lib/ini.c (moved)
	* lib/ini.h (moved)
	* lib/md5.c (added)
	* lib/md5.h (added)
	* lib/misc.c (moved)
	* lib/misc.h (moved)
	* lib/proxy.c (moved)
	* lib/proxy.h (moved)
	* lib/sha1.c (added)
	* lib/sha1.h (added)
	* lib/ssl_bogus.c (moved)
	* lib/ssl_client.h (added)
	* lib/ssl_gnutls.c (moved)
	* lib/ssl_nss.c (moved)
	* lib/ssl_openssl.c (moved)
	* lib/url.c (moved)
	* lib/url.h (moved)
	* lib/xmltree.c (added)
	* lib/xmltree.h (added)
	* motd.txt (modified)
	* nick.c (modified)
	* nick.h (modified)
	* protocols/Makefile (modified)
	* protocols/http_client.h (deleted)
	* protocols/jabber/Makefile (modified)
	* protocols/jabber/asciitab.h (deleted)
	* protocols/jabber/conference.c (added)
	* protocols/jabber/expat.c (deleted)
	* protocols/jabber/hashtable.c (deleted)
	* protocols/jabber/hashtable.h (deleted)
	* protocols/jabber/iasciitab.h (deleted)
	* protocols/jabber/io.c (added)
	* protocols/jabber/iq.c (added)
	* protocols/jabber/jabber.c (modified)
	* protocols/jabber/jabber.h (modified)
	* protocols/jabber/jabber_util.c (added)
	* protocols/jabber/jid.c (deleted)
	* protocols/jabber/jpacket.c (deleted)
	* protocols/jabber/jutil.c (deleted)
	* protocols/jabber/latin1tab.h (deleted)
	* protocols/jabber/lib.h (deleted)
	* protocols/jabber/libxode.h (deleted)
	* protocols/jabber/log.c (deleted)
	* protocols/jabber/log.h (deleted)
	* protocols/jabber/message.c (added)
	* protocols/jabber/nametab.h (deleted)
	* protocols/jabber/pool.c (deleted)
	* protocols/jabber/presence.c (added)
	* protocols/jabber/sasl.c (added)
	* protocols/jabber/str.c (deleted)
	* protocols/jabber/utf8tab.h (deleted)
	* protocols/jabber/xmldef.h (deleted)
	* protocols/jabber/xmlnode.c (deleted)
	* protocols/jabber/xmlparse.c (deleted)
	* protocols/jabber/xmlparse.h (deleted)
	* protocols/jabber/xmlrole.c (deleted)
	* protocols/jabber/xmlrole.h (deleted)
	* protocols/jabber/xmltok.c (deleted)
	* protocols/jabber/xmltok.h (deleted)
	* protocols/jabber/xmltok_impl.c (deleted)
	* protocols/jabber/xmltok_impl.h (deleted)
	* protocols/jabber/xmltok_ns.c (deleted)
	* protocols/md5.c (deleted)
	* protocols/md5.h (deleted)
	* protocols/msn/Makefile (modified)
	* protocols/msn/msn.c (modified)
	* protocols/msn/msn.h (modified)
	* protocols/msn/msn_util.c (modified)
	* protocols/msn/ns.c (modified)
	* protocols/msn/passport.c (modified)
	* protocols/msn/passport.h (modified)
	* protocols/msn/sb.c (modified)
	* protocols/nogaim.c (modified)
	* protocols/nogaim.h (modified)
	* protocols/oscar/Makefile (modified)
	* protocols/oscar/aim.h (modified)
	* protocols/oscar/chat.c (modified)
	* protocols/oscar/chatnav.c (modified)
	* protocols/oscar/icq.c (modified)
	* protocols/oscar/im.c (modified)
	* protocols/oscar/info.c (modified)
	* protocols/oscar/msgcookie.c (modified)
	* protocols/oscar/oscar.c (modified)
	* protocols/oscar/rxhandlers.c (modified)
	* protocols/oscar/rxqueue.c (modified)
	* protocols/oscar/search.c (modified)
	* protocols/oscar/service.c (modified)
	* protocols/oscar/txqueue.c (modified)
	* protocols/sha.c (deleted)
	* protocols/sha.h (deleted)
	* protocols/ssl_client.h (deleted)
	* protocols/yahoo/Makefile (modified)
	* protocols/yahoo/libyahoo2.c (modified)
	* protocols/yahoo/yahoo.c (modified)
	* protocols/yahoo/yahoo2.h (modified)
	* protocols/yahoo/yahoo2_callbacks.h (modified)
	* protocols/yahoo/yahoo2_types.h (modified)
	* protocols/yahoo/yahoo_util.c (modified)
	* query.c (modified)
	* query.h (modified)
	* root_commands.c (modified)
	* set.c (modified)
	* set.h (modified)
	* sock.h (modified)
	* storage.c (modified)
	* storage.h (modified)
	* storage_ldap.c (added)
	* storage_text.c (modified)
	* storage_xml.c (added)
	* tests/Makefile (added)
	* tests/check.c (added)
	* tests/check_arc.c (added)
	* tests/check_crypting.c (added)
	* tests/check_help.c (added)
	* tests/check_irc.c (added)
	* tests/check_jabber_sasl.c (added)
	* tests/check_md5.c (added)
	* tests/check_nick.c (added)
	* tests/check_set.c (added)
	* tests/check_user.c (added)
	* tests/check_util.c (added)
	* tests/testsuite.h (added)
	* unix.c (modified)
	* user.c (modified)
	* user.h (modified)

	Merge trunk.


Wed, 02 Apr 2008 14:17:37 GMT Jelmer Vernooij <jelmer@…> [5f5d433]
	* bitlbee.h (modified)
	* storage_xml.c (modified)

	Use GLib functions to check whether files exist, for extra
	portability.


Wed, 02 Apr 2008 13:28:23 GMT Jelmer Vernooij <jelmer@…> [dd34575]
	* account.c (modified)
	* bitlbee.conf (modified)
	* bitlbee.h (modified)
	* conf.c (modified)
	* debian/README.Debian (modified)
	* debian/bitlbee.init (modified)
	* debian/changelog (modified)
	* debian/conffiles (modified)
	* debian/control (modified)
	* debian/po/it.po (added)
	* debian/postinst (modified)
	* debian/postrm (modified)
	* debian/rules (modified)
	* doc/CHANGES (modified)
	* doc/README (modified)
	* doc/user-guide/Support.xml (modified)
	* doc/user-guide/commands.xml (modified)
	* doc/user-guide/misc.xml (modified)
	* doc/user-guide/quickstart.xml (modified)
	* ipc.c (modified)
	* ipc.h (modified)
	* irc.c (modified)
	* irc.h (modified)
	* irc_commands.c (modified)
	* lib/Makefile (modified)
	* lib/arc.c (modified)
	* lib/arc.h (modified)
	* lib/base64.c (modified)
	* lib/events_glib.c (modified)
	* lib/misc.c (modified)
	* lib/misc.h (modified)
	* lib/proxy.c (modified)
	* lib/ssl_client.h (modified)
	* lib/ssl_gnutls.c (modified)
	* lib/ssl_nss.c (modified)
	* lib/ssl_openssl.c (modified)
	* lib/url.c (modified)
	* lib/url.h (modified)
	* lib/xmltree.c (moved)
	* lib/xmltree.h (moved)
	* protocols/jabber/Makefile (modified)
	* protocols/jabber/io.c (modified)
	* protocols/jabber/jabber.c (modified)
	* protocols/msn/ns.c (modified)
	* protocols/msn/passport.c (modified)
	* protocols/msn/passport.h (modified)
	* protocols/yahoo/libyahoo2.c (modified)
	* protocols/yahoo/yahoo.c (modified)
	* query.c (modified)
	* root_commands.c (modified)
	* set.c (modified)
	* set.h (modified)
	* storage_xml.c (modified)
	* tests/check_arc.c (modified)
	* tests/check_help.c (modified)
	* tests/check_irc.c (modified)
	* tests/check_jabber_sasl.c (modified)

	merge trunk.


Sat, 27 Dec 2025 02:25:31 GMT Jelmer Vernooij <jelmer@…> [0db75ad]
	* .bzrignore (modified)

	Ignore lcov output data.


Sat, 27 Dec 2025 02:22:45 GMT Jelmer Vernooij <jelmer@…> [e942df1]
	* .bzrignore (modified)

	Ignore coverage output dir.


Sat, 27 Dec 2025 02:21:03 GMT Jelmer Vernooij <jelmer@…> [31fc3970]
	* configure (modified)

	Use simpler flags for gcov.


Tue, 01 Apr 2008 23:07:21 GMT Wilmer van der Gaast <wilmer@…> [fa75134]
	* account.c (modified)
	* irc.c (modified)

	Reordered irc_free() a little bit, hoping that this will fix a crash- ...


Sun, 30 Mar 2008 21:28:39 GMT Wilmer van der Gaast <wilmer@…> [ddba0ae]
	* doc/RELEASE-SPEECH-1.2 (deleted)

	Removing speech, in case I forget before 1.2.1.


Sun, 30 Mar 2008 21:26:16 GMT Wilmer van der Gaast <wilmer@…> [f9756bd]
	* irc.c (modified)
	* irc.h (modified)
	* irc_commands.c (modified)
	* set.c (modified)
	* set.h (modified)

	Changed charset handling: irc_t keeps two iconv structures, which are ...


Sun, 30 Mar 2008 16:15:15 GMT Wilmer van der Gaast <wilmer@…> [5ecf96b]
	* doc/CHANGES (modified)

	Updated doc/CHANGES again.


Sat, 29 Mar 2008 23:15:04 GMT Wilmer van der Gaast <wilmer@…> [18ff38f]
	* irc.c (modified)
	* tests/check_irc.c (modified)

	Be more liberal with accepted line endings. ERC on Windows likes to ...


Sat, 29 Mar 2008 22:19:17 GMT Wilmer van der Gaast <wilmer@…> [a199d33]
	* irc.c (modified)
	* irc.h (modified)
	* irc_commands.c (modified)

	Closing bug #209: The PASS command can now be used to identify ...


Sat, 29 Mar 2008 21:11:41 GMT Wilmer van der Gaast <wilmer@…> [8968133]
	* debian/bitlbee.init (modified)
	* debian/changelog (modified)

	Merge from Debian package tree.


Sat, 29 Mar 2008 21:11:23 GMT Wilmer van der Gaast <wilmer@…> [e74c7fe]
	* debian/bitlbee.init (modified)
	* debian/changelog (modified)

	Added dependency information to the init script, and updated
	changelog.


Sat, 29 Mar 2008 21:01:09 GMT Wilmer van der Gaast <wilmer@…> [0281c45]
	* debian/bitlbee.init (modified)

	s/DAEMON_OPT/BITLBEE_OPTS/ so the init script will actually pick up ...


Tue, 25 Mar 2008 09:34:06 GMT Wilmer van der Gaast <wilmer@…> [5e81e60]
	* debian/changelog (modified)
	* debian/rules (modified)

	Merging 1.2-3.


Mon, 24 Mar 2008 21:13:23 GMT Wilmer van der Gaast <wilmer@…> [483f8dd]
	* debian/changelog (modified)
	* debian/rules (modified)

	Removed DEB_BUILD_OPTIONS because it turns out this isn't just some ...


Mon, 24 Mar 2008 19:57:40 GMT Wilmer van der Gaast <wilmer@…> [990d5fd]
	* debian/bitlbee.init (modified)
	* debian/changelog (modified)
	* debian/postinst (modified)
	* debian/postrm (modified)

	Merge from Debian package tree.


Mon, 24 Mar 2008 19:48:36 GMT Wilmer van der Gaast <wilmer@…> [628e601]
	* debian/bitlbee.init (modified)
	* debian/changelog (modified)
	* debian/postinst (modified)
	* debian/postrm (modified)

	Some more changes for 1.2-2: Adding a bitlbee group for extra ...


Mon, 24 Mar 2008 19:11:29 GMT Wilmer van der Gaast <wilmer@…> [66c51bbf]
	* debian/changelog (modified)

	Updated debian/changelog, I hope this will be a good 1.2-2 package.