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
2008-07-29For historical reasons, we have a tab width of 3. This is strange, butjs
2008-05-05Fix indentation. Please test patches before commiting...Stephan Erb
2008-05-05[mrk] remove an old gnomekeyring workarround. Fixes #3920Yann Leboulanger
2007-11-06fix TB on gajim startup. fixes #3533Yann Leboulanger
2007-10-22next release will be GPL v3. fixes #3290Yann Leboulanger
2007-08-08fix gnomekeyring.DeniedError. fixes #3300Yann Leboulanger
2007-07-24fix traceback when not using gnome keyring. fixes #3319Yann Leboulanger
2007-07-24update password in connection instance when we modify it and we use gnome key...Yann Leboulanger
2007-07-14[misc] handle gnome-heyring DeniedError. Fix #3300.Julien Pivotto
2007-01-21don't try to read ACE option before configure file is read. import gnome keyr...Yann Leboulanger
2007-01-12Var name, removed unused import, thanks pyflakesJean-Marie Traissard
2006-12-29add an ACE option to disable the use of Gnome Keyring. fixes #2835Yann Leboulanger
2006-12-28prevent TB. fixes #2843Yann Leboulanger
2006-12-28show a message to user when gnomekeyring is installed but not well started. f...Yann Leboulanger
2006-12-28[gjc] ask password when gnomekeyring isn't available. fixes #2834Yann Leboulanger
2006-11-01[gjc] workaround gnome-keyring-daemon bug. see #2595Yann Leboulanger
2006-10-20do not do gnomekeyring.is_available check eveyrytime (only once); remove an a...Nikos Kouremenos
2006-10-18[Gustavo] make gnomekeyring code more robust.Yann Leboulanger
2006-10-12[gjc] handle the case when gnomekeyring is present, but daemon is not runningYann Leboulanger
2006-10-10remove a fixme. close #2493Nikos Kouremenos
2006-10-09really save passphrase when we check "save password" checkbuttonYann Leboulanger
2006-10-07do not fail if password is None and we use GnomeKeyringNikos Kouremenos
2006-10-06put a commentNikos Kouremenos
2006-10-06remove print, do 80char and use _()Nikos Kouremenos
2006-10-06commit Gustavo's src/common/passwords.pyNikos Kouremenos