Commit Graph

543 Commits

Author SHA1 Message Date
Tulir Asokan
69d7a4341b Add support for end-to-end encryption. Fixes #46 2020-07-12 14:55:41 +03:00
Tulir Asokan
4e767a10e4 Check for none instead of falsy in arg matching 2020-07-11 16:23:00 +03:00
Tulir Asokan
03a1fdaaf5 Stop passing loop to asyncio.gather 2020-07-11 16:22:38 +03:00
Tulir Asokan
09108f6a73 Add device_id to client db 2020-07-11 16:22:27 +03:00
Tulir Asokan
9578883bbb Update frontend deps 2020-07-11 16:21:36 +03:00
Tulir Asokan
37eeb73c47 Add option for listing auth servers 2020-07-11 16:21:13 +03:00
Lomion0815
f52f8988f4 Added tmdb bot to README.md 2020-06-22 23:53:18 +03:00
Jeff Casavant
a70aa5cd0a Add maubot twilio link 2020-06-22 23:53:07 +03:00
saces
14efaf13df Add the gitea bot to plugin list 2020-06-22 23:52:45 +03:00
Tulir Asokan
1692bf7597 Add FUNDING.yml 2020-06-22 23:52:45 +03:00
Tulir Asokan
512a680678 Add pyquery to docker image 2020-06-20 14:32:03 +03:00
Tulir Asokan
3836ff59bf Fix color logging import 2020-06-16 18:57:25 +03:00
Tulir Asokan
346b1c9dac Bump mautrix-python version 2020-06-16 17:29:32 +03:00
Tulir Asokan
6960382aeb Fix mistake 2020-05-08 12:37:05 +03:00
Tulir Asokan
341b3db99e Make parse_formatted output links in a nicer way than markdown 2020-05-08 11:49:56 +03:00
Tulir Asokan
98eeb6a808 Don't throw error if CLI config is missing keys 2020-04-28 17:37:28 +03:00
Tulir Asokan
6b5dedb29f Add better error message for registration target server not found 2020-04-22 23:31:37 +03:00
Tulir Asokan
4b88971b3b Update type hint in spdx.py 2020-04-22 23:10:06 +03:00
Tulir Asokan
593f2ae1d8 Add maubot server alias feature
This means you can add an alias for a maubot server when logging in,
and then use that alias instead of typing the full URL each time.

Mostly useful for people with more than one maubot instance, as the
default server already didn't need to be typed out each time.
2020-04-22 23:09:07 +03:00
Tulir Asokan
6e075c88fa URL-encode params in mbc auth to prevent weird errors 2020-04-22 23:08:32 +03:00
Tulir Asokan
79fe991daf Force instance ID to be lowercase when updating 2020-04-22 22:40:43 +03:00
Fernando Enzo Guarini
1214c54c35 Put the mkdir at the beginning of the script
Now it's just written once, but it covers the two previous cases where it was used.
2020-04-12 10:45:26 +03:00
Tulir Asokan
2881344489 Fix incorrect parameter for generate_mac 2020-04-09 10:45:52 +03:00
Tulir Asokan
8409b2a5bb Try to make log collector thread safe 2020-04-05 16:39:33 +03:00
Tulir Asokan
92bfe37436 Add py3-dateutil to docker image by default 2020-03-25 21:26:28 +02:00
Tulir Asokan
aac1f267d7 Fix exception when running subcommand without enough arguments 2020-03-25 21:26:17 +02:00
Tulir Asokan
6a74a360ca Update mautrix-python 2020-03-06 15:17:22 +02:00
Tulir Asokan
798f5da5de Add option to disable online status for bots 2020-03-06 15:09:42 +02:00
Tulir Asokan
4aada15bbe
Merge pull request #86 from Half-Shot/patch-1
User types should be part of the hmac
2020-03-04 15:34:32 +02:00
Will Hunt
c4aee0d1eb
Update client_auth.py 2020-03-04 13:31:45 +00:00
Tulir Asokan
4c2d198387 Bump version to 0.1.0.beta1 2020-03-01 14:21:44 +02:00
Tulir Asokan
d2afc7cee4 Improve standalone dockerfile for caching 2020-03-01 14:08:16 +02:00
Tulir Asokan
946c346481 Update mautrix-python again 2020-03-01 14:05:18 +02:00
Tulir Asokan
155526bc14 Improve dockerfile and update mautrix-python 2020-03-01 13:53:10 +02:00
Tulir Asokan
f36827f9cc Add simple mbc script for docker 2020-02-26 01:04:57 +02:00
Tulir Asokan
265307a870 Fix dockerignore in CI 2020-02-26 00:54:10 +02:00
Tulir Asokan
ad93d8347e Add XDG_CONFIG_HOME to docker image so maubot-cli.json is stored in /data 2020-02-26 00:51:40 +02:00
Tulir Asokan
9a777ee451 Optimize CI and dockerfile caching 2020-02-26 00:42:06 +02:00
Tulir Asokan
293b44729c Try to make commands case insensitive. Should fix #83 2020-02-25 22:33:19 +02:00
Tulir Asokan
aaf97b4f94 Add arm64 docker builds to CI 2020-02-25 22:32:32 +02:00
Will Hunt
ec58900cf2
Actually use user_type, and make it default to "bot" 2020-02-20 14:39:26 +00:00
Will Hunt
fd379b0108
User types are part of the hmac
b98971e8a4/synapse/_scripts/register_new_matrix_user.py (L62-L71)
2020-02-20 14:36:29 +00:00
Tulir Asokan
342ab32f3a Add internal option for client-wide reply disabling 2020-01-23 18:43:33 +02:00
Tulir Asokan
3621ddc190 Update docker images to Alpine 3.11 2020-01-23 14:35:43 +02:00
Tulir Asokan
d874f43df9
Merge pull request #80 from karthanistyr/feature/ui_support_subpath
Make management UI aware of URL subpaths in config
2020-01-23 14:28:31 +02:00
Antoine Mazeas
f65f4c540b Review fixes based on comments
Signed-off-by: Antoine Mazeas <antoine@karthanis.net>
2020-01-20 11:19:41 +01:00
Tulir Asokan
7f64d21e1e Fix mistakes in standalone bot main file 2020-01-16 21:08:19 +02:00
L0ric0
6b586f0b82 Add python-gitlab to Dockerfile (#81) 2020-01-13 01:07:34 +02:00
Antoine Mazeas
3aadf0c2a9 Swap urllib for yarl; make use of process.env
Signed-off-by: Antoine Mazeas <antoine@karthanis.net>
2020-01-09 14:32:38 +01:00
Antoine Mazeas
3b603a2180 Revert obsolete change
Signed-off-by: Antoine Mazeas <antoine@karthanis.net>
2020-01-07 19:36:17 +01:00