Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | msn: Don't truncate passwords to 16 chars anymore. | dequis | 2015-12-30 | -1/+0 |
| | | | | This was needed back in 2010, but now it's not. | |||
* | msn: Update FindMembership payload to fix incorrect pending requests | dequis | 2015-03-10 | -1/+1 |
| | | | | | | | | | | | | | | | | It was requesting memberships for the following services: Messenger, Invitation, SocialNetwork, Space, Profile Now it only requests the same services as WLM 2012: Messenger, IMAvailability Fixes trac ticket 1191. I'm going to apply this to the master branch just for the sake of marking it as fixed, but I can't log in at all with that branch at the moment. Yes this is silly. | |||
* | Reindent everything to K&R style with tabs | Indent | 2015-02-20 | -246/+246 |
| | | | | | | | 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: Update ApplicationId again to one used by skype | dequis | 2014-11-17 | -1/+1 |
| | | | | Because why not | |||
* | msn: update ABService ApplicationId to WLM 2012 to fix login | dequis | 2014-11-12 | -1/+1 |
| | | | | The previous ApplicationId was from WLM 2008 (8.5) | |||
* | RIP native win32 support (use cygwin instead) | dequis | 2014-09-27 | -2/+0 |
| | | | | It has been broken for a very long time and nobody cared about it. | |||
* | I'm still bored on a long flight. Wrote a script to automatically update | Wilmer van der Gaast | 2013-02-21 | -1/+1 |
| | | | | | | | my copyright mentions since some were getting pretty stale. Left files not touched since before 2012 alone so that this change doesn't touch almost EVERY source file. | |||
* | Drop dead support for MSN offline messages (that SOAP server isn't even in | Wilmer van der Gaast | 2012-02-11 | -34/+0 |
| | | | | | | DNS anymore). Bug #874 for adding support for the new (much simpler, for a change) way. | |||
* | Undoing old workaround for MSN troubles and added more proper fix. The | Wilmer van der Gaast | 2011-11-12 | -3/+3 |
| | | | | | | http_client module needs some refactoring though. Will do that later.. This should hopefully fix bug #850. | |||
* | Workaround/Fix for MSN login troubles, many thanks to necropresto. Bug #850. | Wilmer van der Gaast | 2011-11-10 | -3/+3 |
| | ||||
* | MSN changed the @msn.com login server URL and/or broke the old one. :-( | Wilmer van der Gaast | 2011-01-22 | -1/+1 |
| | ||||
* | Allow changing MSN display names in server-side profiles. (I.e. the changes | Wilmer van der Gaast | 2010-12-12 | -1/+29 |
| | | | | | are finally always persistent again.) | |||
* | Restore MSN password truncation code. MSN still can't handle passwords | Wilmer van der Gaast | 2010-10-01 | -0/+1 |
| | | | | | longer than 16 chars and silently fails if you give >16chars. | |||
* | Fix auth for @msn.com accounts. | Wilmer van der Gaast | 2010-09-05 | -1/+1 |
| | ||||
* | Clean up any stuff stuck in the soap queue at disconnect time. | Wilmer van der Gaast | 2010-09-04 | -0/+3 |
| | ||||
* | Finish re-authentication works. Should now work for OIMs as well. | Wilmer van der Gaast | 2010-09-04 | -1/+1 |
| | ||||
* | This works (includes some token sabotage code to ease testing), but I just | Wilmer van der Gaast | 2010-09-04 | -1/+1 |
| | | | | | realised there's probably no need for the additional temporary NS connection. | |||
* | Fetch the user's profile to see if there's a display name set there. If | Wilmer van der Gaast | 2010-08-18 | -0/+57 |
| | | | | | | there is, the one in the address book should be ignored. No support for changing the profile yet though. | |||
* | Add/Remove support. | Wilmer van der Gaast | 2010-08-14 | -1/+36 |
| | ||||
* | Separate boilerplate and body of abservice SOAP requests since the former's | Wilmer van der Gaast | 2010-08-14 | -58/+13 |
| | | | | | the same all the time (and I have to add some more request types). | |||
* | Responses to add requests work now. | Wilmer van der Gaast | 2010-08-14 | -0/+41 |
| | ||||
* | Allow changing the display_name, now permanently! | Wilmer van der Gaast | 2010-08-14 | -0/+33 |
| | ||||
* | Read incoming MSN status/away messages. | Wilmer van der Gaast | 2010-08-14 | -21/+27 |
| | ||||
* | Sending offline messages works now ... but Pidgin doesn't seem to receive ↵ | Wilmer van der Gaast | 2010-08-13 | -2/+11 |
| | | | | them. :-/ | |||
* | Get contact list/address book info. Next step: We have to send it back. | Wilmer van der Gaast | 2010-08-12 | -1/+32 |
| | | | | | Seriously. Wish I were joking. | |||
* | Implement MSNP15 SSO (Sadistic Sign-On). | Wilmer van der Gaast | 2010-08-11 | -3/+68 |
| | ||||
* | Not working yet, but some code for fetching the membership list. Apparently | Wilmer van der Gaast | 2010-08-09 | -1/+28 |
| | | | | | an upgrade to MSNP15 is needed. Oh well. | |||
* | Enough changes to successfully login up to (but not including) fetching the | Wilmer van der Gaast | 2010-08-08 | -1/+1 |
| | | | | | contact list. | |||
* | Error reporting and added a msgq_send function. Need to put some more | Wilmer van der Gaast | 2010-03-20 | -0/+1 |
| | | | | | intelligence into it later. | |||
* | Killing some memory leaks. | Wilmer van der Gaast | 2010-03-20 | -1/+2 |
| | ||||
* | Added soap.c with a fairly reusable SOAP framework and simple code for | Wilmer van der Gaast | 2010-03-20 | -0/+85 |
sending offline messages. It works somewhat, just that Pidgin shows the messages as empty. :-( |