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
2008-10-22try to connect to next type when connection is refused (server not listening ...Yann Leboulanger
2008-10-22assign variable soon enough.Yann Leboulanger
2008-10-22show a link to wiki to restore malformed database. see #4428Yann Leboulanger
2008-10-22remove useless printYann Leboulanger
2008-10-22inform user when databas is malformed. Fixes #4428Yann Leboulanger
2008-10-22Complete activity icon set.js
2008-10-21fix non blocking connect. don't block when connect fails. Fixes #4366, #4107Yann Leboulanger
2008-10-21revert thorstenp patches for now. They introduce bugs.Yann Leboulanger
2008-10-21[thorstenp] fix unused variablesYann Leboulanger
2008-10-20[thorstenp] fix globalsYann Leboulanger
2008-10-20[thorstenp] fix undefined variablesYann Leboulanger
2008-10-20[thorstenp] remove useless importYann Leboulanger
2008-10-20[thorstenp] string to commentYann Leboulanger
2008-10-20[thorstenp] remove duplicate functionYann Leboulanger
2008-10-20[thorstenp] fix unreachable codeYann Leboulanger
2008-10-20[thorstenp] remove useless passYann Leboulanger
2008-10-20[thorstenp] remove statements without effectYann Leboulanger
2008-10-20[thorstenp] remove useless ;Yann Leboulanger
2008-10-16fix typoYann Leboulanger
2008-10-16prevent traceback. Fixes #4319Yann Leboulanger
2008-10-13Changing receipt not received warning timeout from 2 to 4 seconds, not everyb...Jean-Marie Traissard
2008-10-13GC are now opened without automatic switch to tab, stop them stealing current...Jean-Marie Traissard
2008-10-13better var nameYann Leboulanger
2008-10-12show minimized room in roster in red if we have been highlighted.Yann Leboulanger
2008-10-12don't close a MUC when we said we don't want.Yann Leboulanger
2008-10-12update Contact instance in privateChatControl. see #4292Yann Leboulanger
2008-10-12disable autonegotiation if e2e is manually started or started by aBrendan Taylor
2008-10-12fix renegotiation when a message was unable to decrypt. fixes #4360.Brendan Taylor
2008-10-12renegotiate e2e after somebody reconnects (still doesn't work for PM)Brendan Taylor
2008-10-11fix tb when closing a message windowBrendan Taylor
2008-10-11fix var names. type -> type_. see #4403Yann Leboulanger
2008-10-11fix dict.get() call. Fixes #4402Yann Leboulanger
2008-10-11[Mishail] fix var name. Fixes #4403Yann Leboulanger
2008-10-11re-add badly removed line in [10506]Yann Leboulanger
2008-10-11remove debuging ipython window creation. Fixes #4401Yann Leboulanger
2008-10-11[thorstenp] rename some var to not hide builts-in functions (list -> list_, ...)Yann Leboulanger
2008-10-11[thorstenp] don't use tuple as parametersYann Leboulanger
2008-10-11[thorstenp] some fixes with type() -> isinstance()Yann Leboulanger
2008-10-11[thorstenp] use != instead of <>Yann Leboulanger
2008-10-11[thorstenp] use isinstance rather than type(x) == y. use sorted()Yann Leboulanger
2008-10-11[thorstenp] replace ` with reprYann Leboulanger
2008-10-11[thorstenp] replace reduce instancesYann Leboulanger
2008-10-11[thorstenp] replace none equality test with identity testYann Leboulanger
2008-10-11[thorstenp] replace list with tuple in for and ifYann Leboulanger
2008-10-11[thorstenp] replace file with openYann Leboulanger
2008-10-11[thorstenp] di not use emtpy except clausesYann Leboulanger
2008-10-11[thorstenp] use startswith and endswith instead of array indices on stringsYann Leboulanger
2008-10-11[thorstenp] replace if statement with dict.get()Yann Leboulanger
2008-10-10reconnect correctly when you were conencted with plain connection. Fixes #4390Yann Leboulanger
2008-10-09prevent traceback when private message window creation fails. Fixes #4393Yann Leboulanger