Commit Graph

672 Commits

Author SHA1 Message Date
Philipp Hörist
9ce1c5b961 Use absolute imports on all plugins
This is necessary because Gajim is with 0.16.11 a python package
2017-08-18 21:35:29 +02:00
Philipp Hörist
507bf9a933 [httpupload] Update manifest.ini 2017-08-17 21:53:19 +02:00
Philipp Hörist
01a8fbf99e [httpupload] Send content-length in header 2017-08-17 21:52:38 +02:00
Philipp Hörist
3c0946774b [plugin_installer] Update manifest.ini 2017-08-14 00:29:12 +02:00
Philipp Hörist
4f0622cef8 [plugin_installer] Prepare for upcoming Gajim changes
- 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-14 00:28:47 +02:00
Philipp Hörist
c863886355 [omemo] Update CHANGELOG & manifest.ini 2017-08-07 20:24:08 +02:00
Philipp Hörist
557c14276c [omemo] Support 12bit IVs on httpupload files 2017-08-07 20:22:48 +02:00
Philipp Hörist
00554ce55f [omemo] Make sure from attr is a string 2017-08-07 18:03:03 +02:00
Philipp Hörist
ad50635347 Revert "[omemo] Make sure from attr is a string"
This reverts commit 346da60934
2017-08-07 17:58:10 +02:00
Philipp Hörist
bfd427bae4 [plugin_installer] Update manifest.ini 2017-08-05 18:19:23 +02:00
Apromixately
c959602a8f [plugin_installer] Improve manifest error message 2017-08-05 18:17:22 +02:00
Yann Leboulanger
4c3c4a2ad2 [plugin_installer] update version 2017-08-03 14:26:32 +02:00
Yann Leboulanger
1e04f92abb [plugin_installer] do not update plugin if it's not compatible with
current Gajim version. Fixes #225
2017-08-03 14:12:47 +02:00
Philipp Hörist
346da60934 [omemo] Make sure from attr is a string 2017-07-28 21:19:44 +02:00
Philipp Hörist
98f7951fd3 [pgp] Dont set config_dialog twice 2017-07-02 23:09:17 +02:00
Philipp Hörist
1866cdfd7e Remove EmoticonsPackPlugin 2017-07-02 22:57:16 +02:00
Philipp Hörist
fabfa3e7fd [pgp] Update manifest.ini 2017-06-30 21:04:32 +02:00
Philipp Hörist
b4bc3e5364 [pgp] Dont save instance of GnuPG() 2017-06-30 19:11:08 +02:00
Philipp Hörist
bd2a2c69e1 [omemo] Better handle exception
- 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-28 22:50:08 +02:00
Philipp Hörist
fb9d6860fa [omemo] Update CHANGELOG & manifest.ini 2017-06-11 20:43:00 +02:00
Philipp Hörist
7fba797b33 [omemo] Refactor encryption methods 2017-06-11 20:42:51 +02:00
Philipp Hörist
3f60d1e0b6 [omemo] Return on message drop 2017-06-11 00:12:37 +02:00
Philipp Hörist
8db1bee024 [omemo] Let gajim-core issue a warning on plain text 2017-06-11 00:11:42 +02:00
Philipp Hörist
d020e4ffab [pgp] Update manifest.ini 2017-06-10 23:44:56 +02:00
Philipp Hörist
fc5a103579 [pgp] Modify event obj only if we encrypt 2017-06-10 23:32:30 +02:00
Philipp Hörist
f41a747e57 [pgp] Add encrypted file uploads via HTTPUpload 2017-06-10 23:16:20 +02:00
Philipp Hörist
7d9f778514 [omemo] Update CHANGELOG & manifest.ini 2017-06-09 23:35:32 +02:00
Philipp Hörist
3e287d2a46 [omemo] Add encrypt_file method
The HTTPUploadPlugin calls that if encryption is enabled
2017-06-09 23:35:32 +02:00
Philipp Hörist
c4f2c658d7 [httpupload] Update manifest.ini 2017-06-09 23:35:32 +02:00
Philipp Hörist
6d50313fa4 [httpupload] Dont allow insecure transport 2017-06-09 23:35:32 +02:00
Philipp Hörist
0393f8d2d1 [httpupload] Satisfy pylint 2017-06-09 23:35:32 +02:00
Philipp Hörist
c406ebb55c [httpupload] Move method to the top 2017-06-09 23:35:32 +02:00
Philipp Hörist
378964fe20 [httpupload] Remove encryption logic from plugin
Call the `encrypt_file` method of the encryption plugin instead
2017-06-09 23:35:24 +02:00
Philipp Hörist
4d03491261 [omemo] Update CHANGELOG & manifest.ini 2017-06-02 03:30:59 +02:00
Philipp Hörist
767adbb5f2 [pgp] Set encryption name in event obj 2017-06-02 03:27:12 +02:00
Philipp Hörist
5f17bcac22 [omemo] Dont handle LMC differently
A patch in Gajim made that unnecessary
2017-06-02 03:18:19 +02:00
Philipp Hörist
86afb2cacc [omemo] Set encryption name in event obj 2017-06-02 03:12:27 +02:00
Philipp Hörist
90887631a7 [omemo] Update CHANGELOG & manifest.ini 2017-05-23 20:28:01 +02:00
Philipp Hörist
0a8aa4df89 [omemo] Clean up some small things
- unused import
- unused var GAJIM_VERSION
- redundant self.plugin = self
- simplify condition
- redundant 'else'
2017-05-23 20:26:19 +02:00
Philipp Hörist
8d14bf328d [omemo] Fix regression when sending to Groupchat
This happend during porting the plugin to the new encryption API
2017-05-23 20:26:06 +02:00
Philipp Hörist
7447ffc373 Merge branch 'httpupload' into 'gtk3'
httpupload version 0.6.2

See merge request !39
2017-05-07 23:23:04 +02:00
Philipp Hörist
7de642625c Merge branch 'esessions' into 'gtk3'
ESessions Plugin version 1.0.0

See merge request !36
2017-05-07 23:14:53 +02:00
Philipp Hörist
3242de3574 Merge branch 'newplugins' into 'gtk3'
PGP Plugin version 1.0.0

See merge request !37
2017-05-07 23:13:03 +02:00
Philipp Hörist
8b85e8a0ae Merge branch 'omemo' into 'gtk3'
omemo version 2.3.0

See merge request !38
2017-05-07 23:09:50 +02:00
Philipp Hörist
315318a738 [httpupload] Update manifest.ini 2017-05-07 20:05:59 +02:00
Philipp Hörist
8a7bd7fa04 [httpupload] Remove unused code 2017-05-07 20:05:27 +02:00
Philipp Hörist
a10ffe4bb6 [httpupload] Use new encryption API 2017-05-07 20:02:37 +02:00
Philipp Hörist
ddf3f86b9f [omemo] Update CHANGELOG & manifest.ini 2017-05-07 19:13:42 +02:00
Philipp Hörist
b8ff3d195b [omemo] Use Gajims encryption API 2017-05-07 19:13:09 +02:00
Philipp Hörist
97e6806c9b [esessions] Initial 2017-05-07 00:50:02 +02:00