Damir Jelić
2ae5e181bc
setup: Add janus to the dependencies.
2019-04-18 13:11:07 +02:00
Damir Jelić
09bd6ddbde
ui: Change the log message to not mention dbus.
2019-04-18 13:10:51 +02:00
Damir Jelić
e32a73a011
daemon: Allow device verification over the dbus API.
2019-04-18 13:01:10 +02:00
Damir Jelić
1613a2fa5a
pan: Move the dbus code into a separate file.
2019-04-18 11:43:07 +02:00
Damir Jelić
7038462e01
daemon: Expose daemon users and user devices over a dbus interface.
2019-04-17 14:20:54 +02:00
Damir Jelić
42fc14ee35
client: Only wait for the task to be canceled if it's started.
2019-04-17 14:20:54 +02:00
Damir Jelić
827549ab7c
client: Handle connection errors in the client.
2019-04-17 14:20:54 +02:00
Damir Jelić
444cf64fb5
daemon: Use the system keyring to store access tokens.
2019-04-17 14:20:54 +02:00
Damir Jelić
ea33359daa
store: The daemon clients need to be per homeserver.
2019-04-12 17:59:30 +02:00
Damir Jelić
d1090a714a
daemon: Add key export/import commands.
2019-04-12 16:18:26 +02:00
Damir Jelić
f2907b1811
daemon: Handle the room/messages endpoint.
2019-04-12 14:19:37 +02:00
Damir Jelić
1bbf38e240
daemon: Store and restore client info of our children.
2019-04-11 16:59:37 +02:00
Damir Jelić
700510aa36
travis: Bump the version of the Olm C lib.
2019-04-11 14:30:46 +02:00
Damir Jelić
88757965cd
client: Small docfix.
2019-04-11 14:23:48 +02:00
Damir Jelić
c57b4c1210
daemon: Catch content type errors.
2019-04-11 14:23:32 +02:00
Damir Jelić
b1444568d4
daemon: Save and restore daemon clients.
2019-04-11 14:22:55 +02:00
Damir Jelić
25f30f2e36
client: Use a sqlitestore for our client.
2019-04-11 14:21:39 +02:00
Damir Jelić
8748fec979
Makefile: Add a target to run the daemon.
2019-04-11 14:20:38 +02:00
Damir Jelić
5151095740
client: Fix the gracefull shutdown of a client.
2019-04-11 14:20:09 +02:00
Damir Jelić
5001f2fc12
tox: Install pytest-cov for the coverage reporting.
2019-04-10 15:08:08 +02:00
Damir Jelić
928b65beee
tox: Fix typo in the pytest command.
2019-04-10 14:52:11 +02:00
Damir Jelić
78041c7a6a
daemon: Mypy fixes.
2019-04-10 14:46:11 +02:00
Damir Jelić
25a36a6d47
Makefile: Add typecheck and coverage targets.
2019-04-10 14:45:48 +02:00
Damir Jelić
488e994fa7
tox: Run the coverage collection for the right project.
2019-04-10 14:40:00 +02:00
Damir Jelić
d4d4d605a8
setup.py: Depend on matrix-nio from pypi.
2019-04-10 14:30:15 +02:00
Damir Jelić
60df21c575
pantalaimon: Add travis configuration.
2019-04-10 12:43:54 +02:00
Damir Jelić
76e1855701
Makefile: Add an isort check to the test target.
2019-04-10 12:25:21 +02:00
Damir Jelić
51700068b9
pantalaimon: Isort the repo.
2019-04-10 12:25:21 +02:00
Damir Jelić
0bd4562be7
pantalaimon: Add gitignore.
2019-04-10 12:20:09 +02:00
Damir Jelić
d0ba6c26da
pantalaimon: Add tests.
2019-04-10 12:14:00 +02:00
Damir Jelić
4bf5955031
pantalaimon: Add pantalaimon store class.
2019-04-10 12:03:17 +02:00
Damir Jelić
d10a68add1
daemon: Remove some unused imports and variables.
2019-04-10 11:36:37 +02:00
Damir Jelić
d36d2107a9
client: Skip unknown rooms while decrypting.
...
This fixes a crash but the real reason why the room is unknown for
pantalaimons client is if the other sync stream is ahead of
pantalaimons. This will end up in undecryptable messages unless the
client waits for pantalaimon to finish its own sync.
This closes #11 .
2019-04-05 18:40:25 +02:00
Damir Jelić
e2da496f93
client: raise the LocalProtocolError.
2019-04-05 15:33:46 +02:00
Damir Jelić
4ef329df41
daemon: Set the log level for our logger when we set it on the cli.
2019-04-04 19:47:22 +02:00
Damir Jelić
1378dca195
daemon: Decouple the client sync from the daemon sync.
2019-04-04 19:39:44 +02:00
Damir Jelić
f27eb836fe
pantalaimon: Add propper logging support.
2019-04-04 11:30:42 +02:00
Damir Jelić
3fa6ce9292
daemon: Add some documentation to the daemon methods.
2019-04-03 17:05:04 +02:00
Damir Jelić
1c45fabe9f
pantalaimon: Split out the sync response decryption.
2019-04-03 17:04:06 +02:00
Damir Jelić
8cfc7df551
daemon: Refactor out the request forwarding logic.
2019-04-03 15:40:07 +02:00
Damir Jelić
ae770b3a67
daemon: Move the login user finding out of the login function.
2019-04-03 15:40:07 +02:00
Damir Jelić
e5558c5a1a
daemon: Whitespace fixes.
2019-04-03 15:40:07 +02:00
Damir Jelić
9a3329e86e
daemon: Move the data dir creation out of the login handler.
2019-04-03 15:40:07 +02:00
Damir Jelić
fa3caa1c01
daemon: If there is not initial device name set one.
2019-04-02 16:07:00 +02:00
Damir Jelić
04f1a16eb7
daemon: Remove the host header in the main router.
...
The host header can cause confusion since we are forwarding the request
as is in the main router.
Remove it since aiohttp will create a sane new one for us.
This fixes #2 .
2019-04-02 14:41:22 +02:00
Andrew Morgan
0586503b7a
Fix typo
2019-03-30 10:42:47 +00:00
Damir Jelić
95a6a14049
daemon: Use the proxy setting provided by the command line.
2019-03-29 19:21:30 +01:00
Damir Jelić
a3643cf6b2
pantalaimon: Add a __init__ file for the package.
2019-03-28 17:09:51 +01:00
Damir Jelić
b606ebda25
setup.py: Fix the incorrect project URL.
2019-03-28 17:09:17 +01:00
Damir Jelić
a1fadbb867
daemon: Remove numeric filters properly.
2019-03-28 17:08:58 +01:00