Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | 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 |