source: protocols/msn

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Date Author Log Message
(edit) @098a75b   2015-03-22T13:35:08Z dx Fix a bunch of memory leaks - irc_im.c: - bee_irc_user_msg: …
(edit) @afbad28   2015-03-10T07:46:38Z dx msn: Update FindMembership payload to fix incorrect pending requests …
(edit) @a6b00fc   2015-02-28T23:17:33Z dx Disable msn by default :( I didn't want to do the next release with a …
(edit) @05816dd   2015-02-22T22:44:40Z dx coverity: Fix some (harmless?) use-after-free with g_slist_remove() …
(edit) @5ebff60   2015-02-20T22:50:54Z dx Reindent everything to K&R style with tabs Used uncrustify, with the …
(edit) @4f161e3   2015-01-16T19:50:24Z dx msn_ns_send_adl_1: Fix alloc_strlen coverity warning Allocating …
(edit) @6b13103   2015-01-16T19:50:23Z dx Replace isdigit/isalpha/.../tolower/toupper with glib variants This …
(edit) @6f10697   2015-01-16T19:50:23Z dx Fix incorrect Free Software Foundation address
(edit) @bc7a0d4   2014-12-06T17:58:35Z dx msn: configurable notification server host/port
(edit) @aa6bcd8   2014-11-17T05:57:22Z dx msn: add 'allow' role if contact has neither block nor allow This …
(edit) @3325df7   2014-11-17T05:57:16Z dx msn_buddy_ask: only ask to add if contact is in pending list …
(edit) @a77a9ef   2014-11-17T05:57:14Z dx msn: Update ApplicationId again to one used by skype Because why not
(edit) @81186736   2014-11-12T06:20:04Z dx msn: update ABService ApplicationId to WLM 2012 to fix login The …
(edit) @e252d8c   2014-09-27T14:54:35Z dx RIP native win32 support (use cygwin instead) It has been broken for …
(edit) @e31e5b8   2013-04-20T13:05:55Z wilmer Merging "storage" branch which I wrote long ago. It separates …
(edit) @0e788f5   2013-02-21T19:15:59Z wilmer I'm still bored on a long flight. Wrote a script to automatically …
(edit) @06eef80   2013-02-21T14:03:15Z wilmer For the lazy among us: When adding a Jabber/MSN contact within the …
(edit) @e132b60   2012-11-11T23:32:47Z wilmer Extend keepalive code to time out connections when pings don't get …
(edit) @509cf60   2012-10-20T00:02:45Z wilmer Some more removals. Using ifdefs instead of read deletions in Yahoo! …
(edit) @4c9d377   2012-09-29T19:49:19Z wilmer Suppress own UBM messages.
(edit) @208db4b   2012-09-29T19:38:18Z wilmer Support for sending messages to federated contacts. They don't seem to …
(edit) @3901b5d   2012-09-25T22:48:56Z wilmer Support for receiving messages via the NS (UBM command).
(edit) @6bef211   2012-09-22T12:55:02Z wilmer Fixed syntax error introduced by latest merge.
(edit) @9c77fbf   2012-09-22T12:47:55Z wilmer Merge mainline.
(edit) @d0752e8   2012-09-22T12:12:12Z wilmer Little cleanup. Use xt_from_string() where possible.
(edit) @a325ebd   2012-09-16T21:44:09Z wilmer Notification on incoming offline messages. Life is too short to …
(edit) @fe79de66   2012-09-16T20:42:11Z wilmer One more semicolon check (BYE command).
(edit) @e9caacd   2012-09-16T18:08:15Z wilmer Don't accidentally create groupchats for 1:1 chats.
(edit) @79bb7e4   2012-09-16T17:40:44Z wilmer Online status should be read properly now.
(edit) @080c43a   2012-09-16T13:52:19Z wilmer Some more tweaks: Should show up online now, and be able to send and …
(edit) @f9258ae   2012-09-16T11:52:35Z wilmer Generate a machine UUID instead of using a hardcoded one.
(edit) @bc676ac   2012-09-16T00:09:58Z wilmer MSNP18 code. It logs in now but otherwise doesn't work all too well.
(edit) @7281ad1   2012-09-15T15:59:17Z wilmer Allow building position-independent executables. #981, patch from …
(edit) @bb5ce568   2012-06-07T22:41:17Z wilmer s/ACC_SET_NOSAVE/SET_NOSAVE/.
(edit) @dcf155d   2012-02-11T17:26:41Z wilmer Drop dead support for MSN offline messages (that SOAP server isn't …
(edit) @eb54f56   2012-02-11T13:01:20Z wilmer Add missing newslines to debugging output. Bug #896.
(edit) @7fa5c19   2012-02-11T12:55:45Z wilmer Rename SRCDIR directory to _SRCDIR_. I guess #907 was caused by SRCDIR …
(edit) @164352e   2011-12-24T18:02:39Z wilmer Merging mainline.
(edit) @9f958f7   2011-12-19T18:09:11Z wilmer Pass the SSL errors through another layer of indirection (Passport …
(edit) @9b0ad7e   2011-12-19T00:00:31Z wilmer Moving msn_findheader() to lib/misc.c as get_rfc822_header() so I can …
(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) @c77406a   2011-11-26T18:41:24Z wilmer MSN: No clue if the OUT command can specify other reasons, but if so, …
(edit) @3bd2f17   2011-11-25T12:16:05Z wilmer msn_soap_debug_print may get called with NULL pointers. Pay attention.
(edit) @dff732d   2011-11-12T15:49:52Z wilmer Undoing old workaround for MSN troubles and added more proper fix. The …
(edit) @dac74bd   2011-11-10T03:38:40Z wilmer Workaround/Fix for MSN login troubles, many thanks to necropresto. Bug …
(edit) @ff1616b   2011-11-09T00:07:22Z wilmer Fixed bug in msn_soap_debug_print() failing to print HTTP headers of …
(edit) @9e9140b   2011-03-08T06:23:34Z wilmer Fix crash on quick MSN logoff (NULL pointer dereference because GLib …
(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) @9c84617   2010-12-13T00:42:58Z wilmer Silently adding /CTCP NUDGE support for MSN contacts.
(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) @10685d3   2010-11-19T21:00:14Z wilmer Fixed two doc/string typos.
(edit) @ed0589c   2010-11-13T13:01:40Z wilmer Fixed issue with logging in to unverified MSN accounts.
(edit) @9066974   2010-10-23T03:05:48Z wilmer Fixed some still-leaky code in the MSN incoming status message handling.
(edit) @6197702   2010-10-09T18:41:19Z wilmer Merging OTR branch. It's more or less a plugin if you enable it, and …
(edit) @23b29c6   2010-10-08T06:32:44Z wilmer Clean up ordering of free()s in msn_buddy_data_free().
(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) @8e9e2b7   2010-10-03T02:45:26Z wilmer Merging mainline, which includes a huge msnp13 merge. Not 100% sure …
(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) @bae0617   2010-09-03T21:24:58Z wilmer Rearrange things a bit to support multiple NS connections. This is …
(edit) @64768d4   2010-09-02T09:15:44Z wilmer Replace msn*write functions with saner versions that accept format …
(edit) @f5c0d8e   2010-08-31T20:06:14Z wilmer Merge mainline stuff.
(edit) @02bb9db   2010-08-29T09:39:27Z wilmer Handle payloads attached to errors (assume any number in cmd[2] would …
(edit) @feb1bad   2010-08-28T12:24:37Z wilmer Pull in Makefile dependencies fix from mainline.
(edit) @00374ac   2010-08-28T12:22:50Z wilmer Don't treat error 241 as fatal since it isn't - or at least not always.
(edit) @b0a89cc   2010-08-27T08:48:18Z wilmer Use nifty gcc -MD feature to automatically track .h dependencies of …
(edit) @be999a5   2010-08-23T23:12:24Z wilmer First step in this merge. Mostly a bzr merge and then a cleanup of …
(edit) @9b1d2d6   2010-08-22T10:42:27Z wilmer Ignore empty status messages, and msnmsgrp2p invitations.
(edit) @fd424c8   2010-08-21T23:08:33Z wilmer Also pick up MSN Messenger mobile info.
(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) @9679fd8   2010-08-15T14:27:44Z wilmer Removing soap.h dependency in Makefile. I'll have to fix the internal …
(edit) @660cb00   2010-08-15T13:23:03Z wilmer Parse authentication errors.
(edit) @5a7af1b   2010-08-15T13:02:52Z wilmer The ADL command doesn't support >150 contacts. Split it up.
(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) @5848675   2010-08-14T13:32:46Z wilmer The contact's full name is in a different field now in NLN messages.
Note: See TracRevisionLog for help on using the revision log.