aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/yahoo/yahoo.c
Commit message (Expand)AuthorAgeLines
* Some fixes for compiler warnings that only show up when compiling with -O2,Wilmer van der Gaast2010-08-05-1/+1
* Try another way to silence int-pointer cast warnings in the Yahoo! module.Wilmer van der Gaast2010-08-04-4/+4
* Inverting allow_reconnect logic on login failures. Automatic reconnects wereWilmer van der Gaast2010-07-24-4/+6
* Support buddy groups on Yahoo!Wilmer van der Gaast2010-07-24-3/+30
* New handling of authorization requests. The old one wasn't fully brokenWilmer van der Gaast2010-07-24-12/+3
* Merge complete. It still logs in...Wilmer van der Gaast2010-07-24-55/+56
* Show idle + login time info in /WHOIS (if available).Wilmer van der Gaast2010-06-07-3/+1
* Merging killerbee stuff, bringing all the bleeding-edge stuff together.Wilmer van der Gaast2010-06-07-2/+2
|\
| * Mainline merge. (Probably mostly irrelevant for this branch, oh well.)Wilmer van der Gaast2010-05-16-0/+9
| |\
| * \ Merging head. Most changes are not so relevant because they're to IMWilmer van der Gaast2010-03-20-1/+1
| |\ \
| * \ \ Merging in mainline, including improved away/status stuff.Wilmer van der Gaast2010-03-07-30/+11
| |\ \ \
| * \ \ \ Merging BitlBee 1.2.4+Wilmer van der Gaast2009-11-23-20/+45
| |\ \ \ \
| * | | | | Make purple use BitlBee's event handling API. Since the APIs never reallyWilmer van der Gaast2009-10-11-2/+2
* | | | | | Merging head.Wilmer van der Gaast2010-06-01-0/+5
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Add a warning when the user included a domain part in his/her Yahoo! username.Wilmer van der Gaast2010-05-14-0/+5
* | | | | | Merging mainline, mostly for chatroom fixes I implemented there.Wilmer van der Gaast2010-05-09-0/+4
|\| | | | |
| * | | | | Yahoo! seems to echo conference room invitations now, huh? No idea what thisWilmer van der Gaast2010-05-09-0/+4
| | |_|_|/ | |/| | |
* / | | | Misc. cleanup. Also updated the Yahoo! module to deal with struct groupchatWilmer van der Gaast2010-05-08-11/+9
|/ / / /
* | | / Really set Yahoo! status messages properly. YMSG, how I hate you.Wilmer van der Gaast2010-03-16-1/+1
| |_|/ |/| |
* | | Yahoo! fixes. Turns out the protocol really is somewhat odd.Wilmer van der Gaast2010-03-06-1/+5
* | | Fixed up Yahoo! I'll have to do some more thorough testing of this codeWilmer van der Gaast2010-03-06-30/+7
| |/ |/|
* | Valgrind pointed me at some memory leaks in the Yahoo! codek, including oneWilmer van der Gaast2009-10-17-14/+17
* | Fixed an ugly bug in the write handler that may have caused many weird bugsWilmer van der Gaast2009-10-10-3/+1
* | More Yahoo! fixes: Adding and removing buddies works, and for the firstWilmer van der Gaast2009-10-10-3/+27
|/
* Fixed ic->away leaking memory. This var is only used by OSCAR and shouldWilmer van der Gaast2008-12-14-6/+7
* Fixed one crash bug in Yahoo! chatroom invitation handling.Wilmer van der Gaast2008-09-28-2/+15
* ext_yahoo_error() shouldn't close the connection if the error is fatal,Wilmer van der Gaast2008-07-29-3/+0
* 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
|\