Commit Graph

486 Commits

Author SHA1 Message Date
Tulir Asokan
3f46dfdfd9 Bump version to 0.2.0 2021-11-20 16:55:26 +02:00
Tulir Asokan
f78da96d63 Update mautrix-python 2021-11-20 16:54:07 +02:00
Tulir Asokan
c9677731e3 Update README.md 2021-11-20 16:53:59 +02:00
Tulir Asokan
0efb798fec Fix text in some error messages in mbc auth 2021-11-20 16:26:12 +02:00
Tulir Asokan
ca7a980081 Add SSO support to mbc auth 2021-11-20 16:23:06 +02:00
Tulir Asokan
f2bae18c7a Handle startup errors and missing config meta flags 2021-11-20 01:30:03 +02:00
Tulir Asokan
c8ae7cd9f5 Don't use deprecated router parameter 2021-11-20 01:02:57 +02:00
Tulir Asokan
d4a5de1d4f Remove unused code 2021-11-20 00:47:23 +02:00
Tulir Asokan
8b1685a9ea Add web app support to standalone mode 2021-11-20 00:45:37 +02:00
Tulir Asokan
fc516d78b7 Add encryption support to standalone mode 2021-11-19 23:58:17 +02:00
Tulir Asokan
a699acc049 Allow setting initial device name in mbc auth 2021-11-19 23:08:41 +02:00
Tulir Asokan
e1a1f7b65e Update rest of maubot-cli HTTP requests to asyncio 2021-11-19 21:45:30 +02:00
Tulir Asokan
14d410739c Add manhole plugin to readme 2021-11-19 20:24:41 +02:00
Tulir Asokan
aad5a9d18d Update README.md. Fixes #141 2021-11-19 19:59:23 +02:00
Tulir Asokan
3585ed9456 Fix avatar URLs without mxc:// looking like they work when they actually don't. Fixes #85 2021-11-19 19:53:29 +02:00
Tulir Asokan
ae7e9693fc Maybe allow disabling e2ee by removing device ID 2021-11-19 19:46:48 +02:00
Tulir Asokan
b8ef048a3a Show E2EE fingerprint in client view 2021-11-19 19:34:17 +02:00
Tulir Asokan
47969e5661 Allow setting e2ee device ID in frontend 2021-11-19 19:29:30 +02:00
Tulir Asokan
80c8aba8f6 Fix some bugs related to relogin 2021-11-19 19:14:20 +02:00
Tulir Asokan
2800e967b8 Remove separate docker example config 2021-11-19 17:22:17 +02:00
Tulir Asokan
85e5ea401c Add option to create/update client with mbc auth 2021-11-19 17:10:51 +02:00
Tulir Asokan
8c3e3a3255 Improve config comments and errors with mbc auth 2021-11-19 15:41:26 +02:00
Tulir Asokan
61711e8329 Fix things in standalone mode 2021-11-19 15:23:10 +02:00
Tulir Asokan
7c9668d8bc Refactor __main__.py and fix things 2021-11-19 15:22:54 +02:00
Tulir Asokan
c685eb5e08 Add missing imports 2021-11-09 01:56:36 +02:00
Tulir Asokan
84152b1c28 Install pip in standalone dockerfile 2021-11-09 01:41:47 +02:00
Tulir Asokan
92b3481828 Update standalone dockerfile and add support for config via env vars 2021-11-09 01:39:28 +02:00
Tulir Asokan
274b5465f6
Merge pull request #139 from TinfoilSubmarine/master
refactor PyInquirer to questionary
2021-10-30 14:26:54 +03:00
Joel Beckmeyer
026fdacb59 refactor PyInquirer to questionary 2021-10-13 15:56:38 -04:00
Tulir Asokan
47a8db6b60 Bump minimum mautrix-python version 2021-09-29 12:42:05 +03:00
Tulir Asokan
adf28312df Replace _ with - in default command names 2021-09-10 22:18:30 +03:00
Tulir Asokan
0a47d1929a Don't re-wrap events if they're re-dispatched 2021-09-08 20:31:40 +03:00
Tulir Asokan
ebd4ae9f55
Merge pull request #127 from deepbluev7/patch-1
Fix crypto db not working with scheme postgresql
2021-09-02 16:19:46 +03:00
Tulir Asokan
99ec961ba3 a 2021-09-02 16:18:58 +03:00
Tulir Asokan
d619e50973 Update plugin list 2021-09-02 16:18:10 +03:00
Tulir Asokan
188c937f60 Merge remote-tracking branch 'jaywink/patch-1' 2021-09-02 16:02:47 +03:00
Tulir Asokan
26c2b6bae5 Merge remote-tracking branch 'ggogel/patch-4' 2021-09-02 16:02:32 +03:00
Tulir Asokan
6db417f95c Merge remote-tracking branch 'ggogel/patch-3' 2021-09-02 16:02:16 +03:00
Tulir Asokan
172a3333af Update dependencies. Closes #136 2021-08-30 13:58:35 +03:00
Jason Robinson
8ecd2abba0
Add Pocket
https://github.com/jaywink/maubot-pocket
2021-08-08 17:04:47 +03:00
Tulir Asokan
3570d7185d Install python-gitlab from pypi
It seems to have disappeared from Alpine 3.14
2021-08-08 12:43:47 +03:00
Tulir Asokan
35c9592f55 Update Docker image to Alpine 3.14 2021-08-08 12:39:47 +03:00
Tulir Asokan
6efce38ce1 Remove repo-specific .github folder 2021-08-08 12:39:46 +03:00
Gerrit Gogel
4b4f8571d2
Update README.md 2021-07-29 08:11:52 +02:00
Gerrit Gogel
643d122af0
add youtube plugin 2021-07-19 11:47:53 +02:00
DeepBlueV7.X
235ce89df1
Fix crypto db not working with scheme postgresql
The postgres:// scheme does not work in sqlalchemy 1.4 or higher.
Support for postgresql:// was added in 1.1.
I updated by config file and suddenly my encryption didn't work anymore,
which confused me quite a bit.

See: https://docs.sqlalchemy.org/en/14/changelog/changelog_14.html#change-3687655465c25a39b968b4f5f6e9170b
2021-07-12 15:56:29 +00:00
Tulir Asokan
6e66d0ea42 Fix example log config 2021-07-06 12:16:44 +03:00
Tulir Asokan
cb6cb6d372 Update mautrix-python 2021-06-18 21:03:52 +03:00
Tulir Asokan
0dfc2ccd5b Maybe fix tagging docker images with git tags 2021-06-13 12:34:25 +03:00
Tulir Asokan
3a5f2ede91 Bump version to 0.1.2 2021-06-12 14:09:36 +03:00