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 (Collapse)Author
2008-12-04[thorstenp] fix empty exception clausesYann Leboulanger
2008-12-04fix string exceptionsYann Leboulanger
2008-12-04[thorsten] pfix exceptions not inheriting from exceptionYann Leboulanger
2008-12-04[thorstenp] fix reimported modulesYann Leboulanger
2008-12-04[thorstenp] don't use deprecated string moduleYann Leboulanger
2008-12-04[thorstenp] self as first argument of methodYann Leboulanger
2008-12-03fix some typo. Fixes #4545Yann Leboulanger
2008-12-03[thorstenp] fix access to members before definitionYann Leboulanger
2008-12-03[thorstenp] fix possible undefined loop variablesYann Leboulanger
2008-12-03[thorstenp] fix redefined builtinsYann Leboulanger
2008-12-02[Yavor Doganov] updated bulgarian translationYann Leboulanger
2008-12-02[Fomin Denis] updated russian translationYann Leboulanger
2008-12-02[thorstenp] fix unused variablesYann Leboulanger
2008-12-02[thorstenp] fix global useYann Leboulanger
2008-12-02[thorstenp] fix undefined variablesYann Leboulanger
2008-12-02[thorstenp] remove useless importYann Leboulanger
2008-12-02[thorstenp] convert some strings to commentYann Leboulanger
2008-12-02[thorstenp] remove redefined fnuctionYann Leboulanger
2008-12-02[thorstenp] comment useless codeYann Leboulanger
2008-12-02[thorstenp] remove useless passYann Leboulanger
2008-12-02[thorstenp] fix statementsYann Leboulanger
2008-12-02[thorstenp] remove useless semicolonsYann Leboulanger
2008-12-02check if remote contact support esession or session. If it supports ↵Yann Leboulanger
esession, it supports session but may not announce it. see #4429
2008-12-02[Jeff Bailes] updated british translationYann Leboulanger
2008-12-02[Serbian translation] Serbian translationYann Leboulanger
2008-12-01strftime doesn't support %T. It works under linux (why?) but not under ↵Yann Leboulanger
windows. Fixes #4526
2008-12-01revert r10690 and r10691, it's not translatableYann Leboulanger
2008-12-01[urandom] fix position of notification when attach_to_systray is enabled. ↵Yann Leboulanger
Fixes #4537
2008-12-01coding standardYann Leboulanger
2008-11-30fix missing argumentYann Leboulanger
2008-11-30fix typoYann Leboulanger
2008-11-30check session support instead of Esession support, and announce we support ↵Yann Leboulanger
it. Fixes #4429
2008-11-30Also apply our notexistant caps trick to XHTML.js
2008-11-30Do not duplicate a contact in roster on subscription changes. Fixes #4524.Stephan Erb
For performance reasons, get_contact_iters() cannot find a contact if get_shown_groups() returns something different to what has been applied to roster model. The contact was therefore duplicated as it was believed not to be there...
2008-11-29fix session problem when other part don't support sessions. Fixes #4429Yann Leboulanger
2008-11-29Fix building on win32. There is no import named roman.js
2008-11-29Really fix #4517.js
2008-11-29A little fix in the french translationJulien Pivotto
2008-11-28better handling of sessions in zeroconf. Fixes #4529Yann Leboulanger
2008-11-28module names have changed with py2exe 0.6.9Yann Leboulanger
2008-11-28prevent traceback when Connection fails. Fixes #4532Yann Leboulanger
2008-11-28[Simo Sorce] fix GSSAPI to use FQDN. See #2465Yann Leboulanger
2008-11-28coding standardsYann Leboulanger
2008-11-28no need to create html twiceYann Leboulanger
2008-11-27remove useless config.h.in file. It's generated by autogen.shYann Leboulanger
2008-11-27send empty tune when we disconnect an account. Fixes #4512Yann Leboulanger
2008-11-27Correctly remove Observer and NotInRoster contact in one special case. Does ↵Stephan Erb
not affect pending bug. See #4524.
2008-11-27Indicate that some methods are only intended for internal usage.Stephan Erb
2008-11-26if a SASL mechanism fails, try the others before abording authentificationYann Leboulanger
2008-11-26fix typo. Fixes #4525Yann Leboulanger