aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/yahoo
Commit message (Expand)AuthorAgeLines
* Add a warning when the user included a domain part in his/her Yahoo! username.Wilmer van der Gaast2010-05-14-0/+5
* Yahoo! seems to echo conference room invitations now, huh? No idea what thisWilmer van der Gaast2010-05-09-0/+4
* Really set Yahoo! status messages properly. YMSG, how I hate you.Wilmer van der Gaast2010-03-16-1/+1
* Deal with stupid (on first sight, at least) Yahoo! server behaviour causingWilmer van der Gaast2010-03-15-1/+5
* Fixed handling of contact lists where at least the first contact is not inWilmer van der Gaast2010-03-13-2/+3
* Yahoo! status updates (at least initial ones, I assume) can be too long toWilmer van der Gaast2010-03-12-25/+33
* Merging in some code from libyahoo2-trunk that deals better with (initial)Wilmer van der Gaast2010-03-12-194/+146
* Yahoo! fixes. Turns out the protocol really is somewhat odd.Wilmer van der Gaast2010-03-06-5/+6
* Fixed up Yahoo! I'll have to do some more thorough testing of this codeWilmer van der Gaast2010-03-06-45/+12
* A few fixes for bugs that caused coredumps on testing.bitlbee.org (orWilmer van der Gaast2009-12-17-10/+29
* Valgrind pointed me at some memory leaks in the Yahoo! codek, including oneWilmer van der Gaast2009-10-17-17/+22
* Turns out I *did* implement HTTPS auth for Yahoo! myself already, but IWilmer van der Gaast2009-10-13-184/+178
* Setting Yahoo! away states works again.Wilmer van der Gaast2009-10-10-23/+30
* 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-41/+167
* Cleaned up Yahoo! fix: Error handling, and also not crashing when theWilmer van der Gaast2009-10-03-77/+66
* Yahoo! can log in again. This code still needs major cleanups, use it onlyWilmer van der Gaast2009-10-03-9/+306
* 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
* Merge trunk.Jelmer Vernooij2008-06-28-15/+5
|\
| * 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-11/+4
* | Merge integration branch.Jelmer Vernooij2008-06-09-2/+6
|\|
| * query.h now defines a callback function type, not using void* for it anymore.Wilmer van der Gaast2008-04-05-2/+6
* | Merge trunk.Jelmer Vernooij2008-04-02-515/+966
|\|
| * Although I have no idea what the author meant with code likeWilmer van der Gaast2008-03-15-1/+1
| * Inviting someone to a Yahoo! chatroom with msg=NULL is bad. I wonder ifWilmer van der Gaast2008-03-15-1/+1
| * Indicate that we support YMSG protocol version 12, this should hopefullyWilmer van der Gaast2008-03-15-1/+1
| * Merge from Jelmer.Wilmer van der Gaast2008-02-16-1/+1
| |\
| | * Fix lcov dependencies.Jelmer Vernooij2008-02-16-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
| * Replaced GPL-incompatible SHA1 hashing code (and renamed the files in caseWilmer van der Gaast2007-11-23-22/+22
| * Merging from devel. Added documentation for the join_chat command, addingWilmer van der Gaast2007-07-06-0/+1
| |\
| | * Merge from Jelmer (mainly unit testing things).Wilmer van der Gaast2007-07-01-0/+1
| | |\
| | | * Add lcov targetJelmer Vernooij2007-01-22-0/+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-7/+19
| * | 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-242/+696
| * | 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