log libpurple/proxy.c @ 32796:5ae7e1f36b43

age author description
Mon, 07 May 2012 03:16:31 +0000 Mark Doliner Fix a possible XMPP remote crash
Fri, 23 Dec 2011 08:21:58 +0000 Elliott Sales de Andrade A boring and large patch so I can merge heads.
Sat, 18 Feb 2012 23:26:02 +0000 Mark Doliner propagate from branch 'im.pidgin.pidgin.2.x.y' (head 9e9d09486a04f5adb2e51b0f5aada69a9b053e93)
Mon, 23 Jan 2012 16:22:33 +0000 Daniel Atallah xnyhps noticed that 'purple_proxy_connect_socks5' is passing the handle to the
Thu, 22 Dec 2011 08:39:45 +0000 Elliott Sales de Andrade Remove dead assignments found with clang-analyzer.
Mon, 05 Sep 2011 20:37:04 +0000 andrew victor purple_proxy_connect_socks5() was deprecated in 2.8.0, and can be removed for 3.0.0.
Fri, 02 Sep 2011 02:42:39 +0000 Elliott Sales de Andrade Hide PurpleProxyInfo struct.
Fri, 02 Sep 2011 01:57:25 +0000 Elliott Sales de Andrade Replace purple_dnsquery_a_account with purple_dnsquery_a.
Sun, 17 Jul 2011 21:04:52 +0000 Ethan Blanton Copy hostname fallbacks using g_strlcpy instead of strcpy.
Tue, 03 May 2011 12:49:56 +0000 Daniel Atallah merge of '8a2ad25fe0712bc0d47a1229671868560599a2cd'
Tue, 03 May 2011 04:57:17 +0000 Daniel Atallah proxy: Use account proxy when making standalone SOCKS5 connections.
Tue, 03 May 2011 05:19:14 +0000 Paul Aurich purple: Fix some compiler warnings related to new API and missing prototypes.
Tue, 19 Apr 2011 04:58:17 +0000 Daniel Atallah Add new DNS-related API to perform lookups in the context of an account.
Tue, 19 Apr 2011 04:41:59 +0000 Daniel Atallah Add a new proxy type of "Tor". This is really just a SOCKS5 proxy, but can be
Sat, 14 Aug 2010 05:17:38 +0000 Elliott Sales de Andrade Fix some "Dead nested assignment"s and then kill off some useless
Thu, 22 Apr 2010 03:09:15 +0000 mklencke Fix an invalid memory deref with Windows proxy settings when there's no ":port"
Sun, 14 Feb 2010 08:05:08 +0000 Paul Aurich proxy: Fix printing IPv6 addresses
Thu, 03 Dec 2009 08:02:54 +0000 Mark Doliner merge of '0bd5c5d235ae8c70b289e3b55a19523c4e28539e'
Thu, 03 Dec 2009 05:45:58 +0000 Paul Aurich merge of 'a35d515dd2c8f385ed4563358fccee9108573018'
Thu, 03 Dec 2009 05:45:30 +0000 Paul Aurich disapproval of revision '32e63a51dbb65b8b63d134bde098d40167574148'
Thu, 03 Dec 2009 08:02:40 +0000 Mark Doliner disapproval of revision '04b807937c8e058bcddca1fe81be8cf681345ae8'
Wed, 02 Dec 2009 22:14:13 +0000 Mark Doliner Remove unused variable
Sun, 29 Nov 2009 16:14:36 +0000 thecrux Don't send Proxy-Authorization headers until we've received a
Mon, 24 Aug 2009 17:23:41 +0000 Paul Aurich Fix GNOME proxy settings. Fixes #10051.
Thu, 13 Aug 2009 03:26:27 +0000 Paul Aurich Clean up various file-scoped globals at uninit.
Thu, 23 Jul 2009 02:52:45 +0000 Paul Aurich Add an explicit "Connected" message right before passing control from proxy subsystem to whomever called purple_proxy_connect.
Mon, 06 Jul 2009 09:07:42 +0000 Mark Doliner More uniformity among disconnect error messages
Mon, 06 Jul 2009 05:33:27 +0000 Mark Doliner Remove periods and newlines from many error messages that end up being used
Thu, 02 Jul 2009 04:26:00 +0000 mauro brasil Increase the logging level of some debugging messages that seemed to be a
Fri, 05 Jun 2009 01:58:22 +0000 Hu Yong Add purple_proxy_connect_udp. Closes #6589.
Mon, 02 Mar 2009 04:18:40 +0000 Elliott Sales de Andrade propagate from branch 'im.pidgin.pidgin.next.minor' (head 7305b29db7bd00d3261f348c71674c93aa31b327)
Mon, 26 Jan 2009 06:44:00 +0000 Mark Doliner Remove trailing whitespace
Tue, 06 Jan 2009 07:53:19 +0000 Kevin Stange merge of '123d615deaa8daeeea7d7c341a87eab4e83a7958'
Tue, 06 Jan 2009 03:46:52 +0000 Daniel Atallah Patch from fqueze to add API for setting the global proxy settings. Fixes #7610.
Tue, 06 Jan 2009 03:39:51 +0000 Paul Aurich Patch from Paul Aurich to add purple_strequal to help readability and simplicity of code. Ie, don't need to negate the value of strcmp, since this does a strcmp and does the negation for us
Fri, 28 Nov 2008 00:31:28 +0000 Richard Laager disapproval of revision 'cf02e7f6a3488e78b81601065f32c8eee8a19b4c'
Fri, 28 Nov 2008 00:24:42 +0000 Richard Laager When we call g_spawn_command_line_sync(), we don't care about stderr, so
Tue, 17 Feb 2009 23:42:49 +0000 Daniel Atallah Implement support for resolving DNS via the SOCKS4 proxy in use.
Tue, 17 Feb 2009 22:46:20 +0000 Daniel Atallah A few type fixes.
Tue, 17 Feb 2009 22:39:16 +0000 Daniel Atallah Use asynchronous DNS lookups for SOCKS4.
Wed, 03 Dec 2008 03:09:32 +0000 Kevin Stange merge of '6ac9187d4f4437a087d58d63489c47664121f0b5'
Sat, 04 Oct 2008 06:13:33 +0000 Kevin Stange This string appears before the connection attempt, so it shouldn't be
Mon, 24 Nov 2008 03:23:25 +0000 Daniel Atallah Prevent a NULL printf crash.
Sun, 16 Nov 2008 06:50:19 +0000 Richard Laager Backport the 'purple_debug_*(msg)' -> 'purple_debug_*("%s", msg);' fixes.
Tue, 21 Oct 2008 16:01:13 +0000 Daniel Atallah Add debug output when proxy configuration issues are seen. This will help to
Tue, 16 Sep 2008 14:23:24 +0000 Daniel Atallah Some minor cleanup; removal of unnecessary frees and setting stuff to NULL
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()
Wed, 05 Mar 2008 18:17:25 +0000 Mark Doliner Bring back the lines that free info.whatever on subsequent calls to
Wed, 05 Mar 2008 18:13:11 +0000 Mark Doliner merge of 'e4cc3b79eb04e4937c5fa764f6839a8e07397651'
Wed, 05 Mar 2008 10:00:45 +0000 Mark Doliner Improve our error handling of Gnome proxy settings.
Wed, 05 Mar 2008 09:43:31 +0000 Mark Doliner Short circuit and return out of the function early if gconftool-2
Wed, 05 Mar 2008 18:11:02 +0000 Mark Doliner disapproval of revision 'd5ef30aafa0c0ecff773017ab7ac542f9ba7b4b4'
Wed, 05 Mar 2008 09:40:16 +0000 Mark Doliner These things are always NULL, so these if statements are never triggered
Wed, 20 Feb 2008 03:04:47 +0000 Daniel Atallah Patch from eperez to plug a leak in the ntlm proxy authentication. Fixes #4702
Sat, 03 Nov 2007 17:52:28 +0000 Nathan Walp replace most calls to strerror with calls to g_strerror. strerror will return
Fri, 26 Oct 2007 04:59:23 +0000 Ka-Hing Cheung Patch from Andrew Gaul to constify a bunch of static variables to reduce
Sun, 21 Oct 2007 05:02:09 +0000 Luke Schierer applied changes from e33c17e58da161b8cffaf13e9d79e9bb4b9ce4ce
Sun, 21 Oct 2007 04:46:33 +0000 Luke Schierer applied changes from 2762c6075c0dc52a96098c5478c5bf68cfd890a3
Sun, 16 Sep 2007 01:05:22 +0000 Sean Egan remove gpl boilerplate from doxygen docs
Fri, 14 Sep 2007 18:26:20 +0000 Daniel Atallah Apply a similar fix to the proxy prefs loading fix to the status scores.
Fri, 14 Sep 2007 17:55:05 +0000 Daniel Atallah Fix proxy settings to be loaded correctly when libpurple is initialized. This was broken because it relied on the prefs being loaded after proxy initialization so that the pref callbacks would be triggered and I changed the prefs loading to happen right at the beginning to fix other issues. Fixes #3092.
Thu, 13 Sep 2007 01:25:22 +0000 Daniel Atallah This is parts 1 and 2 of patch #2910 from Vladimir (thecrux) to improve NTLM proxy handling. Specifically, it specifies that we're using Unicode strings and uses the hostname of the local machine instead of incorrectly using the proxy server's hostname for authentication. References #2910.
Sat, 08 Sep 2007 03:09:35 +0000 John Bailey The FSF changed its address a while ago; our files were out of date.
Thu, 06 Sep 2007 06:59:23 +0000 Kevin Stange merge of '906281124efc7c5fcab1d5a7b8066c6a99d7927d'
Wed, 05 Sep 2007 22:33:22 +0000 Sadrul Habib Chowdhury Patch from QuLogic. Fixes #2903 ('Missing newlines in debug messages.')
Sun, 02 Sep 2007 00:03:43 +0000 Sadrul Habib Chowdhury disapproval of revision 'c672802b647f1230fbd9b0edf383fb3d558cf719'
Sat, 01 Sep 2007 23:50:22 +0000 Sadrul Habib Chowdhury Tooltips can be for the buddylist or for conversation windows.
Sat, 02 Jun 2007 06:26:24 +0000 Richard Laager Eliminate some type punning warnings in proxy.c. This was inspired by a
Wed, 30 May 2007 03:01:02 +0000 Nathan Walp fix socks5 from over-reading the headers, and throwing away data (fixes jabber file receiving)
Sat, 12 May 2007 14:28:59 +0000 Stu Tomlinson Fix for detecting gnome proxy settings from ticket #935
Wed, 25 Apr 2007 23:55:56 +0000 Sean Egan Works for me! Renames prefs: /core to /purple, /gaim/gtk to /pidgin, /gaim/gnt to /finch
Sun, 01 Apr 2007 02:17:06 +0000 Evan Schoenberg I commonly see a crash in which socket_ready_cb(), shortly after a laptop wakes from sleep, is passed invalid (previously freed) connect_data. It looks like this:
Mon, 19 Mar 2007 07:01:17 +0000 Sean Egan sed -ie 's/gaim/purple/g'
Fri, 23 Feb 2007 05:17:20 +0000 Evan Schoenberg Added a new GaimEventLoopUiOps item, input_get_error(). This function allows the UI to return the current error status on a socket/input. If the UI does not implement it (as Pidgin and gntgaim do not, since glib's handling of sockets is sane), it is just a wrapper around getsockopt(). Implemented or not, its return values should match those of getsockopt() with a level of SOL_SOCKET and an option of SO_ERROR. For curious souls, Adium will be using this to provide a working version of getsockopt(); the CoreFoundation CFSocket class which is used for socket read/write calls getsockopt() with SO_ERROR itself, thereby clearing the error flag [as documented in getsockopt()'s behavior], so depending upon it for determining if an error occurred leads to significant misbehavior.
Fri, 02 Feb 2007 23:14:20 +0000 Nathan Walp clean up some compile warnings
Sat, 20 Jan 2007 02:32:10 +0000 Sean Egan Rename gtk/ and libgaim/ to pidgin/ and libpurple/