Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Remove MSN. Use the skypeweb purple plugin instead. | dequis | 2018-01-10 | -254/+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 | -0/+1 |
| | | | | | | | | 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: Implement sending typing notifications | dequis | 2015-05-13 | -18/+3 |
| | | | | Also remove some old unused debug stuff | |||
* | msn: Remove nudges | dequis | 2015-05-13 | -7/+0 |
| | ||||
* | msn/gw.c: ensure that the im_connection still exists in callbacks | dequis | 2015-04-12 | -2/+4 |
| | ||||
* | msn: switch to long polling http | dequis | 2015-04-10 | -0/+1 |
| | ||||
* | msn: implement the rest of the http gateway support, enable by default | dequis | 2015-04-10 | -0/+7 |
| | ||||
* | msn: add msn_queue_feed(), move read() out of msn_handler() | dequis | 2015-04-10 | -0/+1 |
| | ||||
* | msn: remove msn_linesplit, use g_strsplit_set instead | dequis | 2015-04-10 | -1/+0 |
| | ||||
* | msn: start of the http gateway code | dequis | 2015-04-10 | -0/+22 |
| | ||||
* | msn: remove unsupported commands, OIMs and dead code | dequis | 2015-04-10 | -2/+0 |
| | ||||
* | msn: implement PUT /user to set status as online | dequis | 2015-04-10 | -2/+23 |
| | ||||
* | msn: removed switchboards, implemented SDG message | dequis | 2015-04-10 | -62/+19 |
| | ||||
* | msn: start update to msnp21 | dequis | 2015-04-10 | -1/+1 |
| | | | | | | | | - bump protocol version - update CVR parameters - don't send BLP, send ADL right after getting contact list - NFY payload size parsing - MSNP21 style ADL | |||
* | Reindent everything to K&R style with tabs | Indent | 2015-02-20 | -90/+80 |
| | | | | | | | Used uncrustify, with the configuration file in ./doc/uncrustify.cfg Commit author set to "Indent <please@skip.me>" so that it's easier to skip while doing git blame. | |||
* | Fix incorrect Free Software Foundation address | Matej Cepl | 2015-01-16 | -2/+2 |
| | ||||
* | msn: configurable notification server host/port | dequis | 2014-12-06 | -1/+1 |
| | ||||
* | Some more removals. Using ifdefs instead of read deletions in Yahoo! dir to | Wilmer van der Gaast | 2012-10-20 | -1/+0 |
| | | | | | | not make merges too complicated (although upstream really seems dead at this point :-/). | |||
* | Support for sending messages to federated contacts. They don't seem to arrive | Wilmer van der Gaast | 2012-09-29 | -0/+1 |
| | | | | | but Pidgin seems to have the same problem. | |||
* | Online status should be read properly now. | Wilmer van der Gaast | 2012-09-16 | -2/+3 |
| | ||||
* | Some more tweaks: Should show up online now, and be able to send and receive | Wilmer van der Gaast | 2012-09-16 | -0/+3 |
| | | | | | messages. Seeing online state is still a problem due to the protocol#: gunk. | |||
* | Generate a machine UUID instead of using a hardcoded one. | Wilmer van der Gaast | 2012-09-16 | -0/+1 |
| | ||||
* | MSNP18 code. It logs in now but otherwise doesn't work all too well. | Wilmer van der Gaast | 2012-09-16 | -4/+11 |
| | ||||
* | Moving msn_findheader() to lib/misc.c as get_rfc822_header() so I can use it | Wilmer van der Gaast | 2011-12-19 | -1/+0 |
| | | | | | in OAuth as well. (Need it to find the Content-Type: header.) | |||
* | Silently adding /CTCP NUDGE support for MSN contacts. | Wilmer van der Gaast | 2010-12-13 | -3/+10 |
| | ||||
* | Allow changing MSN display names in server-side profiles. (I.e. the changes | Wilmer van der Gaast | 2010-12-12 | -0/+1 |
| | | | | | are finally always persistent again.) | |||
* | Fixed issue with logging in to unverified MSN accounts. | Wilmer van der Gaast | 2010-11-13 | -0/+1 |
| | ||||
* | Finish re-authentication works. Should now work for OIMs as well. | Wilmer van der Gaast | 2010-09-04 | -1/+2 |
| | ||||
* | This works (includes some token sabotage code to ease testing), but I just | Wilmer van der Gaast | 2010-09-04 | -2/+2 |
| | | | | | realised there's probably no need for the additional temporary NS connection. | |||
* | Rearrange things a bit to support multiple NS connections. This is apparently | Wilmer van der Gaast | 2010-09-03 | -18/+23 |
| | | | | | needed for refreshing auth. tokens. | |||
* | Replace msn*write functions with saner versions that accept format strings. | Wilmer van der Gaast | 2010-09-02 | -2/+2 |
| | | | | | Also preparing for additional temporary NS connections (auth token renewal). | |||
* | Fetch the user's profile to see if there's a display name set there. If | Wilmer van der Gaast | 2010-08-18 | -4/+10 |
| | | | | | | there is, the one in the address book should be ignored. No support for changing the profile yet though. | |||
* | Making display name code a bit saner. Apparently PoS MSN is still suffering | Wilmer van der Gaast | 2010-08-15 | -1/+1 |
| | | | | | from display_name amnesia a little bit though at least with Hotmail accounts. | |||
* | Parse authentication errors. | Wilmer van der Gaast | 2010-08-15 | -1/+1 |
| | ||||
* | The ADL command doesn't support >150 contacts. Split it up. | Wilmer van der Gaast | 2010-08-15 | -0/+6 |
| | ||||
* | Read group info. | Wilmer van der Gaast | 2010-08-15 | -4/+9 |
| | ||||
* | Responses to add requests work now. | Wilmer van der Gaast | 2010-08-14 | -2/+2 |
| | ||||
* | Show incoming auth. requests (although responding to them currently causes | Wilmer van der Gaast | 2010-08-14 | -1/+1 |
| | | | | | a disconnect). | |||
* | Allow changing the display_name, now permanently! | Wilmer van der Gaast | 2010-08-14 | -1/+0 |
| | ||||
* | Remove some old Passport stuff, this is all in soap.[ch] now. | Wilmer van der Gaast | 2010-08-14 | -3/+0 |
| | ||||
* | Sending offline messages works now ... but Pidgin doesn't seem to receive ↵ | Wilmer van der Gaast | 2010-08-13 | -3/+8 |
| | | | | them. :-/ | |||
* | Proper responses to CHL challenges. Clean up bee_users before calling | Wilmer van der Gaast | 2010-08-12 | -6/+9 |
| | | | | | | prpl->logout() since the buddy_data functions would like some structs to still exist. | |||
* | Successful login (including contact list sync). \o/ | Wilmer van der Gaast | 2010-08-12 | -1/+4 |
| | ||||
* | Get contact list/address book info. Next step: We have to send it back. | Wilmer van der Gaast | 2010-08-12 | -0/+15 |
| | | | | | Seriously. Wish I were joking. | |||
* | Implement MSNP15 SSO (Sadistic Sign-On). | Wilmer van der Gaast | 2010-08-11 | -1/+2 |
| | ||||
* | Merging msn-offline branch. A tiny bit of MSNP13, and it works for the first | Wilmer van der Gaast | 2010-08-08 | -1/+11 |
|\ | | | | | | | | | | | minute of the session (after that the MSN server finds out the rest of BitlBee still speaks MSNP8). | |||
| * | Added soap.c with a fairly reusable SOAP framework and simple code for | Wilmer van der Gaast | 2010-03-20 | -2/+7 |
| | | | | | | | | | | | | sending offline messages. It works somewhat, just that Pidgin shows the messages as empty. :-( | |||
| * | Add MSNP11 challenge code which I'll need for doing this SOAP stuff. | Wilmer van der Gaast | 2010-03-20 | -1/+6 |
| | | ||||
* | | MSN supports having people in multiple groups and BitlBee does not. When | Wilmer van der Gaast | 2010-07-25 | -1/+1 |
| | | | | | | | | | | | | moving people between groups, make sure they *are* removed from their old group. | |||
* | | Create new MSN groups when necessary. | Wilmer van der Gaast | 2010-06-11 | -1/+7 |
| | |