aboutsummaryrefslogtreecommitdiffstats
path: root/storage.c
Commit message (Collapse)AuthorAgeLines
* Completely reviewed all uses of irc->password, irc_setpass() andWilmer van der Gaast2008-09-06-9/+31
| | | | | | USTATUS_IDENTIFIED after another account overwriting vulnerability was found by Tero Marttila.
* Fixed text_load(), added detection of primary storage backends withoutWilmer van der Gaast2006-07-05-1/+1
| | | | | | save support (which shouldn't be allowed) and added a call to nick_lc() to xml_save() so at least nicks should now be case-insensitive.
* Cleaned up Makefiles + configure: Cleaning up bitlbee.pc, removed the secondWilmer van der Gaast2006-06-28-1/+1
| | | | | | | | piece of libevent probing code that mysteriously appeared (?), better handling of storage backends, an SSL module is now always included (so BitlBee can be compiled again when building without MSN- and Jabber-support (http_client also depends on SSL libs and can't be disabled)), oh, and fixed a compiler warning.
* xml_load() works pretty well now.Wilmer van der Gaast2006-06-14-3/+6
|
* Add initial draft of BitlBee schemaJelmer Vernooij2005-12-21-0/+2
|
* Add support for 'primary' and 'migrate' account storages.Jelmer Vernooij2005-12-14-6/+108
| | | | | | Fix two bugs in the text storage backend that were introduced by my previous changes.
* Use helper functions rather then the backends directly. This will be Jelmer Vernooij2005-12-10-0/+25
| | | | | used for transparent upgrade support later on.
* Add abstraction layer for storageJelmer Vernooij2005-12-08-0/+58