Tulir Asokan
c1d4e8e482
Update mautrix-python to use SQLAlchemy for matrix-nio state storage
2020-03-31 22:19:43 +03:00
Tulir Asokan
a00c58e521
Decrypt encrypted media from Matrix
2020-03-30 21:47:41 +03:00
Tulir Asokan
698b56afcf
Encrypt media being sent to Matrix in encrypted rooms
2020-03-30 21:47:13 +03:00
Tulir Asokan
37917c497e
Fix encrypting outgoing Matrix events after restart
2020-03-30 01:04:12 +03:00
Tulir Asokan
50ec2551f8
Remove all automatic matrix-nio state receiving
...
All state is now fed to nio from the appservice state event stream instead of
/sync. This should remove all race conditions of trying to encrypt messages
before nio is synced.
2020-03-29 14:28:22 +03:00
Tulir Asokan
56d21bdf59
Add support for enabling encryption by default
2020-03-29 01:37:00 +02:00
Tulir Asokan
c79d442158
Add initial Matrix end-to-bridge encryption support
2020-03-28 22:01:23 +02:00
Tulir Asokan
0a94e60e22
Add hack for Riot iOS being dumb about thumbnails
2020-03-24 14:05:54 +02:00
Tulir Asokan
c83fdab502
Update to mautrix-python 0.5.0
2020-03-22 00:51:10 +02:00
Tulir Asokan
af766449d2
Switch default create group type to supergroup
2020-02-29 17:07:06 +02:00
Tulir Asokan
30052b4d74
Fix typo in Puppet.all_with_custom_mxid
2020-02-28 23:00:09 +02:00
n0emis
cca0efbd8d
add workaround for application/ogg
2020-02-11 00:02:36 +01:00
Serhat Seyren
596446d14b
Fix formatted phone number issue for pm command
...
(cherry picked from commit 5612330e3b )
Fixes #395
Closes #416
2020-02-08 13:18:45 +02:00
Tulir Asokan
578bc7cd5a
Only leave group chat portals with default puppet. Fixes #418
2020-02-08 12:50:17 +02:00
Tulir Asokan
d58eb52944
Fix ignore_incoming_bot_events check in channels
...
Fixes #417
2020-02-07 17:36:43 +02:00
Tulir Asokan
906d8322e3
Set version to 0.8.0+dev
2020-02-07 17:36:23 +02:00
Tulir Asokan
c2be26adb2
Fix incorrect initial value for Portal.backfilling. Fixes #414
2020-02-05 21:00:28 +02:00
Tulir Asokan
cf88823e6f
Add support for backfilling private chats
2020-02-04 22:50:58 +02:00
Tulir Asokan
2fbee75453
Add command to backfill room history from Telegram
...
Currently supports backfilling one room at a time and backfills
everything after the last bridged message.
2020-02-04 22:41:51 +02:00
Tulir Asokan
07edcc4867
Bump version to 0.7.1
2020-02-04 22:31:09 +02:00
Tulir Asokan
65d7934c21
Add missing response to logout provisioning API endpoint
2020-01-28 22:49:48 +02:00
Tulir Asokan
842d98dc1c
Bump version to 0.7.1rc2
2020-01-25 23:37:18 +02:00
Tulir Asokan
b7e69ddc61
Fix relaybot messages being allowed through with ignore_own_incoming_events set
2020-01-25 23:36:17 +02:00
天空/立音
32c521cb79
Fix mautrix-python import error.
...
Because of mautrix-python library [API Changes](https://github.com/tulir/mautrix-python/commit/04d2ae4c3d4db5f8798f4f844caafb5d00606507 ). Database migration script is broken.
2020-01-13 02:46:26 +08:00
Tulir Asokan
b4cf8cd451
Bump version to 0.7.1rc1
2020-01-11 20:08:47 +02:00
Tulir Asokan
80ff9d0f66
Precalculate list of channel IDs to get info for to fix #393
2020-01-11 20:07:21 +02:00
Tulir Asokan
b0e60e60e4
Fix parameter name error in has_power_level call
2020-01-11 19:58:08 +02:00
Tulir Asokan
a9abf9a1af
Bump version to 0.7.0
2019-12-28 01:29:38 +02:00
Tulir Asokan
815f9605f9
Bump version to 0.7.0rc4
2019-12-25 16:31:00 +02:00
Tulir Asokan
9a9d6fc0bb
Fix handling m.emotes
2019-12-25 16:29:22 +02:00
Tulir Asokan
2f691bf1b8
Bump version to 0.7.0rc3
2019-12-25 16:01:39 +02:00
Tulir Asokan
50984dab14
Trust displaynames from non-contacts when syncing puppets
2019-12-25 15:49:35 +02:00
Tulir Asokan
119729393c
Restore git for version info in CI builds
2019-12-23 19:30:55 +02:00
Tulir Asokan
9f3869e878
Try to fix version info in CI builds again
2019-12-23 19:15:36 +02:00
Tulir Asokan
9fb2a73ec5
Update mautrix-python to handle invites separately from leaves. Fixes #402
2019-12-21 21:02:41 +02:00
Tulir Asokan
64b3699b3c
Only print stack traces for admins. Fixes #392
2019-12-21 20:46:49 +02:00
Tulir Asokan
76ad31a3bc
Update to Alpine 3.11 and fix version info in CI builds
2019-12-21 20:45:02 +02:00
Tulir Asokan
71cdee5a4d
Fix crash when login shared secret is not enabled
2019-12-15 19:04:43 +02:00
Tulir Asokan
2ae4b23528
Add option to log in to custom puppet with shared secret
2019-12-15 18:50:07 +02:00
Tulir Asokan
39927ac6c0
Try to fix cleaning up rooms
...
Not tested at all
2019-12-11 10:03:05 +02:00
Tulir Asokan
36e2c6f66f
Bump version to 0.7.0rc2
2019-12-01 20:31:25 +02:00
Tulir Asokan
69d56f4632
Disable debug log when creating peer type chat portal. Fixes #389
2019-12-01 20:10:45 +02:00
Tulir Asokan
af0f731a8a
Ignore ChatForbidden when syncing dialogs. Fixes #390
2019-12-01 20:09:00 +02:00
Tulir Asokan
7d5e307368
Allow room moderators to set room-specific configs
2019-11-30 21:38:33 +02:00
Tulir Asokan
701b28c33c
Fix getting version in docker
2019-11-30 21:32:22 +02:00
Tulir Asokan
a239ca439a
Load version info from Git. Fixes #387
2019-11-30 20:54:54 +02:00
Tulir Asokan
578af19baa
Use new forbidden default value system in mautrix-python. Fixes #388
2019-11-30 19:49:29 +02:00
Tulir Asokan
792ed007b5
Bump version to 0.7.0rc1
2019-11-30 16:26:19 +02:00
Tulir Asokan
539c2338fc
Fix typo in lowercase sql func
2019-11-30 16:18:25 +02:00
Tulir Asokan
792694b2d9
Fix typo
2019-11-30 16:09:20 +02:00