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
path: root/src
AgeCommit message (Expand)Author
2010-01-03fix traceback when enabling an account. Fixes #5537Yann Leboulanger
2009-12-30fix typo in variable nameYann Leboulanger
2009-12-30add some debuging info when saving avatar failsYann Leboulanger
2009-12-29prevent bug when merging metacontactsYann Leboulanger
2009-12-29Ability to copy LaTeX expressions. Fixes #5451Yrogirg
2009-12-29re-enable LATEX usage.Yann Leboulanger
2009-12-29don't allow to disable a connecting account. Fixes #5522Yann Leboulanger
2009-12-29fix indentation typoYann Leboulanger
2009-12-29harmonize indentation. Fixes #5518mariolenz
2009-12-29apply config to minimized controls too. Fixes #5515Yann Leboulanger
2009-12-28Correctly fake NullClientCaps: Assume we support everything instead of the bl...Stephan Erb
2009-12-28Make NullClientCaps a singleto so that we don't create a new object for each ...Stephan Erb
2009-12-28Slightly faster version of get_contact_iter and get_role_iter.Stephan Erb
2009-12-28Extract a few methods to make some code a tiny bit easier to understand and r...Stephan Erb
2009-12-28Add missing Vim config line to gui_interface.pyStephan Erb
2009-12-27Only perform the longish check for latex support if the user has enabled late...Stephan Erb
2009-12-27Remove unused import.Stephan Erb
2009-12-27Create index on the logs table on time instead of on kind.Stephan Erb
2009-12-27Show warning if calculated and received caps hash are different.Stephan Erb
2009-12-22Added /status, /away, /online commands. Fixed command error reportingAlexander Cherniuk
2009-12-21Remove some unneeded bits in the xmpp ping code. Add additional logging.Stephan Erb
2009-12-20Import xmpp in jingle_content, so that JingleContent.__content can work. fixe...Thibaut GIRKA
2009-12-20Remove duplicated code...Thibaut GIRKA
2009-12-20Handle jingle-incoming events in roster tooThibaut GIRKA
2009-12-19Removed trailing spaceAlexander Cherniuk
2009-12-19add missing import to common/protocol/bytestream.py. Fixes #5520Yann Leboulanger
2009-12-18ignore invalid SRV reply from libasyncns. Fixes #5507Yann Leboulanger
2009-12-15prevent having twice the same group for a contact. Fixes #5504Yann Leboulanger
2009-12-15restore xmpp ping callback that was removed in [bc039f78321d] Fixes #5510Yann Leboulanger
2009-12-14remove some useless tab at the end of linesYann Leboulanger
2009-12-14[guillaume] add user-agent when downloading a remote image. Fixes #5513Yann Leboulanger
2009-12-14[Dave Cridland] try to encode username, realm and password in iso-8859-1 when...Yann Leboulanger
2009-12-14[Dave Cridland] implement EXTERNAL auth method. See #5512Yann Leboulanger
2009-12-14hide() roster instead of iconify() it when clicking on systray. Fixes #5505Yann Leboulanger
2009-12-14[Florob] Fix logic error resulting in a None type exception.Stephan Erb
2009-12-13Don't traceback when receiving entity capabilties. Fixes #5492Stephan Erb
2009-12-11MergeStephan Erb
2009-12-11Add protocol folder to Makefile.Stephan Erb
2009-12-11Merge local changes (not again...)Stephan Erb
2009-12-11Split send_socks5_info monster method into smaller methods. (Extract Method R...Stephan Erb
2009-12-11Remove zeroconf dummy methods.Stephan Erb
2009-12-11Move three methods from filetransfer_window to protocol/bytestream.Stephan Erb
2009-12-11Remove obvious code duplication.Stephan Erb
2009-12-11Remove logging of callback method calls. Such cross-cutting concerns are bett...Stephan Erb
2009-12-11Follow the most basic coding standards.Stephan Erb
2009-12-11Import socket in jingle_rtp, fixes typo in 'stun_server', connect changed sig...Thibaut GIRKA
2009-12-10Move ConnectionBytestream to common/protocols.Stephan Erb
2009-12-10Merge local changes.Stephan Erb
2009-12-10Split common/caps.py. We now have common/protocol/ to contain XMPP connection...Stephan Erb
2009-12-10Refactor internas of ConnectionCapsStephan Erb