aboutsummaryrefslogtreecommitdiffstats
path: root/account.c
Commit message (Collapse)AuthorAgeLines
* Added nick_source account setting to allow using full name fields forWilmer van der Gaast2010-03-13-0/+2
| | | | | generating nicknames instead of just the handle.
* Added global and per-account settings "away" and "status" so the user canWilmer van der Gaast2010-03-07-3/+27
| | | | | set these things individually.
* Don't include chat.h from bitlbee.h. make install-dev doesn't installWilmer van der Gaast2009-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 Gaast2008-09-01-3/+3
|
* Added cleanup code.Wilmer van der Gaast2008-08-31-0/+8
|
* Clearer feedback after set/account set commands.Wilmer van der Gaast2008-08-24-1/+1
|
* Added SET_INVALID, which set evaluators should now return instead of NULLWilmer van der Gaast2008-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 confusingWilmer van der Gaast2008-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 andWilmer van der Gaast2008-08-10-17/+61
| | | | | added documentation.
* Simple exponential backoff code. Have to add a maximum delay setting,Wilmer van der Gaast2008-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-quitWilmer van der Gaast2008-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 defaultWilmer van der Gaast2007-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 autoWilmer van der Gaast2007-04-20-1/+1
| | | | | reconnect gets cancelled immediately, but the message is confusing).
* Cleaned up struct im_connection. No more username/password stuff sinceWilmer van der Gaast2007-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 likeWilmer van der Gaast2007-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 restWilmer van der Gaast2007-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 inWilmer van der Gaast2006-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 Gaast2006-07-14-0/+2
|
* Implemented per-account nick lists instead of per-protocol nick lists.Wilmer van der Gaast2006-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 onlyWilmer van der Gaast2006-07-02-6/+6
| | | | | OSCAR and Jabber.
* Fixed check in set_eval_account() and merging from main (better NAMES replies).Wilmer van der Gaast2006-07-01-1/+1
|\
* | Added "account set" command.Wilmer van der Gaast2006-07-01-0/+60
| |
* | Got rid of struct aim_user (now using account_t everywhere). Needs some moreWilmer van der Gaast2006-07-01-12/+1
| | | | | | | | | | testing though.
* | Implemented handling of autoconnect attribute.Wilmer van der Gaast2006-06-21-0/+1
| |
* | Added storage_xml.cWilmer van der Gaast2006-06-07-1/+1
|/
* Misc. things (mainly code cleanup, better quoting for root commands)Wilmer van der Gaast2006-04-25-1/+2
|\
| * Removed account_offline(), we have signoff() already.Wilmer van der Gaast2006-04-13-1/+2
| |
* | Added $proto($handle) account matching to account_get().Wilmer van der Gaast2006-04-08-0/+26
|/
* Remove statement that couldn't be executed anywayJelmer Vernooij2005-12-14-6/+0
|
* Migrate my pluginable branch to use Wilmers' branch as parentJelmer Vernooij2005-11-07-7/+7
|
* Initial repository (0.99 release tree)0.99Wilmer van der Gaast2005-11-06-0/+156