aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/yahoo/yahoo.c
Commit message (Expand)AuthorAgeLines
* Remove yahoo (the old protocol). Use funyahoo++ instead.dequis2016-11-19-1024/+0
* yahoo: call callback on connect error to fix memleakdequis2015-10-21-0/+1
* yahoo: Fix handling of proxy connection failuresdequis2015-10-21-1/+9
* Rename mail notification related settings for consistencydequis2015-05-28-3/+3
* imcb_notify_email: change parameters to take a format stringdequis2015-05-28-10/+4
* Gmail notifications support through new imcb_notify_email() APIArtem Savkov2015-05-28-7/+21
* coverity: Fix some (harmless?) use-after-free with g_slist_remove()dequis2015-02-22-1/+1
* Reindent everything to K&R style with tabsIndent2015-02-20-474/+469
* Fix incorrect Free Software Foundation addressMatej Cepl2015-01-16-1/+1
* I'm still bored on a long flight. Wrote a script to automatically updateWilmer van der Gaast2013-02-21-1/+1
* Cleaning up some more Yahoo! symbols.Wilmer van der Gaast2012-10-20-11/+0
* First step in this merge. Mostly a bzr merge and then a cleanup of conflictsWilmer van der Gaast2010-08-24-0/+1
|\
| * merge in bitlbee 1.2.7Sven Moritz Hallberg2010-06-03-0/+9
| |\
| * \ merge in bitlbee 1.2.5Sven Moritz Hallberg2010-06-03-30/+11
| |\ \
| * \ \ merge in bitlbee 1.2.4Sven Moritz Hallberg2010-06-03-20/+45
| |\ \ \
| * \ \ \ pretty blind try at merging in the latest trunkSven Moritz Hallberg2009-03-12-8/+22
| |\ \ \ \
| * | | | | commit updates by ashish shukla <wahjava@gmail.com>Sven Moritz Hallberg2009-03-12-3/+0
| * | | | | merge in latest trunkSven Moritz Hallberg2008-07-17-11/+8
| |\ \ \ \ \
| * | | | | | - add support for setting ops/voice according to OTR msgstateSven Moritz Hallberg2008-02-09-0/+1
* | | | | | | Pick up away info from Yahoo! too.Wilmer van der Gaast2010-08-21-0/+2
* | | | | | | 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