summaryrefslogtreecommitdiff
path: root/libpurple
Commit message (Expand)AuthorAgeFilesLines
* propagate from branch 'im.pidgin.pidgin' (head f9599fe0199c86262cea569a5dfb40...cpw.malu.xmpp.google_refactorMarcus Lundblad2010-08-31223-8256/+7609
|\
| * Removed the TCP and TLS TURN relaying options since libnice currently only su...Marcus Lundblad2010-08-312-16/+3
| * merge of '08f776e147190e045758827d8c45366d15d762ae'Paul Aurich2010-08-316-19/+66
| |\
| | * jabber: Slight improvements to the stream ID fixPaul Aurich2010-08-312-7/+13
| | * jabber: Unify "Require TLS" and "Use old-style (port 5223) SSL" settingsPaul Aurich2010-08-315-12/+53
| * | Display the reason LoadLibrary didn't succeed in the debug logDaniel Atallah2010-08-311-1/+2
| * | Make wpurple_install_dir() (DATADIR) relative to the libpurple dll instead of...Daniel Atallah2010-08-311-2/+2
| * | Make wpurple_find_and_loadproc() work for non-ASCII full pathsDaniel Atallah2010-08-311-2/+8
| * | Kill the win32 idle tracking code that works on old windows versions and moveDaniel Atallah2010-08-302-5/+0
| * | merge of '0d73cf82aa836bd1b6d9c8ede3a08731887e185e'Marcus Lundblad2010-08-291-0/+5
| |\ \ | | |/ | |/|
| | * Fall back to a non-icon request dialog if a UI does not support showing icon ...Marcus Lundblad2010-08-291-0/+5
| * | jabber: Make the reliance on stream ID laxer. Closes #12331Paul Aurich2010-08-271-1/+13
| * | jabber: Fix a pernicious race condition in our cyrus auth codePaul Aurich2010-08-273-7/+9
| |/
| * merge of 'd3e510ff7c223eda2a647df9894caff4473c261e'Marcus Lundblad2010-08-252-18/+45
| |\
| | * merge of 'aa5a1b0e69bd7aa5c423ec57e8ad58dfde386f3d'Marcus Lundblad2010-08-252-18/+45
| | |\
| | | * Added ability to relay over TCP and TLS for TURN for media.Marcus Lundblad2010-08-252-18/+45
| * | | Fix a possible crash reported by HanzZ. Fix thanks to HanzZ also.Jan Kaluza2010-08-241-1/+1
| * | | Fix some media code leaks.Jakub Adam2010-08-243-12/+12
| * | | Clarify documentation on a function return value.Elliott Sales de Andrade2010-08-241-1/+2
| * | | merge of 'e756909b7a350989cc45d02804024035bb7389c1'Elliott Sales de Andrade2010-08-2358-281/+97
| |\ \ \ | | |/ / | |/| |
| | * | We should probably actually put the question in the input request.Elliott Sales de Andrade2010-08-231-1/+1
| | * | Standardize on "cancelled".Elliott Sales de Andrade2010-08-2322-30/+32
| | * | Kill off many dead assignments and any useless remaining variables.Elliott Sales de Andrade2010-08-2332-230/+47
| | * | Optimize just a teensy-tiny bit.Elliott Sales de Andrade2010-08-221-13/+11
| | * | We already have the length of the string. Don't need to call strlen.Elliott Sales de Andrade2010-08-221-1/+1
| | * | These are dead increments.Elliott Sales de Andrade2010-08-223-4/+3
| | * | user should never be NULL here.Elliott Sales de Andrade2010-08-221-1/+1
| | * | Fix possible garbage value.Elliott Sales de Andrade2010-08-211-1/+1
| * | | The Yahoo prpl makes unnecessary callbacks to the Yahoo servers if theEion Robb2010-08-221-1/+1
| |/ /
| * | jabber: Document this not being an off-by-one...Paul Aurich2010-08-191-0/+1
| * | Change the "length of bstream" data type to be a gsize, since it representsMark Doliner2010-08-154-25/+25
| * | merge of '93133347cbcf0e463a3a746bd479414d24153b3e'Elliott Sales de Andrade2010-08-1418-55/+48
| |\ \
| | * | I'm pretty sure this is a logical operation, not bitwise.Elliott Sales de Andrade2010-08-141-1/+1
| | * | Fix a possible Garbage return value.Elliott Sales de Andrade2010-08-141-1/+1
| | * | Fix some "Dead nested assignment"s and then kill off some uselessElliott Sales de Andrade2010-08-1414-38/+28
| | * | Correct me if I'm wrong, but why would the length be in UTF8, whenElliott Sales de Andrade2010-08-141-9/+11
| | * | I think this might be a leak. But probably only if the server changedElliott Sales de Andrade2010-08-141-6/+7
| | |/
| * | < QuLogic> on line 208 of jabber.c, should that be *dot?Paul Aurich2010-08-141-1/+1
| * | Improve these comments? I was having a hard time trying to figure out whatMark Doliner2010-08-121-2/+2
| * | This code is disabled, but in case we ever want to enable it thenMark Doliner2010-08-121-1/+1
| * | Fix win32 compileDaniel Atallah2010-08-121-8/+8
| * | Fix a compile error from my mergeMark Doliner2010-08-121-1/+1
| * | propagate from branch 'im.pidgin.pidgin' (head d0e80088af1e2895ceb91aea6cdab2...Mark Doliner2010-08-1240-5550/+2062
| |\ \ | | |/ | |/|
| | * *** Plucked rev a8b26bdf35f2685c221a62e65eeb041aa1f41143 (markdoliner@pidgin....soc.2010.icq-tlcMark Doliner2010-08-101-1/+13
| | * merge of '8e1fb05214d2d80e11b822731178f8f0e8f18d4a'Mark Doliner2010-08-101-25/+99
| | |\
| | | * Applied and slightly modified Sadrul's patch (http://pidgin.im/~sadrul/pp/icq...Ivan Komarov2010-07-081-25/+99
| | * | A couple of refactorings related to oscar_utf8_try_convert().Ivan Komarov2010-08-053-60/+29
| | * | Removed unused "flags" parameter.Ivan Komarov2010-08-0516-61/+61
| | * | Miranda expects a client ack from the other side for channel 2 messages,Ivan Komarov2010-08-053-0/+48
| | * | Fixes #12044. We send a dummy packet with DC version = 8 to makeIvan Komarov2010-08-055-11/+82