Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Remove some old Passport stuff, this is all in soap.[ch] now. | Wilmer van der Gaast | 2010-08-14 | -172/+0 |
| | ||||
* | Passport 3.0 authentication turns out to be slightly different from what | Wilmer van der Gaast | 2010-05-15 | -1/+3 |
| | | | | | | the msnpiki MSNP13 doc says and stuff is breaking now. This should fix the main problem now. | |||
* | Microsoft, I hate you. | Wilmer van der Gaast | 2008-08-02 | -171/+110 |
| | ||||
* | Reverting to the old MSN/Passport authentication mechanism, the new one | Wilmer van der Gaast | 2008-07-31 | -110/+171 |
| | | | | | is "broken". (Bug #439) | |||
* | Automatically truncate MSN passports to 16 characters because that's the | Wilmer van der Gaast | 2008-02-17 | -0/+5 |
| | | | | | | maximum supported by MSN and giving a longer password will make the authentication fail. | |||
* | Replaced old MSN Passport (v1.4) authentication code with what's described on | Wilmer van der Gaast | 2008-02-17 | -170/+105 |
| | | | | | | | | http://msnpiki.msnfanatic.com/index.php/MSNP13:SOAPTweener . This was an attempt to fix bug #360, but it didn't. However, this change may make BitlBee a little bit more future-proof. Plus, the code is tidier and sometimes faster than the old mechanism. | |||
* | Fixing early free(). Memory management in the passport code is getting too | Wilmer van der Gaast | 2006-10-15 | -0/+1 |
| | | | | | messy, really... :-( | |||
* | Fixed some memory leaking in the MSN Passport code. | Wilmer van der Gaast | 2006-10-13 | -11/+11 |
| | ||||
* | Using http_dorequest_url() at one place in passport.c now. | Wilmer van der Gaast | 2006-05-27 | -3/+2 |
| | ||||
* | Added error_string variable to Passport client. | Wilmer van der Gaast | 2006-05-27 | -5/+24 |
| | ||||
* | Crashbug fix in new MSN Passport code (plus a fix to make the 005 reply ↵ | Wilmer van der Gaast | 2005-12-18 | -2/+2 |
| | | | | actually work). | |||
* | Passport authentication works now. | Wilmer van der Gaast | 2005-12-17 | -204/+102 |
| | ||||
* | Initial repository (0.99 release tree)0.99 | Wilmer van der Gaast | 2005-11-06 | -0/+313 |