Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Remove storage_rename() which was never tested/used, and current /NICK support | Wilmer van der Gaast | 2012-06-08 | -43/+0 |
| | | | | | should be sufficient. | |||
* | Load/save code. It'd be better if the OTR module would just save its info | Wilmer van der Gaast | 2010-09-01 | -0/+29 |
| | | | | | | in BitlBee settings that automatically end up in the existing .xml files (or whatever storage is used), but I realise this is non-trivial. | |||
* | Pluginify this thing a little bit. Not so much in the dynamically loadable | Wilmer van der Gaast | 2010-09-01 | -14/+5 |
| | | | | | sense of the word, more in a way that core files don't have to include otr.h. | |||
* | First step in this merge. Mostly a bzr merge and then a cleanup of conflicts | Wilmer van der Gaast | 2010-08-24 | -5/+14 |
|\ | | | | | | | | | and parts I want to/have to redo (because of ui-fix). | |||
| * | pretty blind try at merging in the latest trunk | Sven Moritz Hallberg | 2009-03-12 | -1/+0 |
| |\ | ||||
| * | | commit updates by ashish shukla <wahjava@gmail.com> | Sven Moritz Hallberg | 2009-03-12 | -9/+28 |
| | | | ||||
| * | | OTR support, first checkin | Sven Moritz Hallberg | 2008-02-03 | -4/+17 |
| | | | ||||
* | | | Now seems like a pretty good time to finally kill crypting.c and storage_text. | Wilmer van der Gaast | 2010-03-24 | -2/+0 |
| |/ |/| | | | | | | | | | | | | | This means people won't be able to upgrade from BitlBee 1.0 to this version anymore but only via 1.2. 1.0 is old enough that I don't really expect this to be a problem. | |||
* | | Completely reviewed all uses of irc->password, irc_setpass() and | Wilmer van der Gaast | 2008-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 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 |