aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/msn
Commit message (Expand)AuthorAgeLines
* 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
* RIP native win32 support (use cygwin instead)dequis2014-09-27-2/+0
* Merging "storage" branch which I wrote long ago. It separates generation ofWilmer van der Gaast2013-04-20-1/+1
|\
| * s/ACC_SET_NOSAVE/SET_NOSAVE/.Wilmer van der Gaast2012-06-07-1/+1
* | I'm still bored on a long flight. Wrote a script to automatically updateWilmer van der Gaast2013-02-21-3/+3
* | For the lazy among us: When adding a Jabber/MSN contact within the sameWilmer van der Gaast2013-02-21-1/+2
* | Extend keepalive code to time out connections when pings don't getWilmer van der Gaast2012-11-11-0/+5
* | Some more removals. Using ifdefs instead of read deletions in Yahoo! dir toWilmer van der Gaast2012-10-20-8/+0
* | Suppress own UBM messages.Wilmer van der Gaast2012-09-29-2/+13
* | Support for sending messages to federated contacts. They don't seem to arriveWilmer van der Gaast2012-09-29-5/+40
* | Support for receiving messages via the NS (UBM command).Wilmer van der Gaast2012-09-25-3/+28
* | Fixed syntax error introduced by latest merge.Wilmer van der Gaast2012-09-22-1/+1