log libpurple/proxy.c @ 19566:57d350900136

age author description
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/