aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/msn/gw.c
Commit message (Collapse)AuthorAgeLines
* msn: Buffer writes a bit to send several commands with a single requestdequis2015-11-28-2/+26
| | | | | | | | Just a 1msec timeout, so that it will run in the next main loop iteration. The official clients send the first few commands in the same request, which reduces roundtrips during login. This commit doesn't do that.
* msn: fix use-after-free when the server sends OUTdequis2015-05-07-6/+9
| | | | | | | Also fix a leak in msn_ns_callback while i'm at it. Also fix a potential null deref when req->reply_body is null and BITLBEE_DEBUG is enabled, but i don't even know if this one can happen.
* msn/gw.c: ensure that the im_connection still exists in callbacksdequis2015-04-12-16/+29
|
* msn: switch to long polling httpdequis2015-04-10-2/+8
|
* msn: implement the rest of the http gateway support, enable by defaultdequis2015-04-10-3/+54
|
* msn: start of the http gateway codedequis2015-04-10-0/+126