Mercurial > pidgin
graph
-
Fix some typos.2009-08-31, by Elliott Sales de Andrade
-
Updated Simplified Chinese translation and email update. Closes #10165.2009-09-01, by Paul Aurich
-
Eighth^WNinth time's the charm...2009-08-31, by Paul Aurich
-
Minor merge duplication.2009-08-31, by Paul Aurich
-
merge of '5fabe3309f53afaf46157b615ec20eec581969e5'2009-08-31, by Paul Aurich
-
merge of '72c558ad4f7ad4f6c3ef1347e9d202cebdfaed83'2009-08-31, by Paul Aurich
-
jabber: Stricter parsing of a BoB data stanza2009-08-31, by Paul Aurich
-
Don't crash when receiving an error iq response when trying fetch a custom2009-08-31, by Marcus Lundblad
-
And fix the typo I wouldn't have caught if I didn't see the commit mail.2009-08-31, by John Bailey
-
Mention the Yahoo account option I created in the ChangeLog.2009-08-31, by John Bailey
-
gah, signed comparison meant this was stripping all multibyte UTF-8 characters.2009-08-31, by Paul Aurich
-
Updated Hebrew translation. Closes #10146.2009-08-31, by Shalom Craimer
-
merge of '2adbecd312414acb07814cfe297782c54ed76733'2009-08-31, by Paul Aurich
-
jabber: Properly handle adding buddies that contain a resource. Closes #10151.2009-08-31, by Paul Aurich
-
jabber: Reduce severity of "Ignoring exts..." message.2009-08-31, by Paul Aurich
-
The media menu item was wrongly labelled "More"...2009-08-30, by Marcus Lundblad
-
Updated translation for 2.6.2.2009-08-30, by Timo Jyrinki
-
Update Lithuanian translation2009-08-30, by Laurynas Biveinis
-
complete German translation for 2.6.22009-08-30, by Jochen Kemnade
-
Updated Basque translation. Closes #10141.2009-08-30, by mikel paskual
-
Because I'll forget to add this in if I don't do it now.2009-08-30, by Paul Aurich
-
Remove IO watches at shutdown in gntmain.c Closes #9872.2009-08-30, by desowin
-
merge of '7f9fb74cf1c1ea058b2681f2246d9da4e6e42f51'2009-08-30, by Paul Aurich
-
Updated Italian and Portuguese (Brazilian) translations. Closes #10138, #10139.2009-08-30, by Paul Aurich
-
merge of '5d14e84215d9f285f65ff268476a8c9a395e6f7f'2009-08-30, by maiku
-
Fix a bunch of doxygen warnings.2009-08-30, by Paul Aurich
-
Make the doxygen docs easier to navigate. It was either this or a main page that says "Click on 'Modules'".2009-08-30, by Paul Aurich
-
Fix another warning.2009-08-30, by maiku
-
Fix some docs warnings. Thanks to darkrain for pointing them out.2009-08-30, by maiku
-
Wait to set remote candidates until the session has been accepted. This stops2009-08-30, by maiku
-
merge of '2b730bfa4fd98d2ab0b35c3d3830a3383507ba8e'2009-08-29, by Paul Aurich
-
GSList internally doesn't use the same allocator as gmalloc. Refs #400.2009-08-29, by Paul Aurich
-
update french translation for next release.2009-08-29, by Éric Boumaour
-
Updated Slovenian translation. Closes #10131.2009-08-29, by Martin Srebotnjak
-
jabber: Use a better method for dealing with terminating slashes in JIDs.2009-08-29, by Paul Aurich
-
merge of '0a6d9985bcc4d77bf880200a8594a3ec52b00777'2009-08-29, by Paul Aurich
-
merge of '3f93a6bb49a0b26675a702b5849dc9e6d2fc0200'2009-08-28, by maiku
-
Fix copy/paste error. Unless this is really the MSN prpl in disguise.2009-08-28, by maiku
-
Fix typo.2009-08-28, by maiku
-
merge of '38ebec4433858a0ad3e429387c23ab0f1d8c0f12'2009-08-28, by maiku
-
Hungarian translation updated for 2.6.22009-08-28, by Kelemen Gábor
-
merge of '2c2401820569b102feeb7ce574b90abdc6406f99'2009-08-28, by Marcus Lundblad
-
Set the icon of media corresponding to the media type2009-08-28, by Marcus Lundblad
-
Removed a strace space...2009-08-28, by Marcus Lundblad
-
Add two XMLNode accessors for iterating through the children of an XMLNode.2009-08-29, by Paul Aurich
-
Add assertions to purple_account_add_buddy; a NULL buddy is very bad. Refs #10115.2009-08-29, by Paul Aurich
-
Fix what looks like an incorrect merge that caused gevolution's add buddy dialog to segfault.2009-08-29, by Paul Aurich
-
begin translation for 2.6.22009-08-28, by Jochen Kemnade
-
Add two new files containing strings2009-08-28, by Mark Doliner
-
We generally don't hyphenate "email"2009-08-28, by Mark Doliner
-
merge of '56aef266e32da36a675d0806e9c68c98e8b714af'2009-08-28, by maiku
-
Try to make this help string shorter to increase the odds of people2009-08-28, by Mark Doliner
-
merge of '3dc30db9c8f1da2d0c574163fe37658d8b26f95d'2009-08-28, by maiku
-
Oops, I think it's either sleep or coffee time.2009-08-28, by Paul Aurich
-
Add more verbose debugging to purple_utf8_strip_unprintables.2009-08-28, by Paul Aurich
-
Make that a little more readable.2009-08-28, by Paul Aurich
-
merge of '4b37450c5470f1f61cdba5cf5de7a6abb166b2c1'2009-08-28, by Paul Aurich
-
Add some extra error strings just in case.2009-08-28, by maiku
-
merge of '18135201f43ac87c932feae03881d46e30d93030'2009-08-27, by maiku
-
There's no reason to ask for acceptance if the stream has been accepted. Also,2009-08-27, by maiku
-
merge of 'b09ff62192fe7c44793b7aebbae3814fb649671d'2009-08-26, by Paul Aurich
-
Strip off the outer <html> and <body> from iChat messages. Should Fix #9968.2009-08-26, by Paul Aurich
-
I think this was the optimization they wanted when this first broke.2009-08-26, by Elliott Sales de Andrade
-
jabber: Fix using BOSH and legacy auth together. Closes #9990.2009-08-25, by Paul Aurich
-
merge of '6a17707ef96a5fb4dde26e6700ad3e0d39c40561'2009-08-25, by maiku
-
merge of '1d360041ff45d34220efcda18bc92c70831b672f'2009-08-25, by Paul Aurich
-
Tweak the blurb I added to the about box for the support list to be even more2009-08-25, by John Bailey
-
Fix the auto-personize stuff. Closes #9948.2009-08-25, by Paul Aurich
-
Display the username in the debug log when disconnecting an account.2009-08-25, by Paul Aurich
-
Use the correct parameters for this function.2009-08-25, by maiku
-
Handle the local accept signal with GTalk/Gmail. This was causing calls2009-08-25, by maiku
-
This will fix adding, removing MSN contacts on yahoo's deny list2009-08-24, by Sulabh Mahajan
-
merge of '92e101e3698042e7600729bc09dec9e28f81de8f'2009-08-24, by Sulabh Mahajan
-
Fix GNOME proxy settings. Fixes #10051.2009-08-24, by Paul Aurich
-
Fixes #10073.2009-08-24, by Sulabh Mahajan
-
pounce dialog: Try to always have a row selected. Fixes #10037.2009-08-24, by Paul Aurich
-
Reorder the New Pounces/New Mail dialog buttons.2009-08-24, by Paul Aurich
-
Hmm, close a paren.2009-08-24, by Paul Aurich
-
So apparently, I messed up the name of this charset. But I wonder why it2009-08-24, by Elliott Sales de Andrade
-
merge of '03bd656c160ca6bc98b9cc43670b534d7d2c3c88'2009-08-23, by Ka-Hing Cheung
-
Fixes #7722.2009-08-23, by Sulabh Mahajan
-
Detect that there has been an error in the GStreamer pipeline, output an2009-08-23, by maiku
-
Updated status/11/invisible based off the new icons. Closes #9957.2009-08-23, by Paul Aurich
-
merge of '375487659d7425062cb32079e5be08ac45951bd8'2009-08-23, by Elliott Sales de Andrade
-
merge of '34ceac72c21973ff539a829c2f570c0670c18ec4'2009-08-23, by Paul Aurich
-
Remove a function declaration for a function that doesn't exist2009-08-23, by Mark Doliner
-
merge of 'a89c814a0c81eeacde296ce6a2520f1bac083ba4'2009-08-22, by Richard Laager
-
Further pounce dialog improvements. Refs #10037.2009-08-23, by Paul Aurich
-
merge of '5d9456311f879116a0aa9a4e39d9262030f2f79e'2009-08-22, by Paul Aurich
-
Oops, Elliott correctly pointed out this was wrong...2009-08-22, by Paul Aurich
-
It seems I need to write the smiley to the conversation for it to show up2009-08-23, by Elliott Sales de Andrade
-
Send proper emoticon messages in MSN chats. Apparently, this never worked2009-08-23, by Elliott Sales de Andrade
-
Check for empty messages before sending them in chats. This is the same2009-08-23, by Elliott Sales de Andrade
-
Minor comment cleanup stuff.2009-08-22, by Elliott Sales de Andrade
-
This seems to not work every once in a while, so put in some code under the2009-08-22, by Elliott Sales de Andrade
-
Display the full message when there are errors sending a MSN Mobile message2009-08-22, by Elliott Sales de Andrade
-
Make idle and offline buddy names and the idle time in the small list grey2009-08-22, by Mark Doliner
-
Close the Pounce dialog when you dismiss the last pounce.2009-08-22, by salinasv
-
merge of '2b68579960365fea9a55bc39baf90eb59c42f972'2009-08-22, by Paul Aurich
-
jabber: Fix typing notifications between 2.6.0 and <= 2.5.9.2009-08-22, by Paul Aurich
-
Woah, this was wrong. MY BAD! We should not be setting this to true2009-08-22, by Mark Doliner
-
Until the Windows build is VV aware, we shouldn't try building the2009-08-22, by Stu Tomlinson
-
Add a row-activation event for the Pounces dialog to open a new conversation window.2009-08-22, by salinasv
-
String change feedback from Stu.2009-08-22, by Paul Aurich
-
jabber: Strip the '/' off of a JID in jabber_normalize.2009-08-22, by Paul Aurich
-
merge of '0696d14c26cfe65de7a3f68a2b9d14b283f88e1f'2009-08-22, by Paul Aurich
-
Don't compile the VV Config plugin unless VV is actually enabled2009-08-22, by Stu Tomlinson
-
merge of '80b957274167b799f50a5a624aca956f6eb02714'2009-08-22, by maiku
-
certs: Allow for dealing with multiple things wrong with a cert.2009-08-22, by Paul Aurich
-
merge of 'a3cbe3e11bc3bb7a4c1ecd17011d62ffba9abedf'2009-08-22, by Paul Aurich
-
Fix some more incorrect addresses.2009-08-22, by Paul Aurich
-
Remove specific copyright lines from the XMPP prpl.2009-08-22, by Paul Aurich
-
Update various header copyrights thanks to licensecheck.2009-08-22, by Paul Aurich
-
More gracefully handle stream creation errors with Jingle calls.2009-08-22, by maiku
-
Gracefully handle failures to create an FsStream. This was caused by2009-08-22, by maiku
-
Add a boolean account option (defaulting to off) to control whether to use2009-08-22, by John Bailey
-
Properly name audio-call pixmaps. This stops an assertion in pidginstock.c2009-08-22, by maiku
-
Add the vvconfig plugin. It allows you to choose different microphones,2009-08-22, by maiku
-
merge of '48f2d27edd8466883a732524bff0e292e343e6f5'2009-08-21, by Paul Aurich
-
hu.po: Updated for 2.6.12009-08-21, by Kelemen Gábor
-
jabber: Simplify; js is the callback data and can't be NULL.2009-08-21, by Paul Aurich
-
jabber: Unset the PurpleDnsQueryData when a query fails. Refs #9274.2009-08-21, by Paul Aurich
-
jabber: Print out the expected/generated caps hashes.2009-08-21, by Paul Aurich
-
merge of '5ca4fe18a853bb7a6d9c45cd96ce2e9da4a2f8b8'2009-08-21, by Paul Aurich
-
merge of '0e908152e3a09fb19dea225fe87e2d691f208d4e'2009-08-21, by Mark Doliner
-
Whoops, this test case IS correct2009-08-21, by Mark Doliner
-
Fix a bug in our outgoing yahoo message formatting where messages2009-08-20, by Mark Doliner
-
jabber: Fix a crash when the vcard includes an empty BINVAL.2009-08-21, by Paul Aurich
-
Fail the configure script if voice and video dependencies are missing.2009-08-21, by maiku
-
Wrap this file more consistently.2009-08-22, by Richard Laager
-
serialize functions that return unsigned int types in dbus2009-08-23, by Ka-Hing Cheung
-
This function no longer needs these two parameters2009-08-20, by Mark Doliner
-
use memset instead of bzero for better portability and profit2009-08-20, by Daniel Atallah
-
Oh, I guess we should escape this when printing to the debug window.2009-08-20, by Mark Doliner
-
I was missing a space!2009-08-20, by Mark Doliner
-
Hopefully be more clear about just what a "webcam invite" is2009-08-20, by Mark Doliner
-
Add a bunch of comments for translators that might make some of these2009-08-20, by Mark Doliner
-
A few small string changes2009-08-20, by Mark Doliner
-
Fix --disable-avahi. Closes #9449.2009-08-20, by Paul Aurich
-
merge of 'a34b37757cd241377842a2da55e7c7ece45d69dd'2009-08-20, by Paul Aurich
-
Don't put stuff into a linked list only to iterate through the linked list2009-08-20, by Mark Doliner
-
Use a GSList here instead of a GQueue. Yay for simplification.2009-08-20, by Mark Doliner
-
Move where the ftattr queue is defined2009-08-20, by Mark Doliner
-
merge of 'e8e119ae079526a36af0f2ac20e7a9c9900f44c1'2009-08-20, by Mark Doliner
-
Properly detect libpanel by including ncurses libs in linking test.2009-08-20, by Paul Aurich
-
Don't add an accelerator to "Join a Chat" in a conversation window.2009-08-19, by Paul Aurich
-
Make outgoing yahoo messages with links, font color, font face or font size2009-08-20, by Mark Doliner
-
* Change yahoo_html_to_codes() a little to hopefully be more straight forward2009-08-19, by Mark Doliner
-
Fix not calling the SRV timeout on the win32 code. Closes #9956.2009-08-19, by Paul Aurich
-
jabber: Escape status messages with a '<' or '>' in the Get Info dialog.2009-08-19, by Paul Aurich
-
applied changes from 484cf54a9d7270792571d342c82c713c72ce684b2009-08-19, by Mark Doliner
-
applied changes from 34673affeeb462b539214e2d6d46c1d44f0be2882009-08-19, by Mark Doliner
-
applied changes from 51ea62d1cdee93a0f6ab96f22d28cbe07ea5d13b2009-08-19, by Mark Doliner
-
applied changes from c55cc517cc0bc09b677222a63f5f4665310337192009-08-19, by Mark Doliner
-
propagate from branch 'im.pidgin.cpw.darkrain42.2.6.1' (head a471e07974d88252de5a74bbd65b07a8bc4345c7)2009-08-19, by Elliott Sales de Andrade
-
merge of '89a4f914ccc668cb5ef2e9d16cf1652efb275071'2009-08-19, by Elliott Sales de Andrade
-
merge of '53b02d9c3c8aa71b13cea90eea22a0b60155dc8c'2009-08-19, by Elliott Sales de Andrade
-
Update versions. Yes, I'm aware I skipped a number. I just don't want to2009-08-19, by Elliott Sales de Andrade
-
Pull in changes from the im.pidgin.pidgin.2.6.2 branch and add "devel"2009-08-19, by Mark Doliner
-
merge of '53b02d9c3c8aa71b13cea90eea22a0b60155dc8c'2009-08-19, by Elliott Sales de Andrade
-
propagate from branch 'im.pidgin.pidgin' (head dd712fa84e46b2d78adf28e914d3e1a5c18a5154)2009-08-19, by Elliott Sales de Andrade
-
Fix a possible crash when receiving URLs in yahoo. It doesn't crash for me2009-08-18, by Mark Doliner
-
Check in some more tests, most of which are not compiled yet. I think2009-08-18, by Mark Doliner
-
I don't think we need a comment telling us what the code looks like 10 lines earlier2009-08-18, by Mark Doliner
-
Stop attempting to fetch oscar buddy info automatically for people on our2009-08-18, by Mark Doliner
-
Check in a change that does dumb client-side blocking of people2009-08-18, by Mark Doliner
-
Any objections to this? I think it's good for us to acknowledge people2009-08-18, by Mark Doliner
-
Per rekkanoryo, "End Direct IM Session". Refs #2556.2009-08-19, by Paul Aurich
-
Make the blurb about support even more verbose and explicit on what we will2009-08-17, by John Bailey
-
Split the descriptions of our --help text up into multiple smaller2009-08-09, by Mark Doliner
-
Make the strings in this file more localizable2009-08-09, by Mark Doliner
-
Add a verb to this sentence, as suggested by F Wolff on the translators2009-08-09, by Mark Doliner
-
Capitalize the abbreviation "URL," as suggested by F Wolff on the2009-08-09, by Mark Doliner
-
Change the string "Friendly name changes too rapidly" to "Friendly2009-08-09, by Mark Doliner
-
Use "buddy list" instead of "blist" in user-visible strings2009-08-09, by Mark Doliner
-
Add a blurb about support@pidgin.im being a publicly archived mailing list.2009-08-05, by John Bailey
-
Rename Euskera(Basque) (sic.) to Basque per translator. Closes #9838.2009-08-05, by Paul Aurich
-
propagate from branch 'im.pidgin.pidgin' (head f2a545adb2d67a5ba3dce2abedf68c392cc815e1)2009-08-05, by Paul Aurich
-
propagate from branch 'im.pidgin.pidgin' (head 1876e80a840aa8045b1a49c60049781e0d285558)2009-08-03, by Paul Aurich
-
I think this is a little better.2009-08-02, by Paul Aurich
-
Drop a colon.2009-08-01, by Paul Aurich
-
Clarify the preference strings for the Join/Part hiding plugin.2009-08-01, by Paul Aurich
-
jabber: Prompt before cancelling presence notification to a buddy.2009-08-01, by Paul Aurich
-
Better string for Yahoo error 52. Someone might want to try improving it still.2009-08-01, by John Bailey
-
propagate from branch 'im.pidgin.pidgin' (head 8351342d3a30c75649de9c3d4abc7b6f45ce8f82)2009-08-01, by John Bailey
-
propagate from branch 'im.pidgin.pidgin' (head ae0850eb3d14d75586cd0578668606b34c38fad1)2009-08-01, by John Bailey
-
propagate from branch 'im.pidgin.pidgin' (head fa041ec42ae016bc51230865d59a5e06676f3cec)2009-07-31, by Paul Aurich
-
propagate from branch 'im.pidgin.pidgin' (head 592fe2e2316aeff56f4671a5767dffe1fb57003d)2009-07-31, by Paul Aurich
-
Fix two strings as pointed out on translators@2009-07-30, by Paul Aurich
-
Better errors for certificate expiration/activation checking.2009-07-22, by Paul Aurich
-
propagate from branch 'im.pidgin.pidgin' (head 7c0f8ebeda0f59bd50e8e1692886616f302badcf)2009-07-22, by Paul Aurich
-
Didn't realize I hadn't pushed this before the string freeze so we get to do2009-07-22, by Etan Reisner
-
Mark a string for translation that was missed.2009-07-21, by Paul Aurich
-
propagate from branch 'im.pidgin.pidgin' (head 73a88ac85b97264c19b9a9966270eecd310b6bff)2009-07-21, by Paul Aurich
-
Whitespace after '.' in a string.2009-07-18, by Paul Aurich
-
Change some strings in Yahoo! for 2.6.1.2009-07-18, by John Bailey
-
propagate from branch 'im.pidgin.pidgin' (head d3334a023251e5d640dc061092a6aa2fbd14e629)2009-07-18, by John Bailey
-
Use a better error post-string freeze for the IDNA-conversion failure.2009-07-18, by Paul Aurich
-
propagate from branch 'im.pidgin.pidgin' (head 566ce451dc4c5c20f90b1d1f53b83a85aae04c34)2009-07-18, by Paul Aurich
-
Normalize on 'cancelled'2009-07-18, by Paul Aurich
-
Add a "Cancel Direct IM" buddy action when connected. Closes #2556.2009-07-15, by Paul Aurich
-
More fixes for Gtk < 2.62009-08-18, by Stu Tomlinson
-
merge of '455ee39cd9ae508a675deeaa3952b91d404ca64d'2009-08-18, by Paul Aurich
-
Include Makefile.mingw in the dist.2009-08-18, by Daniel Atallah
-
Fix compiling with Gtk < 2.6.0, looks like someone accidentally pasted this2009-08-18, by Stu Tomlinson
-
Ensure time_t is defined before we use it2009-08-18, by Stu Tomlinson
-
Obviously I'm an idiot and can't manage a simple task like deleting 5 characters.2009-08-18, by John Bailey
-
Prepping for 2.6.0.2009-08-18, by John Bailey
-
merge of '249bb0ae011a3aacadd09bca9106b7ba41bf6b75'2009-08-18, by John Bailey
-
Add Purple::XMLNode::get_name()2009-08-18, by Paul Aurich
-
Fix the Perl XMLNode API so that calls don't need to explicitly pass2009-08-18, by Etan Reisner
-
Missed one instance when I was checking to make sure my own entry had two2009-08-18, by John Bailey
-
merge of 'ba801ec16bca2ebd4892b49014d12b72df8aea03'2009-08-18, by John Bailey
-
merge of 'a1538be1e201a9daf8b56e0a577860252391350a'2009-08-18, by John Bailey
-
NEWSing.2009-08-17, by John Bailey
-
Update the default and small smiley themes for the Yahoo/Yahoo JAPAN prpl split.2009-08-17, by John Bailey
-
Pull in ChangeLog, ChangeLog.API, ChangeLog.win32, and NEWS entries from the2009-08-17, by John Bailey
-
Rearrange the ChangeLog sections and add a couple more to make the presentation2009-08-17, by John Bailey
-
Fix crashes when filenames end up being NULL in some prpls. Fixed a minor2009-08-16, by Elliott Sales de Andrade
-
Fix MSNP9 too. Same patch by Mark and Paul, just applied to MSNP9.2009-08-16, by John Bailey
-
Patch written by Mark Doliner and Paul Aurich to fix a remote crash on MSN2009-08-16, by John Bailey
-
merge of 'dbc9826dcdc90ce976e932cdb52c297e114df42c'2009-08-16, by John Bailey
-
Update Esperanto translation. Closes #9925.2009-08-16, by fillods
-
g_strncasecmp is deprecated. I thought I removed these already. Anyway, I2009-08-18, by Elliott Sales de Andrade
-
Some comment-fixes I apparently had lying around.2009-08-18, by Elliott Sales de Andrade
-
NEWS-ificate...2009-08-18, by Elliott Sales de Andrade
-
Credit these guys from #393.2009-08-18, by Elliott Sales de Andrade
-
Two spaces at end of sentence. Too lazy to go back past 2.0.0. though.2009-08-18, by Elliott Sales de Andrade
-
Use my name rather than my handle.2009-08-18, by maiku
-
NEWSed2009-08-17, by maiku
-
John said I should NEWS, too. Am I allowed to use 'NEWS' as a verb?2009-08-17, by Paul Aurich
-
Fix encoding of italian win32 installer translation.2009-08-17, by Daniel Atallah
-
NEWS! :)2009-08-17, by Marcus Lundblad
-
Disable receiving Winks for now since we have no UI for it.2009-08-17, by Elliott Sales de Andrade
-
Updated Hebrew translation.2009-08-16, by Shalom Craimer
-
merge of '319edba55f1c66810f6a7a2af17e808a5bc75e3e'2009-08-16, by Paul Aurich
-
merge of '21745356545795bcec9c44cff0e779429c5092c6'2009-08-16, by Elliott Sales de Andrade
-
Make gnt_keys_refine UTF8-compatible. Note, the rest of the tests don't2009-08-16, by Elliott Sales de Andrade
-
Fix Yahoo emoticon sets and make Yahoo-Japan consistent.2009-08-16, by Paul Aurich
-
Fix setting the alias on a metacontact when it's not expanded. This is a patch.2009-08-16, by Paul Aurich
-
Don't try to write a cert with a blank filename.2009-08-16, by Paul Aurich
-
Remove directconn.c from Makefile.mingw, since nothing uses it and it includes an #error now.2009-08-15, by Paul Aurich
-
Updated Hungarian translation for 2.6.02009-08-14, by Kelemen Gábor
-
German translation update (1 string)2009-08-14, by Björn Voigt
-
This is annoying, but am I actually missing anything?2009-08-14, by Paul Aurich
-
Reverse the list of conference servers we find so that the first one in the2009-08-14, by Etan Reisner
-
merge of 'ce714031f3cafbcbd99cc3988cbb9cacd3ada236'2009-08-14, by Etan Reisner
-
Document the uri-handler signal. Did I get this right?2009-08-14, by Etan Reisner
-
Add a missing space. I'm sure no one reads this but I noticed it the other day2009-08-13, by Etan Reisner
-
merge of '595994cbd9222742a876670d7503f564822c34c1'2009-08-13, by Etan Reisner
-
Document the jabber-receiving-xmlnode signal, fix a typo and make the list and2009-08-13, by Etan Reisner
-
I don't know why these 'echo's are here, but they hide the return value2009-08-14, by Elliott Sales de Andrade
-
How about we just use a GString instead of this ridiculous2009-08-13, by Mark Doliner
-
I just saw a crash where im was null here. No idea how to reproduce it2009-08-13, by Mark Doliner
-
merge of '777b9e651a771f8fac5e480e094c740ee495ca06'2009-08-13, by Paul Aurich
-
Explicitly add a stub for the status mood myspace messages. Closes #9887.2009-08-13, by Paul Aurich
-
merge of '20320727f6c8f5a4a4b7b8c0f65c74a57ada1e15'2009-08-13, by maiku
-
ft: Set completion (for receiving) *after* writing the file.2009-08-13, by Paul Aurich
-
merge of 'abdecd59fbf18da0d4f391df390910b525356ffb'2009-08-13, by Paul Aurich
-
Clean up various file-scoped globals at uninit.2009-08-13, by Paul Aurich
-
This was wrong, right? How did it work?2009-08-13, by Paul Aurich
-
Simplify. A lot of these checks aren't necessary because msn_table_new()2009-08-13, by Mark Doliner
-
merge of '156e8a2f721f092d3fd2044315094a886b637ecd'2009-08-13, by Mark Doliner
-
No idea WTF this is2009-08-13, by Mark Doliner
-
These two headers don't use anything from cmdproc.h, so don't include2009-08-13, by Mark Doliner
-
Simplify2009-08-13, by Mark Doliner
-
Just add a note that this code sucks2009-08-13, by Mark Doliner
-
The amount of indirection in the msn prpl bothers me, so I'm flatteneing2009-08-13, by Mark Doliner
-
Remove another unused variable2009-08-13, by Mark Doliner
-
Remove an unused variable2009-08-13, by Mark Doliner
-
Updated Romanian translation, with new translator as well.2009-08-13, by andreimpopescu
-
Ignore unknown MySpace messages instead of trying to treat them like2009-08-13, by Mark Doliner
-
Move this check inside the else condition. The other half of the if2009-08-12, by Mark Doliner
-
Handle sources for Windows better.2009-08-13, by maiku
-
Let's keep this working right.2009-08-13, by maiku
-
Fix unidirectional media sessions and add a colorspace before the video sink.2009-08-13, by maiku
-
merge of '235259eaef44e8bacfe07e83eb5c66ddd4887ace'2009-08-12, by maiku
-
Switch around some GStreamer linking and state setting.2009-08-12, by maiku
-
Fix building on win32, which has #define write wpurple_write (and similar for read).2009-08-12, by Paul Aurich
-
jabber: Fix "Invalid Server" breaking roomlist dialog. Closes #8143.2009-08-12, by Paul Aurich
-
jabber: Migrate IBB to the new code added in the previous commit.2009-08-12, by Paul Aurich
-
ft: Add infrastructure to allow a prpl to moderate when to send packets.2009-08-12, by Paul Aurich
-
jabber: Emit jabber-receiving-iq after we've ensured id is !NULL2009-08-11, by Paul Aurich
-
ChangeLog.API that, too.2009-08-11, by Paul Aurich
-
ft: Fix an issue with re-setting xfer->watcher when there is no fd.2009-08-11, by Paul Aurich
-
ft: Fix a bunch of uses of 0 as an 'invalid' fd.2009-08-11, by Paul Aurich
-
This was a memory leak, right?2009-08-10, by Mark Doliner
-
ft: Allow the UI to overloadthe use of fread/fwrite. Closes #9844.2009-08-10, by hanzz
-
merge of '7267766a0885d4724d8069fbe8b617a51cccf64c'2009-08-10, by Elliott Sales de Andrade
-
Well, I thought it was funny, anyway. Feel free to drop the second half if2009-08-10, by Elliott Sales de Andrade
-
Send a 603 Decline for any SLP invite that we do not support, so that your2009-08-10, by Elliott Sales de Andrade
-
Send a cancel message for any unknown text/x-msmsgsinvite requests, so that2009-08-10, by Elliott Sales de Andrade
-
Print name of application in the invite to the debug log if it's available.2009-08-09, by Elliott Sales de Andrade
-
imhtml: When inserting html, only set a font if it's a change from the default. Fixes #7648.2009-08-10, by Paul Aurich
-
Updated Norwegian Nynorsk translation. Closes #9879.2009-08-10, by nynorsk
-
This string should have been marked for translation :-(2009-08-09, by Mark Doliner
-
Change the media invitation dialog name to something less generic.2009-08-09, by Mike Ruprecht
-
jabber: Read all MUC status codes in a presence. Fixes #6651.2009-08-09, by Paul Aurich
-
Close the colour selection dialog when the whiteboard window is closed.2009-08-09, by Elliott Sales de Andrade
-
Add support for XMPP URIs on Windows. Closes #2326.2009-08-09, by Paul Aurich
-
merge of '3ec6c363917ec3d2ab175d9e68ed1b9b8bb848fa'2009-08-07, by Paul Aurich
-
gtkconv: Remove the close-timer when a new message comes in. Fixes #8512.2009-08-07, by Paul Aurich
-
Add pause capability for local video.2009-08-07, by Mike Ruprecht
-
Unleak pad if more pads are linked.2009-08-07, by Mike Ruprecht
-
merge of '82204c4b8e636617e72c31b471d4f81e85194540'2009-08-07, by Mike Ruprecht
-
Set XMPP chat topic when it contains a < followed by a character. Closes #5712.2009-08-07, by Paul Aurich
-
Avoid an assertion when setting a room topic for the first time.2009-08-07, by Paul Aurich
-
media-gst.h apparently needs special consideration that I'll give it some2009-08-07, by Stu Tomlinson
-
Add new #include's to purple.h so it can continue to be the canonical2009-08-07, by Stu Tomlinson
-
Remove send_level and recv_level from PidginMedia.2009-08-07, by Mike Ruprecht
-
Unlink the local audio volume and mute between sessions.2009-08-07, by Mike Ruprecht
-
merge of '690e0c46a823bc8a86dd97edef1482d8ba30d3a6'2009-08-07, by Mike Ruprecht
-
Updated traditional Chinese translations. Closes #9850.2009-08-06, by ambrose li
-
merge of 'bc3bb7129b398700639d32f7d6b85fc155053f82'2009-08-06, by Paul Aurich
-
Ignore buddies with invalid emails in the membership list or address book,2009-08-06, by Elliott Sales de Andrade
-
ChangeLog my last. I think this Closes #9824.2009-08-06, by Paul Aurich
-
log: Escape the "from" name in the HTML logger. Refs #9824.2009-08-06, by Paul Aurich
-
irc: Handle a buddy appearing in multiple groups properly.2009-08-06, by Paul Aurich
-
merge of '05d22685de7c7e91a18724eccf5ecf6791146239'2009-08-06, by Paul Aurich
-
jabber: Fix a crash due to a contact having a resource with jbr->name == NULL2009-08-06, by Paul Aurich
-
Don't package the unnecessary symlink libymsg.so which is not really a2009-08-06, by Stu Tomlinson
-
Don't crash trying to modify the settings for an account where the prpl is2009-08-06, by Stu Tomlinson
-
Updated Italian po and win32 installer translations. Closes #9846, #9847.2009-08-05, by Claudio Satriano
-
Check for media caps when the conversation menu is activated.2009-08-07, by Mike Ruprecht
-
Remove the "accepted" signal from PurpleMedia as it was redundant.2009-08-05, by Mike Ruprecht
-
Set alsasrc's slave-method to 2. This stops the audio timestamps from2009-08-05, by Mike Ruprecht
-
Allow setting properties on GStreamer elements with fs-element.conf.2009-08-05, by Mike Ruprecht
-
Refs #9838.2009-08-05, by Paul Aurich
-
Let's just call this after the switch statement...2009-08-05, by Mark Doliner
-
Take care of a special case where we would incorrectly parse incoming IMs2009-08-05, by Mark Doliner
-
Updated Spanish translation.2009-08-05, by jfs
-
Updated Basque translation.2009-08-05, by mikel paskual
-
Reuse our purple_markup_unescape_entity() function instead of2009-08-04, by Mark Doliner
-
Use TRUE and FALSE instead of 1 and 0. I like TRUE and FALSE.2009-08-04, by Mark Doliner
-
This is actually a stack, not a queue, so we can use a simpler data2009-08-04, by Mark Doliner
-
Make this enum follow our naming conventions a little better2009-08-04, by Mark Doliner
-
Something will have gone horribly wrong if data is NULL here, so don't2009-08-04, by Mark Doliner
-
Fix two memory leaks. We were setting norm_bud and temp to NULL without2009-08-04, by Mark Doliner
-
merge of '3dba2c274943bbb9eb35dbbf06b9053d9c195933'2009-08-04, by Elliott Sales de Andrade
-
Somehow this bit got left in there. Should really compile this time.2009-08-04, by Elliott Sales de Andrade
-
merge of '46d5666420acffd7b3464e1c2ba0b5d0711c514d'2009-08-04, by Paul Aurich
-
merge of '4687f2ad1aa97d621e389533af53704e6066f35a'2009-08-04, by Elliott Sales de Andrade
-
Set a maximum conversion length to g_convert when determining the file name2009-08-04, by Elliott Sales de Andrade
-
THis conversion specifier is incorrect.2009-08-04, by Elliott Sales de Andrade
-
Changes to the way we translate raw yahoo messages to HTML. The HTML2009-08-04, by Mark Doliner
-
We can use the typedef here, right?2009-08-04, by Mark Doliner
-
Log the reason for disconnection to the debug log, so that we might2009-08-04, by Stu Tomlinson
-
merge of '4b4bc04579a86d9b73a47d39654a65c1b15e1136'2009-08-04, by Paul Aurich
-
Changelog the mail dialog crashes/fixes.2009-08-04, by Paul Aurich
-
Fix a crash at shutdown in Finch.2009-08-03, by Paul Aurich
-
statusbox: Avoid an assertion failure from ""2009-08-03, by Paul Aurich
-
Updated Spanish and Slovenian translations. Closes #9834, #9835.2009-08-03, by Paul Aurich
-
Further updated Norwegian Nynorsk translation. Closes #9831.2009-08-03, by Paul Aurich
-
Document the jabber signals, since I promised a while ago I would.2009-08-03, by Paul Aurich
-
cert: This a bad idea. check_subject_name being mandatory to implement is IMHO much better.2009-08-04, by Paul Aurich
-
Updated Basque (eu) translation. Closes #9828.2009-08-03, by Paul Aurich
-
Updated Russian translation some more. Closes #9818.2009-08-02, by Paul Aurich
-
jabber: Keep a second connection open over which to send the terminate.2009-08-02, by Paul Aurich
-
Oops, fix loading smiley themes.2009-08-02, by Paul Aurich
-
Don't use pointers (even opaquely) once they're freed. Closes #9822.2009-08-02, by Paul Aurich
-
Fix a bunch of memory leaks reported by Josh Mueller. Refs #9822.2009-08-02, by Paul Aurich
-
Clarify load_smiley_theme a little. Refs #9822.2009-08-02, by Paul Aurich
-
yahoo: Fix some "leaks" (in reality these shouldn't happen). Refs #9822.2009-08-02, by Paul Aurich
-
oscar: g_new0 cannot fail. It always aborts, right? Refs #9822.2009-08-02, by Paul Aurich
-
jabber: Add a BOSH send timer (queue up stanzas), fixes connecting to Prosody2009-08-02, by Paul Aurich
-
jabber: Store the "own JabberBuddy" in the JabberStream* struct.2009-08-01, by Paul Aurich
-
jabber: Stop fall-through on connection error.2009-08-01, by Paul Aurich
-
merge of '8351342d3a30c75649de9c3d4abc7b6f45ce8f82'2009-08-01, by Paul Aurich
-
cert: Fix a reversed check. Oops.2009-08-01, by Paul Aurich
-
zephyr: Build properly on Hurd.2009-08-01, by duck
-
jabber: Ridiculously verbose logging for BOSH.2009-08-01, by Paul Aurich
-
jabber: Better inactivity timer logic.2009-08-01, by Paul Aurich
-
jabber: Remove js->use_bosh2009-08-01, by Paul Aurich
-
jabber: Since we use max_inactivity - 5, treat a 5s timeout as bogus, too.2009-08-01, by Paul Aurich
-
jabber: Re-order the BOSH structs and normalize the buffer names.2009-08-01, by Paul Aurich
-
Use PURPLE_CONNECTION_ERROR_NETWORK_ERROR as the connection error2009-08-01, by Stu Tomlinson
-
Unbreak the string freeze.2009-08-01, by John Bailey
-
Fix #9660. Reconnect, in case of error 52.2009-08-01, by Sulabh Mahajan
-
Fixes #96612009-08-01, by Sulabh Mahajan
-
merge of '80c06f6950b5ea3ca311d8e4752ad5b19ea84059'2009-08-01, by Paul Aurich