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 | -359/+0 |
| | | | | | untying the IRC and the core parts a little bit. Lots of work left to do. | |||
* | Added nick_source account setting to allow using full name fields for | Wilmer van der Gaast | 2010-03-13 | -0/+2 |
| | | | | | generating nicknames instead of just the handle. | |||
* | Added global and per-account settings "away" and "status" so the user can | Wilmer van der Gaast | 2010-03-07 | -3/+27 |
| | | | | | set these things individually. | |||
* | Don't include chat.h from bitlbee.h. make install-dev doesn't install | Wilmer van der Gaast | 2009-10-22 | -0/+1 |
| | | | | | | chat.h and it shouldn't ... but things broke because bitlbee.h includes it. Fixes #534. | |||
* | Fixed ugly looping bug in chatroom list cleanup code. | Wilmer van der Gaast | 2008-09-01 | -3/+3 |
| | ||||
* | Added cleanup code. | Wilmer van der Gaast | 2008-08-31 | -0/+8 |
| | ||||
* | Clearer feedback after set/account set commands. | Wilmer van der Gaast | 2008-08-24 | -1/+1 |
| | ||||
* | Added SET_INVALID, which set evaluators should now return instead of NULL | Wilmer van der Gaast | 2008-08-24 | -13/+18 |
| | | | | | | | 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. | |||
* | Better handling of NULLs passed to set_eval_account(). Still confusing | Wilmer van der Gaast | 2008-08-19 | -14/+18 |
| | | | | | though, set_reset() is broken for variables that can actually be NULL. | |||
* | Added ceiling to auto-reconnect delay, changed the default to 5*3<900 and | Wilmer van der Gaast | 2008-08-10 | -17/+61 |
| | | | | | added documentation. | |||
* | Simple exponential backoff code. Have to add a maximum delay setting, | Wilmer van der Gaast | 2008-08-06 | -0/+36 |
| | | | | | | something like 5*5<300: 5s, multiply by 5 on each failure, but stop increasing once we hit 5m. | |||
* | Reordered irc_free() a little bit, hoping that this will fix a crash-on-quit | Wilmer van der Gaast | 2008-04-02 | -7/+5 |
| | | | | | bug I can't figure out. The previous order wasn't optimal. | |||
* | Killed the <server> parameter to "account add" and changed the default | Wilmer van der Gaast | 2007-12-12 | -1/+6 |
| | | | | | | | server for OSCAR to what both login.icq.com and login.oscar.aol.com resolve to these days. There's no need to specify a server anymore so why bother. And cleaned up the docs (removed all references to those OSCAR servers). | |||
* | No auto reconnect when the user does "account off" (in fact this auto | Wilmer van der Gaast | 2007-04-20 | -1/+1 |
| | | | | | reconnect gets cancelled immediately, but the message is confusing). | |||
* | Cleaned up struct im_connection. No more username/password stuff since | Wilmer van der Gaast | 2007-04-15 | -2/+1 |
| | | | | | it's in acc too. wants_to_die is now an argument to imc_logout(). | |||
* | More cleanups, mainly in the callbacks. Replaced things like | Wilmer van der Gaast | 2007-04-05 | -1/+1 |
| | | | | | | | | do_error_dialog() and (set|hide)_login_progress(_error)?() with things that hopefully make more sense. Although it's still not really great... | |||
* | s/gaim_connection/im_connection/ and some other minor API changes. The rest | Wilmer van der Gaast | 2007-03-30 | -8/+8 |
| | | | | | | will come tomorrow. It compiles, I'll leave the real testing up to someone else. ;-) | |||
* | Fixed a broken call to set_get() (CRASH), shut up a compiler warning in | Wilmer van der Gaast | 2006-07-15 | -1/+1 |
| | | | | | events_glib and now using the right evaluator for acc->"auto_reconnect". | |||
* | Added a per-connection auto_reconnect setting. | Wilmer van der Gaast | 2006-07-14 | -0/+2 |
| | ||||
* | Implemented per-account nick lists instead of per-protocol nick lists. | Wilmer van der Gaast | 2006-07-03 | -1/+5 |
| | | | | | | | | | | 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 protocol-specific settings, made the server setting specific to only | Wilmer van der Gaast | 2006-07-02 | -6/+6 |
| | | | | | OSCAR and Jabber. | |||
* | Fixed check in set_eval_account() and merging from main (better NAMES replies). | Wilmer van der Gaast | 2006-07-01 | -1/+1 |
|\ | ||||
* | | Added "account set" command. | Wilmer van der Gaast | 2006-07-01 | -0/+60 |
| | | ||||
* | | Got rid of struct aim_user (now using account_t everywhere). Needs some more | Wilmer van der Gaast | 2006-07-01 | -12/+1 |
| | | | | | | | | | | testing though. | |||
* | | Implemented handling of autoconnect attribute. | Wilmer van der Gaast | 2006-06-21 | -0/+1 |
| | | ||||
* | | Added storage_xml.c | Wilmer van der Gaast | 2006-06-07 | -1/+1 |
|/ | ||||
* | Misc. things (mainly code cleanup, better quoting for root commands) | Wilmer van der Gaast | 2006-04-25 | -1/+2 |
|\ | ||||
| * | Removed account_offline(), we have signoff() already. | Wilmer van der Gaast | 2006-04-13 | -1/+2 |
| | | ||||
* | | Added $proto($handle) account matching to account_get(). | Wilmer van der Gaast | 2006-04-08 | -0/+26 |
|/ | ||||
* | Remove statement that couldn't be executed anyway | Jelmer Vernooij | 2005-12-14 | -6/+0 |
| | ||||
* | Migrate my pluginable branch to use Wilmers' branch as parent | Jelmer Vernooij | 2005-11-07 | -7/+7 |
| | ||||
* | Initial repository (0.99 release tree)0.99 | Wilmer van der Gaast | 2005-11-06 | -0/+156 |