Sat, 01 Oct 2011 15:03:57 +0000 |
andrew victor |
Use purple_conversation accessor methods.
|
Tue, 30 Aug 2011 20:03:11 +0000 |
andrew victor |
Convert yahoo prpl to use accessor functions purple_connection_get_protocol_data() and purple_connection_set_protocol_data()
|
Tue, 23 Aug 2011 05:43:51 +0000 |
Mark Doliner |
Some struct hiding. What a pain.
|
Tue, 04 Jan 2011 06:55:30 +0000 |
Richard Laager |
Remove trailing whitespace
|
Mon, 23 Aug 2010 00:52:24 +0000 |
Elliott Sales de Andrade |
Kill off many dead assignments and any useless remaining variables.
|
Sat, 14 Aug 2010 05:17:38 +0000 |
Elliott Sales de Andrade |
Fix some "Dead nested assignment"s and then kill off some useless
|
Sun, 26 Jul 2009 17:25:18 +0000 |
John Bailey |
Move from "struct yahoo_data" to "YahooData" to be consistent with other structs
|
Sun, 19 Jul 2009 08:31:44 +0000 |
Sulabh Mahajan |
Fixes #1982
|
Sat, 18 Jul 2009 16:17:32 +0000 |
John Bailey |
Oops! We should use YAHOOJP_CLIENT_VERSION if we're a Yahoo JAPAN account;
|
Sat, 18 Jul 2009 16:12:12 +0000 |
John Bailey |
Change a bunch more of our yahoo packets to use the session ID. I believe this
|
Thu, 16 Jul 2009 15:13:57 +0000 |
Sulabh Mahajan |
Prevent users from being added to the conference before they accept the invitation
|
Thu, 16 Jul 2009 14:45:26 +0000 |
Sulabh Mahajan |
Prevent conference from splitting, when reinvited to one we are a member of. Fixes ticket #9601
|
Thu, 16 Jul 2009 12:55:06 +0000 |
Sulabh Mahajan |
Fixes ticket #9685, Use the fact "Status is 11 when we are being notified about invitation being sent to someone else"
|
Sun, 05 Jul 2009 04:51:51 +0000 |
John Bailey |
Update for file renames.
|
Sun, 05 Jul 2009 02:23:43 +0000 |
John Bailey |
Convert the yahoo prpl to using the debug convenience functions instead of
|
Thu, 18 Jun 2009 23:36:55 +0000 |
Mark Doliner |
Pass the gc as the handle in a bunch of calls to purple_proxy_connect
|
Thu, 18 Jun 2009 19:08:24 +0000 |
Mark Doliner |
Strip trailing whitespace and comment #endif marcos that close #ifdef macros
|
Sat, 13 Dec 2008 05:45:27 +0000 |
Gary Kramlich |
propagate from branch 'im.pidgin.pidgin' (head d5bb29138cbe033bbfd8ec689203d73818765327)
|
Thu, 27 Nov 2008 06:57:15 +0000 |
Richard Laager |
propagate from branch 'im.pidgin.pidgin' (head 4cc0bbe98be861a279e3b1fd97a3b4d491dec519)
|
Sat, 27 Sep 2008 06:33:42 +0000 |
Sadrul Habib Chowdhury |
Start hiding blist.h internals in prpls.
|
Thu, 11 Dec 2008 06:32:05 +0000 |
Florian Qu«²ze |
Remove the commas at the end of enumerator lists. This resolves warnings
|
Thu, 27 Nov 2008 05:54:09 +0000 |
Richard Laager |
The other day while struct hiding, I noticed a for loop that was checking
|
Tue, 23 Sep 2008 02:50:36 +0000 |
Daniel Atallah |
Only send a yahoo ping once an hour. The server doesn't like it when send it
|
Wed, 14 May 2008 23:36:37 +0000 |
Evan Schoenberg |
When calling serv_got_chat_in() after sending a group chat message (to let
|
Thu, 27 Mar 2008 02:09:51 +0000 |
Daniel Atallah |
Printf warning fixes.
|
Thu, 31 Jan 2008 22:58:11 +0000 |
Mark Doliner |
Get rid of yahoo_privacy_check and use purple_privacy_check directly.
|
Sun, 13 Jan 2008 01:00:29 +0000 |
John Bailey |
From what little I could see, it appears that for Yahoo Japan there is only
|
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, 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, 23 Aug 2007 22:08:00 +0000 |
Daniel Atallah |
Fix entering yahoo chats.
|
Fri, 29 Jun 2007 19:36:31 +0000 |
Will Thompson |
Remove static meify from yahoochat.c and replace use of it with
|
Wed, 20 Jun 2007 18:23:49 +0000 |
Stu Tomlinson |
#include reorganizations to allow compiling with glib < 2.8 using the
|
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
|
Mon, 19 Mar 2007 07:01:17 +0000 |
Sean Egan |
sed -ie 's/gaim/purple/g'
|
Sat, 20 Jan 2007 02:32:10 +0000 |
Sean Egan |
Rename gtk/ and libgaim/ to pidgin/ and libpurple/
|