summaryrefslogtreecommitdiff
path: root/libpurple/protocols/oscar/clientlogin.c
Commit message (Expand)AuthorAgeFilesLines
* Remove useless comparisonqarkai2017-03-251-1/+1
* Remove redundant NULL checksqarkai2017-03-241-2/+4
* Replace strcmp() with purple_strequal()qarkai2017-03-241-5/+5
* aim: Switch to new libpurple/finch distid/devids provided by AOLdx2017-02-221-14/+4
* I noticed a NULL printf crash from the first chunk of this change.Mark Doliner2010-11-221-7/+5
* A followup commit to 5d0b140eab3e0acd0515c6ac215ed5accd68e3f8.Ivan Komarov2010-11-041-19/+25
* The end user is not going to be amused when he sees a "<URL>: Ok" connectionIvan Komarov2010-11-041-1/+13
* Continuing Daniel's quest for safety in Pidginland (see b01c2771dfe0c2c521afb...Ivan Komarov2010-11-011-2/+2
* Merged everything related to ICQ server changes.Ivan Komarov2010-10-301-25/+57
* Fix for CVE-2010-3711. Properly validate the return value fromDaniel Atallah2010-10-171-1/+1
* oscar: Forget un-remembered passwords on Incorrect Password w/ clientLogin.Paul Aurich2010-04-131-0/+3
* oscar: Fix a clientLogin error crash (null printf bug). Closes #11662Paul Aurich2010-04-101-2/+6
* 401/1014 is a bad signature (it's what I've been getting while testing startO...Paul Aurich2010-02-191-1/+14
* Allow clientLogin POST/GETs to use a configured proxy.Paul Aurich2010-02-181-4/+10
* Change clientLogin to use HTTPS, since the hash calculation appears fixed now.Paul Aurich2010-02-181-1/+1
* Add back Paul's error message from revision 315ffdf6a4550e47b2bc6e5a29af0e47e...Mark Doliner2010-02-071-0/+5
* oscar: Try to make the error message more verbose.Sadrul Habib Chowdhury2010-01-271-10/+30
* Fix all the remaining files for which internal.h doesn't end up being the fir...Paul Aurich2009-12-081-3/+3
* disapproval of revision '315ffdf6a4550e47b2bc6e5a29af0e47e107abc6'Paul Aurich2009-12-061-4/+0
* oscar: Recognize the CAPTCHA failure and print a more friendly message. Refs...Paul Aurich2009-12-061-0/+4
* This magic number is documented in oscar.h, but it makes sense toMark Doliner2009-12-021-1/+4
* Send our distid when calling startOSCARSession, as request by AOLMark Doliner2009-12-021-1/+5
* oscar: According to the online docs, statusCode 607 is rate limit (confirmedPaul Aurich2009-11-061-2/+4
* oscar: Pretty sure this was a typo; cookie is a char ** (passed in as arg).Paul Aurich2009-11-061-1/+1
* oscar: Properly support TLS when using clientLogin.Paul Aurich2009-11-061-8/+22
* Change purple_url_encode() to not encode . _ - ~ because it's notMark Doliner2009-09-111-49/+5
* Make the strings in this file more localizableMark Doliner2009-08-091-26/+61
* Fix this compiler warning:Stu Tomlinson2009-07-101-1/+1
* Create a oscar_get_ui_info_string() function that looks up a value in theMark Doliner2009-07-081-11/+3
* Allow UIs to specify their own AOL client keyMark Doliner2009-07-081-6/+25
* More uniformity among disconnect error messagesMark Doliner2009-07-061-2/+2
* Silence some warnings from gcc on OS X. None of these were actually valid.Paul Aurich2009-06-281-2/+2
* Dear Compiler, Shut up!Sadrul Habib Chowdhury2009-06-271-1/+1
* Check in code that connects to oscar using clientLogin. This is theMark Doliner2009-06-231-0/+530