log

age author description
Fri, 16 Nov 2007 19:11:08 +0000 Daniel Atallah Turns out this isn't a bug, nor is it win32-specific, and that we're misusing gtk_imhtml_clipboard_clear(). The reason this started being a problem was the fix to make the clipboard data set instead the owner set.
Fri, 16 Nov 2007 18:43:50 +0000 Daniel Atallah There appears to be a new GTK+ bug that causes the clipboard_clear callback to be triggered *after* the clipboard_copy callback on the second copy attempt. This makes stuff still work correctly when this happens (and, most importantly, not crash). I'll report this upstream.
Fri, 16 Nov 2007 17:38:53 +0000 Daniel Atallah Prevent multiple file offers from going out with a patch from galt. Fixes #3839.
Fri, 16 Nov 2007 17:11:44 +0000 Daniel Atallah Add purple_plugin_pref_[sg]et_format_type to the Perl API. There are a number of new functions that also need to be added, but I don't have time to do that right now. Fixes #3781.
Fri, 16 Nov 2007 13:15:19 +0000 Luke Schierer merge of '3634d69c60fbdab75e20abe5dbe9a7840fe80804'
Fri, 16 Nov 2007 07:49:55 +0000 Mark Doliner Don't crash when connecting to jabber.freenet.de. Michael Weitzel sent
Fri, 16 Nov 2007 07:31:49 +0000 Mark Doliner Get rid of two compile warnings:
Fri, 16 Nov 2007 05:58:57 +0000 Kevin Stange Just a test.
Fri, 16 Nov 2007 05:49:45 +0000 Kevin Stange Permit including of files like "pidgin/minidialog.h" from within pidgin/
Fri, 16 Nov 2007 05:31:39 +0000 Daniel Atallah Suppress warning
Fri, 16 Nov 2007 05:14:14 +0000 Daniel Atallah merge of '021b5f63a39f1578bba3b42c372e25e17f1490ed'
Fri, 16 Nov 2007 05:04:44 +0000 Kevin Stange Compile!
Fri, 16 Nov 2007 05:02:34 +0000 Daniel Atallah Fix purple.h generation on win32. Thanks to Kevin for noticing.
Fri, 16 Nov 2007 04:36:10 +0000 Kevin Stange Make sense!
Fri, 16 Nov 2007 03:39:04 +0000 Ambrose C. Li fixes #3979
Fri, 16 Nov 2007 03:26:08 +0000 Luke Schierer merge of '134d744543dd1085b75aefb7171ca8dd76b343d4'
Fri, 16 Nov 2007 03:25:49 +0000 Luke Schierer compile
Fri, 16 Nov 2007 03:23:58 +0000 RKVS Raman fixes #3953
Fri, 16 Nov 2007 03:22:49 +0000 Miu Moldovan fixes #3971
Fri, 16 Nov 2007 03:21:09 +0000 Maurcio Collares fixes #3972
Fri, 16 Nov 2007 02:41:37 +0000 Daniel Atallah Fix #3669
Fri, 16 Nov 2007 01:59:59 +0000 Daniel Atallah Fix #3421 by checking for an existing conversation in which to display a yahoo buzz.
Fri, 16 Nov 2007 01:39:53 +0000 Daniel Atallah Fix #3911 by checking that the connection is still valid when authorizing or denying an MSN auth. request.
Fri, 16 Nov 2007 01:19:52 +0000 Daniel Atallah Use MSNP9 on win32 as well.
Fri, 16 Nov 2007 01:16:53 +0000 Daniel Atallah Update the changelogs for 2.3.0
Thu, 15 Nov 2007 23:37:36 +0000 Daniel Atallah Fix receiving files from Gajim clients by making the SOCKS5 target hash correct.
Thu, 15 Nov 2007 22:01:48 +0000 Bjrn Voigt some language names fixed for German
Thu, 15 Nov 2007 20:50:28 +0000 Daniel Atallah Fix some confusion between iq ids and sids. This allows me to send files to Gajim (as long as Gajim has initiated the connection to me - there seems to a bug there where it will try to make a new connection if I've initiated the connection). Also fix a null ptr deref crash.
Thu, 15 Nov 2007 19:36:19 +0000 Daniel Atallah Fix something I mistyped.
Thu, 15 Nov 2007 19:35:27 +0000 Daniel Atallah Now that the buddies are being removed from the list correctly, it needs to happen before the dns_sd stuff is cleaned up when we disconnect so that it doesn't crash the avahi implementation.