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