log libpurple/proxy.c @ 24049:0bd896cd1b90

age author description
Tue, 16 Sep 2008 13:04:39 +0000 Stu Tomlinson Fix a double free. Fixes #7047
Thu, 11 Sep 2008 22:30:04 +0000 Daniel Atallah Add support for printing out the TEXT-MESSAGE in SOCKS5 CHAP auth.
Thu, 11 Sep 2008 22:00:23 +0000 Daniel Atallah Fix the SOCKS5 CHAP authentication to parse several messages if they are read at
Wed, 27 Aug 2008 04:05:10 +0000 Daniel Atallah Add support for sending authorization for Basic proxy authentication when the
Tue, 26 Aug 2008 04:36:29 +0000 Daniel Atallah Add support for reading SOCKS proxy information from the Windows proxy settings.
Sun, 24 Aug 2008 16:51:19 +0000 Stu Tomlinson Use SOCKS proxy if specified when running in GNOME
Thu, 26 Jun 2008 09:07:56 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin.2.4.3' (head 709ec9c29e9d76eebbded25061107ef0a2a2b148)
Tue, 03 Jun 2008 03:53:14 +0000 Daniel Atallah Prevent double freeing when we don't get the proxy data we're expecting from
Tue, 27 May 2008 01:11:46 +0000 Peter O'Gorman A patch from Peter O'Gorman at The Written Word, Inc. to fix various
Thu, 19 Jun 2008 03:09:38 +0000 Daniel Atallah applied changes from ffe11b98734ebc297dc36ad3e623bc945fdb5cc4
Thu, 19 Jun 2008 02:55:19 +0000 Daniel Atallah applied changes from 43cf42d58f68c1f3f9ae27b10c66dbc351612f30
Tue, 20 May 2008 19:49:26 +0000 Daniel Atallah Rearrange some of the HTTP proxy handling to make sure that we're actually
Tue, 20 May 2008 03:50:26 +0000 Daniel Atallah Fix SOCK5 error handling to abort when we get a bogus ATYP response. Make the
Fri, 21 Mar 2008 17:26:20 +0000 Daniel Atallah Fix SOCKS5 CHAP authentication to be more robust; the current stuff depends on the attributes coming in in a specific order and the whole authentication having a maximum length of 20 bytes. Big thanks to Jonathan Rudolph ("simple" on IRC) for helping figure out what was wrong.
Sun, 16 Mar 2008 20:36:52 +0000 Mark Doliner Fix a bunch of compiler warnings caused by my addition of G_GNUC_PRINTF()