log libpurple/proxy.c @ 21725:960c07f6f052

age author description
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
2007-04-01 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:
2007-03-19 Sean Egan sed -ie 's/gaim/purple/g'
2007-02-23 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.
2007-02-02 Nathan Walp clean up some compile warnings
2007-01-20 Sean Egan Rename gtk/ and libgaim/ to pidgin/ and libpurple/