2009-07-23 |
Paul Aurich |
Add an explicit "Connected" message right before passing control from proxy subsystem to whomever called purple_proxy_connect.
|
2009-07-06 |
Mark Doliner |
More uniformity among disconnect error messages
|
2009-07-06 |
Mark Doliner |
Remove periods and newlines from many error messages that end up being used
|
2009-07-02 |
mauro brasil |
Increase the logging level of some debugging messages that seemed to be a
|
2009-06-05 |
Hu Yong |
Add purple_proxy_connect_udp. Closes #6589.
|
2009-03-02 |
Elliott Sales de Andrade |
propagate from branch 'im.pidgin.pidgin.next.minor' (head 7305b29db7bd00d3261f348c71674c93aa31b327)
|
2009-01-26 |
Mark Doliner |
Remove trailing whitespace
|
2009-01-06 |
Kevin Stange |
merge of '123d615deaa8daeeea7d7c341a87eab4e83a7958'
|
2009-01-06 |
Daniel Atallah |
Patch from fqueze to add API for setting the global proxy settings. Fixes #7610.
|
2009-01-06 |
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
|
2008-11-28 |
Richard Laager |
disapproval of revision 'cf02e7f6a3488e78b81601065f32c8eee8a19b4c'
|
2008-11-28 |
Richard Laager |
When we call g_spawn_command_line_sync(), we don't care about stderr, so
|
2009-02-17 |
Daniel Atallah |
Implement support for resolving DNS via the SOCKS4 proxy in use.
|
2009-02-17 |
Daniel Atallah |
A few type fixes.
|
2009-02-17 |
Daniel Atallah |
Use asynchronous DNS lookups for SOCKS4.
|
2008-12-03 |
Kevin Stange |
merge of '6ac9187d4f4437a087d58d63489c47664121f0b5'
|
2008-10-04 |
Kevin Stange |
This string appears before the connection attempt, so it shouldn't be
|
2008-11-24 |
Daniel Atallah |
Prevent a NULL printf crash.
|
2008-11-16 |
Richard Laager |
Backport the 'purple_debug_*(msg)' -> 'purple_debug_*("%s", msg);' fixes.
|
2008-10-21 |
Daniel Atallah |
Add debug output when proxy configuration issues are seen. This will help to
|
2008-09-16 |
Daniel Atallah |
Some minor cleanup; removal of unnecessary frees and setting stuff to NULL
|
2008-09-16 |
Stu Tomlinson |
Fix a double free. Fixes #7047
|
2008-09-11 |
Daniel Atallah |
Add support for printing out the TEXT-MESSAGE in SOCKS5 CHAP auth.
|
2008-09-11 |
Daniel Atallah |
Fix the SOCKS5 CHAP authentication to parse several messages if they are read at
|
2008-08-27 |
Daniel Atallah |
Add support for sending authorization for Basic proxy authentication when the
|
2008-08-26 |
Daniel Atallah |
Add support for reading SOCKS proxy information from the Windows proxy settings.
|
2008-08-24 |
Stu Tomlinson |
Use SOCKS proxy if specified when running in GNOME
|
2008-06-26 |
Richard Laager |
propagate from branch 'im.pidgin.pidgin.2.4.3' (head 709ec9c29e9d76eebbded25061107ef0a2a2b148)
|
2008-06-03 |
Daniel Atallah |
Prevent double freeing when we don't get the proxy data we're expecting from
|
2008-05-27 |
Peter O'Gorman |
A patch from Peter O'Gorman at The Written Word, Inc. to fix various
|
2008-06-19 |
Daniel Atallah |
applied changes from ffe11b98734ebc297dc36ad3e623bc945fdb5cc4
|
2008-06-19 |
Daniel Atallah |
applied changes from 43cf42d58f68c1f3f9ae27b10c66dbc351612f30
|
2008-05-20 |
Daniel Atallah |
Rearrange some of the HTTP proxy handling to make sure that we're actually
|
2008-05-20 |
Daniel Atallah |
Fix SOCK5 error handling to abort when we get a bogus ATYP response. Make the
|
2008-03-21 |
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.
|
2008-03-16 |
Mark Doliner |
Fix a bunch of compiler warnings caused by my addition of G_GNUC_PRINTF()
|
2008-03-05 |
Mark Doliner |
Bring back the lines that free info.whatever on subsequent calls to
|
2008-03-05 |
Mark Doliner |
merge of 'e4cc3b79eb04e4937c5fa764f6839a8e07397651'
|
2008-03-05 |
Mark Doliner |
Improve our error handling of Gnome proxy settings.
|
2008-03-05 |
Mark Doliner |
Short circuit and return out of the function early if gconftool-2
|
2008-03-05 |
Mark Doliner |
disapproval of revision 'd5ef30aafa0c0ecff773017ab7ac542f9ba7b4b4'
|
2008-03-05 |
Mark Doliner |
These things are always NULL, so these if statements are never triggered
|
2008-02-20 |
Daniel Atallah |
Patch from eperez to plug a leak in the ntlm proxy authentication. Fixes #4702
|
2007-11-03 |
Nathan Walp |
replace most calls to strerror with calls to g_strerror. strerror will return
|
2007-10-26 |
Ka-Hing Cheung |
Patch from Andrew Gaul to constify a bunch of static variables to reduce
|
2007-10-21 |
Luke Schierer |
applied changes from e33c17e58da161b8cffaf13e9d79e9bb4b9ce4ce
|
2007-10-21 |
Luke Schierer |
applied changes from 2762c6075c0dc52a96098c5478c5bf68cfd890a3
|
2007-09-16 |
Sean Egan |
remove gpl boilerplate from doxygen docs
|
2007-09-14 |
Daniel Atallah |
Apply a similar fix to the proxy prefs loading fix to the status scores.
|
2007-09-14 |
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.
|
2007-09-13 |
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.
|
2007-09-08 |
John Bailey |
The FSF changed its address a while ago; our files were out of date.
|
2007-09-06 |
Kevin Stange |
merge of '906281124efc7c5fcab1d5a7b8066c6a99d7927d'
|
2007-09-05 |
Sadrul Habib Chowdhury |
Patch from QuLogic. Fixes #2903 ('Missing newlines in debug messages.')
|
2007-09-02 |
Sadrul Habib Chowdhury |
disapproval of revision 'c672802b647f1230fbd9b0edf383fb3d558cf719'
|
2007-09-01 |
Sadrul Habib Chowdhury |
Tooltips can be for the buddylist or for conversation windows.
|
2007-06-02 |
Richard Laager |
Eliminate some type punning warnings in proxy.c. This was inspired by a
|
2007-05-30 |
Nathan Walp |
fix socks5 from over-reading the headers, and throwing away data (fixes jabber file receiving)
|
2007-05-12 |
Stu Tomlinson |
Fix for detecting gnome proxy settings from ticket #935
|
2007-04-25 |
Sean Egan |
Works for me! Renames prefs: /core to /purple, /gaim/gtk to /pidgin, /gaim/gnt to /finch
|