log libpurple/protocols/yahoo/yahoo.c @ 19444:a1cf5440d945

age author description
Sun, 26 Aug 2007 06:55:21 +0000 Daniel Atallah Set the custom status message for yahoo buddies correctly at login time. Fixes #2754.
Thu, 23 Aug 2007 23:20:48 +0000 Sadrul Habib Chowdhury Input handlers are unsigned integers. So set them to 0 instead of -1 after
Wed, 22 Aug 2007 23:16:28 +0000 Sean Egan Show a system notification in the conv window when receiving Yahoo webcam invites. Fixes #1298
Wed, 22 Aug 2007 20:09:09 +0000 Daniel Atallah Fix various things related to authorization on yahoo.
Tue, 21 Aug 2007 18:30:58 +0000 Daniel Atallah Fully fix #2654 by parsing the yahoo stealth information from the buddy list at logon time.
Tue, 21 Aug 2007 04:58:58 +0000 Daniel Atallah Add some additional yahoo keys to the stealth packets to make them work again. Fixes #2654.
Sun, 22 Jul 2007 07:30:50 +0000 Tim Ringenbach Allow you to authorize msn buddies to add your yahoo account.
Sun, 12 Aug 2007 19:16:01 +0000 Luke Schierer merge of '55f3685b603ec55dbf23d659e71d47f554142a3e'
Sun, 12 Aug 2007 00:52:17 +0000 Daniel Atallah Warning fixes in the aftermath of resiak's authorize_cb and deny_cb type fixing.
Thu, 12 Jul 2007 11:40:17 +0000 Tim Ringenbach Make adding buddies work again for yahoo.
Wed, 11 Jul 2007 15:22:27 +0000 Tim Ringenbach Allow you to move your Yahoo! buddies between groups again.
Wed, 01 Aug 2007 22:38:47 +0000 Daniel Atallah Fix yahoo doodling to work with newer yahoo messenger clients. This breaks doodling with older Pidgin clients (trying to support both looked too painful). Fixes #1445.
Wed, 01 Aug 2007 01:32:07 +0000 Sean Egan Yahoo server-side aliases patch from John Moody. Fixes #1653 Thanks!
Tue, 31 Jul 2007 21:32:24 +0000 Sean Egan Did you know we didn't support i18n in Yahoo status messages? We do now! Fixes #2356
Mon, 30 Jul 2007 03:17:50 +0000 Daniel Atallah Add "Open Inbox" account action to the yahoo prpl that logs your browser into your yahoo account and opens your inbox.
Wed, 11 Jul 2007 22:27:44 +0000 Andreas Monitzer propagate from branch 'im.pidgin.pidgin' (head b195e262642015df66e36d33e9dd16ecae5df9d5)
Thu, 26 Jul 2007 05:02:00 +0000 Ka-Hing Cheung make us forget the password if the user didn't choose save password
Wed, 25 Jul 2007 03:43:51 +0000 Daniel Atallah Don't actually send messages using the protocol handlers (open the window and pre-populate the message, but require the user to actually send the message). Fixes #1961.
Sat, 16 Jun 2007 19:00:35 +0000 Richard Laager disapproval of revision '1411afd7660760db59966c3a9f18e2adab8eb27e'
Thu, 07 Jun 2007 04:22:42 +0000 Richard Laager Mark the return type const for the following functions. I noticed this
Sun, 03 Jun 2007 21:19:00 +0000 Mark Doliner Better error messages for Yahoo! login failures
Mon, 18 Jun 2007 12:37:29 +0000 Andreas Monitzer Replaced a clean and simple API with a very weird hack due to vivid request on #pidgin by multiple devs. This avoids the change in PurplePluginProtocolInfo, but requires complicated change tracking in every prpl. The others prpl should add this change tracking, too (since otherwise the status gets changed even though nothing they care about changed), but that's not up to me.
Mon, 18 Jun 2007 03:25:22 +0000 Andreas Monitzer Removed one padding field from PurplePluginProtocolInfo to stay source compatible.
Sun, 17 Jun 2007 20:31:01 +0000 Andreas Monitzer Implemented user tune, currently untested.
Wed, 23 May 2007 23:13:11 +0000 Sean Egan Patch #1038. Fix receiving of Yahoo buddy icons. Thanks, vampire!
Thu, 10 May 2007 01:45:10 +0000 Stu Tomlinson Finish removal of yahoo system message escaping. I must have been
Thu, 10 May 2007 01:34:03 +0000 Stu Tomlinson Yahoo! system messages do not need escaping. The notify API takes care of
Mon, 30 Apr 2007 01:28:41 +0000 Gary Kramlich propagate from branch 'im.pidgin.padding' (head 4e0b1f990f77ad0ba6efa8bf6f73f422956b36fa)
Mon, 23 Apr 2007 21:25:06 +0000 Tim Ringenbach merge of '537c18e40e539d31172569c7c913075aa5e87892'
Mon, 30 Apr 2007 00:01:57 +0000 Gary Kramlich And now the protocols
Fri, 27 Apr 2007 22:44:46 +0000 Sadrul Habib Chowdhury Thanks to Bleeter, yahoo will not crash for non-existent buddyicons anymore.
Mon, 23 Apr 2007 00:52:51 +0000 Tim Ringenbach merge of 'b40bd1885046f301b11610cd406822e5d32968f7'
Fri, 27 Apr 2007 02:14:44 +0000 Sean Egan propagate from branch 'im.pidgin.rlaager.gaim_migration' (head dcc40d46afbe3f87cc674e4fb1526ac722bc35cb)
Sun, 22 Apr 2007 10:33:29 +0000 Tim Ringenbach whitespace
Thu, 26 Apr 2007 12:25:49 +0000 Evan Schoenberg Added account, who, and conversation parameters to the request API calls, and updated all code to match. I can't compile the Perl module, so I'd appreciate it if someone who knows it would verify that this doesn't break Perl.
Wed, 25 Apr 2007 21:48:56 +0000 Richard Laager Updates for the account buddy icon stuff. This doesn't yet work fully (and maybe not even partly), but it compiles.
Wed, 25 Apr 2007 00:56:13 +0000 Richard Laager Move the prpl icon checksum code into the core, so we can delete the
Tue, 27 Mar 2007 03:06:35 +0000 Evan Schoenberg Patch from Zac West which (1) adds a message flag, PURPLE_MESSAGE_NOTIFY, used to indicate that a message is a protocol-level notification from a user ('buzz' in yahoo, 'nudge' in msn, for example) and (2) uses it along with improving the text displayed when sending/receiving buzzes and nudges. The addition of this flag means that a plugin could implement custom behavior, such as playing a sound or triggerring some other event, reliably and easily.
Mon, 19 Mar 2007 07:01:17 +0000 Sean Egan sed -ie 's/gaim/purple/g'
Thu, 01 Mar 2007 08:00:19 +0000 Mark Doliner Disable Yahoo! web authentication. It's failing right now because
Sun, 11 Feb 2007 21:58:50 +0000 Daniel Atallah uri-handler support for AIM/ICQ, Yahoo and MSN
Sun, 04 Feb 2007 04:58:33 +0000 Sean Egan Yahoo mobile status
Fri, 02 Feb 2007 23:14:20 +0000 Nathan Walp clean up some compile warnings
Tue, 30 Jan 2007 06:53:23 +0000 Sean Egan Emblems in the blist
Mon, 22 Jan 2007 09:27:02 +0000 Sean Egan I think this changes every user-visible string that contains 'Gaim.' We probably want the UI to be able
Sat, 20 Jan 2007 02:32:10 +0000 Sean Egan Rename gtk/ and libgaim/ to pidgin/ and libpurple/