summaryrefslogtreecommitdiff
path: root/libpurple
Commit message (Expand)AuthorAgeFilesLines
* propagate from branch 'im.pidgin.pidgin' (head 5157ec7a2b6f7025fc0f6ed1f1093a...Evan Schoenberg2007-12-29593-7733/+47497
|\
| * Ensure js->sasl is not NULL before using it in jabber_auth_handle_success(). ...Evan Schoenberg2007-12-281-4/+6
| * purple_timeout_remove(), not g_source_remove(), must be used to remove a time...Evan Schoenberg2007-12-281-1/+1
| * merge of 'be6564f3db930be4610248af2641fe7c8f19532b'Stu Tomlinson2007-12-288-92/+59
| |\
| | * fix a leakKa-Hing Cheung2007-12-261-0/+1
| | * fix a double freeKa-Hing Cheung2007-12-261-0/+3
| | * merge of '95cdc03c44be5a7431261b6ca3e341c0e92fa549'Will Thompson2007-12-256-62/+68
| | |\
| | | * Infinitesimally better debug messageMark Doliner2007-12-251-1/+1
| | | * Should be safe to get rid of this nowMark Doliner2007-12-251-13/+0
| | | * C++ doesn't really allow forward declarations of enums, and weMark Doliner2007-12-241-13/+8
| | | * If a peer certificate does not match our cached cert, do not auto reject it!Stu Tomlinson2007-12-231-2/+5
| | | * Add the StartCom Free SSL Certificate Authority certificate (as used byStu Tomlinson2007-12-231-31/+33
| | | * merge of '18028a56bbd6d418f1858b04dc08ae012ac17acf'Etan Reisner2007-12-2258-1084/+3180
| | | |\
| | | * | Fix up a doxygen comment about a function return value.Etan Reisner2007-12-221-1/+2
| | * | | Yes, we really can use qsort(3) rather than reimplementing it. I've testedWill Thompson2007-12-251-31/+6
| * | | | disapproval of revision '18028a56bbd6d418f1858b04dc08ae012ac17acf'Stu Tomlinson2007-12-281-18/+0
| | |_|/ | |/| |
| * | | The DIGEST-MD5 implementation of CYRUS-SASL is incompatible with the implemen...Evan Schoenberg2007-12-221-0/+18
| * | | Daniel pointed out that this should be digest, not &digest, because auth_hmac...Evan Schoenberg2007-12-221-1/+1
| |/ /
| * | Export purple_*_version in version.h.Will Thompson2007-12-221-0/+28
| * | disapproval of revision '79f82dfe7e7a3cd7101b43825212e802a1d32412'Will Thompson2007-12-212-45/+0
| * | Add purple_version_get_{major,minor,micro} functions to get the runningWill Thompson2007-12-212-0/+45
| * | HMAC digest support from Elliott Sales de AndradeElliott Sales de Andrade2007-12-203-26/+607
| * | Triple DES cipher support from Elliott Sales de AndradeElliott Sales de Andrade2007-12-203-47/+742
| * | merge of 'c58652351c16b3ed682f7a17f5b28639428914ce'Will Thompson2007-12-191-2/+4
| |\ \
| | * | Last minute 'cleanup' actually resulted in breakage on my cram-md5 commit. Fi...Evan Schoenberg2007-12-181-2/+4
| * | | Update the changelogs, and the @since doxy-tags for new functions.Sadrul Habib Chowdhury2007-12-181-0/+1
| * | | propagate from branch 'im.pidgin.pidgin.next.minor' (head 2b0a29b31ef5603b6b3...Sadrul Habib Chowdhury2007-12-1810-191/+342
| |\ \ \
| | * | | cancel_cb can be NULL here too.Sadrul Habib Chowdhury2007-12-182-5/+4
| | * | | I'm happy to report that my spelling is coming along in leanps and nbounds.Will Thompson2007-12-181-8/+8
| | * | | Sadrul informs me that cancel_cb may in fact be NULL.Will Thompson2007-12-182-5/+4
| | * | | merge of 'bf0e936998e473c136153228aa0bb1106926def3'Stu Tomlinson2007-12-183-6/+4
| | |\ \ \
| | | * | | Move some curly braces around so static analysis tools can properly detectStu Tomlinson2007-12-183-6/+4
| | * | | | Documentation tweaks and more g_return_if_fail checks for NULL parameters whichWill Thompson2007-12-182-179/+256
| | |/ / /
| | * | | Add a comment that I took this from glibMark Doliner2007-12-181-0/+4
| | * | | Create a purple_gai_strerror() function similar to g_str_error() whichMark Doliner2007-12-184-3/+57
| | * | | Send XMPP Pings to the server instead of whitespace for our keepalives. Timeo...Sean Egan2007-12-181-1/+21
| | |/ /
| * | | propagate from branch 'im.pidgin.pidgin' (head e341941eded292435caeb5c5bc2262...Sadrul Habib Chowdhury2007-12-182-40/+62
| |\ \ \ | | |/ / | |/| |
| | * | propagate from branch 'im.pidgin.pidgin' (head f3baacdf1de8d061062508b02ef955...Sadrul Habib Chowdhury2007-11-282-40/+62
| | |\ \
| | | * | Patch from Florian Qu?ze (the InstantBird dude) to add a search path forSadrul Habib Chowdhury2007-11-262-40/+62
| * | | | Added support for authentication via CRAM-MD5 when using jabber:iq:auth.Evan Schoenberg2007-12-171-0/+96
| * | | | If no sasl mechs are appropriate, attempt a jabber:iq:auth connection. Note t...Evan Schoenberg2007-12-171-7/+14
| * | | | Escape system log messages before sending to the loggers. Fixes #4426Stu Tomlinson2007-12-171-21/+23
| * | | | merge of '8ca368922ebadc80fc161ddcfd7ef99d2d768669'Will Thompson2007-12-171-0/+6
| |\ \ \ \
| | * | | | Don't bother making transient connection errors persist across a restart.Will Thompson2007-12-171-0/+6
| * | | | | Add send_raw to Perl bindings. Patch from martijn. Fixes #3505Sean Egan2007-12-171-0/+17
| * | | | | Patch from eperez to make writing to buddy icon files atomic. Fixes #3528.Sean Egan2007-12-171-18/+5
| * | | | | Fix XMPP buddy icons. Somehow a 'VCard' element got changed to a querySean Egan2007-12-171-2/+4
| * | | | | Remove size restriction on XMPP avatarsSean Egan2007-12-171-1/+1
| |/ / / /
| * | | | merge of 'f444fc9e2d1851efc688e61c42f9d44d24cae779'Will Thompson2007-12-162-3/+3
| |\ \ \ \
| | * | | | part of the series of patches from QuLogic that fixes a use-after-free,Ka-Hing Cheung2007-12-161-2/+2