summaryrefslogtreecommitdiff
path: root/libpurple/protocols/yahoo
Commit message (Expand)AuthorAgeFilesLines
* Leak fixes. Avoid creating an unnecessary parallel data structure to YahooFri...Daniel Atallah2008-05-035-51/+46
* Leak fixes.Daniel Atallah2008-05-022-4/+10
* Change the string "screen name" to "username" everywhere. I think mostMark Doliner2008-04-301-1/+1
* It appears that Yahoo! Japan has disabled protocol 0x0c and now require 0x0f.John Bailey2008-04-192-9/+4
* Add missing newline to debug message. Fixes #5546.Daniel Atallah2008-04-171-1/+1
* I don't consider this an error.Mark Doliner2008-04-141-1/+1
* Printf warning fixes.Daniel Atallah2008-03-272-2/+2
* Fix a bunch of compiler warnings caused by my addition of G_GNUC_PRINTF()Mark Doliner2008-03-163-4/+7
* Fix a missing a commaMark Doliner2008-03-061-1/+1
* Added some comments and debug logging to yahoo_process_ignore() gleaned from ...Evan Schoenberg2008-03-061-20/+38
* Fixed bug in which Yahoo contacts were erroneously considered to be blocked,Evan Schoenberg2008-03-052-10/+18
* merge of '1645a2a1b3fb1203c369db51ff9668e2ce3cd9f1'John Bailey2008-02-249-445/+1222
|\
| * Simplified version of the newest patch on #4533 to not try Yahoo protocolcpw.rekkanoryo.yahoop15ftJohn Bailey2008-02-063-24/+60
| * Our Yahoo! protocol has this crappy implementation where it triesMark Doliner2008-02-011-5/+2
| * Clean up a functionMark Doliner2008-02-011-14/+10
| * Yahoo! has no permit list, so get rid of the add_permit and rem_permit prplMark Doliner2008-02-011-18/+2
| * Use the group passed into yahoo_add_buddy() instead of lookingMark Doliner2008-01-311-12/+6
| * Get rid of yahoo_privacy_check and use purple_privacy_check directly.Mark Doliner2008-01-313-75/+55
| * Some very minor cleanupMark Doliner2008-01-311-11/+7
| * Revert d893d4c42706b930232e3b4007bc5bed063cda32 because the code isMark Doliner2008-01-311-36/+32
| * Kill this warning when using -Wstrict-prototypes:Stu Tomlinson2008-01-251-2/+2
| * merge of 'e67e3995699a215688ce1b9fc1e315f83bab4fb2'Sean Egan2008-01-251-1/+1
| |\
| | * Don't send keep-alives if we've received data since in the last KEEPALIVE_INT...Sean Egan2008-01-231-1/+1
| * | Fix (hopefully) the last problem in this function. Refs #3295.John Bailey2008-01-191-2/+2
| |/
| * Plug a leak.John Bailey2008-01-171-2/+4
| * Since I needed to bring back yahoo_convert_to_numeric, I figured I could atJohn Bailey2008-01-171-5/+10
| * disapproval of revision 'db9b3bc9d4427a6a03d1c25aac5215bf0f8e05ec'John Bailey2008-01-173-5/+23
| * Remove `yahoo_convert_to_numeric`, which I apparently did not examine closelyJohn Bailey2008-01-163-23/+5
| * Get rid of an unnecessary allocation.John Bailey2008-01-161-2/+1
| * Patch from Yusuke Odate, modified by me, to support retrieving the fullJohn Bailey2008-01-153-9/+43
| * This adds accessor and mutator API for the PurpleAttentionType struct.John Bailey2008-01-131-6/+2
| * From what little I could see, it appears that for Yahoo Japan there is onlyJohn Bailey2008-01-132-16/+20
| * Fix a typo that's technically correct but is irritating me.John Bailey2008-01-131-1/+1
| * propagate from branch 'im.pidgin.pidgin' (head d19eb08efbebbe79a09561b6d103cb...John Bailey2008-01-127-276/+1025
| |\
| | * Fix a couple compile warnings.John Bailey2008-01-062-2/+2
| | * Fix my typoJohn Bailey2008-01-061-1/+1
| | * Some readability changes. Refs #4533.John Bailey2008-01-062-47/+58
| | * This patch from Thanumalayan S. implements Yahoo protocol version 15 fileThanumalayan Sankaranarayanan2008-01-067-15/+1027
| | * Revert patch that added receive-only transfer support for Yahoo protocolJohn Bailey2008-01-065-282/+8
| * | Fix a crash when accepting/denying a yahoo auth. request when the account is ...Daniel Atallah2008-01-091-24/+33
| |/
* | A patch from Gideon N. Guillen, with some minor modifications from me. ThisJohn Bailey2008-02-244-9/+36
|/
* Make yahoo_html_to_codes deal with ' in messages being sent. Also correctWill Thompson2007-12-161-2/+5
* Patch from Alex Badea to support receiving files from Yahoo users using the n...Daniel Atallah2007-12-105-8/+282
* We need to use the actual username for attentions, instead of alias. This sho...Sadrul Habib Chowdhury2007-12-091-7/+1
* Original patch from Andrew Gaul to fix a leak.Sadrul Habib Chowdhury2007-11-211-2/+2
* disapproval of revision '36cc15c1b76afc0262b3cb9181a7664fbbd5b6c1'Sadrul Habib Chowdhury2007-11-211-4/+5
* Andrew Gaul fixed another memory leakKa-Hing Cheung2007-11-211-5/+4
* This merge has the effect of reverting the hinting code from trunk.Richard Laager2007-11-174-306/+321
|\
| * Fix #3421 by checking for an existing conversation in which to display a yaho...Daniel Atallah2007-11-161-6/+5
| * Use PURPLE_CONNECTION_ERROR_INVALID_USERNAME in oscar and yahoo, which wereWill Thompson2007-11-111-1/+3