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 | -72/+0 |
| | | | | | untying the IRC and the core parts a little bit. Lots of work left to do. | |||
* | Preparing for per-account status/away messages. Convert some #defines in | Wilmer van der Gaast | 2010-03-06 | -3/+13 |
| | | | | | account.h to an enum while I'm at it. | |||
* | Added SET_INVALID, which set evaluators should now return instead of NULL | Wilmer van der Gaast | 2008-08-24 | -3/+3 |
| | | | | | | | when the given value is not accepted. This to allow certain variables actually be set to NULL (server, for example). This should fully close #444. | |||
* | Simple exponential backoff code. Have to add a maximum delay setting, | Wilmer van der Gaast | 2008-08-06 | -0/+3 |
| | | | | | | something like 5*5<300: 5s, multiply by 5 on each failure, but stop increasing once we hit 5m. | |||
* | s/gaim_connection/im_connection/ and some other minor API changes. The rest | Wilmer van der Gaast | 2007-03-30 | -1/+1 |
| | | | | | | will come tomorrow. It compiles, I'll leave the real testing up to someone else. ;-) | |||
* | 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()! | |||
* | Added display_name setting for MSN connections. (Should replace the nick | Wilmer van der Gaast | 2006-07-03 | -0/+1 |
| | | | | | command later.) | |||
* | Added protocol-specific settings, made the server setting specific to only | Wilmer van der Gaast | 2006-07-02 | -0/+2 |
| | | | | | OSCAR and Jabber. | |||
* | Added "account set" command. | Wilmer van der Gaast | 2006-07-01 | -0/+5 |
| | ||||
* | Implemented handling of autoconnect attribute. | Wilmer van der Gaast | 2006-06-21 | -0/+1 |
| | ||||
* | Migrate my pluginable branch to use Wilmers' branch as parent | Jelmer Vernooij | 2005-11-07 | -2/+2 |
| | ||||
* | Initial repository (0.99 release tree)0.99 | Wilmer van der Gaast | 2005-11-06 | -0/+49 |