log libpurple/protocols/oscar/clientlogin.c @ 32768:50cd80d3554e

age author description
Sat, 24 Sep 2011 22:09:40 +0000 andrew victor * purple_util_fetch_url_request_len() renamed to purple_util_fetch_url_request().
Sun, 21 Aug 2011 08:00:53 +0000 Mark Doliner Rename purple_connection_error_reason to purple_connection_error
Sun, 21 Aug 2011 01:59:13 +0000 Mark Doliner Rename purple_util_fetch_url_request_len_with_account to
Mon, 22 Nov 2010 09:54:54 +0000 Mark Doliner I noticed a NULL printf crash from the first chunk of this change.
Thu, 04 Nov 2010 23:38:20 +0000 ivan komarov A followup commit to d849dc2a852a4ffdd345a150f0b88ab37de36e36.
Thu, 04 Nov 2010 18:28:48 +0000 ivan komarov The end user is not going to be amused when he sees a "<URL>: Ok" connection
Mon, 01 Nov 2010 18:57:39 +0000 ivan komarov Continuing Daniel's quest for safety in Pidginland (see b01c2771dfe0c2c521afb1699a3a9c509c12567d).
Sat, 30 Oct 2010 21:36:34 +0000 ivan komarov Merged everything related to ICQ server changes.
Sun, 17 Oct 2010 03:55:04 +0000 Daniel Atallah Fix for CVE-2010-3711. Properly validate the return value from
Tue, 13 Apr 2010 04:30:08 +0000 Paul Aurich oscar: Forget un-remembered passwords on Incorrect Password w/ clientLogin.
Sat, 10 Apr 2010 22:48:48 +0000 Paul Aurich oscar: Fix a clientLogin error crash (null printf bug). Closes #11662
Fri, 19 Feb 2010 05:26:00 +0000 Paul Aurich 401/1014 is a bad signature (it's what I've been getting while testing startOSCARSession over https).
Thu, 18 Feb 2010 21:59:36 +0000 Paul Aurich Allow clientLogin POST/GETs to use a configured proxy.
Thu, 18 Feb 2010 21:52:18 +0000 Paul Aurich Change clientLogin to use HTTPS, since the hash calculation appears fixed now.
Sun, 07 Feb 2010 09:30:49 +0000 Mark Doliner Add back Paul's error message from revision 219b3128f3d96b126a9ed9aff2d2f3277e69dbd4
Wed, 27 Jan 2010 21:24:15 +0000 Sadrul Habib Chowdhury oscar: Try to make the error message more verbose.
Tue, 08 Dec 2009 04:18:32 +0000 Paul Aurich Fix all the remaining files for which internal.h doesn't end up being the first include.
Sun, 06 Dec 2009 19:26:45 +0000 Paul Aurich disapproval of revision '219b3128f3d96b126a9ed9aff2d2f3277e69dbd4'
Sun, 06 Dec 2009 04:19:06 +0000 Paul Aurich oscar: Recognize the CAPTCHA failure and print a more friendly message. Refs #10884.
Wed, 02 Dec 2009 22:27:55 +0000 Mark Doliner This magic number is documented in oscar.h, but it makes sense to
Wed, 02 Dec 2009 22:21:30 +0000 Mark Doliner Send our distid when calling startOSCARSession, as request by AOL
Fri, 06 Nov 2009 18:12:01 +0000 Paul Aurich oscar: According to the online docs, statusCode 607 is rate limit (confirmed
Fri, 06 Nov 2009 03:59:55 +0000 Paul Aurich oscar: Pretty sure this was a typo; cookie is a char ** (passed in as arg).
Fri, 06 Nov 2009 03:58:26 +0000 Paul Aurich oscar: Properly support TLS when using clientLogin.
Fri, 11 Sep 2009 18:17:03 +0000 Mark Doliner Change purple_url_encode() to not encode . _ - ~ because it's not
Sun, 09 Aug 2009 20:56:59 +0000 Mark Doliner Make the strings in this file more localizable
Fri, 10 Jul 2009 02:26:37 +0000 Stu Tomlinson Fix this compiler warning:
Wed, 08 Jul 2009 19:46:50 +0000 Mark Doliner Create a oscar_get_ui_info_string() function that looks up a value in the
Wed, 08 Jul 2009 19:02:40 +0000 Mark Doliner Allow UIs to specify their own AOL client key
Mon, 06 Jul 2009 09:07:42 +0000 Mark Doliner More uniformity among disconnect error messages
Sun, 28 Jun 2009 06:21:28 +0000 Paul Aurich Silence some warnings from gcc on OS X. None of these were actually valid.
Sat, 27 Jun 2009 10:37:26 +0000 Sadrul Habib Chowdhury Dear Compiler, Shut up!
Tue, 23 Jun 2009 18:20:12 +0000 Mark Doliner Check in code that connects to oscar using clientLogin. This is the