Mercurial > pidgin
graph
-
If removing a timeout and return FALSE in its handler isn't good, thenSat, 15 May 2010 08:02:08 +0000, by Elliott Sales de Andrade
-
merge of 'b5086a027dfbc0926b74627b9783794d250c2cb4'Fri, 14 May 2010 06:57:26 +0000, by Elliott Sales de Andrade
-
merge of '8995bf8c14c5b7fb67a84a18ba9bf73e7be3fca8'Tue, 11 May 2010 06:32:00 +0000, by Elliott Sales de Andrade
-
We can't both remove a timeout and return FALSE in its callback.Sat, 08 May 2010 00:08:01 +0000, by Elliott Sales de Andrade
-
merge of '5378b2067023c1be51d87906196d87f03c9992e3'Fri, 07 May 2010 20:04:42 +0000, by Elliott Sales de Andrade
-
Close the DC when the slplink is empty.Thu, 06 May 2010 07:40:34 +0000, by Elliott Sales de Andrade
-
This should probably work a bit better. At least, we want to get rid of anyThu, 06 May 2010 07:36:56 +0000, by Elliott Sales de Andrade
-
I think user might be NULL here.Thu, 06 May 2010 05:24:06 +0000, by Elliott Sales de Andrade
-
Valgrind pointed out that dest and src may overlap, so we need to useWed, 05 May 2010 09:07:10 +0000, by Elliott Sales de Andrade
-
I've seen packet sizes larger than our current maximum. Hopefully 8KiB isWed, 05 May 2010 08:18:35 +0000, by Elliott Sales de Andrade
-
Remote more seemingly unnecessary stuff.Wed, 05 May 2010 08:14:40 +0000, by Elliott Sales de Andrade
-
I'm not sure what this stuff is, but it looks old and useless.Wed, 05 May 2010 08:11:05 +0000, by Elliott Sales de Andrade
-
I'm pretty sure we need to actually use dc->msg_pos for something, insteadWed, 05 May 2010 07:33:55 +0000, by Elliott Sales de Andrade
-
I think this finally works with both aMSN and the official client, forWed, 05 May 2010 07:32:45 +0000, by Elliott Sales de Andrade
-
Try and reduce some code duplication.Wed, 05 May 2010 07:29:24 +0000, by Elliott Sales de Andrade
-
Make msn_dc_fallback_to_p2p non-static, and remove some old code.Wed, 05 May 2010 07:26:57 +0000, by Elliott Sales de Andrade
-
It's probably a good idea to free the direct connection when the slplinkWed, 05 May 2010 07:15:55 +0000, by Elliott Sales de Andrade
-
The length of a DC packet does not include itself.Wed, 05 May 2010 07:02:05 +0000, by Elliott Sales de Andrade
-
It seems like every DC packet requires a length, so why make every littleSun, 25 Apr 2010 23:38:27 +0000, by Elliott Sales de Andrade
-
Obviously, if this comparison fails, I should be returning FALSE.Sun, 25 Apr 2010 23:15:32 +0000, by Elliott Sales de Andrade
-
All these processing functions are called from places where dc != NULL,Sat, 24 Apr 2010 20:39:06 +0000, by Elliott Sales de Andrade
-
Remove some duplicate code.Sat, 24 Apr 2010 20:37:49 +0000, by Elliott Sales de Andrade
-
Don't bother sending a direct connection request if the other side doesn'tSat, 24 Apr 2010 06:52:06 +0000, by Elliott Sales de Andrade
-
Support old-style Nonce, which should let us use direct connections toSat, 24 Apr 2010 06:41:52 +0000, by Elliott Sales de Andrade
-
These lines are redundant since this was allocated with g_new0.Sat, 24 Apr 2010 02:29:34 +0000, by Elliott Sales de Andrade
-
Save remote nonce, and verify we get the same data when initiating theFri, 23 Apr 2010 22:38:13 +0000, by Elliott Sales de Andrade
-
merge of '21280175da42b51e30e31b091bb3b4adf7708407'Fri, 23 Apr 2010 22:19:23 +0000, by Elliott Sales de Andrade
-
Fix some leaks, and simplify these branches.Fri, 23 Apr 2010 20:53:57 +0000, by Elliott Sales de Andrade
-
A direct connection shouldn't be FT-only.Fri, 23 Apr 2010 20:45:05 +0000, by Elliott Sales de Andrade
-
Set some information for debugging.Fri, 23 Apr 2010 00:03:20 +0000, by Elliott Sales de Andrade
-
I'm not sure how this worked, since g_strdup should stop at \0.Mon, 19 Apr 2010 08:37:10 +0000, by Elliott Sales de Andrade
-
NULL-ing this stuff after free is nice in theory, but totally pointlessMon, 19 Apr 2010 08:36:23 +0000, by Elliott Sales de Andrade
-
Remove one more unused code block, and unnecessary variable.Mon, 19 Apr 2010 08:27:05 +0000, by Elliott Sales de Andrade
-
This doesn't appear to be a programming error.Mon, 19 Apr 2010 08:20:24 +0000, by Elliott Sales de Andrade
-
Remove old code that was commented out, but is really just not necessary.Mon, 19 Apr 2010 08:05:55 +0000, by Elliott Sales de Andrade
-
Fix some double-frees and/or leaks.Mon, 19 Apr 2010 07:41:56 +0000, by Elliott Sales de Andrade
-
More minor fixes. Spelling, extra variables, etc.Mon, 19 Apr 2010 07:11:46 +0000, by Elliott Sales de Andrade
-
MSN caps are unsigned.Sun, 11 Apr 2010 07:39:02 +0000, by Elliott Sales de Andrade
-
Fix typo.Sun, 11 Apr 2010 05:54:05 +0000, by Elliott Sales de Andrade
-
Minor cleanups.Sun, 11 Apr 2010 05:53:02 +0000, by Elliott Sales de Andrade
-
This DC stuff is a bit verbose.Sun, 11 Apr 2010 05:27:20 +0000, by Elliott Sales de Andrade
-
This DC stuff seems a bit verbose.Sun, 11 Apr 2010 05:25:54 +0000, by Elliott Sales de Andrade
-
I don't like accessing memory by magic-constant.Thu, 18 Mar 2010 04:30:27 +0000, by Elliott Sales de Andrade
-
Clean up msn_dc_generate_nonce. It just looked weird.Thu, 18 Mar 2010 04:12:36 +0000, by Elliott Sales de Andrade
-
OK, so maybe this one does need to be static.Thu, 18 Mar 2010 03:54:48 +0000, by Elliott Sales de Andrade
-
I don't know why any of these variables need to be static.Thu, 18 Mar 2010 03:49:05 +0000, by Elliott Sales de Andrade
-
Tabs-to-spaces.Thu, 18 Mar 2010 03:40:07 +0000, by Elliott Sales de Andrade
-
Re-indent directconn.h, and fix a typo.Thu, 18 Mar 2010 03:29:28 +0000, by Elliott Sales de Andrade
-
De-spacify.Thu, 18 Mar 2010 03:15:01 +0000, by Elliott Sales de Andrade
-
Initial support for direct connections. Preliminary patch from ticket #247Wed, 17 Mar 2010 03:45:07 +0000, by kukkerman
-
Improve error handlingFri, 21 May 2010 21:28:24 +0000, by Daniel Atallah
-
jabber: Blacklist EXTERNAL when using Cyrus. Allows connecting when it's advertised.Fri, 21 May 2010 05:35:33 +0000, by Paul Aurich
-
jabber: trailing_whitespace--;Fri, 21 May 2010 05:28:59 +0000, by Paul Aurich
-
jabber: Fix a case where a broken server would hang the connection.Fri, 21 May 2010 03:26:15 +0000, by Paul Aurich
-
Add support for the binaries built by the opensuse build service to theFri, 21 May 2010 02:40:53 +0000, by Daniel Atallah
-
propagate from branch 'im.pidgin.pidgin.mxit' (head 1665ab3e3781f7c987348e41c15963859d197486)Fri, 21 May 2010 00:44:38 +0000, by John Bailey
-
Add a pref for allowing direct connections.Thu, 20 May 2010 22:54:26 +0000, by Elliott Sales de Andrade
-
propagate from branch 'im.pidgin.pidgin' (head 7072aab86b390122c32faa675284a753c9e97034)Thu, 20 May 2010 11:25:03 +0000, by andrew victor
-
Save the user's MXitId received in the login-response packet to the Session.Thu, 20 May 2010 11:21:30 +0000, by andrew victor
-
* Separate the ClientVersion from the supported ProtocolVersion.Thu, 20 May 2010 09:29:46 +0000, by andrew victor
-
Increment plugin version to 2.4.0.Thu, 20 May 2010 09:03:37 +0000, by andrew victor
-
When our avatar image is changed, the MXit server will push an ExtendedProfile-Response packetWed, 19 May 2010 21:17:01 +0000, by andrew victor
-
* Show the buddy's registration country in their profile.Wed, 19 May 2010 20:29:31 +0000, by andrew victor
-
For security reasons, MXit doens't allow you to see your buddies Email Address or Title.Wed, 19 May 2010 19:50:36 +0000, by andrew victor
-
This change is also needed to make the "nm=" clickable links work.Wed, 19 May 2010 19:34:49 +0000, by andrew victor
-
The profile attribute is just "Title", not "Job Title".Wed, 19 May 2010 19:33:22 +0000, by andrew victor
-
Add support for the "nm=" syle of clickable links.Wed, 19 May 2010 19:21:32 +0000, by andrew victor
-
Fix the processing of the "Clear" MXit command.Wed, 19 May 2010 17:57:14 +0000, by andrew victor
-
Added "chilli" and "mrgreen" emoticons [released by MXit under GPL]Mon, 17 May 2010 08:05:29 +0000, by andrew victor
-
Merge back in Daniel's translations migrated from the installer stuffThu, 20 May 2010 21:11:34 +0000, by Paul Aurich
-
jabber: Found a better string in auth.cThu, 20 May 2010 21:09:19 +0000, by Paul Aurich
-
jabber: Better error message when no concordant SASL mechsThu, 20 May 2010 19:11:48 +0000, by Paul Aurich
-
Updated Hebrew translation. Closes #11834.Thu, 20 May 2010 18:57:09 +0000, by Paul Aurich
-
Minor German translation update:Thu, 20 May 2010 10:13:31 +0000, by Bj«Órn Voigt
-
po: Add family_icbm.c since the message errors are in there now.Thu, 20 May 2010 02:55:16 +0000, by Paul Aurich
-
Cleanup, basically. Move the icbm snac error handling from oscar.c toThu, 20 May 2010 02:44:00 +0000, by Mark Doliner
-
Super tiny optimisationThu, 20 May 2010 01:39:52 +0000, by Mark Doliner
-
If we get an error SNAC on the ICBM family and it's missing buddy name thenThu, 20 May 2010 01:39:25 +0000, by Mark Doliner
-
Insanely tiny optimizationThu, 20 May 2010 01:27:23 +0000, by Mark Doliner
-
Provide some context to the Installer translations.Wed, 19 May 2010 20:52:00 +0000, by Daniel Atallah
-
pidgin: Fix a crash when accessing the Set Moods tool menu when havingWed, 19 May 2010 18:47:58 +0000, by Marcus Lundblad
-
Update German translationWed, 19 May 2010 16:00:39 +0000, by Jochen Kemnade
-
Add new generated stuff to .mtn-ignoreWed, 19 May 2010 03:58:59 +0000, by Daniel Atallah
-
This wasn't supposed to be committedWed, 19 May 2010 03:36:01 +0000, by Daniel Atallah
-
merge of '45c13cbd9c56429c7ed3b9a147b1d76692f3968d'Wed, 19 May 2010 03:26:38 +0000, by Daniel Atallah
-
Final piece of getting the installer translations integrated with the regularWed, 19 May 2010 03:26:05 +0000, by Daniel Atallah
-
More improvements to create_nsis_translations.pl - I have more to do, but I'mWed, 19 May 2010 02:50:02 +0000, by Daniel Atallah
-
Further updates to the create_nsis_translations.pl script.Tue, 18 May 2010 19:12:37 +0000, by Daniel Atallah
-
merge of '00a468847820c34179875e968a4de992329c3dfa'Tue, 18 May 2010 17:38:27 +0000, by Daniel Atallah
-
Add some missing translation mappings and correct some encodings that were wrong.Tue, 18 May 2010 17:38:19 +0000, by Daniel Atallah
-
Update for fixed nsis_translations.desktop.inTue, 18 May 2010 07:20:52 +0000, by Daniel Atallah
-
Use a URL that doesn't screw up intltoolTue, 18 May 2010 07:16:03 +0000, by Daniel Atallah
-
Migrate existing Installer translations into the po filesTue, 18 May 2010 07:13:43 +0000, by Daniel Atallah
-
Add unmodified create_nsis_translations.pl script from the gcompris project.Tue, 18 May 2010 01:07:55 +0000, by Daniel Atallah
-
Update po files to include Installer stringsTue, 18 May 2010 00:58:43 +0000, by Daniel Atallah
-
Create a version of the Windows installer localizations in .desktop fileMon, 17 May 2010 23:13:42 +0000, by Daniel Atallah
-
applied changes from bf4b720f9231b395fb51bf1e27440328d46bceb5Tue, 18 May 2010 04:28:41 +0000, by Evan Schoenberg
-
Improve some Installer verbiage and bump translation Version to 4.Mon, 17 May 2010 16:00:10 +0000, by Daniel Atallah
-
merge of 'bd7b70e38030da580a7bc922236ec504ecb8853b'Mon, 17 May 2010 08:04:50 +0000, by Elliott Sales de Andrade
-
Set the GtkTrayIcon invisible before unref'ing it, or else it will leaveMon, 17 May 2010 02:09:35 +0000, by Elliott Sales de Andrade
-
I've been sitting on this for 9 months, but I still think it's funnyMon, 17 May 2010 01:26:13 +0000, by Stu Tomlinson
-
I before E, except after CMon, 17 May 2010 01:01:13 +0000, by Stu Tomlinson
-
The returned value from SmcVendor() should be free'd with free() notMon, 17 May 2010 00:18:25 +0000, by Stu Tomlinson
-
Add some comments that meant something to me at some point and mightMon, 17 May 2010 00:14:22 +0000, by Stu Tomlinson
-
Prevent a null pointer dereference in chat_account_filter_func() if calledMon, 17 May 2010 00:11:01 +0000, by Stu Tomlinson
-
yahoo: Fix a few race-condition crashes at loginSun, 16 May 2010 20:56:47 +0000, by Paul Aurich
-
merge of '8ff2ee29eabe00715f5da3d756f3bf52b9509879'Sun, 16 May 2010 17:12:25 +0000, by Daniel Atallah
-
Build fixes on OpenSolaris. Closes #11841.Sun, 16 May 2010 15:57:51 +0000, by brian lu
-
pidgin: Add charkins's patch for gtkstatusicon blinking. Fixes #11855Sun, 16 May 2010 15:50:23 +0000, by Paul Aurich
-
Prevent pasting into readonly imhtmls on Windows. Fixes #11867Sun, 16 May 2010 17:08:02 +0000, by Daniel Atallah
-
oscar: g_malloc can't fail (in a way that doesn't abort)Sun, 16 May 2010 05:57:08 +0000, by Paul Aurich
-
Allow the GTK+ Runtime to be unselected when there is no existing runtimeSat, 15 May 2010 06:13:15 +0000, by Daniel Atallah
-
Automatically select the translation corresponding to the installer language.Sat, 15 May 2010 03:24:24 +0000, by Daniel Atallah
-
I propagated im.pidgin.soc.2010.icq-tlc to im.pidgin.pidgin. This includesFri, 14 May 2010 19:35:19 +0000, by Mark Doliner
-
propagate from branch 'im.pidgin.soc.2010.icq-tlc' (head 64c9fc1442c7815de47d3f6756f59f1d09a1d530)Fri, 14 May 2010 19:30:09 +0000, by Mark Doliner
-
Keep this comment up to dateThu, 06 May 2010 18:32:07 +0000, by Mark Doliner
-
Oops.Mon, 03 May 2010 20:55:39 +0000, by ivan komarov
-
Two small fixes to improve sending/receiving HTML-formatted messagesMon, 03 May 2010 20:49:14 +0000, by ivan komarov
-
"View Web Profile" link now leads to the correct link for ICQ accounts (#9890).Sat, 01 May 2010 18:32:43 +0000, by ivan komarov
-
propagate from branch 'im.pidgin.pidgin.mxit' (head ad23bba01aa6026230a0aa76ea2e27d0dfb5c106)Thu, 13 May 2010 22:51:00 +0000, by John Bailey
-
Fix a regression in 2.7.0 that caused window flashing not to work on Windows.Thu, 13 May 2010 22:45:19 +0000, by Daniel Atallah
-
Fix a status change event being triggered for each online Bonjour buddy when you sign out.Thu, 13 May 2010 22:05:59 +0000, by Daniel Atallah
-
Added "grumpy" and "invincible" mood images for MXit (re-sized from default theme).Thu, 13 May 2010 18:38:52 +0000, by andrew victor
-
Add support for message delivery notification.Thu, 13 May 2010 09:02:58 +0000, by andrew victor
-
propagate from branch 'im.pidgin.pidgin' (head c8c73a03615c9761cd104c6e2c8de12d1c8a82ac)Thu, 13 May 2010 07:21:51 +0000, by andrew victor
-
Remove an unused variable.Wed, 12 May 2010 15:38:29 +0000, by andrew victor
-
Improve the handling of user's being kicked from MultiMX rooms.Tue, 11 May 2010 16:28:03 +0000, by andrew victor
-
Remove the MXit-specific Mood management code. We now use the libpurple Mood (Status) API.Tue, 11 May 2010 11:40:59 +0000, by andrew victor
-
Add support for the standard Mood API.Tue, 11 May 2010 10:00:30 +0000, by andrew victor
-
propagate from branch 'im.pidgin.pidgin' (head 47e8cb2dd9ae901b608beea98c7a3dbc4f37dec5)Tue, 11 May 2010 07:14:31 +0000, by andrew victor
-
bonjour: Fix a crash-on-disconnect I introduced. Closes #11851Thu, 13 May 2010 21:01:34 +0000, by Paul Aurich
-
Include all libpurple headers in libpurple-devel RPMThu, 13 May 2010 13:29:24 +0000, by Stu Tomlinson
-
Fix installing GConf schema. GCONF_SCHEMAS_INSTALL does not refer toThu, 13 May 2010 13:28:12 +0000, by Stu Tomlinson
-
Revisionist history that I'm including on the wiki.Thu, 13 May 2010 05:11:00 +0000, by John Bailey
-
Add the available.list file to EXTRA_DIST so people will be able to use theThu, 13 May 2010 05:08:20 +0000, by John Bailey
-
ChangeLog Elliott's fix for buddy icons on MSN.Thu, 13 May 2010 05:06:46 +0000, by John Bailey
-
merge of '02af4cf0f33f9ec7d46a52cba0e6c4349f0d6e19'Thu, 13 May 2010 05:03:30 +0000, by John Bailey
-
Post-release fun.Wed, 12 May 2010 14:07:02 +0000, by John Bailey
-
Prepping for release.Wed, 12 May 2010 04:35:29 +0000, by John Bailey
-
Fix an MSN emoticon crash discovered by Pierre Nogu«²s of Meta Security.Wed, 12 May 2010 04:34:54 +0000, by Elliott Sales de Andrade
-
gg: Totally not arbitrary (in line with patch sent to the libgadu list)Thu, 13 May 2010 03:21:36 +0000, by Paul Aurich
-
gg: Fix 05793e8aa in a way that is upstream-ableThu, 13 May 2010 02:58:31 +0000, by Paul Aurich
-
jabber: Refined logic for determining "is typing" support.Wed, 12 May 2010 06:35:28 +0000, by Paul Aurich
-
merge of '17fcb3e7ac74579122bb5259359cef56f5bbf713'Wed, 12 May 2010 05:21:47 +0000, by Paul Aurich
-
merge of '52fb5cb4cd8795906a7313dd5edde763a4848a3e'Wed, 12 May 2010 05:15:44 +0000, by Elliott Sales de Andrade
-
Normalize the remote passport before sending a P2P message. If it's notWed, 12 May 2010 05:00:06 +0000, by Elliott Sales de Andrade
-
jabber: Send typing notifications to a buddy when it can see our presenceWed, 12 May 2010 05:21:19 +0000, by Paul Aurich
-
Use /dev/null for the purple directory for the tests.Wed, 12 May 2010 04:26:46 +0000, by Paul Aurich
-
Add lib/libgadu-internal.h to EXTRA_DIST and INTGGSOURCESWed, 12 May 2010 01:25:17 +0000, by Paul Aurich
-
merge of '5644920b69ca0205d375d023d32b16772184a02b'Tue, 11 May 2010 20:55:13 +0000, by Elliott Sales de Andrade
-
merge of '520cc89d4197a746c24ce7b030319f79554352d5'Tue, 11 May 2010 20:47:33 +0000, by Elliott Sales de Andrade
-
NEWS... and spelling and grammar and word-wrap...Tue, 11 May 2010 20:44:05 +0000, by Elliott Sales de Andrade
-
textwidth=72 and double space at the end of sentences.Tue, 11 May 2010 20:47:32 +0000, by masca
-
... and the double spaces...Tue, 11 May 2010 20:39:08 +0000, by Marcus Lundblad
-
As Qulogic pointed out, this is a minor release, but I re-phrased it,Tue, 11 May 2010 20:38:01 +0000, by Marcus Lundblad
-
Catalan translation updated.Tue, 11 May 2010 20:10:57 +0000, by Josep Puigdemont
-
My firs NEWS!!! Wiii =)Tue, 11 May 2010 19:48:21 +0000, by masca
-
Line-wrapTue, 11 May 2010 19:07:10 +0000, by Paul Aurich
-
NEWS!Tue, 11 May 2010 19:06:28 +0000, by Paul Aurich
-
NEWS!Tue, 11 May 2010 18:52:26 +0000, by Marcus Lundblad
-
NEWS! Read all about it! Get your NEWS here!Tue, 11 May 2010 16:01:47 +0000, by John Bailey
-
German translation updateTue, 11 May 2010 15:16:11 +0000, by Bj«Órn Voigt
-
merge of '4463949ec36c02833d85afdfd38b5dfb956b9169'Tue, 11 May 2010 04:53:03 +0000, by Elliott Sales de Andrade
-
Use serv_got_im/serv_got_chat_in instead of purple_conversation_write soTue, 11 May 2010 04:40:07 +0000, by Elliott Sales de Andrade
-
merge of '2946037e3974559877f516df2006883ad5846e19'Tue, 11 May 2010 02:00:24 +0000, by Ethan Blanton
-
Fix MSN FT for UIs that use our abstract FT stuff in ways that are slightlyTue, 11 May 2010 01:21:49 +0000, by hanzz
-
Updated translations.Tue, 11 May 2010 01:59:30 +0000, by Ethan Blanton
-
Implement [gs]et_public_alias in MSN.Mon, 10 May 2010 23:14:05 +0000, by Elliott Sales de Andrade
-
Fix copy&paste typos.Mon, 10 May 2010 21:27:28 +0000, by Elliott Sales de Andrade
-
Align.Mon, 10 May 2010 21:16:20 +0000, by Elliott Sales de Andrade
-
1 string update in German translationSun, 09 May 2010 14:12:31 +0000, by Bj«Órn Voigt
-
better German translations for some of the moodsSun, 09 May 2010 10:09:04 +0000, by Jochen Kemnade
-
merge of '6655e507da0527cad53500fbed4bf9dbcebdbf2c'Sat, 08 May 2010 21:19:58 +0000, by Paul Aurich
-
Update this comment; the function supports IPv6Sat, 08 May 2010 03:00:06 +0000, by Paul Aurich
-
Catalan translation updated.Sat, 08 May 2010 14:14:21 +0000, by Josep Puigdemont
-
Updated Hungarian translation for 2.7.0Fri, 07 May 2010 22:58:28 +0000, by Kelemen G«¡bor
-
German translation updateFri, 07 May 2010 20:49:29 +0000, by Bj«Órn Voigt
-
Fix license to refer to GPLv2 in a files...Thu, 06 May 2010 21:28:32 +0000, by Marcus Lundblad
-
Updated Catalan (Valencian) translation on behalf of Toni Hermoso.Thu, 06 May 2010 06:16:48 +0000, by Josep Puigdemont
-
Updated and fixed a few typos in Catalan translation.Thu, 06 May 2010 06:16:12 +0000, by Josep Puigdemont
-
propagate from branch 'im.pidgin.pidgin.mxit' (head 52cb0cc1b49e76b923073e23934af6c8471b984b)Wed, 05 May 2010 05:26:29 +0000, by John Bailey
-
When logging-in with the HTTP protocol, we need to save the HTTP infoTue, 04 May 2010 21:09:52 +0000, by andrew victor
-
Catalan translation updated.Tue, 04 May 2010 21:20:26 +0000, by Josep Puigdemont
-
German translation update, all strings done, TODO: review of mood-related stringsTue, 04 May 2010 17:42:49 +0000, by Jochen Kemnade
-
merge of '73eedf837c2384f502418f091300785c19ccfacd'Tue, 04 May 2010 02:22:31 +0000, by Paul Aurich
-
disapproval of revision '5f410e729e7a8a2e46752d46b37a7c11e17d5ed7'Tue, 04 May 2010 02:22:26 +0000, by Paul Aurich
-
jabber: Pluck evands's 2fcd83432 (the part that applies) to i.p.pTue, 04 May 2010 01:57:14 +0000, by Paul Aurich
-
applied changes from 8b6590428d8180cc466c8916f81aec2c8961fbd1Tue, 04 May 2010 02:10:02 +0000, by Evan Schoenberg
-
If SASL authentication fails, we generally shouldn't be setting an errorTue, 04 May 2010 01:46:40 +0000, by Evan Schoenberg
-
Scale incoming thumbnails in the request dialog if they are overly largeMon, 03 May 2010 20:23:17 +0000, by Marcus Lundblad
-
jabber: Avoid an assertion failure for presence from bare domainsMon, 03 May 2010 05:02:30 +0000, by Paul Aurich
-
gg: For protocol 8.0+, the server sends this in UTF-8 now. Closes #11775.Sun, 02 May 2010 21:31:23 +0000, by kkszysiu
-
gg: Fix misuse of update_progress. Fixes #11774Sun, 02 May 2010 21:27:42 +0000, by kkszysiu
-
working on German translation - still incompleteSun, 02 May 2010 09:17:57 +0000, by Jochen Kemnade
-
NULL mech_data in digest_md5_dispose (what SCRAM and digest-md5 do elsewhere)Sun, 02 May 2010 06:32:24 +0000, by Paul Aurich
-
Changelog the View Web Profile fix. Closes #9890.Sun, 02 May 2010 05:11:09 +0000, by Paul Aurich
-
Correct typoSun, 02 May 2010 04:24:14 +0000, by Kevin Stange
-
*** Plucked rev 0e263caa5d687101e436029f2f8d09053ae06e23 (ivan.komarov@soc.pidgin.im):Sat, 01 May 2010 21:40:45 +0000, by Paul Aurich
-
merge of '22ad9aecc804e89b1101cde696e58490a7efd603'Sat, 01 May 2010 20:10:21 +0000, by Paul Aurich
-
jabber: I never understood why this was in auth.c anyway...Sat, 01 May 2010 18:09:16 +0000, by Paul Aurich
-
jabber: A bunch of paranoia-induced Cyrus SASL changes.Sat, 01 May 2010 18:03:52 +0000, by Paul Aurich
-
jabber: Nothing to see hereSat, 01 May 2010 17:38:40 +0000, by Paul Aurich
-
jabber: I don't see how this is possible, and it looks like an error to me.Sat, 01 May 2010 17:21:21 +0000, by Paul Aurich
-
German translation update (incomplete)Sat, 01 May 2010 19:57:00 +0000, by Bj«Órn Voigt
-
jabber: Only add the ga:client-uses-full-bind-result to gmail/googlemail domainsSat, 01 May 2010 16:37:07 +0000, by Paul Aurich
-
jabber: Use the auth_mech_data JabberStream member for what it's for.Sat, 01 May 2010 05:53:50 +0000, by Paul Aurich
-
util tests: Add a test for all the lower-ASCII control characters excluding theSat, 01 May 2010 02:36:27 +0000, by Paul Aurich
-
merge of '5b4322528c199b000fbfc774bb782dfd6dc0e2f2'Sat, 01 May 2010 01:03:38 +0000, by Paul Aurich
-
util: Better validation of the allowed character values in XML 1.0Thu, 29 Apr 2010 17:17:00 +0000, by Paul Aurich
-
Sort.Fri, 30 Apr 2010 03:50:31 +0000, by Elliott Sales de Andrade
-
It seems like the _varg should be at the end.Fri, 30 Apr 2010 03:46:27 +0000, by Elliott Sales de Andrade
-
merge of 'c4a26372086186405c4635b2fbf448b8d089f863'Fri, 30 Apr 2010 03:35:28 +0000, by Elliott Sales de Andrade
-
Silence a warning.Wed, 28 Apr 2010 20:57:59 +0000, by Elliott Sales de Andrade
-
Add purple_account_[gs]et_public_alias functions, per discussion in d@cpiThu, 29 Apr 2010 05:58:02 +0000, by Paul Aurich
-
gtkrequest: Fix pidgin_request_actionThu, 29 Apr 2010 05:55:14 +0000, by Paul Aurich
-
jabber: This is waaaaay more verbose, but has a hope of being approachable.Thu, 29 Apr 2010 04:06:07 +0000, by Paul Aurich
-
jabber: Check in some new strings under the freeze radar (no code yet).Thu, 29 Apr 2010 03:57:14 +0000, by Paul Aurich
-
gadu-gadu: Fix a crash due to uninitialized data. Closes #11746.Wed, 28 Apr 2010 22:13:51 +0000, by Paul Aurich
-
propagate from branch 'im.pidgin.cpw.malu.ft_thumbnails' (head 98d8db26c6d12378d0113a97c8b3f989233a5cbc)Wed, 28 Apr 2010 19:27:33 +0000, by Marcus Lundblad
-
Disable thumbnails for XMPP (in si.c) by using an #defineWed, 28 Apr 2010 19:26:58 +0000, by Marcus Lundblad
-
ChangeLog new functionallityTue, 27 Apr 2010 20:37:15 +0000, by Marcus Lundblad
-
Woops, copy-paste error... :)Mon, 26 Apr 2010 19:18:55 +0000, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 1ccb1507e6594c80788043ea114c7fb942828e48)Sun, 25 Apr 2010 21:40:33 +0000, by Elliott Sales de Andrade
-
The normal category for this file seems to 'ft'.Sun, 25 Apr 2010 21:24:06 +0000, by Elliott Sales de Andrade
-
Thumbnail formats should be chosen in the order specified by the prpl.Sun, 25 Apr 2010 21:23:08 +0000, by Elliott Sales de Andrade
-
Rename purple_xfer_get_thumbnail_data/size to be more D-Bus friendly.Sun, 25 Apr 2010 21:09:34 +0000, by Elliott Sales de Andrade
-
Whitespace trim.Sun, 25 Apr 2010 20:58:00 +0000, by Elliott Sales de Andrade
-
Minor cleanup.Sun, 25 Apr 2010 20:38:17 +0000, by Elliott Sales de Andrade
-
propagate from branch 'im.pidgin.pidgin' (head 7850267e7626c94b519fd5f1c959c79f0624d34e)Sat, 24 Apr 2010 14:59:13 +0000, by Marcus Lundblad
-
Merge fixWed, 24 Mar 2010 20:16:05 +0000, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 83880c1513774ae8550442dfe002355056d39021)Wed, 24 Mar 2010 19:56:07 +0000, by Marcus Lundblad
-
Fixup mergeMon, 22 Mar 2010 22:26:14 +0000, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head d2cd6030fc66f726f61a1d7576facd0ef6ea5fe5)Mon, 22 Mar 2010 21:45:23 +0000, by Marcus Lundblad
-
Updated to use new BoB request functionallitySun, 21 Mar 2010 20:57:29 +0000, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 60a434545c6f61fc0f20206c0d4eb87a9fb8de11)Sun, 21 Mar 2010 20:54:57 +0000, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head f23de15cf5cab74ad9b1c2ce72676be0e80e7f23)Sun, 21 Mar 2010 19:44:45 +0000, by Marcus Lundblad
-
Hide the thumbnail-related stuff from the PurpleXfer struct toThu, 18 Mar 2010 22:12:08 +0000, by Marcus Lundblad
-
Set desired image formats for thumbnails as a parameter toTue, 16 Mar 2010 23:14:54 +0000, by Marcus Lundblad
-
Allow PRPLs to specify the image formats acceptable for thumbnails (inMon, 15 Mar 2010 21:49:02 +0000, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 01b93cf5c82386bcea9bfacb2bd35a7d73dd612c)Sun, 14 Mar 2010 21:20:14 +0000, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head a9876c2b74baddb4b0fd99eede7daef1d346604b)Wed, 10 Mar 2010 05:40:47 +0000, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 96b27a20c7250b87761a8bd4f5540bf1fa32b6f4)Tue, 09 Mar 2010 21:41:55 +0000, by Marcus Lundblad
-
The GDK pixbuf option "quality" is unknown when saving to PNG.Sun, 28 Feb 2010 22:56:50 +0000, by Marcus Lundblad
-
Use PNG instead of JPEG for FT thumbnails which is supported on both MSNSun, 28 Feb 2010 05:35:20 +0000, by Elliott Sales de Andrade
-
Fix some warnings.Sun, 28 Feb 2010 04:38:11 +0000, by Elliott Sales de Andrade
-
Add support for recieving and sending MSN file transfer previews.Sun, 28 Feb 2010 04:14:15 +0000, by Elliott Sales de Andrade
-
propagate from branch 'im.pidgin.pidgin' (head 8587687655d4e11f0965358e8a4378cfa3d1e4e7)Sun, 28 Feb 2010 04:07:39 +0000, by Elliott Sales de Andrade
-
Make it compile again after mergeThu, 18 Feb 2010 22:28:41 +0000, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 267f28808ab6eeda6b5d68f6433f2b3fcf230d4f)Thu, 18 Feb 2010 21:59:26 +0000, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head a582dd339f019301adca693df4b1a8fb135a1774)Sun, 06 Dec 2009 19:08:00 +0000, by Marcus Lundblad
-
Added the "thumbs" namespace to namespaces.hSun, 29 Nov 2009 19:14:39 +0000, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head fd01d69465dca1c23c811963e2545236c2749d55)Sun, 29 Nov 2009 19:06:30 +0000, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 8c322571bfb4f2d00c9126e59746445f877be296)Tue, 03 Nov 2009 18:27:07 +0000, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head cd4ab1e30725817663f30bcb4d6cbe22879b271f)Mon, 26 Oct 2009 22:16:32 +0000, by Marcus Lundblad
-
Print the thumbnail along with the offer message in the conversationThu, 22 Oct 2009 21:21:47 +0000, by Marcus Lundblad
-
Ooops, this code was some left overs...Thu, 22 Oct 2009 19:03:47 +0000, by Marcus Lundblad
-
Make it work again, after some new xfer UI ops where added... :)Wed, 21 Oct 2009 22:08:01 +0000, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 0d33eae1cfd57cb5f459518ad5db14230f13792b)Tue, 20 Oct 2009 22:32:09 +0000, by Marcus Lundblad
-
Add a comment about the add thumbnail op for PurpleXferThu, 15 Oct 2009 21:31:08 +0000, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 0d319bbd23fdd7e6cf2065b21e92612657c6e8cb)Thu, 15 Oct 2009 21:25:07 +0000, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 29f6b9d81574bfa9235dbd438a8934f06552e368)Sun, 20 Sep 2009 19:57:07 +0000, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 6d3fc30a0a0a379281efc5a6872a9c1d7c24c650)Tue, 01 Sep 2009 19:50:20 +0000, by Marcus Lundblad
-
Remove #ifdefs for older GDK versions, since this will not be included untilThu, 27 Aug 2009 19:55:08 +0000, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 4b37450c5470f1f61cdba5cf5de7a6abb166b2c1)Thu, 27 Aug 2009 18:46:55 +0000, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 92e101e3698042e7600729bc09dec9e28f81de8f)Mon, 24 Aug 2009 19:21:21 +0000, by Marcus Lundblad
-
It broke a bit during merge.Thu, 13 Aug 2009 17:40:00 +0000, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 70d69397ed952b26b453423c381c70d6783eb66d)Thu, 13 Aug 2009 17:15:06 +0000, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 46ae10a850bb3c3ce9a3bb47a7de9edd4becdb93)Tue, 28 Jul 2009 20:51:56 +0000, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 53abc38e3dfd2e9f8ae8c3e6532379d4b0dc333b)Sun, 12 Jul 2009 20:47:45 +0000, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 6836b6429243a0b1f36354530521dda81b509fb5)Mon, 06 Jul 2009 17:38:22 +0000, by Marcus Lundblad
-
Show thumbnail in ft request dialogSat, 04 Jul 2009 21:45:19 +0000, by Marcus Lundblad
-
Change debug outputs to say "data object" instead of "smiley", since BoB is notSat, 04 Jul 2009 07:18:19 +0000, by Marcus Lundblad
-
Actually request the thumbnail when getting one in an offer.Wed, 01 Jul 2009 17:31:47 +0000, by Marcus Lundblad
-
Create the thumbnail data and include the "thumbnail" element in the fileTue, 30 Jun 2009 17:34:51 +0000, by Marcus Lundblad
-
Added an "ephemeral" argument when creating local data objects (given a CID).Mon, 29 Jun 2009 20:44:45 +0000, by Marcus Lundblad
-
Added a function to destroy JabberData instances.Thu, 25 Jun 2009 22:25:23 +0000, by Marcus Lundblad
-
Allow the "alt" property on a Bits of Binary object to be NULL (do not storeThu, 25 Jun 2009 20:56:37 +0000, by Marcus Lundblad
-
Add code to generate a thumbnail (only fully works with GDK 2.4+ so far)Thu, 25 Jun 2009 20:46:11 +0000, by Marcus Lundblad
-
Added a skeleton for functions to set and get a thumbnail image associatedTue, 23 Jun 2009 21:33:10 +0000, by Marcus Lundblad
-
Catalan translation updated.Mon, 26 Apr 2010 17:17:44 +0000, by Josep Puigdemont
-
Oops, make sure that check actually succeeds when it's supposed to.Sun, 25 Apr 2010 21:40:25 +0000, by Elliott Sales de Andrade
-
I'm tired of seeing this warning.Sun, 25 Apr 2010 21:29:40 +0000, by Elliott Sales de Andrade
-
timestamp formats: Default to the 'default' ones (as pointed out by Jonathan)Sun, 25 Apr 2010 02:29:09 +0000, by Paul Aurich
-
timestamp formats: Allow forcing 12-hour time formats. Closes #11667.Sat, 24 Apr 2010 23:06:17 +0000, by jemaltz
-
Fix a crash caused by context menus for sametime buddies.Fri, 23 Apr 2010 01:24:08 +0000, by Sadrul Habib Chowdhury
-
Don't bother updating the login progress if the step didn't changeThu, 22 Apr 2010 17:38:56 +0000, by Mark Doliner
-
Wordsmith 'to' => 'from' and 80-wide-wrap with an 8-char tabThu, 22 Apr 2010 05:18:52 +0000, by Paul Aurich
-
Fix an invalid memory deref with Windows proxy settings when there's no ":port"Thu, 22 Apr 2010 03:09:15 +0000, by mklencke
-
jabber: Send whitespace keepalives every two minutes of (outgoing) silence.Wed, 21 Apr 2010 19:07:19 +0000, by Paul Aurich
-
gadu-gadu: Add a missing 'break;'Wed, 21 Apr 2010 17:43:36 +0000, by kkszysiu
-
Allow icons to be exactly the max file sizeWed, 21 Apr 2010 08:07:46 +0000, by Mark Doliner
-
Oh! When setting a buddy icon, when we reduce the dimension in order toWed, 21 Apr 2010 04:42:32 +0000, by Mark Doliner
-
Added signal definitions for the new signals.Tue, 20 Apr 2010 21:17:12 +0000, by Marcus Lundblad
-
Added buddy-caps-changed and ui-caps-changed media signals to the dox documentation.Tue, 20 Apr 2010 19:39:30 +0000, by Marcus Lundblad
-
Add the attention-UI-related signals to the documentationTue, 20 Apr 2010 19:35:27 +0000, by Marcus Lundblad
-
merge of '5fe1e44e0d84dfc0304df6902508315695625f42'Tue, 20 Apr 2010 03:40:44 +0000, by Elliott Sales de Andrade
-
Add a @since tag for the new autojoin signalTue, 20 Apr 2010 02:31:42 +0000, by Richard Laager
-
Add @since tags.Tue, 20 Apr 2010 00:10:20 +0000, by Elliott Sales de Andrade
-
Fix a possible use-after-free.Tue, 20 Apr 2010 00:05:34 +0000, by Elliott Sales de Andrade
-
Just because a user went offline, doesn't mean we should close the slplinkMon, 19 Apr 2010 23:55:03 +0000, by Elliott Sales de Andrade
-
This looks like it should be @signaldesc.Mon, 19 Apr 2010 20:45:31 +0000, by Elliott Sales de Andrade
-
Add autojoin signal to ChangeLog.API and fix a typo.Mon, 19 Apr 2010 20:40:18 +0000, by Elliott Sales de Andrade
-
jabber: Don't leak the buddy_name on this errorMon, 19 Apr 2010 20:17:20 +0000, by Paul Aurich
-
configure.ac: Check for gnutls_priority_set.Mon, 19 Apr 2010 16:06:43 +0000, by Paul Aurich
-
merge of '2397ba22512c2bb9c2e3d67b9b0e38ced723db05'Mon, 19 Apr 2010 16:05:00 +0000, by Paul Aurich
-
jabber: --more leaksSun, 18 Apr 2010 20:12:32 +0000, by Paul Aurich
-
jabber: --leaksSun, 18 Apr 2010 19:10:38 +0000, by Paul Aurich
-
Add an autojoin connection signalSun, 18 Apr 2010 22:39:01 +0000, by Richard Laager
-
merge of 'de5074f5f3785a3e757b9ab4ed946a01ddc69944'Sat, 17 Apr 2010 22:22:52 +0000, by Elliott Sales de Andrade
-
merge of '229f226a4d7937c46842e33328e05fc827bf3573'Sat, 17 Apr 2010 22:22:21 +0000, by Elliott Sales de Andrade
-
gtk_widget_set_window was added in GTK+ 2.18. Thanks to Josh Mueller.Sat, 17 Apr 2010 22:21:17 +0000, by Elliott Sales de Andrade
-
Those Adium guys don't like this slash.Sat, 17 Apr 2010 03:06:42 +0000, by Elliott Sales de Andrade
-
ClarifySat, 17 Apr 2010 21:37:52 +0000, by Paul Aurich
-
gtkimhtml: Fix handling of pastes whose data isn't NULL-terminatedSat, 17 Apr 2010 21:35:26 +0000, by Paul Aurich
-
jabber: Stifle an assertion warning.Sat, 17 Apr 2010 21:16:19 +0000, by Paul Aurich
-
util: Fix some strict-aliasing issues.Sat, 17 Apr 2010 21:13:50 +0000, by Paul Aurich
-
Oops, I forgot to save this before committing.Sat, 17 Apr 2010 01:33:19 +0000, by Paul Aurich
-
Linewrap to 80 charactersSat, 17 Apr 2010 01:31:13 +0000, by Paul Aurich
-
merge of '5bc899d1d49d1b8701e547f4e4d76519e471d339'Sat, 17 Apr 2010 01:27:58 +0000, by Paul Aurich
-
Add network listen functions that accept a family argument (AF_INET(6?)).Sat, 17 Apr 2010 01:27:04 +0000, by Paul Aurich
-
util: Bah, AF_INET6 probably isn't always availableFri, 16 Apr 2010 03:44:18 +0000, by Paul Aurich
-
util: Make purple_fd_get_ip IPv6-awareFri, 16 Apr 2010 03:29:10 +0000, by Paul Aurich
-
util: Fix a crash in purple_utf8_strftime.Fri, 16 Apr 2010 16:46:57 +0000, by Florian Qu«²ze
-
Add getter and setter for account->perm_deny. Patch by Stephen Whitmore.Fri, 16 Apr 2010 07:35:11 +0000, by Mark Doliner
-
Rename this flag and add a happy bumble bee commentFri, 16 Apr 2010 01:59:16 +0000, by Mark Doliner
-
merge of 'd3c0fb0d541e286033c180e2104c09174255a31b'Thu, 15 Apr 2010 04:21:55 +0000, by Paul Aurich
-
jabber: If binding fails, don't continue trying to initialize the session.Wed, 14 Apr 2010 21:06:00 +0000, by Paul Aurich
-
And allow sending HTML over ICQ, too. Only lightly testedThu, 15 Apr 2010 01:01:36 +0000, by Mark Doliner
-
Support receiving HTML-formatted messages for ICQ. I should have let aThu, 15 Apr 2010 00:55:02 +0000, by Mark Doliner
-
merge of '0a2b3d194869ba6d7da504c295d74e41e6a38633'Thu, 15 Apr 2010 00:49:01 +0000, by Mark Doliner
-
Update this to use prpl-aimThu, 15 Apr 2010 00:48:36 +0000, by Mark Doliner
-
merge of '1993306ee130a8c1c8eb294a1a05f86aa098cb9f'Wed, 14 Apr 2010 19:58:42 +0000, by Paul Aurich
-
This file was exterminatedWed, 14 Apr 2010 16:43:12 +0000, by Mark Doliner
-
simple: sipmsg_free() can't handle NULL. Reported by JochenWed, 14 Apr 2010 19:57:09 +0000, by Paul Aurich
-
Prepare Pidgin plugins for GTK+3.0. They're almost GSeal-compliant, exceptTue, 13 Apr 2010 23:22:31 +0000, by Elliott Sales de Andrade
-
Mark already got rid of gtkdocklet-x11.c, so I don't think we need to holdTue, 13 Apr 2010 22:29:02 +0000, by Elliott Sales de Andrade
-
merge of '2dffa8ba1bee1171684d1f2eda5b5ba307787274'Tue, 13 Apr 2010 16:28:32 +0000, by Sadrul Habib Chowdhury
-
Use cute little "¡ß" on the close buttons in conversation tabs.Tue, 13 Apr 2010 16:27:01 +0000, by Sadrul Habib Chowdhury
-
gadu-gadu: (NULL)-like descriptions and packet size problems. Fixes #11676Tue, 13 Apr 2010 06:03:35 +0000, by kkszysiu
-
ChangeLog that before I, too, get yelled at ;)Tue, 13 Apr 2010 04:33:47 +0000, by Paul Aurich
-
oscar: Forget un-remembered passwords on Incorrect Password w/ clientLogin.Tue, 13 Apr 2010 04:30:08 +0000, by Paul Aurich
-
merge of '0747e7c26eb81b2e5820123adcd39d463e5a0d11'Tue, 13 Apr 2010 02:50:55 +0000, by Paul Aurich
-
Log the change, thanks to rekka-changelog vigilante-noryo!Mon, 12 Apr 2010 23:21:16 +0000, by Sadrul Habib Chowdhury
-
Add a context option for the timestamps in the conversation log.Mon, 12 Apr 2010 23:08:47 +0000, by Sadrul Habib Chowdhury
-
.Tue, 13 Apr 2010 02:49:18 +0000, by Paul Aurich
-
Fix one more small memleak by freeing any lingering transactions at shutdownMon, 12 Apr 2010 08:05:57 +0000, by Mark Doliner
-
Lots of little memleak fixesMon, 12 Apr 2010 07:58:08 +0000, by Mark Doliner
-
Two SIMPLE changes:Mon, 12 Apr 2010 07:13:52 +0000, by Mark Doliner
-
Fix typo, fix compile (on windows).Mon, 12 Apr 2010 07:10:48 +0000, by Sadrul Habib Chowdhury
-
merge of '512105f86bd25c63994d1ab26ed4d4998773c923'Mon, 12 Apr 2010 06:49:00 +0000, by Mark Doliner
-
Try to be polite and free stuff associated with our signal watcher pipesMon, 12 Apr 2010 06:48:14 +0000, by Mark Doliner
-
Why create a wrapper function when you can use g_free directly?Mon, 12 Apr 2010 06:45:18 +0000, by Mark Doliner
-
Document those signals. Refs #11130.Mon, 12 Apr 2010 04:01:07 +0000, by Paul Aurich
-
account: Add copies of connection signed-(on|off) and connection-error.Mon, 12 Apr 2010 03:55:07 +0000, by yonas yanfa
-
Exit early if sip is null, instead of putting the whole body of thisMon, 12 Apr 2010 03:42:03 +0000, by Mark Doliner
-
I got confused when I first read this because I looked at the functions aboveMon, 12 Apr 2010 00:24:04 +0000, by Mark Doliner
-
Strip trailing whitespaceMon, 12 Apr 2010 00:21:46 +0000, by Mark Doliner
-
There's no reason to call into oscar.c anymore, so move this icon stuffSun, 11 Apr 2010 10:02:02 +0000, by Mark Doliner
-
yahoo: Add a FIXME. Refs #10346, #10746.Sun, 11 Apr 2010 05:15:29 +0000, by Paul Aurich
-
Catalan translation updated.Sat, 10 Apr 2010 23:16:47 +0000, by Josep Puigdemont
-
oscar: Fix a clientLogin error crash (null printf bug). Closes #11662Sat, 10 Apr 2010 22:48:48 +0000, by Paul Aurich
-
A couple more leak fixes.Sat, 10 Apr 2010 21:28:45 +0000, by Sadrul Habib Chowdhury
-
Fix a typo and a memleak.Sat, 10 Apr 2010 21:28:07 +0000, by Sadrul Habib Chowdhury
-
Leaking the B cookie is bad.Sat, 10 Apr 2010 19:45:47 +0000, by John Bailey
-
jabber: Check at connection time that the user specified a JID with a node.Sat, 10 Apr 2010 19:43:04 +0000, by Paul Aurich
-
oscar: In aim_parse_extstatus, always pass the type (always expected).Sat, 10 Apr 2010 18:28:45 +0000, by Florian Qu«²ze
-
nullprpl: WhitespaceSat, 10 Apr 2010 03:12:45 +0000, by Paul Aurich
-
Updated Telugu under new translator. Closes #11588Fri, 09 Apr 2010 02:28:57 +0000, by Paul Aurich
-
Updated Russian and Gujarati. Closes #11640, #11630.Fri, 09 Apr 2010 02:21:51 +0000, by Paul Aurich
-
Silence some gadu-gadu warningsFri, 09 Apr 2010 02:16:10 +0000, by Paul Aurich
-
Changelog those yahoo changes.Thu, 08 Apr 2010 04:14:06 +0000, by John Bailey
-
merge of '466f38a98b4f03139b06e14b4528e0489a2f0bce'Thu, 08 Apr 2010 03:22:01 +0000, by John Bailey
-
Rework the Yahoo auth16 sutff a bit such that we now retrieve and use theThu, 08 Apr 2010 03:21:27 +0000, by John Bailey
-
Some debugging stuff intended to help me later.Mon, 05 Apr 2010 00:09:37 +0000, by John Bailey
-
Actually write a truncated version of the password to the change passwordTue, 06 Apr 2010 10:25:39 +0000, by Mark Doliner
-
Does anyone know the purpose of the ui_write, ui_read and data_not_sentTue, 06 Apr 2010 09:52:27 +0000, by Mark Doliner
-
A revision to my previous commit.Tue, 06 Apr 2010 09:26:30 +0000, by Mark Doliner
-
Set file transfers to "completed" if the other user tells us they'veTue, 06 Apr 2010 08:18:47 +0000, by Mark Doliner
-
Eliminate the name collisions on "Title". I have a few qualms:Sun, 04 Apr 2010 04:31:54 +0000, by Paul Aurich
-
merge of 'd1c4d12dd8688b70e83685148987b40e2bef1f9b'Sun, 04 Apr 2010 03:42:16 +0000, by Paul Aurich
-
Trim some cruft.Sun, 04 Apr 2010 03:36:28 +0000, by John Bailey
-
Fix Python overrideability in configure script. Closes #11625.Sun, 04 Apr 2010 03:40:58 +0000, by brad
-
merge of '2ac9476396460f68ab147a035f4083121aec9972'Sun, 04 Apr 2010 02:09:19 +0000, by John Bailey
-
Small tweaks:Sun, 04 Apr 2010 02:08:56 +0000, by John Bailey
-
Give COPYRIGHT credit where said credit is due. Refs #11320Sun, 04 Apr 2010 00:27:15 +0000, by Paul Aurich
-
Clarify an error condition I was able to duplicate reliably last night.Sat, 03 Apr 2010 18:11:43 +0000, by John Bailey
-
I hate seeing people use "it's" when "its" is the correct word.Sat, 03 Apr 2010 16:39:02 +0000, by John Bailey
-
jabber: Eliminate spurious warning when connecting to Facebook. Fixes #11320Sat, 03 Apr 2010 06:07:04 +0000, by dreiss
-
Some improvements to the new CS-via-HTTP stuff, sparked by Stu's suggestion toSat, 03 Apr 2010 05:09:28 +0000, by John Bailey
-
history-search action for text-entries.Fri, 02 Apr 2010 21:01:42 +0000, by Sadrul Habib Chowdhury
-
Add J«ärgen Orschiedt to COPYRIGHT. Refs #11605.Fri, 02 Apr 2010 16:37:10 +0000, by John Bailey
-
Properly use g_slist_free instead of g_free in this instance. Fixes #11605.Fri, 02 Apr 2010 16:35:52 +0000, by J«ärgen Orschiedt
-
Don't need these defines anymore.Fri, 02 Apr 2010 16:32:40 +0000, by John Bailey
-
ChangeLog!Fri, 02 Apr 2010 06:45:27 +0000, by John Bailey
-
Ladies and gentlemen, I give you HTTP-based retrieval of the Yahoo CS serverFri, 02 Apr 2010 06:42:32 +0000, by John Bailey
-
merge of '06a717cbd5d5cae94a3019a5a3a18bbd08b01e5f'Fri, 02 Apr 2010 02:25:49 +0000, by Paul Aurich
-
Updated a bunch of translations.Fri, 02 Apr 2010 02:25:23 +0000, by Paul Aurich
-
merge of '4a470af3f892b6e0337b0f9bb37a216c7370e8fa'Fri, 02 Apr 2010 02:17:29 +0000, by Sadrul Habib Chowdhury
-
Tweak the box-resizing a bit.Fri, 02 Apr 2010 02:16:25 +0000, by Sadrul Habib Chowdhury
-
jabber: Whoops. Nick changes are supposed to actually work...Thu, 01 Apr 2010 18:34:34 +0000, by Paul Aurich
-
nss: NSS should work after reiniting libpurple. Closes #11524.Thu, 01 Apr 2010 06:51:04 +0000, by Paul Aurich
-
gnutls/nss: Don't call the handshake functions synchronously. Fixes #11525Thu, 01 Apr 2010 05:26:44 +0000, by Paul Aurich
-
ChangeLog the GnuTLS envvar. Refs #11524.Thu, 01 Apr 2010 04:58:17 +0000, by Paul Aurich
-
gnutls: Use gnutls_priority_init for the default priority.Thu, 01 Apr 2010 04:54:43 +0000, by Paul Aurich
-
gnutls: Allow overriding (per-host) of GnuTLS priorities via env. Fixes #11616Thu, 01 Apr 2010 04:09:05 +0000, by Paul Aurich
-
Add a new Bengali-India translation from Runa BhattacharjeeWed, 31 Mar 2010 07:28:34 +0000, by Mark Doliner
-
merge of '64e7b2877dc3b5362e47717dcb8a3b20c783301d'Wed, 31 Mar 2010 06:58:52 +0000, by Mark Doliner
-
Checkin updated versions of this files after running the stats script on themMon, 29 Mar 2010 07:23:11 +0000, by Mark Doliner
-
Updated Hindi translation from Rajesh Ranjan, who I'm setting as theMon, 29 Mar 2010 07:16:59 +0000, by Mark Doliner
-
jabber: Plug some leaks and make the success case quieter.Wed, 31 Mar 2010 03:42:21 +0000, by Paul Aurich
-
Remove a bunch of old references to prpl-oscarMon, 29 Mar 2010 23:35:35 +0000, by Mark Doliner
-
Fix two related on-disconnect double frees.Sun, 28 Mar 2010 18:08:38 +0000, by Paul Aurich
-
Change pidgin_convert_buddy_icon() to be more accommodating when attemptingSat, 27 Mar 2010 21:29:18 +0000, by Mark Doliner
-
Implement reading multiple certificates from a single "bundle" ofSat, 27 Mar 2010 03:55:09 +0000, by Stu Tomlinson
-
Add a more helpful error message if --with-system-ssl-certs is specifiedSat, 27 Mar 2010 02:11:31 +0000, by Stu Tomlinson
-
Going on the assumption that the user has the same version of gdk-pixbuf asFri, 26 Mar 2010 09:37:16 +0000, by Mark Doliner
-
Use gdk_pixbuf_save_to_buffer() instead of gdk_pixbuf_save() to avoid savingFri, 26 Mar 2010 09:30:00 +0000, by Mark Doliner
-
We got some translations up in this business nowFri, 26 Mar 2010 07:26:32 +0000, by Mark Doliner
-
Add LL suffix to 64-bit literal constants.Fri, 26 Mar 2010 03:48:33 +0000, by Sadrul Habib Chowdhury
-
Ignore some tags at the beginning of a message.Fri, 26 Mar 2010 03:37:11 +0000, by Sadrul Habib Chowdhury
-
Avoid needlessly iterating over a list, and add some notes.Thu, 25 Mar 2010 15:49:43 +0000, by Sadrul Habib Chowdhury
-
Some fixes related to setting moods.Thu, 25 Mar 2010 15:24:42 +0000, by Sadrul Habib Chowdhury
-
Credit Daniele Ricci and Andrea Piccinelli for the patch I committed earlier.Thu, 25 Mar 2010 14:23:22 +0000, by John Bailey
-
Kill a useless file.Thu, 25 Mar 2010 02:43:13 +0000, by John Bailey
-
Add a new signal, drawing-buddy, to allow plugins to handle markup in buddyThu, 25 Mar 2010 02:21:03 +0000, by John Bailey
-
Improve resizing a box.Wed, 24 Mar 2010 02:38:56 +0000, by Sadrul Habib Chowdhury
-
merge of '7e1e376dfb1d794f80c1f29679e3e899208bd856'Tue, 23 Mar 2010 23:25:14 +0000, by Marcus Lundblad
-
jabber: Cache incoming BoB object per JID (and local JID) instead of discardingTue, 23 Mar 2010 22:17:34 +0000, by Marcus Lundblad
-
Doxygen fix. Thanks Elliott.Tue, 23 Mar 2010 02:09:55 +0000, by Sadrul Habib Chowdhury
-
jabber: Use a 129 byte buffer to fit the hex output of SHA-512 (including \0)Mon, 22 Mar 2010 22:23:35 +0000, by Marcus Lundblad
-
jabber: Validate the hash on incoming BoB objects (in case the CID is on theMon, 22 Mar 2010 21:34:17 +0000, by Marcus Lundblad
-
Allow binding 'Paste as Plain Text'.Mon, 22 Mar 2010 20:15:55 +0000, by Sadrul Habib Chowdhury
-
merge of '60a434545c6f61fc0f20206c0d4eb87a9fb8de11'Sun, 21 Mar 2010 20:40:17 +0000, by Elliott Sales de Andrade
-
jabber: Ofcourse we should only associate non-ephemeral BoBs, not the otherSun, 21 Mar 2010 19:59:24 +0000, by Marcus Lundblad
-
jabber: Refactor BoB request code to reside inside data.cSun, 21 Mar 2010 19:39:40 +0000, by Marcus Lundblad
-
merge of '4c978163a43dcf3f47d33ebb76d86d9be5f52a24'Sun, 21 Mar 2010 00:34:29 +0000, by Daniel Atallah
-
merge of 'a758341daab23fe08b983dd3e00c8db27e225d59'Sat, 20 Mar 2010 16:20:35 +0000, by Paul Aurich
-
jabber: Proper memory management (and fix a segfault) and whitespaceSat, 20 Mar 2010 16:20:09 +0000, by Paul Aurich
-
ChangeLogging.Sat, 20 Mar 2010 21:10:57 +0000, by John Bailey
-
Small wording tweak and add a warning about the effects of --disable-nls.Sat, 20 Mar 2010 21:09:52 +0000, by John Bailey
-
Make --disable-nls work again. Fixes #11548.Sat, 20 Mar 2010 21:04:17 +0000, by John Bailey
-
Replace "X" button with new small GtkButton in the new Find bar.Sat, 20 Mar 2010 06:40:13 +0000, by Elliott Sales de Andrade
-
Remove old code.Sat, 20 Mar 2010 06:34:52 +0000, by Elliott Sales de Andrade
-
Use an inline RC style to get rid of some other padding to make the smallSat, 20 Mar 2010 06:22:53 +0000, by Elliott Sales de Andrade
-
Maintain ABI compatibility by keeping headline_close a GdkPixbuf.Sat, 20 Mar 2010 06:17:13 +0000, by Elliott Sales de Andrade
-
Use a small GtkButton instead of the custom "X" for close in variousSat, 20 Mar 2010 06:02:11 +0000, by Kosta Arvanitis
-
merge of '4f0c3aedc3b013ab2175e57b71bab92988e4f812'Fri, 19 Mar 2010 02:44:22 +0000, by Elliott Sales de Andrade
-
ChangeLog the IBB size fixThu, 18 Mar 2010 21:23:07 +0000, by Marcus Lundblad
-
jabber: Adjust amount of data to send in IBB packets so that at most block-sizeThu, 18 Mar 2010 21:19:44 +0000, by Marcus Lundblad
-
Don't try to convert the message in incoming auth requests. The oscarThu, 18 Mar 2010 08:30:02 +0000, by Mark Doliner
-
Minor whitespace changesThu, 18 Mar 2010 08:08:43 +0000, by Mark Doliner
-
Move a debug message. I'm assuming it's supposed to be related to thisThu, 18 Mar 2010 08:05:29 +0000, by Mark Doliner
-
Fix some problems in the oscar code that deals with channel 2 icbms.Thu, 18 Mar 2010 07:55:17 +0000, by Mark Doliner
-
Found a few more places that need to use 64 bit value for the capabilitiesThu, 18 Mar 2010 05:47:15 +0000, by Mark Doliner
-
Change the oscar capabilities variable to be a guint64 everywhere insteadThu, 18 Mar 2010 04:53:49 +0000, by Mark Doliner
-
jabber: Fix two warnings (which didn't occur on OS X, oddly)Wed, 17 Mar 2010 20:42:48 +0000, by Paul Aurich
-
jabber: Space efficiency.Wed, 17 Mar 2010 02:27:28 +0000, by Paul Aurich
-
merge of '8524850cd868993d8572075af80943765b232d45'Wed, 17 Mar 2010 02:06:54 +0000, by Paul Aurich
-
jabber: Clear the stream header when restarting a stream, and beFri, 12 Mar 2010 06:25:15 +0000, by Paul Aurich
-
jabber: The parser is namespace-aware, so don't match on "stream:features".Fri, 12 Mar 2010 06:16:43 +0000, by Paul Aurich
-
Change our Yahoo! JAPAN version and version ID's to match the official Yahoo!Tue, 16 Mar 2010 06:20:05 +0000, by John Bailey
-
Use a crash report exchndl.dll that actualy works.Tue, 16 Mar 2010 03:15:53 +0000, by Daniel Atallah
-
Grammar is hard\!Mon, 15 Mar 2010 22:13:41 +0000, by Daniel Atallah
-
We're not going to support aspell dictionaries on Windows anymore.Mon, 15 Mar 2010 22:00:43 +0000, by Daniel Atallah
-
We're not going to support a non-UNICODE pidgin.exeMon, 15 Mar 2010 21:54:23 +0000, by Daniel Atallah
-
Update some dll names to avoid stripping/including debug symbols for.Mon, 15 Mar 2010 21:53:46 +0000, by Daniel Atallah
-
I don't think 'debug' spouts an extra 'b' when adding the '-ing'.Mon, 15 Mar 2010 02:51:28 +0000, by Elliott Sales de Andrade
-
Tweak the ChangeLog entry for the ICQ X-Status stuff.Sun, 14 Mar 2010 19:18:05 +0000, by John Bailey
-
ChangeLog mood support stuffSun, 14 Mar 2010 19:06:45 +0000, by Marcus Lundblad
-
Added ability to set the mood on all mood-supporting accounts at once (theSun, 14 Mar 2010 19:02:11 +0000, by Marcus Lundblad
-
!ChangeLog that. Refs #10733.Sat, 13 Mar 2010 21:25:13 +0000, by John Bailey
-
yahoo: fix decoding of P2P session_idSat, 13 Mar 2010 21:20:54 +0000, by vamposdecampos
-
Document the code I just touched, and use a convenience variable in a coupleSat, 13 Mar 2010 20:30:08 +0000, by John Bailey
-
Attempt to handle transparent proxies that return documents instead of errors.Sat, 13 Mar 2010 20:24:52 +0000, by John Bailey
-
Use ExtUtils::ParseXS instead of the xsubpp script to generate C source for XS files on Windows (avoids us needing to know where Perl is installed)Fri, 12 Mar 2010 22:00:00 +0000, by Daniel Atallah
-
Use Perl in the system Path instead of a hard-coded cygwin-specific pathFri, 12 Mar 2010 21:10:05 +0000, by Daniel Atallah
-
merge of '0abffcad910fa64b1fd467e340482c2afda5da94'Fri, 12 Mar 2010 10:22:13 +0000, by Mark Doliner
-
Move some cats to the retired list because I haven't seen them aroundFri, 12 Mar 2010 10:21:21 +0000, by Mark Doliner