Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | One total mess that doesn't do much yet, but reorganised some stuff and | Wilmer van der Gaast | 2010-03-26 | -231/+0 |
| | | | | | untying the IRC and the core parts a little bit. Lots of work left to do. | |||
* | Added imcb_ask_auth() instead of reimplementing authorization requests | Wilmer van der Gaast | 2009-10-10 | -1/+1 |
| | | | | | in every protocol module. | |||
* | Fixed a memory management problem that caused some strange nickname issues. | Wilmer van der Gaast | 2007-06-14 | -0/+1 |
| | ||||
* | s/gaim_connection/im_connection/ and some other minor API changes. The rest | Wilmer van der Gaast | 2007-03-30 | -6/+6 |
| | | | | | | will come tomorrow. It compiles, I'll leave the real testing up to someone else. ;-) | |||
* | Extra comments in set.h and now properly using set_getbool() instead of | Wilmer van der Gaast | 2006-08-13 | -1/+1 |
| | | | | | set_getint(). | |||
* | Implemented per-account nick lists instead of per-protocol nick lists. | Wilmer van der Gaast | 2006-07-03 | -10/+16 |
| | | | | | | | | | | 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()! | |||
* | Got rid of struct aim_user (now using account_t everywhere). Needs some more | Wilmer van der Gaast | 2006-07-01 | -1/+1 |
| | | | | | testing though. | |||
* | Made set.c API more generic so it's not specific to irc_t structures anymore, | Wilmer van der Gaast | 2006-06-30 | -1/+1 |
| | | | | | but can be used for account_t structures too, for example. | |||
* | Fixed a memory leak (u->group). | Wilmer van der Gaast | 2006-06-25 | -3/+4 |
| | ||||
* | Merging from main development tree. | Wilmer van der Gaast | 2006-05-26 | -2/+2 |
|\ | ||||
| * | Fixed a string handling mistake and better stripping of servernames used | Wilmer van der Gaast | 2006-05-20 | -2/+2 |
| | | | | | | | | | | in user_t structures. | |||
* | | Moved everything to the BitlBee event handling API. | Wilmer van der Gaast | 2006-05-10 | -1/+1 |
|/ | ||||
* | Remove handle_cmp() replacing it by a protocol-specific function. | Jelmer Vernooij | 2005-11-15 | -1/+1 |
| | ||||
* | Initial repository (0.99 release tree)0.99 | Wilmer van der Gaast | 2005-11-06 | -0/+223 |