Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Fixed text_load(), added detection of primary storage backends without | Wilmer van der Gaast | 2006-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 second | Wilmer van der Gaast | 2006-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 Gaast | 2006-06-14 | -3/+6 |
| | ||||
* | Add initial draft of BitlBee schema | Jelmer Vernooij | 2005-12-21 | -0/+2 |
| | ||||
* | Add support for 'primary' and 'migrate' account storages. | Jelmer Vernooij | 2005-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 Vernooij | 2005-12-10 | -0/+25 |
| | | | | | used for transparent upgrade support later on. | |||
* | Add abstraction layer for storage | Jelmer Vernooij | 2005-12-08 | -0/+58 |