log

age author description
Mon, 24 Mar 2008 07:14:29 +0000 Ka-Hing Cheung Patch from ccpaging to clean up some QQ stuff. I removed the now commented
Fri, 21 Mar 2008 21:11:07 +0000 Stu Tomlinson merge of '86b04a102905cb20d3279090e84cdeffd30e95bc'
Fri, 21 Mar 2008 20:16:46 +0000 Sean Egan New XMPP icons from hbons
Fri, 21 Mar 2008 18:05:15 +0000 Daniel Atallah nosnilmot thought this should be changelog'd
Fri, 21 Mar 2008 20:24:33 +0000 Jochen Kemnade German translation update
Fri, 21 Mar 2008 17:26:20 +0000 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.
Fri, 21 Mar 2008 15:18:55 +0000 Mark Doliner Undo the AC_CHECK_HEADERS_ONCE thing, since it requires a fairly new
Fri, 21 Mar 2008 05:25:09 +0000 Ka-Hing Cheung who in the right mind uses 8 space tab?
Fri, 21 Mar 2008 05:24:21 +0000 Ka-Hing Cheung another patch from Maiku, this time handling IPG so we can receive paging.
Fri, 21 Mar 2008 04:45:03 +0000 Ka-Hing Cheung Another patch from Maiku that improves the way we send mobile messages, this
Fri, 21 Mar 2008 03:17:36 +0000 Ka-Hing Cheung merge of '72c6d2dad88b0353a473a6e6398fc42ad3972716'
Fri, 21 Mar 2008 00:52:51 +0000 Evan Schoenberg Improved some of the debug output from nat-pmp
Thu, 20 Mar 2008 08:42:15 +0000 Evan Schoenberg Discussion is in progress on pidgin-devel about the preference to enable/disable GSSAPI, but upon reflection it should, if it exists at all, default to TRUE. Making it do so for the time being.
Thu, 20 Mar 2008 04:22:21 +0000 Jeffrey Connelly propagate from branch 'im.pidgin.soc.2007.msimprpl' (head b018bfb95aeaf0bd6b4cc353965bd3431891dec9)
Thu, 20 Mar 2008 03:37:33 +0000 Etan Reisner merge of '3161d3b09a1cb0dfe2a905306fbe19a6e76f5531'
Thu, 20 Mar 2008 02:59:50 +0000 Etan Reisner If the default value of a list-single or list-multi data forms field is NULL
Wed, 19 Mar 2008 05:06:14 +0000 Etan Reisner This broke building perl, finding EXTERN.h breaks without the PERL_CFLAGS
Wed, 19 Mar 2008 04:00:57 +0000 Etan Reisner merge of 'c8a7475750a83a32c26d2f40066500a948844beb'
Wed, 05 Mar 2008 01:24:23 +0000 Etan Reisner merge of '43597c046102d28beb11884ac70e89943a1b1466'
Tue, 04 Mar 2008 02:48:30 +0000 Etan Reisner merge of '541f6529c3dbec16782707ce37eb8206f95fc92e'
Fri, 29 Feb 2008 04:12:32 +0000 Etan Reisner Change up the Add Budy dialog a little bit, this hopefully makes it a bit
Fri, 29 Feb 2008 01:44:35 +0000 Etan Reisner merge of '4b63bba84183d38714730df5a11d191e0c02163a'
Thu, 28 Feb 2008 23:15:12 +0000 Etan Reisner merge of 'f14958459e9f62fd8c988e1317019c10a0fddf06'
Wed, 27 Feb 2008 22:51:02 +0000 Etan Reisner Bring the test.pl plugin at least theoretically up to date (I haven't tried it
Wed, 27 Feb 2008 22:43:36 +0000 Etan Reisner Add this back, the merge lost it.
Wed, 27 Feb 2008 22:41:34 +0000 Etan Reisner merge of '662b18e22ed66890ffcb81db34c948405b31f4c7'
Wed, 27 Feb 2008 00:24:57 +0000 Etan Reisner merge of '3195166356877e091e9b3d663bc03f7682ed3a17'
Tue, 26 Feb 2008 01:33:35 +0000 Etan Reisner Register and unregister the PurpleConnectionErrorInfo pointers with dbus, I
Thu, 20 Mar 2008 04:21:57 +0000 Jeffrey Connelly In msimprpl, when converting point size and MySpaceIM-markup font size,
Thu, 20 Mar 2008 00:20:27 +0000 Evan Schoenberg Now that Adium has cyrus-sasl enabled, I'm having a lot of users report problems connecting to servers which ultimately turn out to be that the server supports GSSAPI in addition to other mechanisms and the user isn't configured serverside or clientside to authenticate properly. Generally speaking, a user/password combination is the expectation for most people for connecting.
Wed, 19 Mar 2008 03:13:19 +0000 Daniel Atallah Fix protocolhandler invocation. Fixes #5248
Tue, 18 Mar 2008 19:03:12 +0000 Daniel Atallah Use the new cyrus-sasl package containing msvcrt dependent MIT gssapi libraries.
Tue, 18 Mar 2008 02:13:24 +0000 Sadrul Habib Chowdhury Uninitialize the python interpreter only if gnt started it. This fixes a crash when quitting pygnt apps.
Mon, 17 Mar 2008 20:32:02 +0000 Daniel Atallah I was wondering why the more sane error messges were never appearing... now I know. There is also a fix here that uses glib's internal rename stuff on recent versions because it is more robust than our win32 version.
Mon, 17 Mar 2008 14:43:28 +0000 Stu Tomlinson merge of '058ee765cda4210b0bbd2e709b93a6e8bd956b21'
Mon, 17 Mar 2008 14:39:03 +0000 Stu Tomlinson gtk_window_has_toplevel_focus() is new in Gtk 2.4, making pidgin_auto_parent_window()
Mon, 17 Mar 2008 14:43:07 +0000 Stu Tomlinson G_UNLIKELY is new in Glib 2.2 and resiak said this wasn't important here
Mon, 17 Mar 2008 14:35:33 +0000 Stu Tomlinson gdk_display_get_name() and gdk_display_get_default() are new in Gtk 2.2
Mon, 17 Mar 2008 14:30:30 +0000 Stu Tomlinson gtk_event_box_set_visible_window() is new in Gtk 2.4
Mon, 17 Mar 2008 14:17:56 +0000 Stu Tomlinson Fix compiling on older Glib where G_GSSIZE_FORMAT is not defined
Mon, 17 Mar 2008 14:15:29 +0000 Stu Tomlinson Use purple_str_has_prefix which provides backwards compatibility with older
Mon, 17 Mar 2008 14:13:47 +0000 Stu Tomlinson Fix compiling on older Glib where G_GSIZE_MODIFIER is not defined
Mon, 17 Mar 2008 14:08:36 +0000 Will Thompson Limit the text input area to half the conversation's height.
Mon, 17 Mar 2008 13:38:34 +0000 Will Thompson Revert the dependency on gstreamer-0.10 >= 0.10.10, falling back to the SIGALRM
Mon, 17 Mar 2008 06:14:38 +0000 Mark Doliner Change a bunch of calls of AC_CHECK_HEADERS to AC_CHECK_HEADERS_ONCE.
Mon, 17 Mar 2008 06:09:32 +0000 Mark Doliner Fix a problem with our configure check for sys/sysctl.h on OpenBSD 4.2.
Mon, 17 Mar 2008 02:12:31 +0000 Stu Tomlinson Fix a printf argument order bug uncovered by the fantastic G_GNUC_PRINTF
Mon, 17 Mar 2008 01:56:29 +0000 Stu Tomlinson merge of 'c2f80865e78beb384f2dec792cac08ac44cf4eea'
Mon, 17 Mar 2008 01:54:00 +0000 Stu Tomlinson I think "Yes" and "No" are better answers to "Would you like to merge these
Fri, 21 Mar 2008 03:17:26 +0000 Ka-Hing Cheung Michael Ruprecht aka Maiku fixed #5210
Mon, 17 Mar 2008 01:50:54 +0000 Ka-Hing Cheung never decrease the height by less than half a line, fixes the jumping issue
Sun, 16 Mar 2008 20:37:49 +0000 Mark Doliner merge of '0caa39824f21f7f7dd7abf1462fbc769730120de'
Sun, 16 Mar 2008 20:36:52 +0000 Mark Doliner Fix a bunch of compiler warnings caused by my addition of G_GNUC_PRINTF()
Sun, 16 Mar 2008 20:35:23 +0000 Mark Doliner Set G_GNUC_PRINTF(2, 3) on our debug functions. This sets the 'format'
Sun, 16 Mar 2008 18:55:07 +0000 Stu Tomlinson scale & round the buddy icon in the buddy list before making it square, so
Sat, 15 Mar 2008 19:41:30 +0000 Sadrul Habib Chowdhury merge of '6db190b488381b25d0ad373ee417bc219d49b6bf'
Sat, 15 Mar 2008 19:39:31 +0000 Sadrul Habib Chowdhury merge of '212ddad0deea54f08e3194c79d2a60584f60d855'
Sat, 15 Mar 2008 18:36:04 +0000 Will Thompson Danny Baumann pointed out that the status box menu should have the appropriate
Sat, 15 Mar 2008 14:49:22 +0000 Kelemen G«¡bor hu.po: Hungarian translation updated.
Sat, 15 Mar 2008 08:49:42 +0000 Jochen Kemnade update German "translation"