source: protocols/msn/soap.c

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Date Author Log Message
(edit) @d0752e8   2012-09-22T12:12:12Z wilmer Little cleanup. Use xt_from_string() where possible.
(edit) @dcf155d   2012-02-11T17:26:41Z wilmer Drop dead support for MSN offline messages (that SOAP server isn't …
(edit) @9f958f7   2011-12-19T18:09:11Z wilmer Pass the SSL errors through another layer of indirection (Passport …
(edit) @5dc7f90   2011-12-06T00:53:16Z Miklos Vajna msn: unused-but-set-variables
(edit) @ca974d7   2011-12-04T19:14:29Z wilmer Debug output tweaks: Try to send everything to stderr, and add ifdef …
(edit) @bd31661   2011-12-02T10:32:54Z wilmer Somewhat improve debug logging of HTTP/SOAP stuff.
(edit) @3bd2f17   2011-11-25T12:16:05Z wilmer msn_soap_debug_print may get called with NULL pointers. Pay attention.
(edit) @ff1616b   2011-11-09T00:07:22Z wilmer Fixed bug in msn_soap_debug_print() failing to print HTTP headers of …
(edit) @02e06b5   2011-01-23T16:32:07Z wilmer Sneaky if statement is sneaky. The fix from the previous changeset …
(edit) @5282ffd   2011-01-22T17:29:55Z wilmer MSN changed the @msn.com login server URL and/or broke the old one. :-(
(edit) @8eec79d   2010-12-13T00:33:56Z wilmer MSN: Don't send any of the special messages offline since they creep …
(edit) @76c89dc7   2010-12-12T00:25:17Z wilmer Allow changing MSN display names in server-side profiles. (I.e. the …
(edit) @d68365c   2010-11-20T15:39:58Z wilmer D'oh. Obviously, only look at MSN buddies when checking the MSN …
(edit) @4eb75b2   2010-11-20T11:31:39Z wilmer Sometimes for whatever reasons MSN adds all contacts to both the …
(edit) @8a35d4b   2010-10-07T06:41:50Z wilmer base64-decode the msg in offline msg non-delivery reports and suppress …
(edit) @afb9ea9   2010-10-07T06:25:35Z wilmer Silencing some (mostly whiny) compiler warnings.
(edit) @c1d40e7   2010-10-07T06:19:39Z wilmer Fixed some memory leaks.
(edit) @385fbc4   2010-10-06T08:31:15Z wilmer Fixed string handling bug with long MSN passwords.
(edit) @2af3e23   2010-10-02T06:56:33Z wilmer Restore MSN password truncation code. MSN still can't handle passwords …
(edit) @04cd284   2010-10-02T05:19:27Z wilmer Export block/allow list again. The way this is done is ugly though and …
(edit) @ed86165   2010-10-02T04:22:57Z wilmer Silence some debugging stuff that was still going to stdout.
(edit) @52f5e90   2010-10-02T04:21:50Z wilmer Fixed possible crash bug on removing contacts while the auth cookie …
(edit) @2c6b0f4   2010-09-05T14:09:43Z wilmer Fix auth for @msn.com accounts.
(edit) @4e1be76   2010-09-04T17:23:46Z wilmer Clean up any stuff stuck in the soap queue at disconnect time.
(edit) @27053b5   2010-09-04T17:13:55Z wilmer Finish re-authentication works. Should now work for OIMs as well.
(edit) @4aa8a04   2010-09-04T15:54:52Z wilmer This works (includes some token sabotage code to ease testing), but I …
(edit) @327af51   2010-08-21T17:27:32Z wilmer Some general cleanup, plus fixing a bug in the memberlist parsing …
(edit) @801b90b   2010-08-20T19:30:12Z wilmer Check if a connection is down before handling its SOAP responses.
(edit) @f2520b5   2010-08-20T08:22:28Z wilmer In debugging mode, dump all SOAP requests + responses with some …
(edit) @80175a1   2010-08-18T19:21:44Z wilmer Fetch the user's profile to see if there's a display name set there. …
(edit) @e0e1546   2010-08-15T18:46:10Z wilmer Making display name code a bit saner. Apparently PoS MSN is still …
(edit) @9b01339   2010-08-15T17:19:06Z wilmer Check the <isMessengerUser/> flag in address book entries, ignore the …
(edit) @660cb00   2010-08-15T13:23:03Z wilmer Parse authentication errors.
(edit) @ff27648   2010-08-15T00:05:49Z wilmer Read group info.
(edit) @d97f51b   2010-08-14T23:23:23Z wilmer Fix issues with logging in with huge SSO tickets (hilariously, the …
(edit) @4fc95c5   2010-08-14T21:33:33Z wilmer Add/Remove support.
(edit) @6ddb223   2010-08-14T19:57:13Z wilmer Separate boilerplate and body of abservice SOAP requests since the …
(edit) @193dc74   2010-08-14T16:16:52Z wilmer Responses to add requests work now.
(edit) @e5854a8   2010-08-14T14:50:10Z wilmer Show incoming auth. requests (although responding to them currently …
(edit) @4452e69   2010-08-14T13:06:11Z wilmer Allow changing the display_name, now permanently!
(edit) @12767e3   2010-08-14T11:30:40Z wilmer Status/Away messages.
(edit) @73efe3a   2010-08-14T11:07:45Z wilmer Allow Passport authentication with @msn.com accounts.
(edit) @4e4af1b   2010-08-14T08:48:46Z wilmer Remove some old Passport stuff, this is all in soap.[ch] now.
(edit) @91d6e91   2010-08-13T09:12:31Z wilmer Sending offline messages works now ... but Pidgin doesn't seem to …
(edit) @ca7de3a   2010-08-12T22:13:26Z wilmer Successful login (including contact list sync). \o/
(edit) @7f34ce2   2010-08-11T23:03:33Z wilmer Get contact list/address book info. Next step: We have to send it …
(edit) @523fb23   2010-08-11T08:08:39Z wilmer Implement MSNP15 SSO (Sadistic Sign-On).
(edit) @7db65b7   2010-08-09T19:04:55Z wilmer Not working yet, but some code for fetching the membership list. …
(edit) @5fecede   2010-08-08T17:29:43Z wilmer Enough changes to successfully login up to (but not including) …
(edit) @bc090f0   2010-03-20T22:42:59Z wilmer Error reporting and added a msgq_send function. Need to put some more …
(edit) @ffb6dea   2010-03-20T21:58:04Z wilmer Killing some memory leaks.
(add) @e5a8118   2010-03-20T17:27:23Z wilmer Added soap.c with a fairly reusable SOAP framework and simple code for …
Note: See TracRevisionLog for help on using the revision log.