Go to file
Philipp Hörist c39c3c80be [omemo] Fix old invalid BLOB database values
The way BLOBs are written to the database has changed in python3
So we read all BLOB values cast them to BLOB then write them back to
the table

Fixes #402, #278
2019-03-24 15:24:00 +01:00
2019-02-12 00:01:11 +01:00
2019-02-06 20:43:15 +01:00
2019-03-10 10:27:07 +01:00
2019-03-10 10:27:07 +01:00
2019-01-31 20:22:34 +01:00
2019-03-10 10:27:07 +01:00
2019-02-06 20:43:15 +01:00
2019-03-19 20:47:14 +01:00
2019-02-06 20:43:15 +01:00
2019-02-06 20:43:15 +01:00
2019-02-06 20:43:15 +01:00
2019-03-10 10:27:07 +01:00
2019-03-16 22:56:15 +01:00
2019-03-10 10:27:07 +01:00
2019-03-10 10:27:07 +01:00
2019-01-31 20:22:34 +01:00
2019-02-06 20:43:15 +01:00
2019-02-06 20:43:15 +01:00
2019-03-10 10:27:07 +01:00
2019-01-31 20:22:34 +01:00
2019-01-31 20:08:26 +01:00
2019-03-10 10:27:07 +01:00
2019-02-06 20:43:15 +01:00
2019-01-31 20:22:34 +01:00
2018-09-14 15:21:01 +02:00
2019-02-19 22:25:29 +01:00
2019-02-13 20:21:21 +01:00
2018-12-23 00:07:59 +01:00

Welcome to the Gajim Plugins Wiki

In this place you find all plugins that are written for Gajim by the community. If you experience any problems with those plugins, please report them here.

How to install plugins

There are several ways to install a plugin:

  • You can browse / download / enable / configure plugins from within Gajim via 'Gajim' > 'Plugins' menu.

  • You can also clone the repository directly from our Git and copy it to:

    Linux: ~/.local/share/gajim/plugins/

    Windows: C:\Users\USERNAME\AppData\Roaming\Gajim\Plugins

  • Alternatively (for developing), you can also symlink the gajim-plugins repository to Gajim's plugin path

    Symlink: ln -s /path/to/gajim-plugins-repository/* ~/.local/share/gajim/plugins/

For each major Gajim version there is a different plugins branch:

Version Plugins branch
Gajim 1.0 1.0 branch
Gajim 1.1 1.1 branch
Gajim master master branch

Note: Using master branch for plugins requires frequent updates of both Gajim and plugins!

Share / improve Plugins

You have written a new plugin or want to improve an already existing one?

First, thanks for that! Here is how to start:

  • Register an account on our Gitlab here
  • Tell us about your plans at gajim@conference.gajim.org
  • Fork the Gajim-Plugins repository
  • When you are finished, make a pull request against the main repository. You can read about how to use git here.
  • Additionally, there is a list of plugin events which might be helpful

Before you put in any work, please contact us on gajim@conference.gajim.org

Don't use dev.gajim.org for any projects that are not directly for the benefit of Gajim

Plugins list

All available plugins are listed here.

Description
No description provided
Readme 5.9 MiB
Languages
Python 99.7%
CSS 0.3%