aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/msn
Commit message (Expand)AuthorAgeLines
* Remove MSN. Use the skypeweb purple plugin instead.dequis2018-01-10-3633/+0
* Add --verbose configure option to control verbose build outputTim Harder2017-03-12-2/+2
* Fix some compiler warningsdequis2016-11-28-3/+3
* msn: Fix ADL/RML (add/remove from list) throwing server errorsdequis2015-12-30-1/+3
* msn: Don't truncate passwords to 16 chars anymore.dequis2015-12-30-5/+1
* msn: remove suggestion to use the official client, which is deaddequis2015-11-29-2/+1
* msn: Send VER/CVR/USR together in the first request for faster logindequis2015-11-28-4/+10
* msn: Buffer writes a bit to send several commands with a single requestdequis2015-11-28-2/+27
* MSN: self message supportdequis2015-10-30-13/+34
* msn: Don't reconnect on wsse:FailedAuthentication errorsdequis2015-10-14-1/+7
* msn: Better error messages on 'location blocked'dequis2015-10-14-0/+5
* Rename mail notification related settings for consistencydequis2015-05-28-3/+3
* imcb_notify_email: change parameters to take a format stringdequis2015-05-28-7/+2
* Gmail notifications support through new imcb_notify_email() APIArtem Savkov2015-05-28-6/+18
* msn: took me way too long to realize i broke the builddequis2015-05-14-2/+0
* msn: Implement sending typing notificationsdequis2015-05-13-38/+19
* msn: Remove nudgesdequis2015-05-13-33/+0
* msn: Fix "ADL/RML command with invalid modification" errorsdequis2015-05-13-3/+3
* msn: fix use-after-free when the server sends OUTdequis2015-05-07-11/+11
* msn: don't prevent reconnections on OUT OTHdequis2015-04-19-13/+2
* msn/gw.c: ensure that the im_connection still exists in callbacksdequis2015-04-12-25/+35
* msn: rename all old 'handler' variables to 'md' for consistencydequis2015-04-11-64/+62
* msn: handle NOT command payload lengthdequis2015-04-11-0/+4
* msn: switch to long polling httpdequis2015-04-10-2/+9
* msn: handle NFY PUT (presence notifications), refactor a bitdequis2015-04-10-22/+109
* msn_set_away: fix strcmp check for idledequis2015-04-10-1/+1
* get_rfc822_header: allow headers at the end of a stringdequis2015-04-10-0/+6
* msn: implement the rest of the http gateway support, enable by defaultdequis2015-04-10-20/+106
* msn: add msn_queue_feed(), move read() out of msn_handler()dequis2015-04-10-21/+27
* msn: remove msn_linesplit, use g_strsplit_set insteaddequis2015-04-10-42/+10
* msn: start of the http gateway codedequis2015-04-10-1/+149
* msn: remove unsupported commands, OIMs and dead codedequis2015-04-10-308/+4
* msn: implement PUT /user to set status as onlinedequis2015-04-10-37/+42
* msn: removed switchboards, implemented SDG messagedequis2015-04-10-1012/+85
* msn: start update to msnp21dequis2015-04-10-11/+13
* msn: colorful debugdequis2015-04-10-2/+6
* msn: remove old/broken/unused msnftp stuff (requires distclean!)dequis2015-04-06-792/+0
* Fix a bunch of memory leaksdequis2015-03-22-7/+13
* msn: Update FindMembership payload to fix incorrect pending requestsdequis2015-03-10-1/+1
* Disable msn by default :(dequis2015-02-28-3/+11
* coverity: Fix some (harmless?) use-after-free with g_slist_remove()dequis2015-02-22-6/+4
* Reindent everything to K&R style with tabsIndent2015-02-20-3008/+2892
* msn_ns_send_adl_1: Fix alloc_strlen coverity warningdequis2015-01-16-1/+1
* Replace isdigit/isalpha/.../tolower/toupper with glib variantsdequis2015-01-16-5/+5
* Fix incorrect Free Software Foundation addressMatej Cepl2015-01-16-20/+20
* msn: configurable notification server host/portdequis2014-12-06-2/+10
* msn: add 'allow' role if contact has neither block nor allowdequis2014-11-17-0/+8
* msn_buddy_ask: only ask to add if contact is in pending listdequis2014-11-17-1/+1
* msn: Update ApplicationId again to one used by skypedequis2014-11-17-1/+1
* msn: update ABService ApplicationId to WLM 2012 to fix logindequis2014-11-12-1/+1