Sat, 01 Oct 2011 21:04:35 +0000 |
andrew victor |
Convert code to use the purple_account accessor functions.
|
Mon, 08 Aug 2011 21:43:19 +0000 |
Elliott Sales de Andrade |
Don't request the AB if getting the contact list failed. Either there's
|
Tue, 01 Mar 2011 06:23:34 +0000 |
Elliott Sales de Andrade |
Use NULL for the display name when parsing the the privacy member
|
Tue, 04 Jan 2011 06:55:30 +0000 |
Richard Laager |
Remove trailing whitespace
|
Wed, 15 Dec 2010 21:48:37 +0000 |
Elliott Sales de Andrade |
Remove some old code.
|
Sun, 05 Dec 2010 08:49:33 +0000 |
Elliott Sales de Andrade |
Add the all-important contactInfo child.
|
Sun, 05 Dec 2010 08:13:13 +0000 |
Elliott Sales de Andrade |
Replace the mpop account setting with a session boolean, because I
|
Sun, 05 Dec 2010 02:40:39 +0000 |
Elliott Sales de Andrade |
Add a function that allows annotating a contact through a SOAP call.
|
Thu, 02 Dec 2010 06:14:19 +0000 |
Elliott Sales de Andrade |
Read the MPOP setting from the AB.
|
Thu, 02 Dec 2010 05:03:05 +0000 |
Elliott Sales de Andrade |
The PartnerScenario in the ABContactUpdate SOAP request should
|
Wed, 15 Sep 2010 17:34:21 +0000 |
masca |
propagate from branch 'im.pidgin.cpw.qulogic.msnp16' (head a27b68b2e6653e6b96aa0279bd649181c89b20ed)
|
Fri, 28 May 2010 22:45:52 +0000 |
masca |
Include internal.h on each c file to avoid windows breakage as recommended by Daniel.
|
Fri, 28 May 2010 08:28:37 +0000 |
masca |
msn_email_is_valid looks a lot like a util function, move it there.
|
Fri, 28 May 2010 08:05:38 +0000 |
masca |
Remove unnecesary includes from msn.h.
|
Tue, 25 May 2010 21:17:30 +0000 |
masca |
Oops, this one needed to be changed too.
|
Mon, 23 Aug 2010 00:52:24 +0000 |
Elliott Sales de Andrade |
Kill off many dead assignments and any useless remaining variables.
|
Sun, 22 Aug 2010 06:15:30 +0000 |
Elliott Sales de Andrade |
user should never be NULL here.
|
Sat, 14 Aug 2010 06:24:04 +0000 |
Elliott Sales de Andrade |
merge of '4216577c2d7814344e8e1face579d153098986ad'
|
Sat, 14 Aug 2010 03:39:03 +0000 |
Elliott Sales de Andrade |
I think this might be a leak. But probably only if the server changed
|
Thu, 12 Aug 2010 17:05:07 +0000 |
Mark Doliner |
Improve these comments? I was having a hard time trying to figure out what
|
Thu, 12 Aug 2010 16:47:10 +0000 |
Mark Doliner |
This code is disabled, but in case we ever want to enable it then
|
Wed, 03 Feb 2010 22:19:11 +0000 |
Mark Doliner |
Replace guint membership_id[5] with guint member_id_on_pending_list in
|
Sat, 28 Nov 2009 23:13:55 +0000 |
Elliott Sales de Andrade |
Due to a server change, the friendly name on MSN was being changed to the
|
Fri, 23 Oct 2009 06:24:24 +0000 |
Elliott Sales de Andrade |
The connection display name can be NULL, so make sure we don't try to use
|
Fri, 23 Oct 2009 05:43:50 +0000 |
Elliott Sales de Andrade |
The MSN servers are a bit more strict about what's allowed in emails than
|
Mon, 12 Oct 2009 17:45:17 +0000 |
Sadrul Habib Chowdhury |
Fix MSN forgetting display names for buddies. Fixes #10421.
|
Thu, 08 Oct 2009 21:31:18 +0000 |
Sadrul Habib Chowdhury |
Fix a leak, and a series of typos.
|
Sat, 03 Oct 2009 21:01:57 +0000 |
Elliott Sales de Andrade |
Don't attempt to change the alias on the server if the contact is not (yet)
|
Sat, 03 Oct 2009 20:01:35 +0000 |
Elliott Sales de Andrade |
Don't crash is passport is NULL on Windows. I don't know why this would
|
Sat, 22 Aug 2009 23:32:38 +0000 |
Paul Aurich |
Oops, Elliott correctly pointed out this was wrong...
|
Sat, 22 Aug 2009 02:57:41 +0000 |
Paul Aurich |
Fix some more incorrect addresses.
|
Thu, 06 Aug 2009 05:25:23 +0000 |
Elliott Sales de Andrade |
Ignore buddies with invalid emails in the membership list or address book,
|
Mon, 13 Jul 2009 05:01:42 +0000 |
Elliott Sales de Andrade |
On MSN, pop up an "invite message" request similar to oscar, and send that
|
Sun, 21 Jun 2009 16:40:15 +0000 |
Richard Laager |
propagate from branch 'im.pidgin.pidgin.2.5.7' (head 81e7f59e74715d44dac9e40e7b43ff377c8b474c)
|
Tue, 19 May 2009 03:16:45 +0000 |
Elliott Sales de Andrade |
Parse the invite message out of the pending membership list so that it can
|
Mon, 18 May 2009 21:41:52 +0000 |
Elliott Sales de Andrade |
This line is redundant.
|
Wed, 01 Apr 2009 05:25:36 +0000 |
Elliott Sales de Andrade |
Fix a faulty condition that would result in an attempt to add most of your
|
Thu, 26 Mar 2009 05:29:18 +0000 |
Elliott Sales de Andrade |
For federated buddies, we should set <Member>/<Type> to Email, and use an
|
Wed, 29 Apr 2009 18:24:34 +0000 |
Sadrul Habib Chowdhury |
Pluck the MSN bug fixes.
|
Thu, 19 Feb 2009 02:24:56 +0000 |
Elliott Sales de Andrade |
Set an error if you're unable to connect to the contact server, or are not
|
Sun, 15 Feb 2009 21:15:39 +0000 |
Elliott Sales de Andrade |
Save and use the CacheKey for ABCH SOAP requests.
|
Sun, 15 Feb 2009 20:43:41 +0000 |
Elliott Sales de Andrade |
This casting is no longer necessary.
|
Sun, 01 Feb 2009 08:17:31 +0000 |
Elliott Sales de Andrade |
Remove warning in contact.c.
|
Sun, 01 Feb 2009 08:04:41 +0000 |
Elliott Sales de Andrade |
I incorrectly assumed that the FindMembership and ABFindAll SOAP requests
|
Sat, 31 Jan 2009 07:37:11 +0000 |
Elliott Sales de Andrade |
The MSN AddressBook can contain contacts with global isMessengerUser=false,
|
Thu, 29 Jan 2009 01:48:12 +0000 |
Elliott Sales de Andrade |
Don't crash on Windows when removing an alias for an MSN buddy.
|
Fri, 31 Oct 2008 07:59:46 +0000 |
Sadrul Habib Chowdhury |
propagate from branch 'im.pidgin.pidgin' (head 7821a3549d7d99473e999dc067afc4218addcc1e)
|
Sat, 04 Oct 2008 21:46:10 +0000 |
Sadrul Habib Chowdhury |
Revert the accidentally committed pseudo-group changes.
|
Sat, 27 Sep 2008 06:33:42 +0000 |
Sadrul Habib Chowdhury |
Start hiding blist.h internals in prpls.
|
Sun, 14 Dec 2008 05:22:52 +0000 |
Elliott Sales de Andrade |
When getting the privacy lists, set the default network to unknown. If the
|
Wed, 10 Dec 2008 06:49:56 +0000 |
Elliott Sales de Andrade |
Updates for federated/Yahoo buddies:
|
Mon, 08 Dec 2008 00:47:55 +0000 |
Elliott Sales de Andrade |
Use ContactEmail to add federated buddies to the AddressBook. Those on Yahoo
|
Mon, 08 Dec 2008 00:14:46 +0000 |
Elliott Sales de Andrade |
Handle the InvalidPassportUser response when adding buddies and report it to
|
Sun, 07 Dec 2008 08:18:15 +0000 |
Elliott Sales de Andrade |
Fix a typo in a name.
|
Sun, 07 Dec 2008 08:02:33 +0000 |
Elliott Sales de Andrade |
Split up that faultcode stuff I just changed. Stops it from printing an annoying
|
Sun, 07 Dec 2008 07:28:42 +0000 |
Elliott Sales de Andrade |
Deleting a contact without a ContactId doesn't work, so don't bother the server
|
Sun, 07 Dec 2008 07:09:57 +0000 |
Elliott Sales de Andrade |
Send FQY as the first thing when adding a buddy so that we know what network
|
Sun, 07 Dec 2008 07:04:23 +0000 |
Elliott Sales de Andrade |
Print a specific error to debug log about EmailDomainIsFederated error.
|
Mon, 01 Dec 2008 05:53:40 +0000 |
Elliott Sales de Andrade |
Send the SOAP faultcode to the callbacks for each Contact operation. They all
|
Mon, 01 Dec 2008 05:21:39 +0000 |
Elliott Sales de Andrade |
Get the MSN buddy's network ID from the FindMembership response.
|