log

age author description
2008-12-14 Elliott Sales de Andrade When parsing MSN message payload headers, check for folded lines. The only
2008-12-14 Ka-Hing Cheung merge of '2b2413559685df17d16670e7769c19d61235fc28'
2008-12-14 Björn Voigt updated German translation (unready)
2008-12-14 Mark Doliner Simplify a little bit
2008-12-14 Jochen Kemnade German translation updated
2008-12-14 Elliott Sales de Andrade If the MSN user is in the userlist already, then check whether we know the
2008-12-14 Elliott Sales de Andrade When getting the privacy lists, set the default network to unknown. If the
2008-12-14 Elliott Sales de Andrade Remove a double call to xmlnode_get_namespace and multiple tests for xmlns
2008-12-14 Elliott Sales de Andrade Make the add/remove buddy from list functions take a MsnUser* instead of the
2008-12-14 Paul Aurich Fix warnings where size_t/gsize was used for printf with the wrong format
2008-12-13 Mark Doliner merge of '5097d28816eecf123094d27602b14963619bbc8b'
2008-12-12 Richard Laager merge of 'b777f3c2f3b9991830f31a5572d2bb0b030c2600'
2008-12-13 Mark Doliner Use one GString and pass it around instead of allocating and freeing a
2008-12-12 Mark Doliner Remove unnecessary casting
2008-12-12 Mark Doliner Remove stray whitespace
2008-12-12 Mark Doliner Remove unneeded forward declarations. I guess my philosophy is to only
2008-12-12 Mark Doliner Eliminate minor typographical differences between our version of the GPL
2008-12-12 Mark Doliner I don't think it makes sense for these files to be here now that the prpl
2008-12-12 Richard Laager Fix up a bad merge on my part.
2008-12-12 Richard Laager merge of '1588a62b7442c86d09ede6244012e7c0eed52478'
2008-12-11 Richard Laager propagate from branch 'im.pidgin.pidgin.openq' (head f1e6c695a05f8f625adbcfb280ed60933be86b87)
2008-12-11 Richard Laager Turn on -Wformat-security and make it an error with GCC 4.
2008-12-11 Richard Laager merge of '2d203a89c855916b5c37a95cc1869c15b24f812c'
2008-12-08 Richard Laager merge of '5f86c51d96715086ed0790a769fd222be570c8ac'
2008-12-08 Richard Laager merge of '08fd5918978aecbd045771fb72fd0d80c7fcf941'
2008-12-08 Richard Laager Fix Bonjour to better deal with buddy values set to the empty string.
2008-12-12 Jochen Kemnade started updating the German translation
2008-12-12 Mark Doliner merge of '2c63599660bb7ed2aa17389e548fbc0511b797ac'
2008-12-12 Sadrul Habib Chowdhury Use av_len in the same manner as everywhere else, for consistency.
2008-12-11 John Bailey merge of 'dd536145a4036177cabc4e4e1ac83dcdf1008a33'
2008-12-11 John Bailey Credit beret for his patch. Refs #6300.
2008-12-11 Sadrul Habib Chowdhury merge of '6de8f788571b507b2c76125cc65f88db49c60790'
2008-12-11 Sadrul Habib Chowdhury Use ref-counting to prevent a crash if request-auth callbacks are called
2008-12-11 John Bailey merge of '9a15955bb377eff51316851e03db1cd7a5f9ba7f'
2008-12-11 Jaromír Karmazín Advertise the same typing capability on OSCAR that ICQ 6 does, since we claim
2008-12-11 Paul Aurich Fix up the XMPP User Avatar SHA1 hashing so that we don't mess up the checksum
2008-12-11 Paul Aurich Support an empty <metadata/> element to indicate that a user has no XEP-0084
2008-12-11 John Bailey ChangeLog darkrain42's patch. I need to remember to do this when committing
2008-12-11 John Bailey Tweak a few for loop conditions in the Perl bindings per Etan's suggestion.
2008-12-11 John Bailey disapproval of revision '0538a6873b4fbb3c72cc0b6fc4d8b690d467686d'
2008-12-11 Paul Aurich Fix off-by-ones in the perl loader where av_len is used. Fixes #7687.
2008-12-11 Florian Quèze Remove the commas at the end of enumerator lists. This resolves warnings
2008-12-11 John Bailey Remove mention of the reverted patch from the ChangeLog.
2008-12-11 John Bailey merge of '17b584b23aee26cc5553b12483ab9b550eee8103'
2008-12-12 Mark Doliner Keep track of the user ID in the MsimUser struct so that we have a copy
2008-12-12 Mark Doliner Don't create a temporary PurpleBuddy when getting info for someone not
2008-12-11 Mark Doliner String changes (a few of which I had already made, grumble grumble).
2008-12-11 Elliott Sales de Andrade Replace strrchr(..., '/')+1 with g_path_get_basename in QQ plugin. Didn't
2008-12-11 Elliott Sales de Andrade Why #if 0\n#define something when you can just #undef it?
2008-12-11 Elliott Sales de Andrade Fix some English in the QQ plugin. And remove some translated phrases that are
2008-12-10 Björn Voigt fixed some spelling errors in QQ protocol plugin:
2008-12-10 Elliott Sales de Andrade merge of '834b032b518f6b4ab9148b946ca635214a9388d8'
2008-12-10 Elliott Sales de Andrade merge of '08fd5918978aecbd045771fb72fd0d80c7fcf941'
2008-12-10 Daniel Atallah Further cleanup to fix CID 373.
2008-12-10 Daniel Atallah Fix CID 399 - I'm reasonably sure this couldn't ever actually cause a NULL deref.
2008-12-10 Daniel Atallah Clean up some stuff that the behavior has changed on to fix CID 398.
2008-12-10 Daniel Atallah Updated included win32 meanwhile library to fix #7563
2008-12-10 Daniel Atallah Changelog the win32 SILC change. Fixes #7399
2008-12-10 Daniel Atallah Update SILC Toolkit used on win32 to 1.1.8
2008-12-09 Sadrul Habib Chowdhury Use g_free instead of free here too.