# # ChangeLog for / # # Generated by Trac 1.2.3 # 2024-05-02T03:54:15Z Wed, 06 Dec 2006 12:15:09 GMT Jelmer Vernooij [2c7df62] * lib/Makefile (modified) * tests/Makefile (modified) * tests/check_nick.c (modified) * tests/check_util.c (modified) Fix testsuite. Tue, 05 Dec 2006 22:57:02 GMT Jelmer Vernooij [7740c4c] * doc/user-guide/docbook.xsl (modified) * doc/user-guide/help.xsl (modified) Fix xslt with newer (more pedantic) XSLT processors. Tue, 05 Dec 2006 20:40:17 GMT Jelmer Vernooij [d8d63a2] * Makefile (modified) * account.c (modified) * account.h (modified) * bitlbee.c (modified) * bitlbee.h (modified) * conf.c (modified) * configure (modified) * doc/CHANGES (modified) * doc/README (modified) * doc/bitlbee.schema (added) * doc/user-guide/Makefile (modified) * doc/user-guide/commands.xml (modified) * doc/user-guide/help.xsl (modified) * ipc.c (modified) * irc.c (modified) * irc.h (modified) * irc_commands.c (modified) * lib/Makefile (added) * lib/base64.c (added) * lib/base64.h (added) * lib/events.h (moved) * lib/events_glib.c (moved) * lib/events_libevent.c (moved) * lib/http_client.c (moved) * lib/http_client.h (added) * lib/ini.c (moved) * lib/ini.h (moved) * lib/md5.c (moved) * lib/md5.h (moved) * lib/misc.c (moved) * lib/misc.h (moved) * lib/proxy.c (moved) * lib/proxy.h (moved) * lib/rc4.c (added) * lib/rc4.h (added) * lib/sha.c (moved) * lib/sha.h (moved) * lib/ssl_bogus.c (moved) * lib/ssl_client.h (moved) * lib/ssl_gnutls.c (moved) * lib/ssl_nss.c (moved) * lib/ssl_openssl.c (moved) * lib/url.c (moved) * lib/url.h (moved) * nick.c (modified) * nick.h (modified) * protocols/Makefile (modified) * protocols/http_client.h (deleted) * protocols/jabber/jabber.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/passport.c (modified) * protocols/nogaim.c (modified) * protocols/nogaim.h (modified) * protocols/oscar/info.c (modified) * protocols/oscar/oscar.c (modified) * protocols/oscar/rxhandlers.c (modified) * protocols/oscar/service.c (modified) * protocols/yahoo/libyahoo2.c (modified) * protocols/yahoo/yahoo.c (modified) * query.c (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) * unix.c (modified) * user.c (modified) [merge] wilmer Sat, 25 Nov 2006 09:20:29 GMT Wilmer van der Gaast [55078f5] * storage_xml.c (modified) Forgot to pass O_CREAT to open() which can cause problems if there's ... Fri, 24 Nov 2006 19:39:59 GMT Wilmer van der Gaast [dfc8a46] * ipc.c (modified) * irc_commands.c (modified) Bye bye lilo. I've never been a fan of yours, but let's not make fun ... Tue, 31 Oct 2006 08:35:36 GMT Wilmer van der Gaast [bbb6ffb] * irc.c (modified) Disabling little optimization in irc.c because it can't be done ... Sun, 22 Oct 2006 13:58:32 GMT Wilmer van der Gaast [6237ded] * set.c (modified) set_eval_int() was pretty broken... Sun, 22 Oct 2006 13:53:55 GMT Wilmer van der Gaast [28eda86] * storage_text.c (modified) * storage_xml.c (modified) Fixed #181. (Using wrong (static) variable in error messages.) Sun, 22 Oct 2006 12:43:40 GMT Wilmer van der Gaast [670204f] * configure (modified) * doc/CHANGES (modified) Copied 1.0.x changelogs, disabled LDAP support in configure (because ... Sun, 22 Oct 2006 09:24:55 GMT Wilmer van der Gaast [2087159] * protocols/nogaim.c (modified) Away devoices are done by the server instead of by root now. This ... Sat, 21 Oct 2006 20:56:21 GMT Wilmer van der Gaast [91bd910] * protocols/oscar/oscar.c (modified) Fixed #139. (Wrong Gender description) Sat, 21 Oct 2006 19:49:57 GMT Wilmer van der Gaast [2a29eac] * protocols/msn/msn.c (modified) "Restructured" msn_login() a little bit. Sun, 15 Oct 2006 22:25:59 GMT Wilmer van der Gaast [a5ac9f9] * doc/CHANGES (modified) Filled in the user changelog a bit more. Sun, 15 Oct 2006 19:53:42 GMT Wilmer van der Gaast [5eec897] * set.c (modified) set_eval_int() now allows negative integers. Sun, 15 Oct 2006 18:44:47 GMT Wilmer van der Gaast [a3265629] * protocols/msn/passport.c (modified) Fixing early free(). Memory management in the passport code is ... Sun, 15 Oct 2006 15:32:46 GMT Wilmer van der Gaast [3dc9d46] * protocols/msn/msn.c (modified) * protocols/oscar/info.c (modified) Fixed a very interesting memory leak in the OSCAR module. Sun, 15 Oct 2006 14:02:27 GMT Wilmer van der Gaast [2529faf] * doc/user-guide/commands.xml (modified) Small documentation fix (closes #208). Sun, 15 Oct 2006 09:41:12 GMT Wilmer van der Gaast [69cb623] * Makefile (modified) * account.c (modified) * account.h (modified) * bitlbee.c (modified) * bitlbee.h (modified) * conf.c (modified) * configure (modified) * doc/CHANGES (modified) * doc/README (modified) * doc/bitlbee.schema (added) * doc/user-guide/Makefile (modified) * doc/user-guide/commands.xml (modified) * doc/user-guide/help.xsl (modified) * irc.c (modified) * irc.h (modified) * irc_commands.c (modified) * lib/Makefile (added) * lib/base64.c (added) * lib/base64.h (added) * lib/events.h (moved) * lib/events_glib.c (moved) * lib/events_libevent.c (moved) * lib/http_client.c (moved) * lib/http_client.h (added) * lib/ini.c (moved) * lib/ini.h (moved) * lib/md5.c (moved) * lib/md5.h (moved) * lib/misc.c (moved) * lib/misc.h (moved) * lib/proxy.c (moved) * lib/proxy.h (moved) * lib/rc4.c (added) * lib/rc4.h (added) * lib/sha.c (moved) * lib/sha.h (moved) * lib/ssl_bogus.c (moved) * lib/ssl_client.h (moved) * lib/ssl_gnutls.c (moved) * lib/ssl_nss.c (moved) * lib/ssl_openssl.c (moved) * lib/url.c (moved) * lib/url.h (moved) * nick.c (modified) * nick.h (modified) * protocols/Makefile (modified) * protocols/http_client.h (deleted) * protocols/jabber/jabber.c (modified) * protocols/msn/msn.c (modified) * protocols/msn/ns.c (modified) * protocols/nogaim.c (modified) * protocols/nogaim.h (modified) * protocols/oscar/oscar.c (modified) * protocols/oscar/rxhandlers.c (modified) * protocols/oscar/service.c (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.c (modified) * storage.h (modified) * storage_ldap.c (added) * storage_text.c (modified) * storage_xml.c (added) * unix.c (modified) * user.c (modified) Merging with storage-xml. It seems to be working pretty well, so ... Sun, 15 Oct 2006 09:31:13 GMT Wilmer van der Gaast [e97827b] * 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. Sun, 15 Oct 2006 09:26:06 GMT Wilmer van der Gaast [3ef6410] * root_commands.c (modified) Removed a reference to an already free()d variable from cmd_remove(). Fri, 13 Oct 2006 21:44:54 GMT Wilmer van der Gaast [695e392] * protocols/msn/passport.c (modified) Fixed some memory leaking in the MSN Passport code. Wed, 20 Sep 2006 09:34:02 GMT Wilmer van der Gaast [9544acb] * lib/rc4.c (modified) Using LGPL for generic parts, where possible. Sun, 17 Sep 2006 15:56:16 GMT Wilmer van der Gaast [51fdc45] * lib/misc.c (modified) add_cr() is not used anymore, and HTML entity handling got UTFized ... Sun, 17 Sep 2006 15:30:35 GMT Wilmer van der Gaast [8320a7a] * storage_xml.c (modified) Strings passed to xml_text aren't necessarily \0-terminated, so don't ... Fri, 25 Aug 2006 12:34:36 GMT Wilmer van der Gaast [54794b8] * protocols/msn/msn.c (modified) * protocols/msn/msn.h (modified) * protocols/msn/msn_util.c (modified) Added msn_http_encode() so it can be used in msn_buddy_list_add() ... Thu, 24 Aug 2006 22:06:52 GMT Wilmer van der Gaast [0383943] * irc.c (modified) * root_commands.c (modified) * set.c (modified) * set.h (modified) Added message on successful creation of accounts and fixed "set ... Mon, 14 Aug 2006 20:17:54 GMT Wilmer van der Gaast [9829ae0] * doc/CHANGES (modified) Added information about the new file format to CHANGES. Mon, 14 Aug 2006 19:32:43 GMT Wilmer van der Gaast [d1f8759] * lib/rc4.c (modified) Just a little typo in rc4.c Mon, 14 Aug 2006 13:25:05 GMT Wilmer van der Gaast [08cdb93] * doc/README (modified) Updated the note about encryption in the README file. Sun, 13 Aug 2006 19:15:23 GMT Wilmer van der Gaast [d5ccd83] * irc.c (modified) * protocols/nogaim.c (modified) * protocols/oscar/oscar.c (modified) * protocols/oscar/rxhandlers.c (modified) * root_commands.c (modified) * set.h (modified) * user.c (modified) Extra comments in set.h and now properly using set_getbool() instead ... Sun, 13 Aug 2006 19:08:38 GMT Wilmer van der Gaast [846cec61] * doc/user-guide/commands.xml (modified) Added help information for the web_aware setting. Fri, 04 Aug 2006 13:56:53 GMT Wilmer van der Gaast [d3a672c] * protocols/oscar/oscar.c (modified) * protocols/oscar/service.c (modified) Added a per-account web_aware setting for ICQ connections. Thu, 27 Jul 2006 19:18:33 GMT Wilmer van der Gaast [a36b030] * protocols/yahoo/yahoo.c (modified) The Yahoo! module now properly sets away states instead of away ... Thu, 27 Jul 2006 14:55:53 GMT Wilmer van der Gaast [2811940] * protocols/msn/msn_util.c (modified) * root_commands.c (modified) Copy-paste considered harmful + Fixed double handling of ... Wed, 19 Jul 2006 16:52:38 GMT Wilmer van der Gaast [0aaca60] * doc/user-guide/commands.xml (modified) * irc.c (modified) * lib/events.h (modified) * lib/http_client.h (modified) * lib/rc4.h (modified) * lib/ssl_client.h (modified) Added some (more) comments to .h files in lib/ and some minor ... Sat, 15 Jul 2006 17:26:13 GMT Wilmer van der Gaast [04026d4] * account.c (modified) * irc.c (modified) * lib/events_glib.c (modified) * lib/events_libevent.c (modified) Fixed a broken call to set_get() (CRASH), shut up a compiler warning ... Fri, 14 Jul 2006 18:27:02 GMT Wilmer van der Gaast [89a1809] * doc/user-guide/Makefile (modified) * doc/user-guide/commands.xml (modified) * doc/user-guide/help.xsl (modified) More documentation updates: Added a Scope: line for every setting ... Fri, 14 Jul 2006 18:24:59 GMT Wilmer van der Gaast [00a5270] * account.c (modified) * protocols/nogaim.c (modified) Added a per-connection auto_reconnect setting. Fri, 14 Jul 2006 09:34:56 GMT Wilmer van der Gaast [eda0270] * bitlbee.c (modified) * irc.c (modified) * protocols/msn/msn.c (modified) * sock.h (modified) Merging from main. Fri, 14 Jul 2006 09:25:48 GMT Wilmer van der Gaast [75a4b85] * doc/user-guide/commands.xml (modified) * doc/user-guide/help.xsl (modified) * protocols/jabber/jabber.c (modified) * root_commands.c (modified) Fixed a memory leak, added a check for valid Jabber handles, and ... Wed, 12 Jul 2006 08:07:47 GMT Wilmer van der Gaast [6398094] * bitlbee.c (modified) Removed #defines used to simulate systems without IPv6 support. Tue, 11 Jul 2006 09:28:44 GMT Wilmer van der Gaast [b0a33a5] * bitlbee.c (modified) * irc.c (modified) * sock.h (modified) Better handling of situations where IPv6 is not available at run- time. Sun, 09 Jul 2006 10:54:45 GMT Wilmer van der Gaast [a93e3c8] * irc.c (modified) Fixed irc_names() (forgot to add @s for user/root in the new version). Fri, 07 Jul 2006 13:34:01 GMT Jelmer Vernooij [f4aa393] * .bzrignore (modified) Ignore *.o files (removed from global ignores in bzr 0.9) Fri, 07 Jul 2006 13:33:31 GMT Jelmer Vernooij [66b9e86e] * .bzrignore (modified) * Makefile (modified) * configure (modified) * protocols/Makefile (modified) * protocols/jabber/Makefile (modified) * protocols/msn/Makefile (modified) * protocols/oscar/Makefile (modified) * protocols/yahoo/Makefile (modified) * tests/Makefile (modified) * tests/check_nick.c (modified) Add support for checking test suite coverage using gcov. Wed, 05 Jul 2006 18:34:31 GMT Wilmer van der Gaast [7e3592e] * storage.c (modified) * storage_text.c (modified) * storage_xml.c (modified) Fixed text_load(), added detection of primary storage backends ... Mon, 03 Jul 2006 21:22:45 GMT Wilmer van der Gaast [5b52a48] * account.c (modified) * account.h (modified) * bitlbee.h (modified) * irc.c (modified) * irc.h (modified) * irc_commands.c (modified) * nick.c (modified) * nick.h (modified) * protocols/jabber/jabber.c (modified) * protocols/msn/msn.c (modified) * protocols/nogaim.c (modified) * protocols/nogaim.h (modified) * protocols/oscar/oscar.c (modified) * protocols/yahoo/yahoo.c (modified) * root_commands.c (modified) * storage_text.c (modified) * storage_xml.c (modified) * user.c (modified) Implemented per-account nick lists instead of per-protocol nick ... Mon, 03 Jul 2006 21:16:35 GMT Wilmer van der Gaast [bf25fa3] * protocols/msn/msn.c (modified) Completed [167]. (Memory leak wasn't completely fixed yet.) Sun, 02 Jul 2006 23:20:27 GMT Wilmer van der Gaast [911f2eb] * account.h (modified) * protocols/msn/msn.c (modified) * protocols/msn/ns.c (modified) * root_commands.c (modified) Added display_name setting for MSN connections. (Should replace the ... Sun, 02 Jul 2006 09:49:31 GMT Wilmer van der Gaast [96863f6] * account.c (modified) * account.h (modified) * protocols/jabber/jabber.c (modified) * protocols/nogaim.h (modified) * protocols/oscar/oscar.c (modified) Added protocol-specific settings, made the server setting specific to ... Sat, 01 Jul 2006 19:17:42 GMT Wilmer van der Gaast [fef6116] * account.c (modified) * irc.c (modified) * set.h (modified) Fixed check in set_eval_account() and merging from main (better NAMES ... Sat, 01 Jul 2006 15:52:05 GMT Wilmer van der Gaast [5100caa] * account.c (modified) * account.h (modified) * lib/misc.c (modified) * lib/misc.h (modified) * lib/rc4.c (modified) * root_commands.c (modified) * set.c (modified) * set.h (modified) * storage_xml.c (modified) Added "account set" command. Fri, 30 Jun 2006 23:18:56 GMT Wilmer van der Gaast [0a3c243] * account.c (modified) * irc.c (modified) * irc_commands.c (modified) * protocols/jabber/jabber.c (modified) * protocols/msn/msn.c (modified) * protocols/nogaim.c (modified) * protocols/nogaim.h (modified) * protocols/oscar/oscar.c (modified) * protocols/yahoo/yahoo.c (modified) * root_commands.c (modified) * user.c (modified) Got rid of struct aim_user (now using account_t everywhere). Needs ... Fri, 30 Jun 2006 09:17:18 GMT Wilmer van der Gaast [5c9512f] * conf.c (modified) * irc.c (modified) * irc_commands.c (modified) * nick.c (modified) * protocols/nogaim.c (modified) * protocols/nogaim.h (modified) * query.c (modified) * root_commands.c (modified) * set.c (modified) * set.h (modified) * storage_xml.c (modified) * user.c (modified) Made set.c API more generic so it's not specific to irc_t structures ... Wed, 28 Jun 2006 14:47:05 GMT Wilmer van der Gaast [1719464] * lib/misc.c (modified) * lib/misc.h (modified) * lib/rc4.c (modified) * set.c (modified) * set.h (modified) * storage_xml.c (modified) Added random_bytes() function for better/more reliable randomization ... Wed, 28 Jun 2006 09:59:33 GMT Wilmer van der Gaast [b3c467b] * Makefile (modified) * configure (modified) * storage.c (modified) Cleaned up Makefiles + configure: Cleaning up bitlbee.pc, removed the ... Mon, 26 Jun 2006 21:50:12 GMT Wilmer van der Gaast [3f9440d] * irc.c (modified) /NAMES replies are more efficient now. Mon, 26 Jun 2006 16:50:47 GMT Wilmer van der Gaast [90bbb0e] * root_commands.c (modified) * storage_text.c (modified) * storage_xml.c (modified) Moved the call to "account on" to the right place. Mon, 26 Jun 2006 15:06:08 GMT Wilmer van der Gaast [471573f] * irc.c (modified) * irc_commands.c (modified) Merging from devel (IRC protocol compliance stuff). Mon, 26 Jun 2006 12:04:21 GMT Wilmer van der Gaast [c9f0c79] * storage_xml.c (modified) Implemented cleaner way of passing the "Incorrect password" error. Sun, 25 Jun 2006 19:55:18 GMT Wilmer van der Gaast [2f13222] * irc.c (modified) * irc_commands.c (modified) IRC protocol compliance fixes (closes: #158, #159, #160). Sun, 25 Jun 2006 19:43:14 GMT Wilmer van der Gaast [fd03770] * .bzrignore (modified) * Makefile (modified) * configure (modified) * lib/proxy.c (modified) * nick.c (modified) * protocols/msn/msn.c (modified) * protocols/nogaim.c (modified) * tests/Makefile (added) * tests/check.c (added) * tests/check_nick.c (added) * tests/check_util.c (added) * user.c (modified) Merging from devel/Jelmer. Sun, 25 Jun 2006 19:20:14 GMT Wilmer van der Gaast [9b63df6] * irc.c (modified) Why did I forget this one? *sigh* Sun, 25 Jun 2006 18:25:13 GMT Wilmer van der Gaast [6ee9d2d] * root_commands.c (modified) * storage_xml.c (modified) Forgot to initialize pass_rc4 (which caused memory management mess ... Sun, 25 Jun 2006 17:23:27 GMT Wilmer van der Gaast [88086db] * irc.c (modified) * lib/rc4.c (modified) * storage_xml.c (modified) Added versioning information to the XML-file (convenient for later ... Sun, 25 Jun 2006 17:07:25 GMT Wilmer van der Gaast [6e1fed7] * bitlbee.c (modified) * irc.c (modified) * storage_xml.c (modified) * unix.c (modified) Using salted MD5 checksums for the user's BitlBee password and salted ... Sun, 25 Jun 2006 16:40:00 GMT Wilmer van der Gaast [38cc9d4] * user.c (modified) Fixed a memory leak (u->group). Sun, 25 Jun 2006 15:16:44 GMT Wilmer van der Gaast [4b1a75a] * protocols/proxy.c (modified) Disabling call to sethostent() because it causes major problems on ... Sun, 25 Jun 2006 14:07:01 GMT Wilmer van der Gaast [7ed3199] * lib/Makefile (modified) * lib/base64.c (added) * lib/base64.h (added) * lib/misc.c (modified) * lib/misc.h (modified) * lib/proxy.c (modified) * lib/rc4.c (modified) * lib/rc4.h (modified) * protocols/yahoo/libyahoo2.c (modified) Moved Base64-related functions to a separate file and added decode ... Sun, 25 Jun 2006 12:17:39 GMT Wilmer van der Gaast [125b35d] * .bzrignore (modified) * Makefile (modified) * irc_commands.c (modified) * nick.c (modified) * tests/Makefile (added) * tests/check.c (added) * tests/check_nick.c (added) * tests/check_util.c (added) Merging from Jelmer (this adds some basic unit testing code). Sun, 25 Jun 2006 12:15:42 GMT Wilmer van der Gaast [df1694b] * Makefile (modified) * bitlbee.h (modified) * conf.c (modified) * configure (modified) * irc_commands.c (modified) * lib/Makefile (added) * lib/events.h (moved) * lib/events_glib.c (moved) * lib/events_libevent.c (moved) * lib/http_client.c (moved) * lib/http_client.h (moved) * lib/ini.c (moved) * lib/ini.h (moved) * lib/md5.c (moved) * lib/md5.h (moved) * lib/misc.c (moved) * lib/misc.h (moved) * lib/proxy.c (moved) * lib/proxy.h (moved) * lib/rc4.c (added) * lib/rc4.h (added) * lib/sha.c (moved) * lib/sha.h (moved) * lib/ssl_bogus.c (moved) * lib/ssl_client.h (moved) * lib/ssl_gnutls.c (moved) * lib/ssl_nss.c (moved) * lib/ssl_openssl.c (moved) * lib/url.c (moved) * lib/url.h (moved) * protocols/Makefile (modified) Moving all generic files to lib/ instead of having some in / and some ... Fri, 23 Jun 2006 18:15:28 GMT Wilmer van der Gaast [812a413] * protocols/yahoo/libyahoo2.c (modified) * util.c (modified) * util.h (modified) Added saner base64 encoding function (actually, moved the one from ... Wed, 21 Jun 2006 17:14:49 GMT Wilmer van der Gaast [00ab350] * conf.c (modified) * storage_xml.c (modified) Fixed GError memory leak, correctly setting the migrate_storage default. Wed, 21 Jun 2006 16:56:16 GMT Wilmer van der Gaast [59f5c42a] * protocols/msn/msn.c (modified) Fixed md->grouplist memory leak. Wed, 21 Jun 2006 16:34:33 GMT Wilmer van der Gaast [b72caac] * bitlbee.c (modified) * bitlbee.h (modified) * configure (modified) * ipc.c (modified) * ipc.h (modified) * irc.c (modified) * irc.h (modified) * protocols/Makefile (modified) * protocols/events.h (added) * protocols/events_glib.c (added) * protocols/events_libevent.c (added) * protocols/http_client.c (modified) * protocols/jabber/jabber.c (modified) * protocols/msn/msn.h (modified) * protocols/msn/ns.c (modified) * protocols/msn/sb.c (modified) * protocols/nogaim.c (modified) * protocols/nogaim.h (modified) * protocols/oscar/oscar.c (modified) * protocols/proxy.c (modified) * protocols/proxy.h (modified) * protocols/ssl_bogus.c (modified) * protocols/ssl_client.h (modified) * protocols/ssl_gnutls.c (modified) * protocols/ssl_nss.c (modified) * protocols/ssl_openssl.c (modified) * protocols/yahoo/yahoo.c (modified) * sock.h (modified) * unix.c (modified) * user.c (modified) Merging libevent branch: Events can now be handles by both glib and ... Tue, 20 Jun 2006 22:14:46 GMT Wilmer van der Gaast [2b14eef] * account.c (modified) * account.h (modified) * root_commands.c (modified) * storage_xml.c (modified) Implemented handling of autoconnect attribute. Tue, 20 Jun 2006 22:05:04 GMT Wilmer van der Gaast [9b46b64] * storage_xml.c (modified) Fixed error message for unknown protocols. Tue, 20 Jun 2006 21:48:28 GMT Wilmer van der Gaast [ece2cd2] * storage_xml.c (modified) xml_save() now stores the password's md5sum too. Kind of ... important.. Tue, 20 Jun 2006 21:37:16 GMT Wilmer van der Gaast [2befb95] * conf.c (modified) Added migration storage defaults. Tue, 20 Jun 2006 21:36:53 GMT Wilmer van der Gaast [84e9cea] * storage_xml.c (modified) Added xml_remove() and xml_check_pass(). Mon, 19 Jun 2006 11:52:34 GMT Wilmer van der Gaast [d028a77] * storage_xml.c (modified) Better detection of incorrect MD5 password hashes. Sun, 18 Jun 2006 23:07:28 GMT Wilmer van der Gaast [d28f3b35] * storage_xml.c (modified) Now saving the password's md5sum instead of the plaintext version. Sat, 17 Jun 2006 11:39:17 GMT Wilmer van der Gaast [10efa91] * configure (modified) Fixed bug in LDAP Makefile generation. Fri, 16 Jun 2006 12:07:51 GMT Jelmer Vernooij [1fc2958] * nick.c (modified) * tests/Makefile (modified) * tests/check.c (modified) * tests/check_nick.c (added) * tests/check_util.c (modified) Add checks for nick functions as well, fix bug where nick lengths ... Fri, 16 Jun 2006 11:48:52 GMT Jelmer Vernooij [c2fa827] * .bzrignore (modified) * Makefile (modified) * tests/Makefile (added) * tests/check.c (added) * tests/check_util.c (added) Add unit testing infrastructure. Fri, 16 Jun 2006 11:26:51 GMT Jelmer Vernooij [07e46c9] * bitlbee.c (modified) * ipc.c (modified) * irc.c (modified) * irc.h (modified) * irc_commands.c (modified) * root_commands.c (modified) * storage_text.c (modified) [merge] upstream Thu, 15 Jun 2006 12:46:31 GMT Wilmer van der Gaast [5898ef8] * bitlbee.c (modified) * ipc.c (modified) * irc.c (modified) * irc.h (modified) * irc_commands.c (modified) * protocols/msn/msn.c (modified) * root_commands.c (modified) * storage_text.c (modified) * storage_xml.c (modified) xml_save(), decent error handling and merging fixed autosaving. Thu, 15 Jun 2006 12:37:05 GMT Wilmer van der Gaast [3af70b0] * ipc.c (modified) * irc.c (modified) * irc_commands.c (modified) * root_commands.c (modified) !x&y == (!x)&y, not !(x&y). Thu, 15 Jun 2006 12:22:17 GMT Wilmer van der Gaast [79e826a] * bitlbee.c (modified) * ipc.c (modified) * irc.c (modified) * irc.h (modified) * irc_commands.c (modified) * root_commands.c (modified) * storage_text.c (modified) Converted irc->status to binary flags. (This also fixes auto-save-on- ... Wed, 14 Jun 2006 20:30:25 GMT Wilmer van der Gaast [c121f89] * Makefile (modified) * conf.c (modified) * root_commands.c (modified) * storage.c (modified) * storage.h (modified) * storage_xml.c (modified) xml_load() works pretty well now. Mon, 12 Jun 2006 22:24:04 GMT Jelmer Vernooij [b4e4b95] * irc_commands.c (modified) Remove unused variable. Mon, 12 Jun 2006 06:58:20 GMT Wilmer van der Gaast [5a5c926] * protocols/msn/msn.c (modified) Fixed a (very rare, AFAIK) NULL-pointer dereference. Wed, 07 Jun 2006 13:36:19 GMT Wilmer van der Gaast [85e9644] * Makefile (modified) * configure (modified) * doc/bitlbee.schema (added) * irc.c (modified) * protocols/nogaim.c (modified) * protocols/nogaim.h (modified) * storage.c (modified) * storage_ldap.c (added) Merging Jelmer's storage tree (with LDAP support). Wed, 07 Jun 2006 11:25:46 GMT Wilmer van der Gaast [a312b6b] * account.c (modified) * storage_xml.c (added) Added storage_xml.c Sat, 03 Jun 2006 21:08:58 GMT Jelmer Vernooij [0025b51] * doc/bitlbee.schema (modified) Use unique OID's and include BitlBee's OID (25873) Sat, 03 Jun 2006 20:52:40 GMT Jelmer Vernooij [5973412] * configure (modified) Try to detect -lldap Sat, 03 Jun 2006 20:20:43 GMT Jelmer Vernooij [9779c18] * account.c (modified) * bitlbee.c (modified) * bitlbee.h (modified) * conf.c (modified) * configure (modified) * doc/README (modified) * doc/bitlbee.8 (modified) * doc/bitlbee.xinetd (modified) * doc/user-guide/commands.xml (modified) * ipc.c (modified) * ipc.h (modified) * irc.c (modified) * irc.h (modified) * irc_commands.c (modified) * log.h (modified) * protocols/http_client.c (modified) * protocols/http_client.h (modified) * protocols/jabber/jabber.c (modified) * protocols/jabber/xmlparse.c (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/msn/tables.c (modified) * protocols/nogaim.c (modified) * protocols/nogaim.h (modified) * protocols/oscar/aim.h (modified) * protocols/oscar/chat.c (modified) * protocols/oscar/im.c (modified) * protocols/oscar/oscar.c (modified) * protocols/oscar/oscar_util.c (modified) * protocols/oscar/service.c (modified) * protocols/ssl_nss.c (modified) * protocols/yahoo/yahoo.c (modified) * query.c (modified) * root_commands.c (modified) * set.c (modified) * user.c (modified) * util.c (modified) * util.h (added) * utils/bitlbeed.c (modified) [merge] Wilmer Sat, 03 Jun 2006 19:51:16 GMT Wilmer van der Gaast [fb62f81f] * irc.c (modified) * protocols/nogaim.c (modified) * protocols/nogaim.h (modified) Implemented netsplits for "account off". Fri, 02 Jun 2006 19:01:34 GMT Wilmer van der Gaast [df417ca] * irc_commands.c (modified) Merge from main. Sun, 28 May 2006 23:21:42 GMT Wilmer van der Gaast [c38e965] * irc_commands.c (modified) Removed a message that only applied to the MSN module that got ...