log

age author description
Sat, 22 Sep 2007 18:32:18 +0000 Gabriel Schulhof Fixing Request.xs
Sat, 22 Sep 2007 18:20:59 +0000 Gabriel Schulhof Fixed perl bindings
Sat, 22 Sep 2007 18:12:08 +0000 Gabriel Schulhof Fixed perl bindings
Sat, 22 Sep 2007 18:05:11 +0000 Gabriel Schulhof Restoring gntblist.c:create_menu
Sat, 22 Sep 2007 18:02:20 +0000 Gabriel Schulhof Bad propagate
Sat, 22 Sep 2007 17:37:07 +0000 Gabriel Schulhof compile
Sat, 22 Sep 2007 17:33:36 +0000 Gabriel Schulhof compile
Sat, 22 Sep 2007 17:29:44 +0000 Gabriel Schulhof Compile
Sat, 22 Sep 2007 17:06:17 +0000 Gabriel Schulhof Minor fix
Sat, 22 Sep 2007 16:19:34 +0000 Gabriel Schulhof Updated hinting to be less invasive
Sat, 22 Sep 2007 09:48:07 +0000 Gabriel Schulhof propagate from branch 'im.pidgin.pidgin' (head 025faf23aaac403798451974c320c4de6df470d5)
Fri, 21 Sep 2007 16:09:12 +0000 Sadrul Habib Chowdhury Fix #3249 (Bus error using finch on mac os x). Make sure we don't crash if there's no default SIGWINCH handler.
Fri, 21 Sep 2007 13:39:48 +0000 Sadrul Habib Chowdhury Obligatory typo.
Fri, 21 Sep 2007 13:18:41 +0000 Sadrul Habib Chowdhury Initialize file descriptors to -1 here too. These haven't caused any
Fri, 21 Sep 2007 12:50:41 +0000 Sadrul Habib Chowdhury Add and remove url-datas for alias update requests.
Fri, 21 Sep 2007 12:48:42 +0000 Sadrul Habib Chowdhury Initialize file-descriptors to -1.
Fri, 21 Sep 2007 07:38:26 +0000 Sean Egan Don't include OS information in jabber:iq:version requests
Fri, 21 Sep 2007 03:24:29 +0000 Daniel Atallah Clear the password consistently when we get a "Signed-On elsewhere" or a "Invalid Password" disconnection. Disconnection reason codes will take care of this in the core, but until then, this is ok.
Fri, 21 Sep 2007 02:46:27 +0000 Daniel Atallah Clear the password consistently when we get a "Signed-On elsewhere" or a "Invalid Password" disconnection. Disconnection reason codes will take care of this in the core, but until then, this is ok. Fixes #3204.
Fri, 21 Sep 2007 01:49:27 +0000 Daniel Atallah Clear out the unsaved password if we're already disconnected and we switch to offline status. Fixes #3218.
Fri, 21 Sep 2007 00:55:32 +0000 Daniel Atallah Fix some incorrect assertions when G_DEBUG=fatal_warnings is set.
Fri, 21 Sep 2007 00:53:41 +0000 Daniel Atallah Clear out the mail notifications for an account when we receive a notification of 0 emails.
Fri, 21 Sep 2007 00:32:33 +0000 Nathan Walp merge of '9e0721e5a46030c85511ed392b2b09c068e5ed27'
Thu, 20 Sep 2007 19:28:55 +0000 Sean Egan 22px Myspace icon
Thu, 20 Sep 2007 19:26:23 +0000 Sean Egan ChangeLog birthday emblem
Thu, 20 Sep 2007 19:24:14 +0000 Sean Egan Use birthday emblem in OSCAR. Fixes #300
Thu, 20 Sep 2007 19:21:25 +0000 Sean Egan Remove 'You have' from 'You have N new e-mails' to take less room and make it more likely to fit on one line
Thu, 20 Sep 2007 19:20:12 +0000 Sean Egan Remove drop shadows from status icons.
Thu, 20 Sep 2007 18:01:22 +0000 Daniel Atallah More robust win32 IE proxy settings detection using winhttp. This essentially parses the same registry entries, but we don't have to do the grunt work and it seems to work better. This gives us a start to apply proxy bypass support and autoconfig via PAC file when we can change the API in 3.0.0. I'd also like to change this so we can parse a SOCKS proxy setting and not just fill in the environment variables.
Thu, 20 Sep 2007 17:45:37 +0000 Daniel Atallah Fix incorrect purple_proxy_connect() callback and comment out an unused function.