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
2017-10-08Refactor AvatarsPhilipp Hörist
- Add support for Pubsub Avatars - Dont poll for vCard Updates, only use XEP-0153 - Dont cache vCards - Store the avatar SHA of roster contacts in the DB - Store the current SHA of each contact in the Contacts Object - Move some code into the ConnectionVcard Class
2017-08-18Rename gajim.common.gajim to avoid name conflictsAndré Apitzsch
2017-08-18Use absolute importsAndré Apitzsch
2017-07-02Replace src by gajimAndré Apitzsch
2017-02-05Update strings for better english. Thanks to Allan Nordhøy for the suggestionsYann Leboulanger
2016-09-02Modified source to work under python3Jeffrey Baitis
2013-01-05fix traceback handlingYann Leboulanger
fix struc and sha1 usage (use bytes instead of string)
2013-01-02remove has_key()Yann Leboulanger
fix base64 calls (requires and returns bytes, not str)
2013-01-02fix imports and many py3 changementsYann Leboulanger
2013-01-02fix exception handlingYann Leboulanger
2012-08-16D-Bus Support. sdd iconDenis Fomin
2012-08-12remove imort dbus.glib to remove a warningYann Leboulanger
2012-04-09ability to reset options to default value. Fixes #4465Yann Leboulanger
2011-09-02make plugins description translatableDenis Fomin
2010-12-14split long linesDenis Fomin
2010-09-19[Dicson] use manifest.ini files in plugins to have a separate file for ↵Yann Leboulanger
plugin's information. Fixes #5920
2010-04-08convert tabs to spaces in source code thanks to reindent.pyÉric Araujo
Also use sed to remove now unneeded Vim lines, 2to3 -f ws_comma to fix some whitespace, and fix some other madness manually.
2009-06-15Fixed log_calls decorator arguments in a few plugins. Fixed Acronyms ↵Mateusz Biliński
Expander plugin (not working due to bad auto-merge). Added few comments.
2009-06-07Merged default branch with plugin-system branch. Not all elements are fullyMateusz Biliński
functional. This should be considered as sync commit.
2009-06-02Moved DBUS interface related variables.Mateusz Biliński
2009-04-16Moved DBus type related instructions to scope which is executed only when ↵Mateusz Biliński
there's a DBus support. No NameError exceptions are thrown anymore. Makes debugging of plugins easier under WingIDE (which does not remember - at least it looks like that - the "ignore exception at this location" option when module is imported 'manually'). This could also be applied to src/remote_control.py .
2008-08-11Added Events Dump plugin, that prints out to console info about selected ↵Mateusz Biliński
events when they occur.
2008-08-10Initial version of Global Events Dispatcher.Mateusz Biliński
Events previously generated for D-Bus support in remote_control.py go through Global Events Dispatcher now - this means any plugin can subscribe to them. Implemented D-Bus support plugin based on remote_control.py.