# # ChangeLog for storage_xml.c # # Generated by Trac 1.2.3 # 2024-03-28T08:16:38Z 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 ... 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. 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: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. 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. 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. Wed, 07 Jun 2006 11:25:46 GMT Wilmer van der Gaast [a312b6b] * account.c (modified) * storage_xml.c (added) Added storage_xml.c