Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim-plugins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-08-18Use absolute imports on all pluginsomemo_2.3.6Philipp Hörist
This is necessary because Gajim is with 0.16.11 a python package
2017-08-17[httpupload] Update manifest.iniPhilipp Hörist
2017-08-17[httpupload] Send content-length in headerPhilipp Hörist
2017-08-14[plugin_installer] Update manifest.iniPhilipp Hörist
2017-08-14[plugin_installer] Prepare for upcoming Gajim changesPhilipp Hörist
- Prepare the Plugin so it works with Gajim as a package. - Add a Fallback method so we can update Plugins that are not loaded by the PluginManager
2017-08-07[omemo] Update CHANGELOG & manifest.iniomemo_2.3.5Philipp Hörist
2017-08-07[omemo] Support 12bit IVs on httpupload filesPhilipp Hörist
2017-08-07[omemo] Make sure from attr is a stringPhilipp Hörist
2017-08-07Revert "[omemo] Make sure from attr is a string"Philipp Hörist
This reverts commit 346da609340845280aacb4d31540f35963d763e1
2017-08-05[plugin_installer] Update manifest.iniPhilipp Hörist
2017-08-05[plugin_installer] Improve manifest error messageApromixately
2017-08-03[plugin_installer] update versionYann Leboulanger
2017-08-03[plugin_installer] do not update plugin if it's not compatible withYann Leboulanger
current Gajim version. Fixes #225
2017-07-28[omemo] Make sure from attr is a stringPhilipp Hörist
2017-07-03[pgp] Dont set config_dialog twicePhilipp Hörist
2017-07-02Remove EmoticonsPackPluginPhilipp Hörist
2017-06-30[pgp] Update manifest.iniPhilipp Hörist
2017-06-30[pgp] Dont save instance of GnuPG()Philipp Hörist
2017-06-28[omemo] Better handle exceptionPhilipp Hörist
- Print only warning instead of error, as the module is only optional - Log the error to the debug log, so users dont think we didnt catch the exception
2017-06-11[omemo] Update CHANGELOG & manifest.iniPhilipp Hörist
2017-06-11[omemo] Refactor encryption methodsPhilipp Hörist
2017-06-11[omemo] Return on message dropPhilipp Hörist
2017-06-11[omemo] Let gajim-core issue a warning on plain textPhilipp Hörist
2017-06-11[pgp] Update manifest.iniPhilipp Hörist
2017-06-11[pgp] Modify event obj only if we encryptPhilipp Hörist
2017-06-11[pgp] Add encrypted file uploads via HTTPUploadPhilipp Hörist
2017-06-10[omemo] Update CHANGELOG & manifest.iniPhilipp Hörist
2017-06-10[omemo] Add encrypt_file methodPhilipp Hörist
The HTTPUploadPlugin calls that if encryption is enabled
2017-06-10[httpupload] Update manifest.iniPhilipp Hörist
2017-06-10[httpupload] Dont allow insecure transportPhilipp Hörist
2017-06-10[httpupload] Satisfy pylintPhilipp Hörist
2017-06-10[httpupload] Move method to the topPhilipp Hörist
2017-06-10[httpupload] Remove encryption logic from pluginPhilipp Hörist
Call the `encrypt_file` method of the encryption plugin instead
2017-06-02[omemo] Update CHANGELOG & manifest.iniPhilipp Hörist
2017-06-02[pgp] Set encryption name in event objPhilipp Hörist
2017-06-02[omemo] Dont handle LMC differentlyPhilipp Hörist
A patch in Gajim made that unnecessary
2017-06-02[omemo] Set encryption name in event objPhilipp Hörist
2017-05-23[omemo] Update CHANGELOG & manifest.iniPhilipp Hörist
2017-05-23[omemo] Clean up some small thingsPhilipp Hörist
- unused import - unused var GAJIM_VERSION - redundant self.plugin = self - simplify condition - redundant 'else'
2017-05-23[omemo] Fix regression when sending to GroupchatPhilipp Hörist
This happend during porting the plugin to the new encryption API
2017-05-08Merge branch 'httpupload' into 'gtk3' Philipp Hörist
httpupload version 0.6.2 See merge request !39
2017-05-08Merge branch 'esessions' into 'gtk3' Philipp Hörist
ESessions Plugin version 1.0.0 See merge request !36
2017-05-08Merge branch 'newplugins' into 'gtk3' Philipp Hörist
PGP Plugin version 1.0.0 See merge request !37
2017-05-08Merge branch 'omemo' into 'gtk3' Philipp Hörist
omemo version 2.3.0 See merge request !38
2017-05-07[httpupload] Update manifest.iniPhilipp Hörist
2017-05-07[httpupload] Remove unused codePhilipp Hörist
2017-05-07[httpupload] Use new encryption APIPhilipp Hörist
2017-05-07[omemo] Update CHANGELOG & manifest.iniPhilipp Hörist
2017-05-07[omemo] Use Gajims encryption APIPhilipp Hörist
2017-05-07[esessions] InitialPhilipp Hörist