summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Normal pre-release junk.v2.7.11John Bailey2011-03-114-5/+8
* ChangeLog the security fix and credit Marius. Although he didn't directlyJohn Bailey2011-03-112-0/+6
* Fix CVE-2011-1091, improper handling of malformed YMSG packets cause NULLJohn Bailey2011-03-111-2/+7
* Credit where due. Refs #13492.John Bailey2011-03-111-0/+1
* Fix the Windows build. Fixes #13492.Robert Matusewicz2011-03-111-0/+1
* Change one Romanian translated string. Fixes #13488Mark Doliner2011-03-101-3/+3
* Romanian translation updated (Mi?u Moldovan). Fixes #13483Mark Doliner2011-03-102-240/+245
* Afrikaans translation updated (Friedel Wolff). Fixes #13481Mark Doliner2011-03-102-112/+155
* Tiny update to the Chinese (Simplified) translation. Refs #13457Mark Doliner2011-03-101-3/+3
* Slovak translation updated (loptosko). Fixes #13480Mark Doliner2011-03-102-226/+228
* Ukrainian translation updated (Oleksandr Kovalenko). Fixes #13472Mark Doliner2011-03-102-11/+32
* Polish translation updated (Piotr Dr?g). Fixes #13459Mark Doliner2011-03-102-14/+35
* Chinese (Simplified) translation updated (Aron Xu)Mark Doliner2011-03-102-188/+232
* Add a hint to translators on how to translate this string. Italian andMark Doliner2011-03-101-2/+9
* Italian translation updated (Claudio Satriano). Fixes #13461. Fixes #11920.Mark Doliner2011-03-102-284/+206
* Czech translation updated (David Vachulka). Fixes #13456Mark Doliner2011-03-102-11/+25
* Bengali translation updated (Jamil Ahmed). Fixes #13455Mark Doliner2011-03-102-13/+36
* Chinese (Hong Kong) and (Traditional) translations updated (Ambrose C. Li,Mark Doliner2011-03-103-26/+60
* Norwegian Nynorsk translation updated (Yngve Spjeld Landro). Fixes #13453Mark Doliner2011-03-102-40/+59
* Dutch translation updated (Gideon van Melle). Fixes #13452Mark Doliner2011-03-102-14/+33
* Updated Slovenian translation from Martin Srebotnjak. Fixes #13395Mark Doliner2011-03-102-244/+186
* Add P2Pv2 parsing and saving functions. Tested by compiling them!Elliott Sales de Andrade2011-03-104-12/+110
* Use strtoul instead of atoi for the size of an SI transfer, whichElliott Sales de Andrade2011-03-101-1/+1
* Oops, I forgot to move the size check to the new location.Elliott Sales de Andrade2011-03-101-1/+7
* Add a maximum length when parsing the P2P wire data.Elliott Sales de Andrade2011-03-104-12/+12
* merge of '0f2e41d2f12a43b403f10bbc19947bf9d3f96aa7'Elliott Sales de Andrade2011-03-102-26/+26
|\
| * Fix building on Darwin with --disable-nls. Thanks to EmanueleEmanuele Giaquinta2011-03-092-26/+26
* | Add a little note about something that nobody cares aboutMark Doliner2011-03-091-0/+1
* | Send keepalives for all types of network connections. Will hopefullyMark Doliner2011-03-093-5/+7
|/
* merge of '6159afdf4553bcc227296f683b2a61ad41eadabb'Mark Doliner2011-03-081-6/+10
|\
| * disapproval of revision 'a47ab1a2fcf24f136b572c4ede8024299e18aff0'Mark Doliner2011-03-081-6/+10
* | Credit wyuka, whose apparent goal here is to make me linewrap things. Refs #...Paul Aurich2011-03-082-1/+3
* | merge of 'a47ab1a2fcf24f136b572c4ede8024299e18aff0'Mark Doliner2011-03-071-10/+6
|\ \ | |/
| * I don't see any reason to copy then free this variable. Also let's callMark Doliner2011-03-071-10/+6
* | jabber: Verbose printing of the exact message passed in to jabber_message_sen...Paul Aurich2011-03-061-0/+6
* | jabber: Support for requesting limited history when joining a MUC.Paul Aurich2011-03-063-0/+57
* | jabber: Add support for joining a room based not on the current server.Paul Aurich2011-03-062-6/+32
* | jabber: if (foo) g_free(foo) -> g_free(foo)Paul Aurich2011-03-061-6/+3
* | prepare German translation for 2.7.11 releaseJochen Kemnade2011-03-061-96/+106
* | Credit where due. Refs #13245.John Bailey2011-03-062-0/+4
* | Remove the dependency on libstartup-notification. Our use of it had some bugsDavid Benjamin2011-03-064-82/+5
* | Credit Cristi and fix up the !ChangeLog a bit for consistency. Refs #12472.John Bailey2011-03-062-2/+5
* | Fix up some cases of file transfers never finishing. This will help certainCristi Posoiu2011-03-061-2/+4
* | propagate from branch 'im.pidgin.pidgin.mxit' (head 721da633f8fb92e8c52ec4fc6...John Bailey2011-03-05163-6393/+7585
|\ \
| * \ merge of 'b7cfae50e10c44cf3be062d0172c15bef3d04355'Elliott Sales de Andrade2011-03-0111-96/+473
| |\ \ | | |/ | |/|
| | * Use NULL for the display name when parsing the the privacy memberElliott Sales de Andrade2011-03-011-9/+2
| | * Ignore display name updates that are NULL. In all cases, the newElliott Sales de Andrade2011-03-011-1/+4
| | * Strip spaces when normalizing MSN usernames. Spaces in the accountElliott Sales de Andrade2011-03-011-5/+3
| | * Remove some duplicate code.Elliott Sales de Andrade2011-03-011-6/+0
| | * Add P2Pv2 header information to the P2P info struct. Of course, allElliott Sales de Andrade2011-02-284-66/+424