aboutsummaryrefslogtreecommitdiffstats
path: root/user.c
Commit message (Collapse)AuthorAgeLines
* Added imcb_ask_auth() instead of reimplementing authorization requestsWilmer van der Gaast2009-10-10-1/+1
| | | | | in every protocol module.
* Fixed a memory management problem that caused some strange nickname issues.Wilmer van der Gaast2007-06-14-0/+1
|
* s/gaim_connection/im_connection/ and some other minor API changes. The restWilmer van der Gaast2007-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 ofWilmer van der Gaast2006-08-13-1/+1
| | | | | set_getint().
* Implemented per-account nick lists instead of per-protocol nick lists.Wilmer van der Gaast2006-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 moreWilmer van der Gaast2006-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 Gaast2006-06-30-1/+1
| | | | | but can be used for account_t structures too, for example.
* Fixed a memory leak (u->group).Wilmer van der Gaast2006-06-25-3/+4
|
* Merging from main development tree.Wilmer van der Gaast2006-05-26-2/+2
|\
| * Fixed a string handling mistake and better stripping of servernames usedWilmer van der Gaast2006-05-20-2/+2
| | | | | | | | | | in user_t structures.
* | Moved everything to the BitlBee event handling API.Wilmer van der Gaast2006-05-10-1/+1
|/
* Remove handle_cmp() replacing it by a protocol-specific function.Jelmer Vernooij2005-11-15-1/+1
|
* Initial repository (0.99 release tree)0.99Wilmer van der Gaast2005-11-06-0/+223