Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Remove MSN. Use the skypeweb purple plugin instead. | dequis | 2018-01-10 | -223/+0 |
| | | | | | | | | | | | | | | RIP As per http://ismsndeadyet.com/ all versions up to MSNP22 died a few months ago. We had a MSNP21 implementation, bought us two extra years. Implementing MSNP24 is technically possible but also pointless given skypeweb, and the authentication requires some fairly messed up crypto and legacy old-skype-protocol servers. For a long time I tried to reverse a potentially simpler method, and got fairly close, but never completed that. I haven't done any attempts to continue it in the last year, so I'm fine with giving up at this point. | |||
* | 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 |