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
2015-01-05fix OpenSSL usage for py3. Fixes #7915Yann Leboulanger
2014-12-27[misterX] update MAM implementation to V0.3Yann Leboulanger
2014-11-15fix typoYann Leboulanger
2014-10-05Gajim requires python-nbxmpp-0.5.1Yann Leboulanger
2014-07-02require latest nbxmpp versionYann Leboulanger
2014-04-09don't print twice nbxmpp version error message. Fixes #7720Yann Leboulanger
2014-04-04Overwrite the original random number generator seed file.Fedor Brunner
2014-03-09make audio work under windowsYann Leboulanger
2014-03-08use sys.stderr.isatty() to decide if we use colors in log output or not.Yann Leboulanger
2014-03-02print message to console in correct encoding. Fixes #7652Yann Leboulanger
2014-03-02we now require python-nbxmpp 0.3.3Yann Leboulanger
2014-01-27require nbxmpp 0.3.1Yann Leboulanger
2014-01-02Copyright 2013>2014Denis Fomin
2014-03-23GLib.threads_init is no more neededYann Leboulanger
2014-02-18correct for API changes in pyOpenSSLFedor Brunner
2014-02-17Update entropy gathering for interface changes of pyOpenSSL.Fedor Brunner
2013-12-30py2 -> py3Yann Leboulanger
2013-12-23Gajim need latest nbxmpp versionYann Leboulanger
2013-11-30Make threads usable under windows so GPG works correctly. Fixes #7565Yann Leboulanger
2013-11-18Add emty line to the end of help stringsDenis Fomin
2013-11-10[fedor] use openssl random number generator if available, and improve entropy...Yann Leboulanger
2013-08-26[Darlan]Fix gajim-remote -help.Denis Fomin
2013-08-26All strings translatable in -helpDenis Fomin
2013-08-26[Darlan] Expand --help. Fixes #7439Denis Fomin
2013-08-25get gtkexcepthook back (Thanks demandimport once again ...)Yann Leboulanger
2013-08-25handle config-path instead of config_pathYann Leboulanger
2013-08-16add monotonic to the list of ignored modules by demandimport. Fixes #7409Yann Leboulanger
2013-08-02fix direction markYann Leboulanger
2013-07-31modify_fg/bg/font -> override_*Yann Leboulanger
2013-07-28fix a few things for gtk3Yann Leboulanger
2013-07-23[Darlan & I]Improved BiDi support for banner text, popup with presence info a...Denis Fomin
2013-04-05update my copyrightYann Leboulanger
2013-03-11more fix for ipython import. Fixes #7316Yann Leboulanger
2013-01-14Use the icon sizing solution from ticket #6839 for all dialogs.Daniel Aleksandersen
2013-01-28initialize threads in GObject.Yann Leboulanger
2013-01-07fix reset to default in ACEDenis Fomin
2013-01-05fix traceback handlingYann Leboulanger
2013-01-02fix imports and many py3 changementsYann Leboulanger
2013-01-02remove call to unicode()Yann Leboulanger
2013-01-01print -> print()Yann Leboulanger
2012-12-27remove session mnagement broken supportYann Leboulanger
2012-12-23start porting Gajim to gobject introspection and GTK3Yann Leboulanger
2012-12-16fix demandimport with ipythonYann Leboulanger
2012-12-10Gajim now uses python-nbxmpp library instead of embedding it.Yann Leboulanger
2012-12-09[Knuckles] shown Gajim when we try to run it while it is already running. Fix...Yann Leboulanger
2012-08-12remove command_system modules from demandimport.ignoreDenis Fomin
2012-08-12remove dbus.glib from demandimport.ignoreDenis Fomin
2012-05-09fix threads problem in OpenBSD. Fixes #7154Denis Fomin
2012-04-19catch SIGTERM so that on_exit func is executed at this time too.Yann Leboulanger
2012-04-01we require PyGTK2.22 for InfoBarYann Leboulanger