aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/yahoo
Commit message (Collapse)AuthorAgeLines
...
| * | Hopefully improved Yahoo! "markup" stripping.Wilmer van der Gaast2007-04-16-6/+12
| | |
| * | Updating the Yahoo! module. This seems to fix handling of incoming awayWilmer van der Gaast2007-04-15-242/+696
| | | | | | | | | | | | | | | | | | states/messages, should fix some issues with group chats, and unfortunately also adds some crap which I don't want to clean up for now.
| * | Split serv_got_update() into imcb_buddy_(status|times). (Well, the secondWilmer van der Gaast2007-04-15-43/+58
| | | | | | | | | | | | | | | | | | | | | one isn't implemented yet, but I'll do that later.) At last I got rid of the hack called get_status_string(). And now Yahoo seems to mess up away messages...
| * | s/imc/imcb/ for callback functions. Moved things aroundin nogaim.h aWilmer van der Gaast2007-04-15-14/+14
| | | | | | | | | | | | | | | | | | little bit, grouping things by category instead of original Gaim 0.58 filename.
| * | Cleaned up struct im_connection. No more username/password stuff sinceWilmer van der Gaast2007-04-15-8/+8
| | | | | | | | | | | | | | | it's in acc too. wants_to_die is now an argument to imc_logout().
| * | More format string problems.Wilmer van der Gaast2007-04-15-16/+2
| | |
| * | More cleanups, mainly in the callbacks. Replaced things likeWilmer van der Gaast2007-04-05-21/+16
| | | | | | | | | | | | | | | | | | | | | | | | 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-108/+107
| | | | | | | | | | | | | | | | | | will come tomorrow. It compiles, I'll leave the real testing up to someone else. ;-)
| * | Preparing for Jabber conference room support.Wilmer van der Gaast2007-03-27-23/+15
| |/
| * [merge] wilmerJelmer Vernooij2006-12-05-37/+18
| |\
| | * Merging from devel.Wilmer van der Gaast2006-10-15-6/+8
| | |\
| | | * The Yahoo! module now properly sets away states instead of away messages.Wilmer van der Gaast2006-07-27-6/+8
| | | | | | | | | | | | | | | | | | | | | | | | (So other BitlBees can read your Yahoo! away states better and others can see the proper icons again.)
| | * | Implemented per-account nick lists instead of per-protocol nick lists.Wilmer van der Gaast2006-07-03-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-4/+4
| | | | | | | | | | | | | | | | | | | | testing though.
| | * | Moved Base64-related functions to a separate file and added decode funtions.Wilmer van der Gaast2006-06-25-1/+3
| | | |
| | * | Added saner base64 encoding function (actually, moved the one from libyahoo2.cWilmer van der Gaast2006-06-23-26/+2
| | |/ | | | | | | | | | | | | to core, with some changes), which I need for the XML format password garbling.
| * / Add support for checking test suite coverage using gcov.Jelmer Vernooij2006-07-07-0/+3
| |/
| * Merging from main development tree.Wilmer van der Gaast2006-05-19-1/+2
| |\
| * | Added correct return values for callbacks in yahoo.c.Wilmer van der Gaast2006-05-15-6/+4
| | |
| * | Moved everything to the BitlBee event handling API.Wilmer van der Gaast2006-05-10-9/+9
| | |
* | | Remove unnecessary Windows-specific code.Jelmer Vernooij2006-05-26-4/+0
| |/ |/|
* | Yahoo module now passes the idle value to serv_got_update().Wilmer van der Gaast2006-05-16-1/+2
|/
* Removed some unused stuff from nogaim.h, preparing to fix some API issues there.Wilmer van der Gaast2006-03-31-6/+1
|
* Fixed Yahoo! invisible status. (Thanks to a patch someone posted on ↵Wilmer van der Gaast2006-01-14-7/+10
| | | | FreshMeat some time ago.)
* Got rid of yahoo_list, since GLib has this all already. Couldn't test too ↵Wilmer van der Gaast2006-01-13-284/+22
| | | | well if this breaks anything, but it shouldn't.
* Converted all tables in yahoo_fn into static consts so BitlBee instances can ↵Wilmer van der Gaast2006-01-03-190/+190
| | | | share them.
* Removed useless UTF8-related functions (iconv works a lot better).Wilmer van der Gaast2005-12-31-50/+0
|
* Changed filenames of IM modules (jabberr, msnn, etc, didn't really make sense)Wilmer van der Gaast2005-12-17-4/+4
|
* Merge my pluginable branchJelmer Vernooij2005-12-14-12/+6
|\
| * Merge from WilmerJelmer Vernooij2005-12-04-16/+0
| |\
| * \ Merge WilmerJelmer Vernooij2005-11-19-4/+0
| |\ \
| * \ \ Merge from JelmerJelmer Vernooij2005-11-15-0/+1
| |\ \ \
| * | | | Migrate my pluginable branch to use Wilmers' branch as parentJelmer Vernooij2005-11-07-12/+6
| | | | |
* | | | | Implements solution to typing notifications in ticket #45Matt Sparks2005-12-04-2/+8
| |_|_|/ |/| | |
* | | | Got rid of the config.h includes in IM-code. Now that HAVE_CONFIG_H isWilmer van der Gaast2005-11-30-16/+0
| |_|/ |/| | | | | | | | | | | defined, they started to cause problems.
* | | HTML stripping is optional again (but still safer than before 0.93), but now ↵Wilmer van der Gaast2005-11-18-4/+0
| |/ |/| | | | | enabled by default.
* | Remove handle_cmp() replacing it by a protocol-specific function.Jelmer Vernooij2005-11-15-0/+1
|/
* Initial repository (0.99 release tree)0.99Wilmer van der Gaast2005-11-06-0/+12702