aboutsummaryrefslogtreecommitdiffstats
path: root/bitlbee.h
Commit message (Collapse)AuthorAgeLines
...
| * | | Fix undefined references.Jelmer Vernooij2008-06-10-0/+2
| | | |
| * | | Merge integration branch.Jelmer Vernooij2008-06-09-0/+2
| |\ \ \ | |/ / / |/| | |
| * | | Merge removal of access().Jelmer Vernooij2008-04-02-4/+0
| |\ \ \
| * \ \ \ Merge trunk.Jelmer Vernooij2008-04-02-18/+47
| |\ \ \ \
| * \ \ \ \ [merge] WilmerJelmer Vernooij2006-05-25-5/+2
| |\ \ \ \ \
| * \ \ \ \ \ [merge] WilmerJelmer Vernooij2006-03-01-3/+5
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge WilmerJelmer Vernooij2006-01-10-0/+1
| |\ \ \ \ \ \ \
| * | | | | | | | Fix win32 build using mingw32 on linux (no ssl and yahoo yet though)Jelmer Vernooij2005-12-17-5/+2
| | | | | | | | |
* | | | | | | | | Merge trunk.Jelmer Vernooij2008-05-21-0/+2
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
| * | | | | | | | Changed root nicknames are now saved. (Bug #378)Wilmer van der Gaast2008-04-05-0/+2
| | |_|_|_|/ / / | |/| | | | | |
* / | | | | | | Use GLib functions to check whether files exist, for extra portability.Jelmer Vernooij2008-04-02-4/+0
|/ / / / / / /
* | | | | | | No idea what's holding back 1.2 anymore so at least I'll make sure bitlbee.h ↵Wilmer van der Gaast2008-03-16-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | is correct. Also updated the changelog. Just remembered 1 or 2 things left to do before 1.2, maybe do them tomorrow?
* | | | | | | Fixed issues with "long" URLs in url.c. Reusing code from 2001 wasn't aWilmer van der Gaast2008-03-15-1/+1
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | good idea...
* | | | | | Got rid of some noise at startup: complaining when the default configurationWilmer van der Gaast2008-02-11-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | file couldn't be found while the user specified an alternative location with the -c option, and double complaints about /var/lib/bitlbee/ permissions.
* | | | | | Added bogus G_GNUC_MALLOC to restore GLib 2.4 compatibility (hopefully).Wilmer van der Gaast2008-02-04-0/+6
| |_|_|_|/ |/| | | |
* | | | | 1.1.1dev (Although the CHANGES change isn't in there).1.1.1Wilmer van der Gaast2007-11-24-1/+1
| | | | |
* | | | | Added the right version tag.Wilmer van der Gaast2007-02-18-1/+1
| | | | |
* | | | | Implemented per-account nick lists instead of per-protocol nick lists.Wilmer van der Gaast2006-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 inWilmer van der Gaast2006-06-25-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | protocols/, and adding RC4 code.
* | | | | Moved everything to the BitlBee event handling API.Wilmer van der Gaast2006-05-10-5/+8
| | | | |
* | | | | Some extra #defines in bitlbee.h to prevent the use of some GLib functions.Wilmer van der Gaast2006-05-09-9/+24
| | | | |
* | | | | Got rid of all GLib GIOChannel-related calls outside proxy.cWilmer van der Gaast2006-05-07-2/+3
| |_|_|/ |/| | |
* | | | 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