log

age author description
Sat, 29 Dec 2007 19:19:56 +0000 Sadrul Habib Chowdhury merge of '136abe99803d125464bb1268eb7041051ad4c9ae'
Sat, 29 Dec 2007 17:40:44 +0000 Will Thompson Clarify documentation of confusingly-named and -valued signal priority
Sat, 29 Dec 2007 18:22:24 +0000 Sadrul Habib Chowdhury Patch from Ignacio Casal Quinteiro (nacho) to fix style issues with the headline in the buddylist. Closes #4351.
Sat, 29 Dec 2007 17:45:40 +0000 Sadrul Habib Chowdhury Patch from QuLogic to correctly set the length. Closes #4515.
Sat, 29 Dec 2007 17:43:44 +0000 Sadrul Habib Chowdhury Docu patch from Simon Wenner. Closes #4497.
Sun, 30 Dec 2007 10:06:58 +0000 Evan Schoenberg merge of '09b67b44dabe98093e6dc706c0d731212e129a79'
Sat, 29 Dec 2007 04:46:49 +0000 John Bailey ChangeLog entry for QuLogic's patch.
Sat, 29 Dec 2007 04:26:17 +0000 Elliott Sales de Andrade Patch from QuLogic to prevent multiple alias editing fields in the infopane. Fixes #4467.
Sun, 30 Dec 2007 10:06:51 +0000 Evan Schoenberg Fixed a leak
Fri, 28 Dec 2007 17:14:52 +0000 Evan Schoenberg Ensure js->sasl is not NULL before using it in jabber_auth_handle_success(). This was, I believe, the source of the crash stu reported when my DIGEST-MD5 hack was in place; while js->sasl will probably be non-NULL whenever we reach this code point now, it's more robust to verify it here since that's an assumption originating in another function.
Fri, 28 Dec 2007 05:54:50 +0000 Evan Schoenberg purple_timeout_remove(), not g_source_remove(), must be used to remove a timeout added by purple_timeout_add(). The latter works when the glib run loop is being used but not when any other eventloop implementation is in use.
Fri, 28 Dec 2007 02:49:23 +0000 Stu Tomlinson merge of '791803b6696dd26a5193ad76f80dbc7c6cb2687a'
Fri, 28 Dec 2007 01:57:17 +0000 Sadrul Habib Chowdhury Add tooltips to the plugin window. I did it mostly to test the new tooltip
Fri, 28 Dec 2007 01:38:41 +0000 Sadrul Habib Chowdhury Use the new tooltip functions to draw the tooltips in the conversation window.
Thu, 27 Dec 2007 16:29:58 +0000 Daniel Atallah Prevent a divide by zero. Fixes #4490.
Wed, 26 Dec 2007 02:49:24 +0000 Sadrul Habib Chowdhury merge of 'c0a74e417ec8993798705c2cbfca7b7d8b0bc514'
Wed, 26 Dec 2007 02:26:27 +0000 Ka-Hing Cheung fix a leak
Wed, 26 Dec 2007 01:19:18 +0000 Ka-Hing Cheung fix a double free
Tue, 25 Dec 2007 23:00:27 +0000 Will Thompson merge of 'c000ab1012a7be103452c357fb103e5bddeb99d7'
Tue, 25 Dec 2007 22:59:15 +0000 Will Thompson Yes, we really can use qsort(3) rather than reimplementing it. I've tested
Tue, 25 Dec 2007 08:49:35 +0000 Sadrul Habib Chowdhury Double clicking the column header/divider, or in the 'enabled' column shouldn't bring up the account-modify window. Fixes #3733.
Tue, 25 Dec 2007 06:38:17 +0000 Mark Doliner Infinitesimally better debug message
Tue, 25 Dec 2007 05:53:23 +0000 Mark Doliner Should be safe to get rid of this now
Tue, 25 Dec 2007 04:16:23 +0000 Mark Doliner Don't print "no" twice when we can't find a library
Mon, 24 Dec 2007 10:40:28 +0000 Sadrul Habib Chowdhury merge of '4fa938e6f980314ccc4a44725eb809c3b5a4fcbc'
Mon, 24 Dec 2007 07:04:08 +0000 Sadrul Habib Chowdhury Plug a small leak.
Mon, 24 Dec 2007 02:00:17 +0000 Sadrul Habib Chowdhury Do not prompt for an already merged contact. Fixes #4285.
Mon, 24 Dec 2007 01:28:24 +0000 Sadrul Habib Chowdhury Reset the 'editable' flag of the renderer after cancelling the edit. Fixes #4471.
Mon, 24 Dec 2007 04:56:23 +0000 Mark Doliner C++ doesn't really allow forward declarations of enums, and we
Sun, 23 Dec 2007 18:36:09 +0000 Stu Tomlinson If a peer certificate does not match our cached cert, do not auto reject it!
Sun, 23 Dec 2007 17:30:09 +0000 Stu Tomlinson *really* add the StartCom Free SSL Certificate Authority certificate
Sun, 23 Dec 2007 17:16:14 +0000 Stu Tomlinson Add the StartCom Free SSL Certificate Authority certificate (as used by
Sun, 23 Dec 2007 17:14:06 +0000 Stu Tomlinson Compile warning fix
Sun, 23 Dec 2007 01:30:27 +0000 Etan Reisner Add tooltips to groups in the buddy list. The tooltips show the current online
Sat, 22 Dec 2007 23:18:08 +0000 Etan Reisner merge of 'f6430c7013d08f95c60248eeb22c752a0107499b'
Fri, 28 Dec 2007 02:49:10 +0000 Stu Tomlinson disapproval of revision 'f6430c7013d08f95c60248eeb22c752a0107499b'
Sat, 22 Dec 2007 16:59:52 +0000 Evan Schoenberg The DIGEST-MD5 implementation of CYRUS-SASL is incompatible with the implementation in Java. The result is that we failed to authenticate to Java-based servers such as OpenFire when DIGEST-MD5 was enabled. This appears to be the result of a bug in the Java SASL library. While we -could- wait for a fix within that library and tell our users that server admins need to upgrade to get the fix, a client-side workaround is very easily accessible to us.
Sat, 22 Dec 2007 15:45:13 +0000 Evan Schoenberg Daniel pointed out that this should be digest, not &digest, because auth_hmac_md5 takes a guchar* rather than a guchar**
Sat, 22 Dec 2007 11:40:34 +0000 Will Thompson Export purple_*_version in version.h.
Sat, 22 Dec 2007 11:36:01 +0000 Will Thompson merge of '3a8b6b71a880d8b8152d3ad4c4ade2d3df3b0f5c'
Fri, 21 Dec 2007 19:38:21 +0000 Will Thompson merge of '488405b28c709cbc7ca2a9df39974b06209fe0f1'
Fri, 21 Dec 2007 21:03:35 +0000 Daniel Atallah Warning fixes.
Fri, 21 Dec 2007 19:33:15 +0000 Sadrul Habib Chowdhury merge of '512fef4a6375dc53f2f672f545da13d2d4505990'
Fri, 21 Dec 2007 18:58:59 +0000 Will Thompson merge of '1f8afab1886606b0936e80a00245ff532d77086f'
Fri, 21 Dec 2007 19:31:16 +0000 Sadrul Habib Chowdhury Use aliases in the typing notification.
Fri, 21 Dec 2007 14:19:29 +0000 Sadrul Habib Chowdhury Make some more event handlers return appropriate gboolean values. This turns
Fri, 21 Dec 2007 12:17:10 +0000 Sadrul Habib Chowdhury The event handlers need to return a gboolean. Using void callbacks can lead to unpredictable behaviour.
Fri, 21 Dec 2007 19:34:54 +0000 Will Thompson disapproval of revision '846b73cefc86ff41042181a41f8ceaae6699c1f6'
Fri, 21 Dec 2007 18:57:48 +0000 Will Thompson Add purple_version_get_{major,minor,micro} functions to get the running
Fri, 21 Dec 2007 09:33:45 +0000 Sadrul Habib Chowdhury merge of '72df99671f84834d934f83b25ce492f289d77063'
Thu, 20 Dec 2007 03:44:01 +0000 Elliott Sales de Andrade HMAC digest support from Elliott Sales de Andrade
Thu, 20 Dec 2007 03:40:56 +0000 Elliott Sales de Andrade Triple DES cipher support from Elliott Sales de Andrade
Wed, 19 Dec 2007 15:54:54 +0000 Daniel Atallah The pulse data stuff hasn't been used in quite a while - get rid of it.
Wed, 19 Dec 2007 15:53:58 +0000 Daniel Atallah GDK_WINDOW_TYPE_HINT_TOOLTIP is GTK+ >= 2.10.0
Wed, 19 Dec 2007 11:31:37 +0000 Will Thompson merge of '05319fdf1db00660d0c169657ed1b08ff621e5c7'
Wed, 19 Dec 2007 11:31:28 +0000 Will Thompson Add QuLogic's nick to the about dialog, and update and sort other lists of
Wed, 19 Dec 2007 09:18:39 +0000 Jochen Kemnade German translation update
Wed, 19 Dec 2007 00:58:36 +0000 Will Thompson I hate to be vain, but I like to think I do more than "(null)" :)
Wed, 19 Dec 2007 00:43:23 +0000 Will Thompson merge of '596c9f710fd64a951cbce4bb92b6e051ae3805b1'
Tue, 18 Dec 2007 22:12:10 +0000 Sean Egan merge of '70b3c6fe54dd2678b33b1b1da78c4e66acd20931'
Tue, 18 Dec 2007 22:10:49 +0000 Sean Egan Promotions
Fri, 21 Dec 2007 09:32:30 +0000 Sadrul Habib Chowdhury Avoid jumpiness when typing notification in the conv. history is removed.
Fri, 21 Dec 2007 09:03:20 +0000 Sadrul Habib Chowdhury This fixes the tab-coloring issue that's been bugging seanegn.
Tue, 18 Dec 2007 21:43:03 +0000 Sadrul Habib Chowdhury Update the changelogs, and the @since doxy-tags for new functions.
Tue, 18 Dec 2007 21:27:01 +0000 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin.next.minor' (head 10ff46ff55aee3830dd003ed89866809b5f290ac)
Tue, 18 Dec 2007 15:15:19 +0000 Sadrul Habib Chowdhury Implement 'request_folder'. (so now the 'autoaccept' plugin cannot just be a Gtk plugin)
Tue, 18 Dec 2007 10:08:18 +0000 Sadrul Habib Chowdhury Version 2.4.0devel.
Tue, 18 Dec 2007 09:35:46 +0000 Sadrul Habib Chowdhury ChangeLog.API the tooltip functions.
Tue, 18 Dec 2007 09:20:01 +0000 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin.sadrul.tooltips' (head 2c79eb43e6f1106231cc15098ea6467b7fc1e4d5)
Tue, 18 Dec 2007 05:50:43 +0000 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin' (head 1716154a473ab645c7477f4285579df56d955fde)
Wed, 28 Nov 2007 01:54:34 +0000 Sadrul Habib Chowdhury Try to make a window transient for a suitable parent window. This currently
Wed, 28 Nov 2007 00:17:27 +0000 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin' (head cd4038a435bd39cc62244d5614b8d94ad689d8bf)
Sat, 22 Dec 2007 17:54:30 +0000 Etan Reisner Fix up a doxygen comment about a function return value.
Tue, 18 Dec 2007 09:17:39 +0000 Sadrul Habib Chowdhury Refactor some of the tooltip drawing functions. And add some pretend docs.
Tue, 18 Dec 2007 06:32:42 +0000 Sadrul Habib Chowdhury Reset tree-path when a tooltip is destroyed.
Wed, 12 Dec 2007 00:12:41 +0000 Sadrul Habib Chowdhury Add 'js' in COPYRIGHT. References #4323.
Wed, 12 Dec 2007 00:11:11 +0000 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin' (head 1d77c730a1160c77d14354d4ce61455e59c94fbc)
Tue, 11 Dec 2007 19:13:14 +0000 Sadrul Habib Chowdhury Plug a leak. And a patch from 'js' to fix tooltips in compiz fusion. References #4323.
Sat, 08 Dec 2007 07:14:25 +0000 Sadrul Habib Chowdhury Make sure an old tooltip is destroyed before creating a new one.
Thu, 06 Dec 2007 22:46:51 +0000 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin' (head 40d42b30664156f7f561606dd28fc01256a8ca36)
Thu, 06 Dec 2007 08:44:34 +0000 Sadrul Habib Chowdhury Add the new file in .mingw, thanks to Kevin.
Thu, 06 Dec 2007 07:33:53 +0000 Sadrul Habib Chowdhury Some utility functions for showing tooltips. This is used by the buddylist,
Tue, 18 Dec 2007 18:18:31 +0000 Richard Laager merge of '0bab002372d4ff0eac85fc22d99e014cd044b900'
Tue, 18 Dec 2007 21:24:28 +0000 Sadrul Habib Chowdhury Typing notification in the conversation history.
Tue, 18 Dec 2007 18:33:15 +0000 Sadrul Habib Chowdhury cancel_cb can be NULL here too.
Tue, 18 Dec 2007 17:03:13 +0000 Will Thompson I'm happy to report that my spelling is coming along in leanps and nbounds.
Tue, 18 Dec 2007 16:57:21 +0000 Will Thompson Sadrul informs me that cancel_cb may in fact be NULL.
Tue, 18 Dec 2007 16:10:22 +0000 Stu Tomlinson merge of 'adb528a403db408f5e4407e89f98f7ced3cac9a1'
Tue, 18 Dec 2007 16:10:19 +0000 Stu Tomlinson merge of '0c8dcc7788d676e6bcd7fa7a3823c5f44568ae9b'
Tue, 18 Dec 2007 16:02:35 +0000 Will Thompson Documentation tweaks and more g_return_if_fail checks for NULL parameters which
Tue, 18 Dec 2007 15:55:03 +0000 Bj«Órn Voigt libpurple/win32/libc_interface.c was missing
Tue, 18 Dec 2007 15:54:28 +0000 Bj«Órn Voigt German translation update
Tue, 18 Dec 2007 15:56:06 +0000 Stu Tomlinson Move some curly braces around so static analysis tools can properly detect
Tue, 18 Dec 2007 15:53:05 +0000 Stu Tomlinson Ye Olde Compiler complained about this:
Tue, 18 Dec 2007 11:05:40 +0000 Will Thompson merge of '1bb5970e91bf83784fd002fc78216157034e9257'
Tue, 18 Dec 2007 08:44:35 +0000 Mark Doliner Add a comment that I took this from glib
Tue, 18 Dec 2007 08:42:41 +0000 Mark Doliner Create a purple_gai_strerror() function similar to g_str_error() which
Tue, 18 Dec 2007 07:39:57 +0000 Mark Doliner merge of '245a620adeb2dc4767ee8db9e6c7cafa287b8f8d'
Tue, 18 Dec 2007 07:37:55 +0000 Mark Doliner Use g_sterror instead of strerror in two more places.
Tue, 18 Dec 2007 07:33:32 +0000 Sean Egan Send XMPP Pings to the server instead of whitespace for our keepalives. Timeout the connection if there's no response in 20 seconds
Tue, 18 Dec 2007 06:29:46 +0000 Sean Egan Don't install pidgin.desktop when not installing Pidgin
Tue, 18 Dec 2007 03:35:20 +0000 Luke Schierer merge of '7c8120b9ffde901cc436a514ac0daf37551a9755'
Tue, 18 Dec 2007 22:57:55 +0000 Evan Schoenberg Last minute 'cleanup' actually resulted in breakage on my cram-md5 commit. Fixed it.
Tue, 18 Dec 2007 02:26:57 +0000 Evan Schoenberg merge of '3cec6952fcadbd73dddc4c009e798b6fb1789a5b'
Mon, 17 Dec 2007 23:22:30 +0000 Evan Schoenberg Added support for authentication via CRAM-MD5 when using jabber:iq:auth.
Mon, 17 Dec 2007 23:18:34 +0000 Evan Schoenberg If no sasl mechs are appropriate, attempt a jabber:iq:auth connection. Note that this isn't the same as a failed authentication over sasl. Detailed comments in the code regarding my reasoning for this behavior.
Tue, 18 Dec 2007 02:26:44 +0000 Daniel Atallah Allow the user to Retry if Pidgin is running when they start the installer. Fixes #4355
Tue, 18 Dec 2007 02:25:10 +0000 Daniel Atallah merge of '2e5cda103238f64d27e4ed5aa92c149f6d50a5ec'
Mon, 17 Dec 2007 20:37:30 +0000 Stu Tomlinson Escape system log messages before sending to the loggers. Fixes #4426
Tue, 18 Dec 2007 10:54:32 +0000 Will Thompson Manually expand G_DEFINE_TYPE for PidginMiniDialog, since it was added in glib 2.4.
Tue, 18 Dec 2007 00:59:59 +0000 Sean Egan I noticed that the new added padding in gtkconv has the same effect as an extra line of text, so I'm removing the MAX(2 bit
Mon, 17 Dec 2007 12:10:55 +0000 Will Thompson merge of '7a1ce8ae9c2809b39d1f436d94070523f18993fb'
Mon, 17 Dec 2007 12:09:59 +0000 Will Thompson Don't bother making transient connection errors persist across a restart.
Mon, 17 Dec 2007 12:09:19 +0000 Will Thompson Dismissing the signed on elsewhere minidialog should clear all the errors;
Mon, 17 Dec 2007 07:34:21 +0000 Sean Egan Add send_raw to Perl bindings. Patch from martijn. Fixes #3505
Mon, 17 Dec 2007 07:29:39 +0000 Sean Egan Patch from eperez to make writing to buddy icon files atomic. Fixes #3528.
Mon, 17 Dec 2007 06:51:12 +0000 Sean Egan Fix XMPP buddy icons. Somehow a 'VCard' element got changed to a query
Mon, 17 Dec 2007 06:01:59 +0000 Sean Egan Remove size restriction on XMPP avatars
Mon, 17 Dec 2007 05:49:40 +0000 Sean Egan Another patch from DHowett. This one adds conversation nick colors to gtkrc
Mon, 17 Dec 2007 05:29:00 +0000 Sean Egan Patch from DHowett to fix the transposition of background and forebround colors