aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/msn/passport.c
Commit message (Collapse)AuthorAgeLines
* Remove some old Passport stuff, this is all in soap.[ch] now.Wilmer van der Gaast2010-08-14-172/+0
|
* Passport 3.0 authentication turns out to be slightly different from whatWilmer van der Gaast2010-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 Gaast2008-08-02-171/+110
|
* Reverting to the old MSN/Passport authentication mechanism, the new oneWilmer van der Gaast2008-07-31-110/+171
| | | | | is "broken". (Bug #439)
* Automatically truncate MSN passports to 16 characters because that's theWilmer van der Gaast2008-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 onWilmer van der Gaast2008-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 tooWilmer van der Gaast2006-10-15-0/+1
| | | | | messy, really... :-(
* Fixed some memory leaking in the MSN Passport code.Wilmer van der Gaast2006-10-13-11/+11
|
* Using http_dorequest_url() at one place in passport.c now.Wilmer van der Gaast2006-05-27-3/+2
|
* Added error_string variable to Passport client.Wilmer van der Gaast2006-05-27-5/+24
|
* Crashbug fix in new MSN Passport code (plus a fix to make the 005 reply ↵Wilmer van der Gaast2005-12-18-2/+2
| | | | actually work).
* Passport authentication works now.Wilmer van der Gaast2005-12-17-204/+102
|
* Initial repository (0.99 release tree)0.99Wilmer van der Gaast2005-11-06-0/+313