Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | msn: Buffer writes a bit to send several commands with a single request | dequis | 2015-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 OUT | dequis | 2015-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 callbacks | dequis | 2015-04-12 | -16/+29 |
| | ||||
* | msn: switch to long polling http | dequis | 2015-04-10 | -2/+8 |
| | ||||
* | msn: implement the rest of the http gateway support, enable by default | dequis | 2015-04-10 | -3/+54 |
| | ||||
* | msn: start of the http gateway code | dequis | 2015-04-10 | -0/+126 |