Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-12-10Gajim now uses python-nbxmpp library instead of embedding it.Yann Leboulanger
2012-12-07prevent tracebackYann Leboulanger
2012-10-28do TLS handshake without blocking. Fixes #7250Yann Leboulanger
2012-09-19handle disconnection while doing SASL as a sasl failure rather than a connect...Yann Leboulanger
2012-08-23Jingle FT is now functionnal!! Thanks Jefry for the long time debugging with meYann Leboulanger
2012-06-21don't try to connect twice when we get see-other-host. see #7179Yann Leboulanger
2012-06-19correctly handle see-other-host (earlier in the connection process). Fixes #7179Yann Leboulanger
2012-06-14jingle IBB and normal IBB are differentYann Leboulanger
2012-05-29update xep300 to version 1Jefry Lagrange
2012-04-13merge from trunkYann Leboulanger
2012-04-07minor fixesJefry Lagrange
2012-04-09add XEP-0224 support (/attention command, persistant popup and special sound). FYann Leboulanger
2012-03-20re-enable SM when resumingJefry Lagrange
2012-03-18client_nb: Call auth callback even when resuming, to establish things like pi...Matthew Wild
2012-03-15[Matthew Wild] fix stream management error handling. Fixes #7091Jefry Lagrange
2012-01-25better way to handle non supported hash algorithmsJefry Lagrange
2012-01-24coding standardsYann Leboulanger
2012-01-24check file integrity when transfer is completedJefry Lagrange
2012-01-16support for xep-300Jefry Lagrange
2012-01-12upgrade copyrightYann Leboulanger
2012-01-07[Pablo Mazzini] ask passphrase to user when using non-sasl authenticationYann Leboulanger
2012-01-02check hostname in SSL certificates. Fixes #7066Yann Leboulanger
2011-12-29merge from trunkYann Leboulanger
2011-12-19implements Oauth2 mechanism to connect to MSN xmpp server. Fixes #6978Yann Leboulanger
2011-12-18revert unwanted commitYann Leboulanger
2011-12-17only install plugin installer pluginYann Leboulanger
2011-12-17fix traceback when trying to connect to a host for which auth method is not s...Yann Leboulanger
2011-12-03prevent traceback. Fixes #7054Yann Leboulanger
2011-11-15correctly set the route attribute in BOSH connections.Yann Leboulanger
2011-11-06implement XEP-0280: Message CarbonsYann Leboulanger
2011-10-31import some improvements from xmpppy and use it where it's usefullYann Leboulanger
2011-10-30implement XEP-0306 : status conditions for MUCYann Leboulanger
2011-10-07[Zash] support latest version of XEP-0258. Fixes #7010Yann Leboulanger
2011-09-17also replace non-character unicode AFTER decryption. Fixes #6974Yann Leboulanger
2011-09-16transform non-character unicode to ? char (\ufffd) as soon as we receive them...Yann Leboulanger
2011-09-13Try to import kerberos now, not waiting ofr demandimport. Fixes #6975Yann Leboulanger
2011-08-27fix resumption when server fails to resumesession (server restart). Fixes #6951Yann Leboulanger
2011-08-22follow RFC-6120 section 6.4.4: send <abord> and a SASL authentication mechani...Yann Leboulanger
2011-08-22merge XEP-0198 implementation from gajim-XEP-198 branch to trunk. Thanks Jefr...Yann Leboulanger
2011-08-22fix typoYann Leboulanger
2011-08-22check DIGEST-MD% and SCRAM-SHA-1 latest answer from server before accepting a...Yann Leboulanger
2011-08-09change a var nameYann Leboulanger
2011-07-27ability to connect to a host that require a PCKS certificate that is encrypted.Yann Leboulanger
2011-07-22fix nameprep for wrong jids. Fixes #6925Yann Leboulanger
2011-06-29JingleFT IBB fallbackJefry Lagrange
2011-06-21merge from trunkYann Leboulanger
2011-06-17enable SM before sending negociation requestJefry Lagrange
2011-06-16resuming from prefered locationJefry Lagrange
2011-06-14whitespaces aren't added to the SM queueJefry Lagrange
2011-06-13[Dave Cridland] Fix BOSH for bodies with "\r\n" sequencesYann Leboulanger