summaryrefslogtreecommitdiff
path: root/libpurple/protocols
Commit message (Expand)AuthorAgeFilesLines
* merge of 'b4d7c3fe216cda1272c646960d568aaf68155d4d'Sadrul Habib Chowdhury2007-11-264-17/+21
|\
| * merge of '424d552a8435116a909bceb250d9923fb449bc6c'Ka-Hing Cheung2007-11-262-14/+18
| |\
| | * Now that the release has been tagged and strings are unfrozen, enable the new...Daniel Atallah2007-11-252-14/+18
| * | don't set the current tune title if it's NULLKa-Hing Cheung2007-11-261-2/+2
| |/
| * Include guards for gnt and include guard typo fix for QQ, from AndrewKa-Hing Cheung2007-11-251-1/+1
* | We need to work with the exclusive status.Sadrul Habib Chowdhury2007-11-261-12/+14
|/
* Plug a tiny little leak.Sadrul Habib Chowdhury2007-11-211-1/+4
* Original patch from Andrew Gaul to fix a leak.Sadrul Habib Chowdhury2007-11-211-2/+2
* disapproval of revision '36cc15c1b76afc0262b3cb9181a7664fbbd5b6c1'Sadrul Habib Chowdhury2007-11-211-4/+5
* Andrew Gaul fixed another memory leakKa-Hing Cheung2007-11-211-5/+4
* Implement more of XEP-0065 to support sending files through a proxy. To avoid...Daniel Atallah2007-11-216-78/+370
* Prevent crashing when authorizing or denying after the account is disconnected.Daniel Atallah2007-11-211-5/+6
* another patch from my coworker Andrew Gaul that plugged a leak, I fixed itKa-Hing Cheung2007-11-201-0/+2
* Fix a double-free and a leak at the same time.Stu Tomlinson2007-11-191-1/+1
* Fix a discovery related crash. I think this still needs better error handling...Daniel Atallah2007-11-191-46/+55
* Unable to connect is not an authentication failure, even if it happensStu Tomlinson2007-11-192-2/+2
* merge of 'd77669928d4f9c511945f9e08150c53badc5ea19'Evan Schoenberg2007-11-191-109/+100
|\
| * The Jabber registration process depends upon having a non-NULL cbdata->who,Evan Schoenberg2007-11-191-3/+8
| * merge of '70025aa3e74c56e9e658f05c00a6c21e9cccd76f'Evan Schoenberg2007-11-191-106/+92
| |\
| | * Fixed whitespace and indentation in jabber_register_parse(). I'm seeing crash...Evan Schoenberg2007-11-191-106/+92
* | | merge of '7e183cd7e0b56028bf4fcec9a50ffc05cb119708'Evan Schoenberg2007-11-195-65/+31
|\ \ \
| * | | QuLogic submitted this patch a long time ago, References #2571. I believeKa-Hing Cheung2007-11-195-65/+31
* | | | Fix #3983 by canceling the file transfer when connecting to the remote host f...Daniel Atallah2007-11-191-7/+4
|/ / /
* | | soap faults are now properly handledKa-Hing Cheung2007-11-191-28/+27
|/ /
* | Fixed static linkage of msnp9 in the most straightforward way I could see, wh...Evan Schoenberg2007-11-171-1/+1
* | disapproval of revision '4a89985398004a5cfc7b55b698fbff33d6f53b06'Evan Schoenberg2007-11-172-2/+2
* | Fixed static linkage of msnp9 in the most straightforward way I could see, wh...Evan Schoenberg2007-11-172-2/+2
* | merge of '73ae9aeda3c58fbf8437421da68d19d06f93e686'Evan Schoenberg2007-11-171-1/+2
|\ \ | |/
| * An identity does not always have a name; for example, Google Talk web folks ...Evan Schoenberg2007-11-111-1/+2
| * I think this is what the fwrite is actually meant to be doing.Stu Tomlinson2007-11-111-1/+1
* | merge of '591a79c1b29546a394039d76ba9f60d375e565c7'Luke Schierer2007-11-173-2/+3
|\ \
| * | Prevent multiple file offers from going out with a patch from galt. Fixes #3839.Daniel Atallah2007-11-161-0/+1
| * | Get rid of two compile warnings:Mark Doliner2007-11-161-1/+1
| * | Compile!Kevin Stange2007-11-161-1/+1
* | | This merge has the effect of reverting the hinting code from trunk.Richard Laager2007-11-17167-2657/+22651
|\ \ \ | |/ /
| * | Fix #3669Daniel Atallah2007-11-161-4/+4
| * | Fix #3421 by checking for an existing conversation in which to display a yaho...Daniel Atallah2007-11-161-6/+5
| * | Fix #3911 by checking that the connection is still valid when authorizing or ...Daniel Atallah2007-11-161-6/+16
| * | Use MSNP9 on win32 as well.Daniel Atallah2007-11-161-1/+1
| * | Fix receiving files from Gajim clients by making the SOCKS5 target hash correct.Daniel Atallah2007-11-151-5/+9
| * | Fix some confusion between iq ids and sids. This allows me to send files to G...Daniel Atallah2007-11-151-13/+16
| * | Now that the buddies are being removed from the list correctly, it needs to h...Daniel Atallah2007-11-151-3/+3
| * | Various bugfixes including using purple_account_remove_buddy() in addition to...Daniel Atallah2007-11-157-13/+36
| * | Fix a couple bugs in the Bonjour XEP-0065 implementation, mainly related to e...Daniel Atallah2007-11-155-117/+183
| * | My changes to disable external port mapping exposed a flaw where the server s...Daniel Atallah2007-11-131-1/+41
| * | Don't map the port used for bonjour file transfers externally. This adds a n...Daniel Atallah2007-11-132-39/+41
| * | Cleanup and fix the socks5 proxy connect address to be correct.Daniel Atallah2007-11-133-200/+215
| * | I messed this up at some point.Daniel Atallah2007-11-121-1/+1
| * | Don't allow the buffer to be overrun when you have lots of local IPs.Daniel Atallah2007-11-121-2/+3
| * | merge of '06532211eb621df9eea6446f5b1b803bd671b198'Daniel Atallah2007-11-128-21/+1096
| |\ \