Commit graph

3795 commits

Author SHA1 Message Date
83e8305554 omemo: use @to instead of @from for message recipients
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-12-27 18:57:33 +01:00
ec846f222e omemo: decode decrypted body
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-12-27 18:57:33 +01:00
50833050c7 omemo: handle async encryption methods
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-12-27 18:57:33 +01:00
7609a56e48 omemo: handle StaticConversationTab as well
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-12-27 18:57:31 +01:00
fa3c96a602 omemo: Ensure session_start is published
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-12-27 18:56:27 +01:00
1be00f5e20 omemo: put OMEMO data into a folder specific to the account
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-12-27 18:56:27 +01:00
95a9858717 omemo: the container tag for OMEMO is 'encrypted' not 'payload'
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-12-27 18:56:27 +01:00
c8f88658b4 omemo: adapt to new E2EE API
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-12-27 18:56:27 +01:00
42fa792aa5 omemo: Add omemo_enable and omemo_disable commands
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-12-27 18:56:27 +01:00
d30c39c6a9 omemo: add docstring on the plugin
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-12-27 18:56:27 +01:00
f13587a386 omemo: remove unused imports and reorder them
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-12-27 18:56:27 +01:00
4ab6e64437 omemo: Add omemo status in the tab infobar
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-12-27 18:56:27 +01:00
2c720c9d9b omemo: remove unused commands
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-12-27 18:56:27 +01:00
43a97d6430 omemo: change /omemo description
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-12-27 18:56:27 +01:00
c9091dfac8 omemo: consistent returns
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-12-27 18:56:27 +01:00
87c0ff6364 omemo: remove useless log
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-12-27 18:56:27 +01:00
5fb819d1ed omemo: Use DATA_HOME instead of CACHE_HOME
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-12-27 18:56:27 +01:00
e8450bcf51 omemo: Add dummy sending command for testing purposes
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-12-27 18:56:27 +01:00
bab9d1625b omemo: catch xep_0384.MissingOwnKey exception
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-12-27 18:56:27 +01:00
fdf9b74056 omemo: don't deconstruct the result from the decrypt call
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-12-27 18:56:27 +01:00
2348f3705c omemo: Update plugin to using poezio.xdg
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-12-27 18:56:27 +01:00
lumi
2ff48b7adf Expand the status command, make decryption work, put a hack into the core so I can handle messages without bodies. 2019-12-27 18:56:27 +01:00
ebbdbc2cbd OMEMO plugin: first draft
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-12-27 18:56:27 +01:00
mathieui
d7d4e30eec Merge branch 'fix-plugin-names' into 'master'
Plugins: use import_module for module in poezio_plugins

See merge request poezio/poezio!52
2019-12-27 18:49:26 +01:00
mathieui
6a7f5326da
Plugins: use import_module for module in poezio_plugins
And do not rely on the "module name" to index the plugins, use the
intended plugin name instead.
2019-12-27 16:58:20 +01:00
12a9528d62
WIP: Allow blocking commands in ConversationTab
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-12-22 19:27:08 +01:00
4d7a19da81 Merge branch 'safejid-foo' into 'master'
Safejid foo

See merge request poezio/poezio!50
2019-11-21 03:01:37 +01:00
f157a46bd6
core/commands: Move import order to please linter
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-11-21 02:50:07 +01:00
647655152f
Remove safeJID call in destroy_room
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-11-21 02:49:04 +01:00
louiz’
d65ad614b3 Replace the %date% output with Year-Month-Day
Instead of some locale-specific format
2019-11-19 14:38:51 +01:00
louiz’
47765d0d40
Merge pull request #6 from poezio/pull-request-template
Create a pull request template
2019-11-03 18:38:08 +01:00
louiz’
3e8ce77048
Create a pull request template
To redirect people on gitlab.
2019-11-03 16:35:48 +01:00
mathieui
33ef0331e9
Add testing for python 3.7
since python:3 is now 3.8
2019-10-27 20:05:00 +01:00
mathieui
8499f1cbc9
Fix syntax warnings (thanks python 3.8) 2019-10-27 20:04:11 +01:00
mathieui
5928f02bfc
Disable pylint on lines dedicated to mypy
Pylint doesn’t read the typeshed.
2019-10-27 20:02:13 +01:00
mathieui
abe1941abf
CI: add a linting stage, and put mypy in there
Obviously failing at the moment.
2019-10-27 14:51:27 +01:00
mathieui
80a7babc0c
Type curses windows 2019-10-27 14:48:27 +01:00
mathieui
2f4651d036
Make global objects not Optional
This reflects reality, despite the default values of the code.
We still need a better solution (singleton?).
2019-10-27 14:48:00 +01:00
mathieui
c0b9211941
Fix missing typing import 2019-10-26 21:48:07 +02:00
mathieui
2ba504ae9a
Fix a bug when removing an event handler 2019-10-26 21:44:17 +02:00
mathieui
5e3f2ab19f
Fix #3511 (fix traceback on first bookmark added) 2019-10-26 21:37:06 +02:00
4703c8506a
Bookmark: Change jid property to getter/setter to ensure it stays a JID
It's not like static-type checking was a thing in Python nowadays..
(mypy I'm looking at you)

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-10-26 00:57:20 +02:00
ea1ab71f02
BookmarksTab: Remove safeJID call
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-10-26 00:41:22 +02:00
86621d59fc
bookmarks: Bookmark.name should be an str
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-10-26 00:40:50 +02:00
mathieui
4820062b40
Revert "Disable the pylint CI test until upstream's bug is fixed"
This reverts commit 791d44f1b9.
2019-10-18 23:17:40 +02:00
mathieui
0ba31f877c
Fix pylint errors
- wrong command path
- pylint bug regarding slots
2019-10-18 23:16:52 +02:00
mathieui
9c6f7246d7
CI Doc generation: install sphinx inside the venv 2019-10-18 21:46:30 +02:00
mathieui
494feac441
Specifically install aiohttp 3 in python 3.5 CI
I hope it can fix the issue without further tinkering.
2019-10-18 21:27:51 +02:00
mathieui
73a953b644
Fix aiohttp requirement for python < 3.6 2019-10-18 19:27:24 +02:00
8ee9abdd69
basetabs: return a copy of ChatTab.jid to prevent nasty (mutability) side-effects
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-10-14 15:43:56 +02:00