aboutsummaryrefslogtreecommitdiffstats
path: root/bitlbee.h
Commit message (Collapse)AuthorAgeLines
...
* | | | Finished the iconv() fix. Instead of doing it every time something goes fromWilmer van der Gaast2006-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 Vernooij2006-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 Gaast2006-01-21-0/+1
| | |
* | | Renamed commands.c, got rid of return values in all command functions.Wilmer van der Gaast2006-01-20-2/+2
| | |
* | | IPC code (by no means final)Wilmer van der Gaast2006-01-13-1/+2
| |/ |/|
* | Added OperPassword and RunMode = ForkDaemon settings. Oper stuff isWilmer van der Gaast2005-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 Gaast2005-12-14-1/+1
|\
| * Add support for 'primary' and 'migrate' account storages.Jelmer Vernooij2005-12-14-1/+1
| | | | | | | | | | | | Fix two bugs in the text storage backend that were introduced by my previous changes.
* | Boo!Wilmer van der Gaast2005-12-13-1/+1
|/
* Add abstraction layer for storageJelmer Vernooij2005-12-08-2/+2
|
* bitlbee.h for 1.0! \o/Wilmer van der Gaast2005-12-04-1/+1
|
* Add HAVE_CONFIG_H define so other platforms can build without config.hJelmer Vernooij2005-11-28-0/+2
|
* Accidentally used ^A instead of ^B for bold tags in the topic.Wilmer van der Gaast2005-11-25-1/+1
|
* There were some evil non-printable characters in CONTROL_TOPIC :-)Wilmer van der Gaast2005-11-21-1/+1
|
* BITLBEE_VERSION was still set to 0.99Wilmer van der Gaast2005-11-21-1/+1
|
* Renamed #bitlbee to &bitlbee to avoid confusion with the channel on OFTCWilmer van der Gaast2005-11-18-1/+1
|
* Got rid of some debugging code we tried to use to track the 100% CPU bug.Wilmer van der Gaast2005-11-07-1/+0
| | | | | Turned out it was very suitable DoS code. :-)
* Initial repository (0.99 release tree)0.99Wilmer van der Gaast2005-11-06-0/+138