Philipp Hörist
7873f0aee9
[omemo] Fix sending messages to a room fail
...
We would receive a KeyError for jids we dont have in the roster,
now we skip them and print a warning.
Fixes #173
2017-09-15 20:41:00 +02:00
Yann Leboulanger
07a818901f
[length-notifier] reset to default background color when we sent the message. Fixes #150
2017-09-08 22:32:41 +02:00
Philipp Hörist
bdf13ef7e8
[httpupload] Update manifest.ini
2017-09-01 19:25:04 +02:00
Philipp Hörist
86aacfc31b
Merge branch 'httpupload_max_file_size' into 'gtk3'
...
[httpupload] Use 'max-file-size' information
See merge request !44
2017-09-01 19:23:36 +02:00
Marc Schink
21f941266f
[httpupload] Do not request upload slots for too large files
2017-09-01 19:04:26 +02:00
Marc Schink
9baa857a68
[httpupload] Use 'max-file-size' value for error message
...
If a file is too large, use the 'max-file-size' value to generate an
error message rather than using the error message provided by the XMPP
server. This enables easy i18n of the error message and a
human-readable file size.
2017-09-01 19:04:23 +02:00
Philipp Hörist
4e3c984145
[omemo] Update CHANGELOG & manifest.ini
2017-08-26 21:52:48 +02:00
Philipp Hörist
bfadef3c67
[omemo] Query only the most recent PEP items
...
This is due a update to ejabbered where Nodes can now hold 10
items per default
2017-08-26 21:50:19 +02:00
Yann Leboulanger
9ba84f0926
[Latex] Fix typo
2017-08-20 14:31:42 +02:00
Yann Leboulanger
d227e7a606
[Latex] fix typo
2017-08-20 14:25:52 +02:00
Philipp Hörist
da0d5f0681
Merge branch 'pluginversions' into 'gtk3'
...
Use absolute imports on all plugins
See merge request !43
2017-08-18 21:39:30 +02:00
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