Philipp Hörist
a56f538122
[whiteboard] Adapt to UI changes in Gajim
2017-10-03 01:01:32 +02:00
Philipp Hörist
800aed51dc
[tictactoe] Update manifest.ini
2017-10-03 01:01:13 +02:00
Philipp Hörist
d79a211b0c
[tictactoe] Adapt to UI changes in Gajim
2017-10-03 00:59:00 +02:00
Philipp Hörist
bb84459398
Remove unused var
2017-10-03 00:51:10 +02:00
Philipp Hörist
18a5477f79
[httpupload] Update manifest.ini
2017-10-03 00:35:32 +02:00
Philipp Hörist
588e101fad
[httpupload] Adapt to UI changes in Gajim
2017-10-03 00:34:57 +02:00
Philipp Hörist
4ea2f8e24c
[httpupload] Update manifest.ini
2017-09-29 03:06:48 +02:00
Philipp Hörist
115afe9b87
[httpupload] Add ConfigDialog
...
- Add a option that allows to disable HTTPS verification
2017-09-29 02:51:36 +02:00
Philipp Hörist
1ea5bf8f01
[httpupload] Dont catch all disco results
2017-09-29 00:26:02 +02:00
Yann Leboulanger
d564acac19
[whiteboard] Port to Py3 / GTK3
2017-09-28 22:45:59 +02:00
Yann Leboulanger
72db56fda8
remove not ported plugins
2017-09-27 22:21:20 +02:00
Yann Leboulanger
3e7571db91
[tictactoe] Port to Py3 / GTK3
2017-09-27 22:20:06 +02:00
Yann Leboulanger
999442a9f3
[triggers] update wiki link
2017-09-27 15:20:23 +02:00
Yann Leboulanger
4eee4e646f
[Triggers] Port to Py3 / GTK3
2017-09-27 15:16:37 +02:00
Yann Leboulanger
d72c800e66
[quick_replies] fix typo
2017-09-27 14:20:46 +02:00
Yann Leboulanger
6f2442f6b8
Improve strings for translation
2017-09-20 11:16:44 +02:00
Philipp Hörist
540a312e14
[omemo] Fix logging exception
2017-09-15 22:43:51 +02:00
Philipp Hörist
a206dfaf29
[omemo] Return None on empty result
2017-09-15 21:21:40 +02:00
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