source: protocols/msn

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Date Author Log Message
(edit) @ef9ee0e   2015-05-31T02:40:05Z dx msn: reply BND with PUT MSGR\CHALLENGE Still the same challenge …
(edit) @4107fea   2015-05-31T02:40:04Z dx msn: start implementing basic MSNP24 login Not working yet since it's …
(edit) @85dabae   2015-05-31T02:40:04Z dx msn: add msn_ns_write_cmd to write MSNP24-formatted commands
(edit) @6a89740   2015-05-31T02:40:04Z dx msn/soap: remove MSNP15 SSO crypto code
(edit) @95fdf22   2015-05-31T02:40:04Z dx msn: remove some MSNP21 commands
(edit) @d2411a1   2015-05-31T02:40:04Z dx msn: all commands have a payload size now, simplify parsing
(edit) @074c9b6   2015-05-31T02:40:04Z dx msn: remove fd parameter from msn_ns_write
(edit) @767b2d1   2015-05-31T02:40:04Z dx msn: Start of SSL over TCP code (required for MSNP24)
(edit) @b38f655   2015-05-28T05:26:30Z dx Rename mail notification related settings for consistency - GMail …
(edit) @0864a52   2015-05-28T05:26:30Z dx imcb_notify_email: change parameters to take a format string Saves …
(edit) @dd43c62   2015-05-28T05:26:24Z dx Gmail notifications support through new imcb_notify_email() API
(edit) @a6bed1a   2015-05-14T07:45:41Z dx msn: took me way too long to realize i broke the build
(edit) @99fe030   2015-05-13T08:05:01Z dx msn: Implement sending typing notifications Also remove some old …
(edit) @a733669   2015-05-13T07:43:24Z dx msn: Remove nudges
(edit) @2730c79   2015-05-13T07:01:28Z dx msn: Fix "ADL/RML command with invalid modification" errors The …
(edit) @088b070   2015-05-08T02:02:14Z dx msn: fix use-after-free when the server sends OUT Also fix a leak in …
(edit) @2fe8297   2015-04-19T06:13:57Z dx msn: don't prevent reconnections on OUT OTH The servers send them for …
(edit) @951aefd   2015-04-12T15:27:31Z dx msn/gw.c: ensure that the im_connection still exists in callbacks
(edit) @5fbf815   2015-04-11T19:36:13Z dx msn: rename all old 'handler' variables to 'md' for consistency I …
(edit) @002fede   2015-04-11T18:20:31Z dx msn: handle NOT command payload length
(edit) @e59eec0   2015-04-10T17:10:41Z dx msn: switch to long polling http
(edit) @cd5fdcf   2015-04-10T17:10:41Z dx msn: handle NFY PUT (presence notifications), refactor a bit
(edit) @3058c30   2015-04-10T17:10:41Z dx msn_set_away: fix strcmp check for idle
(edit) @73b1a8e   2015-04-10T17:10:41Z dx get_rfc822_header: allow headers at the end of a string
(edit) @913a663   2015-04-10T17:10:41Z dx msn: implement the rest of the http gateway support, enable by default
(edit) @a4be2f6   2015-04-10T17:10:41Z dx msn: add msn_queue_feed(), move read() out of msn_handler()
(edit) @3b09b38   2015-04-10T17:10:40Z dx msn: remove msn_linesplit, use g_strsplit_set instead
(edit) @cfeadc3   2015-04-10T17:10:40Z dx msn: start of the http gateway code
(edit) @d550358   2015-04-10T17:10:40Z dx msn: remove unsupported commands, OIMs and dead code
(edit) @d80822c   2015-04-10T17:10:40Z dx msn: implement PUT /user to set status as online
(edit) @11e42dc   2015-04-10T17:10:40Z dx msn: removed switchboards, implemented SDG message
(edit) @254a4da   2015-04-10T17:10:40Z dx msn: start update to msnp21 - bump protocol version - update CVR …
(edit) @693aca0   2015-04-10T17:10:40Z dx msn: colorful debug
(edit) @8bcd160   2015-04-06T16:22:05Z dx msn: remove old/broken/unused msnftp stuff (requires distclean!) …
(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 …
Note: See TracRevisionLog for help on using the revision log.