log libpurple/protocols/yahoo/yahoo.c @ 22230:0f654f866de0

age author description
Thu, 31 Jan 2008 02:13:30 +0000 Mark Doliner Revert bfc4df11256d088d75b0512bb0c4790967b68b19 because the code is
Wed, 23 Jan 2008 23:28:38 +0000 Sean Egan Don't send keep-alives if we've received data since in the last KEEPALIVE_INTERVAL seconds
Sun, 13 Jan 2008 22:44:01 +0000 John Bailey This adds accessor and mutator API for the PurpleAttentionType struct.
Sat, 12 Jan 2008 02:24:51 +0000 John Bailey propagate from branch 'im.pidgin.pidgin' (head cc7917983d28560aebe8a2b4ba1d8135b856dce5)
Sun, 24 Feb 2008 18:20:52 +0000 John Bailey A patch from Gideon N. Guillen, with some minor modifications from me. This
Wed, 09 Jan 2008 19:10:27 +0000 Daniel Atallah Fix a crash when accepting/denying a yahoo auth. request when the account is disconnected. References #4581
Sun, 06 Jan 2008 21:56:12 +0000 John Bailey Fix a couple compile warnings.
Sun, 06 Jan 2008 21:47:02 +0000 John Bailey Fix my typo
Sun, 06 Jan 2008 21:15:17 +0000 John Bailey Some readability changes. Refs #4533.
Sun, 06 Jan 2008 19:45:03 +0000 Thanumalayan This patch from Thanumalayan S. implements Yahoo protocol version 15 file
Sun, 06 Jan 2008 19:28:49 +0000 John Bailey Revert patch that added receive-only transfer support for Yahoo protocol
Mon, 10 Dec 2007 02:07:01 +0000 Daniel Atallah Patch from Alex Badea to support receiving files from Yahoo users using the newer yahoo protocol. Committing this is very long overdue, it somehow slipped through the cracks for a long time. References #708.
Sun, 09 Dec 2007 10:08:40 +0000 Sadrul Habib Chowdhury We need to use the actual username for attentions, instead of alias. This should fix the 'new im for buzz' bug on yahoo.
Sat, 17 Nov 2007 00:12:30 +0000 Richard Laager This merge has the effect of reverting the hinting code from trunk.
Fri, 16 Nov 2007 01:59:59 +0000 Daniel Atallah Fix #3421 by checking for an existing conversation in which to display a yahoo buzz.
Sun, 11 Nov 2007 21:41:59 +0000 Will Thompson Use PURPLE_CONNECTION_ERROR_INVALID_USERNAME in oscar and yahoo, which were
Sat, 10 Nov 2007 12:10:04 +0000 Will Thompson propagate from branch 'im.pidgin.pidgin' (head d8103be97302efb404e2f6922925f661c807ad23)
Mon, 15 Oct 2007 10:45:46 +0000 Will Thompson propagate from branch 'im.pidgin.pidgin.next.minor' (head bd8f1d754a1b94e5ade30c3b135178b236f7b49a)
Sun, 14 Oct 2007 21:08:42 +0000 Will Thompson Rename:
Fri, 16 Nov 2007 23:32:17 +0000 Richard Laager merge of '1037fab539d2a95db4fc657f42420566f7e53440'
Fri, 16 Nov 2007 23:27:07 +0000 Richard Laager merge of '00bf7296307f96f5c68d6e5edf219fb4a50bb947'
Fri, 16 Nov 2007 23:01:12 +0000 Richard Laager disapproval of revision 'b6ee8d925e8e7670de77e6283963fa151ea0ed77'
Sat, 10 Nov 2007 04:52:20 +0000 Ka-Hing Cheung propagate from branch 'im.pidgin.pidgin.next.minor' (head 0c9637482b845cc65e95a26e144697391c51133f)
Sun, 14 Oct 2007 20:53:40 +0000 Richard Laager Re-namespace the #defines to all be PURPLE_REQUEST_UI_HINT_*. I see no
Fri, 16 Nov 2007 23:27:01 +0000 Richard Laager disapproval of revision '4b2b98ecc70947f687d13c902b1b031247b49392'
Sun, 14 Oct 2007 18:07:19 +0000 Gabriel Schulhof Converted string literal UI hints to #define-ed constants and fixed two cast-warnings in gtkblist.c
Sat, 03 Nov 2007 17:52:28 +0000 Nathan Walp replace most calls to strerror with calls to g_strerror. strerror will return
Fri, 16 Nov 2007 23:30:03 +0000 Richard Laager disapproval of revision 'c484d979c4fda4433a9633ff8b69bd8a395c9479'
Sun, 14 Oct 2007 00:26:00 +0000 Richard Laager disapproval of revision '0e5385979f58d6ee74f668bb9b5dfd1ae3b6043f'
Wed, 10 Oct 2007 22:57:51 +0000 Gabriel Schulhof Removed request stuff - now on pidgin-request-ui-hint
Sat, 06 Oct 2007 15:55:47 +0000 Gabriel Schulhof propagate from branch 'im.pidgin.pidgin' (head 1757e82b3ed17d8ad45db9d2c62f0187a8bee93d)
Sat, 27 Oct 2007 13:56:54 +0000 Stu Tomlinson Add a --with-extraversion option to ./configure so packagers can fine tune
Tue, 09 Oct 2007 13:42:15 +0000 Will Thompson Remove explicit setting of wants_to_die from prpls.
Fri, 05 Oct 2007 15:50:17 +0000 Will Thompson propagate from branch 'im.pidgin.pidgin' (head 294731552d0baf5f1f37a45e0c119b2188f34ba8)
Fri, 28 Sep 2007 17:01:20 +0000 Richard Laager explicit merge of '0b88f009442a340d4269c95605f580a9f444e767'
Fri, 28 Sep 2007 04:37:27 +0000 Daniel Atallah Fix yahoo doodling once again. This should hopefully be less prone to break as we now use the remote party's doodle IMV key.
Sat, 22 Sep 2007 16:19:34 +0000 Gabriel Schulhof Updated hinting to be less invasive
Sat, 22 Sep 2007 09:48:07 +0000 Gabriel Schulhof propagate from branch 'im.pidgin.pidgin' (head 025faf23aaac403798451974c320c4de6df470d5)
Fri, 21 Sep 2007 02:46:27 +0000 Daniel Atallah Clear the password consistently when we get a "Signed-On elsewhere" or a "Invalid Password" disconnection. Disconnection reason codes will take care of this in the core, but until then, this is ok. Fixes #3204.
Fri, 28 Sep 2007 16:58:29 +0000 Richard Laager applied changes from 80e3a515775c28b61c4c155c4a524374ef3360ff
Wed, 03 Oct 2007 17:44:29 +0000 Will Thompson Add disconnection reasons to yahoo
Wed, 12 Sep 2007 19:11:38 +0000 Gabriel Schulhof propagate from branch 'im.pidgin.pidgin' (head 483b6435074838149d6e95b836d4a2d9263f265d)
Fri, 17 Aug 2007 22:10:43 +0000 Gabriel Schulhof explicit merge of 'fc49baf44017a8fd511c607b435668baf2a0f518'
Thu, 16 Aug 2007 18:23:46 +0000 Gabriel Schulhof Adding hints to yahoo yahoo.c
Mon, 10 Sep 2007 21:19:37 +0000 Richard Laager Capitalize the attention type names.
Mon, 10 Sep 2007 20:51:59 +0000 Richard Laager Remove the *_USE_ATTENTION_API markers everywhere.
Mon, 10 Sep 2007 20:07:45 +0000 Richard Laager Clear up translation ambiguity with the attention API.
Mon, 10 Sep 2007 13:57:15 +0000 Daniel Atallah merge of '1c7910841138381c841363256ca3c7905b1f26b0'
Thu, 06 Sep 2007 04:08:41 +0000 Sean Egan propagate from branch 'im.pidgin.soc.2007.xmpp' (head f4d5b74ce9a3f2a048fd5036441ceced1cd2deed)
Wed, 05 Sep 2007 22:32:14 +0000 Andreas Monitzer propagate from branch 'im.pidgin.pidgin' (head 996cf0c57149ba6e1c714ebb1f11d5d4bac8fb68)
Sat, 08 Sep 2007 03:09:35 +0000 John Bailey The FSF changed its address a while ago; our files were out of date.
Thu, 06 Sep 2007 15:49:12 +0000 Daniel Atallah Grammar fix from nix_nix and johnmoody. Fixes #2593.
Wed, 05 Sep 2007 22:33:22 +0000 Sadrul Habib Chowdhury Patch from QuLogic. Fixes #2903 ('Missing newlines in debug messages.')
Thu, 30 Aug 2007 18:38:15 +0000 Daniel Atallah Fix yahoo chats again for their new super-duper-ultra-mega secure captcha stuff. "/join chat" still doesn't work, you need to use the roomlist because they now require the chat id to be set (the native client also has this problem). Fixes #2860.
Thu, 30 Aug 2007 03:17:54 +0000 Daniel Atallah Apply local privacy filtering to yahoo auth. requests. Drop and automatically deny any requests that should be filtered. Fixes #2857.
Tue, 28 Aug 2007 08:58:36 +0000 Sadrul Habib Chowdhury Add a new flag PURPLE_MESSAGE_INVISIBLE which can be used to send a message
Tue, 28 Aug 2007 07:09:48 +0000 Andreas Monitzer Fixed merge errors stemming from the fact that the main branch and my branch both added something to the prpl struct
Mon, 27 Aug 2007 06:58:54 +0000 Jeffrey Connelly In MSN prpl, use attention API. Can be disabled by undefining
Mon, 27 Aug 2007 06:08:14 +0000 Jeffrey Connelly Change Yahoo prpl to use attention API in libpurple. Previous behavior can
Sun, 26 Aug 2007 06:55:21 +0000 Daniel Atallah Set the custom status message for yahoo buddies correctly at login time. Fixes #2754.