aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/yahoo/yahoo.c
Commit message (Expand)AuthorAgeLines
* Never use yahoo_close() directly, always use yahoo_logoff().Wilmer van der Gaast2008-06-24-4/+1
* This seems to fix the Yahoo! logoff code. I have no idea why this was brokenWilmer van der Gaast2008-06-14-4/+0
* query.h now defines a callback function type, not using void* for it anymore.Wilmer van der Gaast2008-04-05-2/+6
* Inviting someone to a Yahoo! chatroom with msg=NULL is bad. I wonder ifWilmer van der Gaast2008-03-15-1/+1
* Apparently ext_yahoo_got_im can be called with msg=NULL, so it should beWilmer van der Gaast2008-01-17-3/+7
* Added "mail_notifications" setting. Who needs those notifications anyway?Wilmer van der Gaast2008-01-05-1/+9
* Added /invite support for Jabber chatrooms (and fixed the argument orderWilmer van der Gaast2007-12-09-1/+1
* Read-only support for Jabber conferences (non-anonymous rooms only).Wilmer van der Gaast2007-04-22-7/+7
* Consistency; Using OPT_T(YP|HINK)ING for outgoing typing notfication crapWilmer van der Gaast2007-04-20-1/+1
* Renamed some more prpl functions.Wilmer van der Gaast2007-04-20-4/+4
* Renamed/slightly changed syntax of groupchat callback functions.Wilmer van der Gaast2007-04-19-11/+11
* More API changes: buddy list management. imcb_add_buddy() is now a *real*Wilmer van der Gaast2007-04-18-1/+6
* API cleanup pretty much complete. Fixed pretty much everything except theWilmer van der Gaast2007-04-16-9/+6
* 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-42/+60
* Split serv_got_update() into imcb_buddy_(status|times). (Well, the secondWilmer van der Gaast2007-04-15-43/+58
* s/imc/imcb/ for callback functions. Moved things aroundin nogaim.h aWilmer van der Gaast2007-04-15-14/+14
* Cleaned up struct im_connection. No more username/password stuff sinceWilmer van der Gaast2007-04-15-8/+8
* 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
* s/gaim_connection/im_connection/ and some other minor API changes. The restWilmer van der Gaast2007-03-30-108/+107
* Preparing for Jabber conference room support.Wilmer van der Gaast2007-03-27-23/+15
* 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
* | Implemented per-account nick lists instead of per-protocol nick lists.Wilmer van der Gaast2006-07-03-1/+2
* | Got rid of struct aim_user (now using account_t everywhere). Needs some moreWilmer van der Gaast2006-07-01-4/+4
|/
* Merging from main development tree.Wilmer van der Gaast2006-05-19-1/+2
|\
| * Yahoo module now passes the idle value to serv_got_update().Wilmer van der Gaast2006-05-16-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
|/
* 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 FreshMeat...Wilmer van der Gaast2006-01-14-7/+10
* Merge my pluginable branchJelmer Vernooij2005-12-14-12/+6
|\
| * 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
| |_|/ |/| |
* | | HTML stripping is optional again (but still safer than before 0.93), but now ...Wilmer van der Gaast2005-11-18-4/+0
| |/ |/|
* | 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/+958