# # ChangeLog for storage.c # # Generated by Trac 1.2.3 # 2024-04-20T08:03:12Z Sun, 03 Feb 2008 21:30:03 GMT Sven Moritz Hallberg [764c7d1] * Makefile (modified) * bitlbee.c (modified) * bitlbee.h (modified) * configure (modified) * irc.c (modified) * irc.h (modified) * log.c (modified) * log.h (modified) * otr.c (added) * otr.h (added) * protocols/nogaim.c (modified) * root_commands.c (modified) * storage.c (modified) * unix.c (modified) * user.c (modified) * user.h (modified) OTR support, first checkin 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 ... 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 ... 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, 21 Dec 2005 12:13:10 GMT Jelmer Vernooij [d9d36fc] * doc/bitlbee.schema (added) * storage.c (modified) Add initial draft of BitlBee schema Tue, 13 Dec 2005 23:05:27 GMT Jelmer Vernooij [b73ac9c] * bitlbee.h (modified) * commands.c (modified) * conf.c (modified) * conf.h (modified) * irc.c (modified) * storage.c (modified) * storage.h (modified) * storage_text.c (modified) * unix.c (modified) Add support for 'primary' and 'migrate' account storages. Fix two ... Sat, 10 Dec 2005 14:50:49 GMT Jelmer Vernooij [ab49fdc] * commands.c (modified) * irc.c (modified) * storage.c (modified) * storage.h (modified) Use helper functions rather then the backends directly. This will be ... Thu, 08 Dec 2005 13:41:53 GMT Jelmer Vernooij [1ee6c18] * Makefile (modified) * bitlbee.c (modified) * bitlbee.h (modified) * commands.c (modified) * conf.c (modified) * conf.h (modified) * crypting.c (modified) * crypting.h (modified) * irc.c (modified) * storage.c (added) * storage.h (added) * storage_text.c (added) * unix.c (modified) Add abstraction layer for storage