Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Implemented per-account nick lists instead of per-protocol nick lists. | Wilmer van der Gaast | 2006-07-03 | -0/+1 |
| | | | | | | | | | | nick_t is dead, instead nicks are just saves in a per-account_t GLib hash table. While doing this, the import_buddies command finally died and text_save() disappeared, because the old file format can't handle most of the new features in this branch anyway. Still have to implement support for the new nick lists in text_load()! | |||
* | Moving all generic files to lib/ instead of having some in / and some in | Wilmer van der Gaast | 2006-06-25 | -1/+1 |
| | | | | | protocols/, and adding RC4 code. | |||
* | Moved everything to the BitlBee event handling API. | Wilmer van der Gaast | 2006-05-10 | -5/+8 |
| | ||||
* | Some extra #defines in bitlbee.h to prevent the use of some GLib functions. | Wilmer van der Gaast | 2006-05-09 | -9/+24 |
| | ||||
* | Got rid of all GLib GIOChannel-related calls outside proxy.c | Wilmer van der Gaast | 2006-05-07 | -2/+3 |
| | ||||
* | Finished the iconv() fix. Instead of doing it every time something goes from | Wilmer van der Gaast | 2006-03-31 | -4/+1 |
| | | | | | | | or to the IM-modules, it's now just done with everything that goes between BitlBee and the user. Incomparably more efficient/reliable. Plus some more cleanups. It compiles, can't test it for real yet. ;-) | |||
* | Install bitlbee's header files and a pkg-config file. This means | Jelmer Vernooij | 2006-03-02 | -1/+1 |
| | | | | | that 3rd-parties can write support for additional protocols in BitlBee. | |||
* | Added RESTART command (only for ForkDaemon mode) for easier upgrades. | Wilmer van der Gaast | 2006-01-21 | -0/+1 |
| | ||||
* | Renamed commands.c, got rid of return values in all command functions. | Wilmer van der Gaast | 2006-01-20 | -2/+2 |
| | ||||
* | IPC code (by no means final) | Wilmer van der Gaast | 2006-01-13 | -1/+2 |
| | ||||
* | Added OperPassword and RunMode = ForkDaemon settings. Oper stuff is | Wilmer van der Gaast | 2005-12-26 | -0/+1 |
| | | | | | *INSECURE* because users can just do /mode +o to become operator. | |||
* | More work on the storage abstraction layer from Jelmer. | Wilmer van der Gaast | 2005-12-14 | -1/+1 |
|\ | ||||
| * | Add support for 'primary' and 'migrate' account storages. | Jelmer Vernooij | 2005-12-14 | -1/+1 |
| | | | | | | | | | | | | Fix two bugs in the text storage backend that were introduced by my previous changes. | |||
* | | Boo! | Wilmer van der Gaast | 2005-12-13 | -1/+1 |
|/ | ||||
* | Add abstraction layer for storage | Jelmer Vernooij | 2005-12-08 | -2/+2 |
| | ||||
* | bitlbee.h for 1.0! \o/ | Wilmer van der Gaast | 2005-12-04 | -1/+1 |
| | ||||
* | Add HAVE_CONFIG_H define so other platforms can build without config.h | Jelmer Vernooij | 2005-11-28 | -0/+2 |
| | ||||
* | Accidentally used ^A instead of ^B for bold tags in the topic. | Wilmer van der Gaast | 2005-11-25 | -1/+1 |
| | ||||
* | There were some evil non-printable characters in CONTROL_TOPIC :-) | Wilmer van der Gaast | 2005-11-21 | -1/+1 |
| | ||||
* | BITLBEE_VERSION was still set to 0.99 | Wilmer van der Gaast | 2005-11-21 | -1/+1 |
| | ||||
* | Renamed #bitlbee to &bitlbee to avoid confusion with the channel on OFTC | Wilmer van der Gaast | 2005-11-18 | -1/+1 |
| | ||||
* | Got rid of some debugging code we tried to use to track the 100% CPU bug. | Wilmer van der Gaast | 2005-11-07 | -1/+0 |
| | | | | | Turned out it was very suitable DoS code. :-) | |||
* | Initial repository (0.99 release tree)0.99 | Wilmer van der Gaast | 2005-11-06 | -0/+138 |