log

age author description
Sat, 08 May 2010 00:08:01 +0000 Elliott Sales de Andrade We can't both remove a timeout and return FALSE in its callback.
Fri, 07 May 2010 20:04:42 +0000 Elliott Sales de Andrade merge of '5378b2067023c1be51d87906196d87f03c9992e3'
Thu, 06 May 2010 07:40:34 +0000 Elliott Sales de Andrade Close the DC when the slplink is empty.
Thu, 06 May 2010 07:36:56 +0000 Elliott Sales de Andrade This should probably work a bit better. At least, we want to get rid of any
Thu, 06 May 2010 05:24:06 +0000 Elliott Sales de Andrade I think user might be NULL here.
Wed, 05 May 2010 09:07:10 +0000 Elliott Sales de Andrade Valgrind pointed out that dest and src may overlap, so we need to use
Wed, 05 May 2010 08:18:35 +0000 Elliott Sales de Andrade I've seen packet sizes larger than our current maximum. Hopefully 8KiB is
Wed, 05 May 2010 08:14:40 +0000 Elliott Sales de Andrade Remote more seemingly unnecessary stuff.
Wed, 05 May 2010 08:11:05 +0000 Elliott Sales de Andrade I'm not sure what this stuff is, but it looks old and useless.
Wed, 05 May 2010 07:33:55 +0000 Elliott Sales de Andrade I'm pretty sure we need to actually use dc->msg_pos for something, instead
Wed, 05 May 2010 07:32:45 +0000 Elliott Sales de Andrade I think this finally works with both aMSN and the official client, for
Wed, 05 May 2010 07:29:24 +0000 Elliott Sales de Andrade Try and reduce some code duplication.
Wed, 05 May 2010 07:26:57 +0000 Elliott Sales de Andrade Make msn_dc_fallback_to_p2p non-static, and remove some old code.
Wed, 05 May 2010 07:15:55 +0000 Elliott Sales de Andrade It's probably a good idea to free the direct connection when the slplink
Wed, 05 May 2010 07:02:05 +0000 Elliott Sales de Andrade The length of a DC packet does not include itself.
Sun, 25 Apr 2010 23:38:27 +0000 Elliott Sales de Andrade It seems like every DC packet requires a length, so why make every little
Sun, 25 Apr 2010 23:15:32 +0000 Elliott Sales de Andrade Obviously, if this comparison fails, I should be returning FALSE.
Sat, 24 Apr 2010 20:39:06 +0000 Elliott Sales de Andrade All these processing functions are called from places where dc != NULL,
Sat, 24 Apr 2010 20:37:49 +0000 Elliott Sales de Andrade Remove some duplicate code.
Sat, 24 Apr 2010 06:52:06 +0000 Elliott Sales de Andrade Don't bother sending a direct connection request if the other side doesn't
Sat, 24 Apr 2010 06:41:52 +0000 Elliott Sales de Andrade Support old-style Nonce, which should let us use direct connections to
Sat, 24 Apr 2010 02:29:34 +0000 Elliott Sales de Andrade These lines are redundant since this was allocated with g_new0.
Fri, 23 Apr 2010 22:38:13 +0000 Elliott Sales de Andrade Save remote nonce, and verify we get the same data when initiating the
Fri, 23 Apr 2010 22:19:23 +0000 Elliott Sales de Andrade merge of '21280175da42b51e30e31b091bb3b4adf7708407'
Fri, 23 Apr 2010 20:53:57 +0000 Elliott Sales de Andrade Fix some leaks, and simplify these branches.
Fri, 23 Apr 2010 20:45:05 +0000 Elliott Sales de Andrade A direct connection shouldn't be FT-only.
Fri, 23 Apr 2010 00:03:20 +0000 Elliott Sales de Andrade Set some information for debugging.
Mon, 19 Apr 2010 08:37:10 +0000 Elliott Sales de Andrade I'm not sure how this worked, since g_strdup should stop at \0.
Mon, 19 Apr 2010 08:36:23 +0000 Elliott Sales de Andrade NULL-ing this stuff after free is nice in theory, but totally pointless
Mon, 19 Apr 2010 08:27:05 +0000 Elliott Sales de Andrade Remove one more unused code block, and unnecessary variable.
Mon, 19 Apr 2010 08:20:24 +0000 Elliott Sales de Andrade This doesn't appear to be a programming error.
Mon, 19 Apr 2010 08:05:55 +0000 Elliott Sales de Andrade Remove old code that was commented out, but is really just not necessary.
Mon, 19 Apr 2010 07:41:56 +0000 Elliott Sales de Andrade Fix some double-frees and/or leaks.
Mon, 19 Apr 2010 07:11:46 +0000 Elliott Sales de Andrade More minor fixes. Spelling, extra variables, etc.
Sun, 11 Apr 2010 07:39:02 +0000 Elliott Sales de Andrade MSN caps are unsigned.
Sun, 11 Apr 2010 05:54:05 +0000 Elliott Sales de Andrade Fix typo.
Sun, 11 Apr 2010 05:53:02 +0000 Elliott Sales de Andrade Minor cleanups.
Sun, 11 Apr 2010 05:27:20 +0000 Elliott Sales de Andrade This DC stuff is a bit verbose.
Sun, 11 Apr 2010 05:25:54 +0000 Elliott Sales de Andrade This DC stuff seems a bit verbose.
Thu, 18 Mar 2010 04:30:27 +0000 Elliott Sales de Andrade I don't like accessing memory by magic-constant.
Thu, 18 Mar 2010 04:12:36 +0000 Elliott Sales de Andrade Clean up msn_dc_generate_nonce. It just looked weird.
Thu, 18 Mar 2010 03:54:48 +0000 Elliott Sales de Andrade OK, so maybe this one does need to be static.
Thu, 18 Mar 2010 03:49:05 +0000 Elliott Sales de Andrade I don't know why any of these variables need to be static.
Thu, 18 Mar 2010 03:40:07 +0000 Elliott Sales de Andrade Tabs-to-spaces.
Thu, 18 Mar 2010 03:29:28 +0000 Elliott Sales de Andrade Re-indent directconn.h, and fix a typo.
Thu, 18 Mar 2010 03:15:01 +0000 Elliott Sales de Andrade De-spacify.
Wed, 17 Mar 2010 03:45:07 +0000 kukkerman Initial support for direct connections. Preliminary patch from ticket #247
Fri, 21 May 2010 21:28:24 +0000 Daniel Atallah Improve error handling
Fri, 21 May 2010 14:39:02 +0000 Daniel Atallah I accidentally removed this entry in 23d2db7366859fdffb9924ea9e6fede466df531e :(. Technically this breaks the string freeze, but the string is already in a number of translations and I need it for the installer, so I'm going to be naughty.
Fri, 21 May 2010 05:35:33 +0000 Paul Aurich jabber: Blacklist EXTERNAL when using Cyrus. Allows connecting when it's advertised.
Fri, 21 May 2010 05:28:59 +0000 Paul Aurich jabber: trailing_whitespace--;
Fri, 21 May 2010 03:26:15 +0000 Paul Aurich jabber: Fix a case where a broken server would hang the connection.
Fri, 21 May 2010 02:40:53 +0000 Daniel Atallah Add support for the binaries built by the opensuse build service to the
Fri, 21 May 2010 00:44:38 +0000 John Bailey propagate from branch 'im.pidgin.pidgin.mxit' (head 1665ab3e3781f7c987348e41c15963859d197486)
Thu, 20 May 2010 22:54:26 +0000 Elliott Sales de Andrade Add a pref for allowing direct connections.
Thu, 20 May 2010 11:25:03 +0000 andrew victor propagate from branch 'im.pidgin.pidgin' (head 7072aab86b390122c32faa675284a753c9e97034)
Thu, 20 May 2010 11:21:30 +0000 andrew victor Save the user's MXitId received in the login-response packet to the Session.
Thu, 20 May 2010 09:29:46 +0000 andrew victor * Separate the ClientVersion from the supported ProtocolVersion.
Thu, 20 May 2010 09:03:37 +0000 andrew victor Increment plugin version to 2.4.0.
Wed, 19 May 2010 21:17:01 +0000 andrew victor When our avatar image is changed, the MXit server will push an ExtendedProfile-Response packet
Wed, 19 May 2010 20:29:31 +0000 andrew victor * Show the buddy's registration country in their profile.
Wed, 19 May 2010 19:50:36 +0000 andrew victor For security reasons, MXit doens't allow you to see your buddies Email Address or Title.
Wed, 19 May 2010 19:34:49 +0000 andrew victor This change is also needed to make the "nm=" clickable links work.
Wed, 19 May 2010 19:33:22 +0000 andrew victor The profile attribute is just "Title", not "Job Title".
Wed, 19 May 2010 19:21:32 +0000 andrew victor Add support for the "nm=" syle of clickable links.
Wed, 19 May 2010 17:57:14 +0000 andrew victor Fix the processing of the "Clear" MXit command.
Mon, 17 May 2010 08:05:29 +0000 andrew victor Added "chilli" and "mrgreen" emoticons [released by MXit under GPL]
Thu, 20 May 2010 21:11:34 +0000 Paul Aurich Merge back in Daniel's translations migrated from the installer stuff
Thu, 20 May 2010 21:09:19 +0000 Paul Aurich jabber: Found a better string in auth.c
Thu, 20 May 2010 19:11:48 +0000 Paul Aurich jabber: Better error message when no concordant SASL mechs
Thu, 20 May 2010 18:57:09 +0000 Paul Aurich Updated Hebrew translation. Closes #11834.
Thu, 20 May 2010 10:13:31 +0000 Bj«Órn Voigt Minor German translation update:
Thu, 20 May 2010 02:55:16 +0000 Paul Aurich po: Add family_icbm.c since the message errors are in there now.
Thu, 20 May 2010 02:44:00 +0000 Mark Doliner Cleanup, basically. Move the icbm snac error handling from oscar.c to
Thu, 20 May 2010 01:39:52 +0000 Mark Doliner Super tiny optimisation
Thu, 20 May 2010 01:39:25 +0000 Mark Doliner If we get an error SNAC on the ICBM family and it's missing buddy name then
Thu, 20 May 2010 01:27:23 +0000 Mark Doliner Insanely tiny optimization
Wed, 19 May 2010 20:52:00 +0000 Daniel Atallah Provide some context to the Installer translations.
Wed, 19 May 2010 18:47:58 +0000 Marcus Lundblad pidgin: Fix a crash when accessing the Set Moods tool menu when having
Wed, 19 May 2010 16:00:39 +0000 Jochen Kemnade Update German translation
Wed, 19 May 2010 03:58:59 +0000 Daniel Atallah Add new generated stuff to .mtn-ignore
Wed, 19 May 2010 03:36:01 +0000 Daniel Atallah This wasn't supposed to be committed
Wed, 19 May 2010 03:26:38 +0000 Daniel Atallah merge of '45c13cbd9c56429c7ed3b9a147b1d76692f3968d'
Wed, 19 May 2010 03:26:05 +0000 Daniel Atallah Final piece of getting the installer translations integrated with the regular
Wed, 19 May 2010 02:50:02 +0000 Daniel Atallah More improvements to create_nsis_translations.pl - I have more to do, but I'm
Tue, 18 May 2010 19:12:37 +0000 Daniel Atallah Further updates to the create_nsis_translations.pl script.
Tue, 18 May 2010 17:38:27 +0000 Daniel Atallah merge of '00a468847820c34179875e968a4de992329c3dfa'
Tue, 18 May 2010 17:38:19 +0000 Daniel Atallah Add some missing translation mappings and correct some encodings that were wrong.
Tue, 18 May 2010 07:20:52 +0000 Daniel Atallah Update for fixed nsis_translations.desktop.in
Tue, 18 May 2010 07:16:03 +0000 Daniel Atallah Use a URL that doesn't screw up intltool
Tue, 18 May 2010 07:13:43 +0000 Daniel Atallah Migrate existing Installer translations into the po files
Tue, 18 May 2010 01:07:55 +0000 Daniel Atallah Add unmodified create_nsis_translations.pl script from the gcompris project.
Tue, 18 May 2010 00:58:43 +0000 Daniel Atallah Update po files to include Installer strings
Mon, 17 May 2010 23:13:42 +0000 Daniel Atallah Create a version of the Windows installer localizations in .desktop file
Tue, 18 May 2010 04:28:41 +0000 Evan Schoenberg applied changes from bf4b720f9231b395fb51bf1e27440328d46bceb5
Mon, 17 May 2010 16:00:10 +0000 Daniel Atallah Improve some Installer verbiage and bump translation Version to 4.
Mon, 17 May 2010 08:04:50 +0000 Elliott Sales de Andrade merge of 'bd7b70e38030da580a7bc922236ec504ecb8853b'
Mon, 17 May 2010 02:09:35 +0000 Elliott Sales de Andrade Set the GtkTrayIcon invisible before unref'ing it, or else it will leave
Mon, 17 May 2010 01:26:13 +0000 Stu Tomlinson I've been sitting on this for 9 months, but I still think it's funny
Mon, 17 May 2010 01:01:13 +0000 Stu Tomlinson I before E, except after C
Mon, 17 May 2010 00:18:25 +0000 Stu Tomlinson The returned value from SmcVendor() should be free'd with free() not
Mon, 17 May 2010 00:14:22 +0000 Stu Tomlinson Add some comments that meant something to me at some point and might
Mon, 17 May 2010 00:11:01 +0000 Stu Tomlinson Prevent a null pointer dereference in chat_account_filter_func() if called
Sun, 16 May 2010 20:56:47 +0000 Paul Aurich yahoo: Fix a few race-condition crashes at login
Sun, 16 May 2010 17:12:25 +0000 Daniel Atallah merge of '8ff2ee29eabe00715f5da3d756f3bf52b9509879'
Sun, 16 May 2010 15:57:51 +0000 brian lu Build fixes on OpenSolaris. Closes #11841.
Sun, 16 May 2010 15:50:23 +0000 Paul Aurich pidgin: Add charkins's patch for gtkstatusicon blinking. Fixes #11855
Sun, 16 May 2010 17:08:02 +0000 Daniel Atallah Prevent pasting into readonly imhtmls on Windows. Fixes #11867
Sun, 16 May 2010 05:57:08 +0000 Paul Aurich oscar: g_malloc can't fail (in a way that doesn't abort)
Sat, 15 May 2010 06:13:15 +0000 Daniel Atallah Allow the GTK+ Runtime to be unselected when there is no existing runtime
Sat, 15 May 2010 03:24:24 +0000 Daniel Atallah Automatically select the translation corresponding to the installer language.
Fri, 14 May 2010 19:35:19 +0000 Mark Doliner I propagated im.pidgin.soc.2010.icq-tlc to im.pidgin.pidgin. This includes
Fri, 14 May 2010 19:30:09 +0000 Mark Doliner propagate from branch 'im.pidgin.soc.2010.icq-tlc' (head 64c9fc1442c7815de47d3f6756f59f1d09a1d530)
Thu, 06 May 2010 18:32:07 +0000 Mark Doliner Keep this comment up to date
Mon, 03 May 2010 20:55:39 +0000 ivan komarov Oops.
Mon, 03 May 2010 20:49:14 +0000 ivan komarov Two small fixes to improve sending/receiving HTML-formatted messages
Sat, 01 May 2010 18:32:43 +0000 ivan komarov "View Web Profile" link now leads to the correct link for ICQ accounts (#9890).
Thu, 13 May 2010 22:51:00 +0000 John Bailey propagate from branch 'im.pidgin.pidgin.mxit' (head ad23bba01aa6026230a0aa76ea2e27d0dfb5c106)
Thu, 13 May 2010 22:45:19 +0000 Daniel Atallah Fix a regression in 2.7.0 that caused window flashing not to work on Windows.
Thu, 13 May 2010 22:05:59 +0000 Daniel Atallah Fix a status change event being triggered for each online Bonjour buddy when you sign out.
Thu, 13 May 2010 18:38:52 +0000 andrew victor Added "grumpy" and "invincible" mood images for MXit (re-sized from default theme).
Thu, 13 May 2010 09:02:58 +0000 andrew victor Add support for message delivery notification.
Thu, 13 May 2010 07:21:51 +0000 andrew victor propagate from branch 'im.pidgin.pidgin' (head c8c73a03615c9761cd104c6e2c8de12d1c8a82ac)
Wed, 12 May 2010 15:38:29 +0000 andrew victor Remove an unused variable.
Tue, 11 May 2010 16:28:03 +0000 andrew victor Improve the handling of user's being kicked from MultiMX rooms.
Tue, 11 May 2010 11:40:59 +0000 andrew victor Remove the MXit-specific Mood management code. We now use the libpurple Mood (Status) API.
Tue, 11 May 2010 10:00:30 +0000 andrew victor Add support for the standard Mood API.
Tue, 11 May 2010 07:14:31 +0000 andrew victor propagate from branch 'im.pidgin.pidgin' (head 47e8cb2dd9ae901b608beea98c7a3dbc4f37dec5)
Thu, 13 May 2010 21:01:34 +0000 Paul Aurich bonjour: Fix a crash-on-disconnect I introduced. Closes #11851
Thu, 13 May 2010 13:29:24 +0000 Stu Tomlinson Include all libpurple headers in libpurple-devel RPM
Thu, 13 May 2010 13:28:12 +0000 Stu Tomlinson Fix installing GConf schema. GCONF_SCHEMAS_INSTALL does not refer to
Thu, 13 May 2010 05:11:00 +0000 John Bailey Revisionist history that I'm including on the wiki.
Thu, 13 May 2010 05:08:20 +0000 John Bailey Add the available.list file to EXTRA_DIST so people will be able to use the
Thu, 13 May 2010 05:06:46 +0000 John Bailey ChangeLog Elliott's fix for buddy icons on MSN.
Thu, 13 May 2010 05:03:30 +0000 John Bailey merge of '02af4cf0f33f9ec7d46a52cba0e6c4349f0d6e19'
Wed, 12 May 2010 14:07:02 +0000 John Bailey Post-release fun.
Wed, 12 May 2010 04:35:29 +0000 John Bailey Prepping for release.
Wed, 12 May 2010 04:34:54 +0000 Elliott Sales de Andrade Fix an MSN emoticon crash discovered by Pierre Nogu«²s of Meta Security.
Thu, 13 May 2010 03:21:36 +0000 Paul Aurich gg: Totally not arbitrary (in line with patch sent to the libgadu list)
Thu, 13 May 2010 02:58:31 +0000 Paul Aurich gg: Fix 05793e8aa in a way that is upstream-able
Wed, 12 May 2010 06:35:28 +0000 Paul Aurich jabber: Refined logic for determining "is typing" support.
Wed, 12 May 2010 05:21:47 +0000 Paul Aurich merge of '17fcb3e7ac74579122bb5259359cef56f5bbf713'
Wed, 12 May 2010 05:15:44 +0000 Elliott Sales de Andrade merge of '52fb5cb4cd8795906a7313dd5edde763a4848a3e'
Wed, 12 May 2010 05:00:06 +0000 Elliott Sales de Andrade Normalize the remote passport before sending a P2P message. If it's not
Wed, 12 May 2010 05:21:19 +0000 Paul Aurich jabber: Send typing notifications to a buddy when it can see our presence
Wed, 12 May 2010 04:26:46 +0000 Paul Aurich Use /dev/null for the purple directory for the tests.
Wed, 12 May 2010 01:25:17 +0000 Paul Aurich Add lib/libgadu-internal.h to EXTRA_DIST and INTGGSOURCES
Tue, 11 May 2010 20:55:13 +0000 Elliott Sales de Andrade merge of '5644920b69ca0205d375d023d32b16772184a02b'
Tue, 11 May 2010 20:47:33 +0000 Elliott Sales de Andrade merge of '520cc89d4197a746c24ce7b030319f79554352d5'
Tue, 11 May 2010 20:44:05 +0000 Elliott Sales de Andrade NEWS... and spelling and grammar and word-wrap...
Tue, 11 May 2010 20:47:32 +0000 masca textwidth=72 and double space at the end of sentences.
Tue, 11 May 2010 20:39:08 +0000 Marcus Lundblad ... and the double spaces...
Tue, 11 May 2010 20:38:01 +0000 Marcus Lundblad As Qulogic pointed out, this is a minor release, but I re-phrased it,
Tue, 11 May 2010 20:10:57 +0000 Josep Puigdemont Catalan translation updated.
Tue, 11 May 2010 19:48:21 +0000 masca My firs NEWS!!! Wiii =)
Tue, 11 May 2010 19:07:10 +0000 Paul Aurich Line-wrap
Tue, 11 May 2010 19:06:28 +0000 Paul Aurich NEWS!
Tue, 11 May 2010 18:52:26 +0000 Marcus Lundblad NEWS!
Tue, 11 May 2010 16:01:47 +0000 John Bailey NEWS! Read all about it! Get your NEWS here!
Tue, 11 May 2010 15:16:11 +0000 Bj«Órn Voigt German translation update
Tue, 11 May 2010 04:53:03 +0000 Elliott Sales de Andrade merge of '4463949ec36c02833d85afdfd38b5dfb956b9169'
Tue, 11 May 2010 04:40:07 +0000 Elliott Sales de Andrade Use serv_got_im/serv_got_chat_in instead of purple_conversation_write so
Tue, 11 May 2010 02:00:24 +0000 Ethan Blanton merge of '2946037e3974559877f516df2006883ad5846e19'
Tue, 11 May 2010 01:21:49 +0000 hanzz Fix MSN FT for UIs that use our abstract FT stuff in ways that are slightly
Tue, 11 May 2010 01:59:30 +0000 Ethan Blanton Updated translations.
Mon, 10 May 2010 23:14:05 +0000 Elliott Sales de Andrade Implement [gs]et_public_alias in MSN.
Mon, 10 May 2010 21:27:28 +0000 Elliott Sales de Andrade Fix copy&paste typos.
Mon, 10 May 2010 21:16:20 +0000 Elliott Sales de Andrade Align.
Sun, 09 May 2010 14:12:31 +0000 Bj«Órn Voigt 1 string update in German translation
Sun, 09 May 2010 10:09:04 +0000 Jochen Kemnade better German translations for some of the moods
Sat, 08 May 2010 21:19:58 +0000 Paul Aurich merge of '6655e507da0527cad53500fbed4bf9dbcebdbf2c'
Sat, 08 May 2010 03:00:06 +0000 Paul Aurich Update this comment; the function supports IPv6
Sat, 08 May 2010 14:14:21 +0000 Josep Puigdemont Catalan translation updated.
Fri, 07 May 2010 22:58:28 +0000 Kelemen G«¡bor Updated Hungarian translation for 2.7.0
Fri, 07 May 2010 20:49:29 +0000 Bj«Órn Voigt German translation update
Thu, 06 May 2010 21:28:32 +0000 Marcus Lundblad Fix license to refer to GPLv2 in a files...
Thu, 06 May 2010 06:16:48 +0000 Josep Puigdemont Updated Catalan (Valencian) translation on behalf of Toni Hermoso.
Thu, 06 May 2010 06:16:12 +0000 Josep Puigdemont Updated and fixed a few typos in Catalan translation.
Wed, 05 May 2010 05:26:29 +0000 John Bailey propagate from branch 'im.pidgin.pidgin.mxit' (head 52cb0cc1b49e76b923073e23934af6c8471b984b)
Tue, 04 May 2010 21:09:52 +0000 andrew victor When logging-in with the HTTP protocol, we need to save the HTTP info
Tue, 04 May 2010 21:20:26 +0000 Josep Puigdemont Catalan translation updated.
Tue, 04 May 2010 17:42:49 +0000 Jochen Kemnade German translation update, all strings done, TODO: review of mood-related strings
Tue, 04 May 2010 02:22:31 +0000 Paul Aurich merge of '73eedf837c2384f502418f091300785c19ccfacd'
Tue, 04 May 2010 02:22:26 +0000 Paul Aurich disapproval of revision '5f410e729e7a8a2e46752d46b37a7c11e17d5ed7'
Tue, 04 May 2010 01:57:14 +0000 Paul Aurich jabber: Pluck evands's 2fcd83432 (the part that applies) to i.p.p
Tue, 04 May 2010 02:10:02 +0000 Evan Schoenberg applied changes from 8b6590428d8180cc466c8916f81aec2c8961fbd1
Tue, 04 May 2010 01:46:40 +0000 Evan Schoenberg If SASL authentication fails, we generally shouldn't be setting an error
Tue, 04 May 2010 01:41:28 +0000 Evan Schoenberg Improve on a hack I commited in 12/2007 which allows connection via XMPP to iChat Server 10.5 when CYRUS-SASL is compiled with GSSAPI support but no GSSAPI credentials are valid to connect to the server. Instead of always trying jabber:iq:auth if all SASL mechs fail, we now only do so in the specific case of a single mech having been attempted and that mech being GSSAPI. In general, this means that we now gracefully fail authentication with SASL rather than getting ourselves booted from servers not expecting a jabber:iq:auth stanza.
Mon, 03 May 2010 20:23:17 +0000 Marcus Lundblad Scale incoming thumbnails in the request dialog if they are overly large
Mon, 03 May 2010 05:02:30 +0000 Paul Aurich jabber: Avoid an assertion failure for presence from bare domains
Sun, 02 May 2010 21:31:23 +0000 kkszysiu gg: For protocol 8.0+, the server sends this in UTF-8 now. Closes #11775.
Sun, 02 May 2010 21:27:42 +0000 kkszysiu gg: Fix misuse of update_progress. Fixes #11774
Sun, 02 May 2010 09:17:57 +0000 Jochen Kemnade working on German translation - still incomplete
Sun, 02 May 2010 06:32:24 +0000 Paul Aurich NULL mech_data in digest_md5_dispose (what SCRAM and digest-md5 do elsewhere)
Sun, 02 May 2010 05:11:09 +0000 Paul Aurich Changelog the View Web Profile fix. Closes #9890.
Sun, 02 May 2010 04:24:14 +0000 Kevin Stange Correct typo
Sat, 01 May 2010 21:40:45 +0000 Paul Aurich *** Plucked rev 0e263caa5d687101e436029f2f8d09053ae06e23 (ivan.komarov@soc.pidgin.im):
Sat, 01 May 2010 20:10:21 +0000 Paul Aurich merge of '22ad9aecc804e89b1101cde696e58490a7efd603'
Sat, 01 May 2010 18:09:16 +0000 Paul Aurich jabber: I never understood why this was in auth.c anyway...
Sat, 01 May 2010 18:03:52 +0000 Paul Aurich jabber: A bunch of paranoia-induced Cyrus SASL changes.
Sat, 01 May 2010 17:38:40 +0000 Paul Aurich jabber: Nothing to see here
Sat, 01 May 2010 17:21:21 +0000 Paul Aurich jabber: I don't see how this is possible, and it looks like an error to me.
Sat, 01 May 2010 19:57:00 +0000 Bj«Órn Voigt German translation update (incomplete)
Sat, 01 May 2010 16:37:07 +0000 Paul Aurich jabber: Only add the ga:client-uses-full-bind-result to gmail/googlemail domains
Sat, 01 May 2010 05:53:50 +0000 Paul Aurich jabber: Use the auth_mech_data JabberStream member for what it's for.
Sat, 01 May 2010 02:36:27 +0000 Paul Aurich util tests: Add a test for all the lower-ASCII control characters excluding the
Sat, 01 May 2010 01:03:38 +0000 Paul Aurich merge of '5b4322528c199b000fbfc774bb782dfd6dc0e2f2'
Thu, 29 Apr 2010 17:17:00 +0000 Paul Aurich util: Better validation of the allowed character values in XML 1.0
Fri, 30 Apr 2010 03:50:31 +0000 Elliott Sales de Andrade Sort.
Fri, 30 Apr 2010 03:46:27 +0000 Elliott Sales de Andrade It seems like the _varg should be at the end.
Fri, 30 Apr 2010 03:35:28 +0000 Elliott Sales de Andrade merge of 'c4a26372086186405c4635b2fbf448b8d089f863'
Wed, 28 Apr 2010 20:57:59 +0000 Elliott Sales de Andrade Silence a warning.
Thu, 29 Apr 2010 05:58:02 +0000 Paul Aurich Add purple_account_[gs]et_public_alias functions, per discussion in d@cpi
Thu, 29 Apr 2010 05:55:14 +0000 Paul Aurich gtkrequest: Fix pidgin_request_action
Thu, 29 Apr 2010 04:06:07 +0000 Paul Aurich jabber: This is waaaaay more verbose, but has a hope of being approachable.
Thu, 29 Apr 2010 03:57:14 +0000 Paul Aurich jabber: Check in some new strings under the freeze radar (no code yet).
Wed, 28 Apr 2010 22:13:51 +0000 Paul Aurich gadu-gadu: Fix a crash due to uninitialized data. Closes #11746.
Wed, 28 Apr 2010 19:27:33 +0000 Marcus Lundblad propagate from branch 'im.pidgin.cpw.malu.ft_thumbnails' (head 98d8db26c6d12378d0113a97c8b3f989233a5cbc)
Wed, 28 Apr 2010 19:26:58 +0000 Marcus Lundblad Disable thumbnails for XMPP (in si.c) by using an #define
Tue, 27 Apr 2010 20:37:15 +0000 Marcus Lundblad ChangeLog new functionallity
Mon, 26 Apr 2010 19:18:55 +0000 Marcus Lundblad Woops, copy-paste error... :)
Sun, 25 Apr 2010 21:40:33 +0000 Elliott Sales de Andrade propagate from branch 'im.pidgin.pidgin' (head 1ccb1507e6594c80788043ea114c7fb942828e48)
Sun, 25 Apr 2010 21:24:06 +0000 Elliott Sales de Andrade The normal category for this file seems to 'ft'.
Sun, 25 Apr 2010 21:23:08 +0000 Elliott Sales de Andrade Thumbnail formats should be chosen in the order specified by the prpl.
Sun, 25 Apr 2010 21:09:34 +0000 Elliott Sales de Andrade Rename purple_xfer_get_thumbnail_data/size to be more D-Bus friendly.
Sun, 25 Apr 2010 20:58:00 +0000 Elliott Sales de Andrade Whitespace trim.
Sun, 25 Apr 2010 20:38:17 +0000 Elliott Sales de Andrade Minor cleanup.
Sat, 24 Apr 2010 14:59:13 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 7850267e7626c94b519fd5f1c959c79f0624d34e)
Wed, 24 Mar 2010 20:16:05 +0000 Marcus Lundblad Merge fix
Wed, 24 Mar 2010 19:56:07 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 83880c1513774ae8550442dfe002355056d39021)
Mon, 22 Mar 2010 22:26:14 +0000 Marcus Lundblad Fixup merge
Mon, 22 Mar 2010 21:45:23 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head d2cd6030fc66f726f61a1d7576facd0ef6ea5fe5)
Sun, 21 Mar 2010 20:57:29 +0000 Marcus Lundblad Updated to use new BoB request functionallity
Sun, 21 Mar 2010 20:54:57 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 60a434545c6f61fc0f20206c0d4eb87a9fb8de11)
Sun, 21 Mar 2010 19:44:45 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head f23de15cf5cab74ad9b1c2ce72676be0e80e7f23)
Thu, 18 Mar 2010 22:12:08 +0000 Marcus Lundblad Hide the thumbnail-related stuff from the PurpleXfer struct to
Tue, 16 Mar 2010 23:14:54 +0000 Marcus Lundblad Set desired image formats for thumbnails as a parameter to
Mon, 15 Mar 2010 21:49:02 +0000 Marcus Lundblad Allow PRPLs to specify the image formats acceptable for thumbnails (in
Sun, 14 Mar 2010 21:20:14 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 01b93cf5c82386bcea9bfacb2bd35a7d73dd612c)
Wed, 10 Mar 2010 05:40:47 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head a9876c2b74baddb4b0fd99eede7daef1d346604b)