summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch from QuLogic, references #4875khc.msnp15Ka-Hing Cheung2008-05-141-2/+0
* Patch from tomgr to resend once if the connection is down, fixes #5379Ka-Hing Cheung2008-05-141-6/+25
* propagate from branch 'im.pidgin.pidgin' (head 77dd62ff82d2ab0d677ceba68e329c...Ka-Hing Cheung2008-05-1417-542/+1053
|\
| * propagate from branch 'im.pidgin.pidgin' (head 173a4cdf024135301c3f626d185ef7...Sadrul Habib Chowdhury2008-03-1880-3958/+4351
| |\
| * | killing MsnContact which just wraps MsnSessionKa-Hing Cheung2008-03-097-161/+111
| * | propagate from branch 'im.pidgin.pidgin' (head 0aeea64fa1dc6f9f9e4de88dafd388...Ka-Hing Cheung2008-03-0660-70433/+89168
| |\ \
| * \ \ propagate from branch 'im.pidgin.pidgin' (head bd66c165dcad362bffa597c13946e5...Ka-Hing Cheung2008-02-2752-315/+1031
| |\ \ \
| * \ \ \ propagate from branch 'im.pidgin.pidgin' (head e0813f691fe2c9b4917266e971d978...Ka-Hing Cheung2008-02-0615-393/+952
| |\ \ \ \
| | * | | | zero out this, side effect is not crashing when password is incorrectKa-Hing Cheung2008-01-131-1/+1
| | * | | | References #4382, fixes receiving too many offline messagesElliott Sales de Andrade2008-01-122-8/+89
| | * | | | References #4382, replaces usage of msn_soap_xml_get with xmlnode_get_childElliott Sales de Andrade2008-01-125-40/+21
| | * | | | References #4382, fixes getting offline messages in p15Elliott Sales de Andrade2008-01-124-12/+49
| | * | | | oops, sending the format data probably isn't very useful. Unless you tryKa-Hing Cheung2007-12-261-1/+1
| | * | | | fixed a memleak or 3, or maybe 4, or 5. Some of these applies to the p14Ka-Hing Cheung2007-12-265-9/+25
| | * | | | propagate from branch 'im.pidgin.pidgin' (head 32b0036ef62138a9649f727cf70c24...Ka-Hing Cheung2007-12-261-0/+1
| | |\ \ \ \
| | * \ \ \ \ propagate from branch 'im.pidgin.pidgin' (head 5cf20e84d1b5c7c1554a6b851c47b0...Ka-Hing Cheung2007-12-2613-336/+780
| | |\ \ \ \ \
| | | * | | | | fix sending offline message in p15 by sending the correct token. In msnp14,Ka-Hing Cheung2007-12-265-79/+57
| | | * | | | | Patch 4 from Qulogic, this one fixes a group name escape bug introduced byElliott Sales de Andrade2007-12-261-6/+12
| | | * | | | | Patch 3 from Qulogic, this one updates contact list actions to use ticketElliott Sales de Andrade2007-12-264-61/+331
| | | * | | | | Patch 2 from Qulogic, this one adds SSO authenticationElliott Sales de Andrade2007-12-263-243/+431
| | | * | | | | Patch 1 from Qulogic, this one mostly updates the version sent by pidginElliott Sales de Andrade2007-12-267-16/+18
* | | | | | | | this causes a use after freeKa-Hing Cheung2008-05-141-2/+0
* | | | | | | | unleak (thanks sadrul!)Stu Tomlinson2008-05-132-0/+2
* | | | | | | | Rewrite a ChangeLog entry I just wrote.Stu Tomlinson2008-05-131-3/+3
* | | | | | | | Make MSN buddy list synchronization more forgiving, only ask aboutStu Tomlinson2008-05-133-6/+35
* | | | | | | | merge of '413ccc075f8bceec8fcd94d98793e03f1aba0280'Daniel Atallah2008-05-131-18/+34
|\ \ \ \ \ \ \ \
| * | | | | | | | Patch from Will Hawkins to fix SIMPLE authentication on some servers.Daniel Atallah2008-05-131-18/+34
* | | | | | | | | Remove a compile warning.Sadrul Habib Chowdhury2008-05-131-1/+1
* | | | | | | | | This should make the column widths a bit better. Thanks to vekin inSadrul Habib Chowdhury2008-05-131-2/+2
|/ / / / / / / /
* | | | | | | | Refresh email credentials for @live.com accounts tooStu Tomlinson2008-05-132-0/+2
* | | | | | | | Hungarian translation updated for 2.4.2Kelemen G?bor2008-05-131-5444/+475
* | | | | | | | For chats created using the "normal" (i.e. Join a Chat) flow, there will alwaysDaniel Atallah2008-05-131-8/+9
* | | | | | | | Fix functions to match definitions.Daniel Atallah2008-05-122-3/+3
* | | | | | | | Presumably this is what was intended.Daniel Atallah2008-05-121-2/+2
* | | | | | | | Fix function to match header definitionDaniel Atallah2008-05-121-1/+1
* | | | | | | | More s/ssize_t/gssize/Daniel Atallah2008-05-126-8/+8
* | | | | | | | Build fixes for MSVCDaniel Atallah2008-05-125-6/+8
* | | | | | | | Using named elements in a struct initialization doesn't work in MSVC.Daniel Atallah2008-05-121-32/+32
* | | | | | | | Fix jabber_iq_register_handler() to match header.Daniel Atallah2008-05-121-1/+1
* | | | | | | | Reuse cleanup function.Daniel Atallah2008-05-121-24/+19
* | | | | | | | MSVC build fixesDaniel Atallah2008-05-122-3/+8
* | | | | | | | Use gssize instead of ssize_t as the latter isn't available everywhere.Daniel Atallah2008-05-121-1/+1
* | | | | | | | Bonjour build fixes for MSVC.Daniel Atallah2008-05-124-33/+39
* | | | | | | | Remove the stat check that isn't useful and breaks on OS X.Richard Laager2008-05-121-3/+1
* | | | | | | | German translation bug:Bj?rn Voigt2008-05-111-5/+5
* | | | | | | | Clarify #ifdef/#else/#endif matching; References #5770.Ethan Blanton2008-05-111-1/+1
* | | | | | | | merge of '9a7f7725013348c1158fad4a454126acd4419166'Mark Doliner2008-05-1122-5535/+525
|\ \ \ \ \ \ \ \
| * | | | | | | | Updated Catalan translation (with XGETTEXT_ARGS=--no-location).Josep Puigdemont2008-05-111-5427/+303
| * | | | | | | | Middle click pastes the internal clipboardRichard Nelson2008-05-112-0/+14
| * | | | | | | | Check if a key is already bound before assigning a menu triggerRichard Nelson2008-05-115-1/+23