log

age author description
2010-05-26 Björn Voigt German translation update
2010-05-25 Mark Doliner Apply Polynomial-C's suggestion for fixing a compile error with
2010-05-25 Josep Puigdemont Catalan translation updated.
2010-05-26 Yoshiki Yazawa restore file name encoding conversion
2010-05-25 Yoshiki Yazawa merged from im.pidgin.pidgin
2010-05-24 Daniel Atallah Fix malformed installer string
2010-05-24 Elliott Sales de Andrade Add and remove an extra ref per MsnMessage when saving it in a slpmsg, to
2010-05-23 Elliott Sales de Andrade NULL-ify some reverse links so that there's no double-free on exit.
2010-05-23 jirka Make Pidgin build correctly when using the --disable-nls configure flag.
2010-05-23 John Bailey merge of '637cbec3044756a8ef4273f687d84b18f10b05c4'
2010-05-23 Stu Tomlinson Don't free captcha_req just before dereferencing it.
2010-05-23 John Bailey Merge Windows-specific changes for 2.7.0 and 2.7.1 into the main ChangeLog and
2010-05-22 Éric Boumaour Update french translation for 2.7.1 release
2010-05-21 Elliott Sales de Andrade merge of '4f95778269e5a6f5dc65dc999e28f67e5604b35a'
2010-05-21 Elliott Sales de Andrade Minor comment fix.
2010-05-21 Elliott Sales de Andrade C comments only.
2010-05-21 Elliott Sales de Andrade Make it more explicit that incoming and outgoing timeouts are different.
2010-05-21 Elliott Sales de Andrade A nonce doesn't seem to be necessary for an INVITE with Bridges. Didn't I
2010-05-21 Elliott Sales de Andrade This is supposed to go along with the queue sending stuff.
2010-05-21 Elliott Sales de Andrade Don't crash if there's no Hashed-Nonce or Nonce.
2010-05-21 Elliott Sales de Andrade I don't know why this function returns a boolean that's never used.
2010-05-21 Elliott Sales de Andrade Disable direct connections when the account option is off.
2010-05-21 Elliott Sales de Andrade We want to call got_invite for existing slpcalls, too.
2010-05-21 Elliott Sales de Andrade merge of '53053c3093fabd661045da5b90dd26b37214a73c'
2010-05-20 Elliott Sales de Andrade merge of '5bfb0ca73bb205b34170e5e0c07c35f5e8598734'
2010-05-20 Elliott Sales de Andrade If there's stuff stuck in the DC queue, then try to send it over the SB if
2010-05-20 Elliott Sales de Andrade Wait, command can't be both INVITE and CANCEL at the same time.
2010-05-18 Elliott Sales de Andrade It seems like aMSN can get a bit stuck when using multiple file transfers,
2010-05-17 Elliott Sales de Andrade Ref the slplink before destroying the DC, or we might lose our slpcall.
2010-05-17 Elliott Sales de Andrade Use msn_dc_fallback_to_p2p where possible.
2010-05-17 Elliott Sales de Andrade merge of '4fc447ffec2a8d0d5fde9ccdb17acf825a5ccab5'
2010-05-17 Elliott Sales de Andrade This is not a timeout, but an input handler.
2010-05-17 Elliott Sales de Andrade Fallback to P2P if connecting to external IP didn't work immediately.
2010-05-15 Elliott Sales de Andrade If removing a timeout and return FALSE in its handler isn't good, then
2010-05-14 Elliott Sales de Andrade merge of 'b5086a027dfbc0926b74627b9783794d250c2cb4'
2010-05-11 Elliott Sales de Andrade merge of '8995bf8c14c5b7fb67a84a18ba9bf73e7be3fca8'
2010-05-08 Elliott Sales de Andrade We can't both remove a timeout and return FALSE in its callback.
2010-05-07 Elliott Sales de Andrade merge of '5378b2067023c1be51d87906196d87f03c9992e3'
2010-05-06 Elliott Sales de Andrade Close the DC when the slplink is empty.
2010-05-06 Elliott Sales de Andrade This should probably work a bit better. At least, we want to get rid of any
2010-05-06 Elliott Sales de Andrade I think user might be NULL here.
2010-05-05 Elliott Sales de Andrade Valgrind pointed out that dest and src may overlap, so we need to use
2010-05-05 Elliott Sales de Andrade I've seen packet sizes larger than our current maximum. Hopefully 8KiB is
2010-05-05 Elliott Sales de Andrade Remote more seemingly unnecessary stuff.
2010-05-05 Elliott Sales de Andrade I'm not sure what this stuff is, but it looks old and useless.
2010-05-05 Elliott Sales de Andrade I'm pretty sure we need to actually use dc->msg_pos for something, instead
2010-05-05 Elliott Sales de Andrade I think this finally works with both aMSN and the official client, for
2010-05-05 Elliott Sales de Andrade Try and reduce some code duplication.
2010-05-05 Elliott Sales de Andrade Make msn_dc_fallback_to_p2p non-static, and remove some old code.
2010-05-05 Elliott Sales de Andrade It's probably a good idea to free the direct connection when the slplink
2010-05-05 Elliott Sales de Andrade The length of a DC packet does not include itself.
2010-04-25 Elliott Sales de Andrade It seems like every DC packet requires a length, so why make every little
2010-04-25 Elliott Sales de Andrade Obviously, if this comparison fails, I should be returning FALSE.
2010-04-24 Elliott Sales de Andrade All these processing functions are called from places where dc != NULL,
2010-04-24 Elliott Sales de Andrade Remove some duplicate code.
2010-04-24 Elliott Sales de Andrade Don't bother sending a direct connection request if the other side doesn't
2010-04-24 Elliott Sales de Andrade Support old-style Nonce, which should let us use direct connections to
2010-04-24 Elliott Sales de Andrade These lines are redundant since this was allocated with g_new0.
2010-04-23 Elliott Sales de Andrade Save remote nonce, and verify we get the same data when initiating the
2010-04-23 Elliott Sales de Andrade merge of '21280175da42b51e30e31b091bb3b4adf7708407'
2010-04-23 Elliott Sales de Andrade Fix some leaks, and simplify these branches.
2010-04-23 Elliott Sales de Andrade A direct connection shouldn't be FT-only.
2010-04-23 Elliott Sales de Andrade Set some information for debugging.
2010-04-19 Elliott Sales de Andrade I'm not sure how this worked, since g_strdup should stop at \0.
2010-04-19 Elliott Sales de Andrade NULL-ing this stuff after free is nice in theory, but totally pointless
2010-04-19 Elliott Sales de Andrade Remove one more unused code block, and unnecessary variable.
2010-04-19 Elliott Sales de Andrade This doesn't appear to be a programming error.
2010-04-19 Elliott Sales de Andrade Remove old code that was commented out, but is really just not necessary.
2010-04-19 Elliott Sales de Andrade Fix some double-frees and/or leaks.
2010-04-19 Elliott Sales de Andrade More minor fixes. Spelling, extra variables, etc.
2010-04-11 Elliott Sales de Andrade MSN caps are unsigned.
2010-04-11 Elliott Sales de Andrade Fix typo.
2010-04-11 Elliott Sales de Andrade Minor cleanups.
2010-04-11 Elliott Sales de Andrade This DC stuff is a bit verbose.
2010-04-11 Elliott Sales de Andrade This DC stuff seems a bit verbose.
2010-03-18 Elliott Sales de Andrade I don't like accessing memory by magic-constant.
2010-03-18 Elliott Sales de Andrade Clean up msn_dc_generate_nonce. It just looked weird.
2010-03-18 Elliott Sales de Andrade OK, so maybe this one does need to be static.
2010-03-18 Elliott Sales de Andrade I don't know why any of these variables need to be static.
2010-03-18 Elliott Sales de Andrade Tabs-to-spaces.
2010-03-18 Elliott Sales de Andrade Re-indent directconn.h, and fix a typo.
2010-03-18 Elliott Sales de Andrade De-spacify.
2010-03-17 kukkerman Initial support for direct connections. Preliminary patch from ticket #247
2010-05-21 Daniel Atallah Improve error handling
2010-05-21 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.
2010-05-21 Paul Aurich jabber: Blacklist EXTERNAL when using Cyrus. Allows connecting when it's advertised.
2010-05-21 Paul Aurich jabber: trailing_whitespace--;
2010-05-21 Paul Aurich jabber: Fix a case where a broken server would hang the connection.
2010-05-21 Daniel Atallah Add support for the binaries built by the opensuse build service to the
2010-05-21 John Bailey propagate from branch 'im.pidgin.pidgin.mxit' (head 1665ab3e3781f7c987348e41c15963859d197486)
2010-05-20 Elliott Sales de Andrade Add a pref for allowing direct connections.
2010-05-20 andrew victor propagate from branch 'im.pidgin.pidgin' (head 7072aab86b390122c32faa675284a753c9e97034)
2010-05-20 andrew victor Save the user's MXitId received in the login-response packet to the Session.
2010-05-20 andrew victor * Separate the ClientVersion from the supported ProtocolVersion.
2010-05-20 andrew victor Increment plugin version to 2.4.0.
2010-05-19 andrew victor When our avatar image is changed, the MXit server will push an ExtendedProfile-Response packet
2010-05-19 andrew victor * Show the buddy's registration country in their profile.
2010-05-19 andrew victor For security reasons, MXit doens't allow you to see your buddies Email Address or Title.
2010-05-19 andrew victor This change is also needed to make the "nm=" clickable links work.
2010-05-19 andrew victor The profile attribute is just "Title", not "Job Title".
2010-05-19 andrew victor Add support for the "nm=" syle of clickable links.
2010-05-19 andrew victor Fix the processing of the "Clear" MXit command.
2010-05-17 andrew victor Added "chilli" and "mrgreen" emoticons [released by MXit under GPL]
2010-05-20 Paul Aurich Merge back in Daniel's translations migrated from the installer stuff
2010-05-20 Paul Aurich jabber: Found a better string in auth.c
2010-05-20 Paul Aurich jabber: Better error message when no concordant SASL mechs
2010-05-20 Paul Aurich Updated Hebrew translation. Closes #11834.
2010-05-20 Björn Voigt Minor German translation update:
2010-05-20 Paul Aurich po: Add family_icbm.c since the message errors are in there now.
2010-05-20 Mark Doliner Cleanup, basically. Move the icbm snac error handling from oscar.c to
2010-05-20 Mark Doliner Super tiny optimisation
2010-05-20 Mark Doliner If we get an error SNAC on the ICBM family and it's missing buddy name then
2010-05-20 Mark Doliner Insanely tiny optimization
2010-05-19 Daniel Atallah Provide some context to the Installer translations.
2010-05-19 Marcus Lundblad pidgin: Fix a crash when accessing the Set Moods tool menu when having
2010-05-19 Jochen Kemnade Update German translation
2010-05-19 Daniel Atallah Add new generated stuff to .mtn-ignore
2010-05-19 Daniel Atallah This wasn't supposed to be committed
2010-05-19 Daniel Atallah merge of '45c13cbd9c56429c7ed3b9a147b1d76692f3968d'
2010-05-19 Daniel Atallah Final piece of getting the installer translations integrated with the regular
2010-05-19 Daniel Atallah More improvements to create_nsis_translations.pl - I have more to do, but I'm
2010-05-18 Daniel Atallah Further updates to the create_nsis_translations.pl script.
2010-05-18 Daniel Atallah merge of '00a468847820c34179875e968a4de992329c3dfa'
2010-05-18 Daniel Atallah Add some missing translation mappings and correct some encodings that were wrong.
2010-05-18 Daniel Atallah Update for fixed nsis_translations.desktop.in
2010-05-18 Daniel Atallah Use a URL that doesn't screw up intltool
2010-05-18 Daniel Atallah Migrate existing Installer translations into the po files
2010-05-18 Daniel Atallah Add unmodified create_nsis_translations.pl script from the gcompris project.
2010-05-18 Daniel Atallah Update po files to include Installer strings
2010-05-17 Daniel Atallah Create a version of the Windows installer localizations in .desktop file
2010-05-18 Evan Schoenberg applied changes from bf4b720f9231b395fb51bf1e27440328d46bceb5
2010-05-17 Daniel Atallah Improve some Installer verbiage and bump translation Version to 4.
2010-05-17 Yoshiki Yazawa merged from im.pidgin.pidgin
2010-05-17 Elliott Sales de Andrade merge of 'bd7b70e38030da580a7bc922236ec504ecb8853b'
2010-05-17 Elliott Sales de Andrade Set the GtkTrayIcon invisible before unref'ing it, or else it will leave
2010-05-17 Stu Tomlinson I've been sitting on this for 9 months, but I still think it's funny
2010-05-17 Stu Tomlinson I before E, except after C
2010-05-17 Stu Tomlinson The returned value from SmcVendor() should be free'd with free() not
2010-05-17 Stu Tomlinson Add some comments that meant something to me at some point and might
2010-05-17 Stu Tomlinson Prevent a null pointer dereference in chat_account_filter_func() if called
2010-05-16 Paul Aurich yahoo: Fix a few race-condition crashes at login
2010-05-16 Daniel Atallah merge of '8ff2ee29eabe00715f5da3d756f3bf52b9509879'
2010-05-16 brian lu Build fixes on OpenSolaris. Closes #11841.
2010-05-16 Paul Aurich pidgin: Add charkins's patch for gtkstatusicon blinking. Fixes #11855
2010-05-16 Daniel Atallah Prevent pasting into readonly imhtmls on Windows. Fixes #11867
2010-05-16 Paul Aurich oscar: g_malloc can't fail (in a way that doesn't abort)
2010-05-15 Daniel Atallah Allow the GTK+ Runtime to be unselected when there is no existing runtime
2010-05-15 Daniel Atallah Automatically select the translation corresponding to the installer language.
2010-05-14 Mark Doliner I propagated im.pidgin.soc.2010.icq-tlc to im.pidgin.pidgin. This includes
2010-05-14 Mark Doliner propagate from branch 'im.pidgin.soc.2010.icq-tlc' (head 64c9fc1442c7815de47d3f6756f59f1d09a1d530)
2010-05-06 Mark Doliner Keep this comment up to date
2010-05-03 ivan komarov Oops.
2010-05-03 ivan komarov Two small fixes to improve sending/receiving HTML-formatted messages
2010-05-01 ivan komarov "View Web Profile" link now leads to the correct link for ICQ accounts (#9890).
2010-05-14 Yoshiki Yazawa merged from im.pidgin.pidgin
2010-05-13 John Bailey propagate from branch 'im.pidgin.pidgin.mxit' (head ad23bba01aa6026230a0aa76ea2e27d0dfb5c106)
2010-05-13 Daniel Atallah Fix a regression in 2.7.0 that caused window flashing not to work on Windows.
2010-05-13 Daniel Atallah Fix a status change event being triggered for each online Bonjour buddy when you sign out.
2010-05-13 andrew victor Added "grumpy" and "invincible" mood images for MXit (re-sized from default theme).
2010-05-13 andrew victor Add support for message delivery notification.
2010-05-13 andrew victor propagate from branch 'im.pidgin.pidgin' (head c8c73a03615c9761cd104c6e2c8de12d1c8a82ac)
2010-05-12 andrew victor Remove an unused variable.
2010-05-11 andrew victor Improve the handling of user's being kicked from MultiMX rooms.
2010-05-11 andrew victor Remove the MXit-specific Mood management code. We now use the libpurple Mood (Status) API.
2010-05-11 andrew victor Add support for the standard Mood API.
2010-05-11 andrew victor propagate from branch 'im.pidgin.pidgin' (head 47e8cb2dd9ae901b608beea98c7a3dbc4f37dec5)
2010-05-13 Paul Aurich bonjour: Fix a crash-on-disconnect I introduced. Closes #11851
2010-05-13 Stu Tomlinson Include all libpurple headers in libpurple-devel RPM
2010-05-13 Stu Tomlinson Fix installing GConf schema. GCONF_SCHEMAS_INSTALL does not refer to
2010-05-13 John Bailey Revisionist history that I'm including on the wiki.
2010-05-13 John Bailey Add the available.list file to EXTRA_DIST so people will be able to use the
2010-05-13 John Bailey ChangeLog Elliott's fix for buddy icons on MSN.
2010-05-13 John Bailey merge of '02af4cf0f33f9ec7d46a52cba0e6c4349f0d6e19'
2010-05-12 John Bailey Post-release fun.
2010-05-12 John Bailey Prepping for release.
2010-05-12 Elliott Sales de Andrade Fix an MSN emoticon crash discovered by Pierre Noguès of Meta Security.
2010-05-13 Paul Aurich gg: Totally not arbitrary (in line with patch sent to the libgadu list)
2010-05-13 Paul Aurich gg: Fix 05793e8aa in a way that is upstream-able
2010-05-12 Paul Aurich jabber: Refined logic for determining "is typing" support.
2010-05-12 Paul Aurich merge of '17fcb3e7ac74579122bb5259359cef56f5bbf713'
2010-05-12 Elliott Sales de Andrade merge of '52fb5cb4cd8795906a7313dd5edde763a4848a3e'
2010-05-12 Elliott Sales de Andrade Normalize the remote passport before sending a P2P message. If it's not
2010-05-12 Paul Aurich jabber: Send typing notifications to a buddy when it can see our presence
2010-05-12 Paul Aurich Use /dev/null for the purple directory for the tests.
2010-05-12 Paul Aurich Add lib/libgadu-internal.h to EXTRA_DIST and INTGGSOURCES
2010-05-11 Elliott Sales de Andrade merge of '5644920b69ca0205d375d023d32b16772184a02b'
2010-05-11 Elliott Sales de Andrade merge of '520cc89d4197a746c24ce7b030319f79554352d5'
2010-05-11 Elliott Sales de Andrade NEWS... and spelling and grammar and word-wrap...
2010-05-11 masca textwidth=72 and double space at the end of sentences.
2010-05-11 Marcus Lundblad ... and the double spaces...
2010-05-11 Marcus Lundblad As Qulogic pointed out, this is a minor release, but I re-phrased it,
2010-05-11 Josep Puigdemont Catalan translation updated.
2010-05-11 masca My firs NEWS!!! Wiii =)
2010-05-11 Paul Aurich Line-wrap
2010-05-11 Paul Aurich NEWS!
2010-05-11 Marcus Lundblad NEWS!
2010-05-11 John Bailey NEWS! Read all about it! Get your NEWS here!
2010-05-11 Björn Voigt German translation update
2010-05-11 Elliott Sales de Andrade merge of '4463949ec36c02833d85afdfd38b5dfb956b9169'
2010-05-11 Elliott Sales de Andrade Use serv_got_im/serv_got_chat_in instead of purple_conversation_write so
2010-05-11 Ethan Blanton merge of '2946037e3974559877f516df2006883ad5846e19'
2010-05-11 hanzz Fix MSN FT for UIs that use our abstract FT stuff in ways that are slightly
2010-05-11 Ethan Blanton Updated translations.
2010-05-10 Elliott Sales de Andrade Implement [gs]et_public_alias in MSN.
2010-05-10 Elliott Sales de Andrade Fix copy&paste typos.
2010-05-10 Elliott Sales de Andrade Align.
2010-05-10 Yoshiki Yazawa merged from im.pidgin.pidgin
2010-05-09 Björn Voigt 1 string update in German translation
2010-05-09 Jochen Kemnade better German translations for some of the moods
2010-05-08 Paul Aurich merge of '6655e507da0527cad53500fbed4bf9dbcebdbf2c'
2010-05-08 Paul Aurich Update this comment; the function supports IPv6
2010-05-08 Josep Puigdemont Catalan translation updated.
2010-05-07 Kelemen Gábor Updated Hungarian translation for 2.7.0
2010-05-07 Björn Voigt German translation update
2010-05-06 Marcus Lundblad Fix license to refer to GPLv2 in a files...
2010-05-06 Yoshiki Yazawa merged from im.pidgin.pidgin
2010-05-06 Josep Puigdemont Updated Catalan (Valencian) translation on behalf of Toni Hermoso.
2010-05-06 Josep Puigdemont Updated and fixed a few typos in Catalan translation.
2010-05-05 John Bailey propagate from branch 'im.pidgin.pidgin.mxit' (head 52cb0cc1b49e76b923073e23934af6c8471b984b)
2010-05-04 andrew victor When logging-in with the HTTP protocol, we need to save the HTTP info
2010-05-05 Yoshiki Yazawa merged from im.pidgin.pidgin.
2010-05-04 Josep Puigdemont Catalan translation updated.
2010-05-04 Jochen Kemnade German translation update, all strings done, TODO: review of mood-related strings
2010-05-04 Paul Aurich merge of '73eedf837c2384f502418f091300785c19ccfacd'
2010-05-04 Paul Aurich disapproval of revision '5f410e729e7a8a2e46752d46b37a7c11e17d5ed7'
2010-05-04 Paul Aurich jabber: Pluck evands's 2fcd83432 (the part that applies) to i.p.p
2010-05-04 Evan Schoenberg applied changes from 8b6590428d8180cc466c8916f81aec2c8961fbd1
2010-05-04 Evan Schoenberg If SASL authentication fails, we generally shouldn't be setting an error
2010-05-04 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.
2010-05-03 Marcus Lundblad Scale incoming thumbnails in the request dialog if they are overly large
2010-05-03 Paul Aurich jabber: Avoid an assertion failure for presence from bare domains
2010-05-02 kkszysiu gg: For protocol 8.0+, the server sends this in UTF-8 now. Closes #11775.
2010-05-02 kkszysiu gg: Fix misuse of update_progress. Fixes #11774
2010-05-02 Jochen Kemnade working on German translation - still incomplete
2010-05-02 Paul Aurich NULL mech_data in digest_md5_dispose (what SCRAM and digest-md5 do elsewhere)
2010-05-02 Paul Aurich Changelog the View Web Profile fix. Closes #9890.
2010-05-02 Kevin Stange Correct typo
2010-05-01 Paul Aurich *** Plucked rev 0e263caa5d687101e436029f2f8d09053ae06e23 (ivan.komarov@soc.pidgin.im):
2010-05-01 Paul Aurich merge of '22ad9aecc804e89b1101cde696e58490a7efd603'
2010-05-01 Paul Aurich jabber: I never understood why this was in auth.c anyway...