Commit Graph

  • 2c100ca1e5 Fix minor mistake in logging Tulir Asokan 2020-04-25 19:31:12 +03:00
  • c54bd9e1ce Log the source and reason of user displayname changes Tulir Asokan 2020-04-25 19:29:12 +03:00
  • a2a35e481a Bump version to 0.8.0rc1 v0.8.0-rc1 Tulir Asokan 2020-04-25 18:34:10 +03:00
  • 84ff0c777d Allow !tg random command with text names instead of emojis Tulir Asokan 2020-04-25 18:33:34 +03:00
  • 37ecd57a9b Update telethon and add support for darts. Fixes #457 Tulir Asokan 2020-04-25 18:24:39 +03:00
  • 8578a9bd01 Merge pull request #455 from davidmehren/fix-create-matrix-room Tulir Asokan 2020-04-25 15:26:34 +03:00
  • 6b64f38fa3 Merge pull request #452 from jevolk/master Tulir Asokan 2020-04-25 15:25:37 +03:00
  • ea9206f56b Add support for sending and receiving dice Tulir Asokan 2020-04-21 10:01:33 +03:00
  • 467c0989e1 Do not crash in _create_matrix_room if invites is None David Mehren 2020-04-17 18:19:44 +02:00
  • 2a0d44acc5 Ensure config.yaml update order preservation by including tls items in example-conf.yaml Jason Volk 2020-04-08 00:56:52 -07:00
  • a9b28b54d5 Fix missing config update copy() for tls items. Jason Volk 2020-04-07 23:08:52 -07:00
  • c296a5d4a4 Merge pull request #449 from halkeye/run-db-migration-after-configs Tulir Asokan 2020-04-06 10:19:54 +03:00
  • 10926a1240 Use chat.id instead of get_peer_id(chat) for Dialog. Fixes #450 Tulir Asokan 2020-04-06 10:17:13 +03:00
  • 992e962df7 Fix async for typo. Fixes #448 Tulir Asokan 2020-04-06 10:06:12 +03:00
  • 7726925771 Run migrations after config file is in place, so it can be properly generated Gavin Mogan 2020-04-05 23:50:41 -07:00
  • cb9665f9ab Bump version to 0.7.2 v0.7.2 Tulir Asokan 2020-04-04 22:05:01 +03:00
  • a53b0e9837 Fix potential KeyError in power level syncing Tulir Asokan 2020-04-04 22:01:59 +03:00
  • 26eb2d4e54 Remove extra COPY statements in dockerfile Tulir Asokan 2020-04-04 21:48:53 +03:00
  • b53b27cf2d Use separately built image for lottieconverter to improve caching Tulir Asokan 2020-04-04 21:38:21 +03:00
  • cecda22ec3 Adjust editorconfig for .gitlab-ci.yml Tulir Asokan 2020-04-04 21:37:58 +03:00
  • dc5fe62e3a Merge branch 'e2be' into master Tulir Asokan 2020-04-04 20:38:55 +03:00
  • c957989abb Merge branch 'master' into e2be Tulir Asokan 2020-04-03 22:18:28 +03:00
  • 708fec6886 Add missing check Tulir Asokan 2020-04-03 22:18:07 +03:00
  • 32db2355a2 Add pysocks to dockerfile Tulir Asokan 2020-04-03 22:13:02 +03:00
  • c1d4e8e482 Update mautrix-python to use SQLAlchemy for matrix-nio state storage Tulir Asokan 2020-03-31 22:19:43 +03:00
  • a00c58e521 Decrypt encrypted media from Matrix Tulir Asokan 2020-03-30 21:47:41 +03:00
  • 698b56afcf Encrypt media being sent to Matrix in encrypted rooms Tulir Asokan 2020-03-30 21:29:52 +03:00
  • af285c5ffe Allow matrix-nio 0.10 Tulir Asokan 2020-03-30 01:10:13 +03:00
  • 37917c497e Fix encrypting outgoing Matrix events after restart Tulir Asokan 2020-03-30 01:04:12 +03:00
  • 50ec2551f8 Remove all automatic matrix-nio state receiving Tulir Asokan 2020-03-29 14:28:15 +03:00
  • 4519c88230 Bump mautrix-python version Tulir Asokan 2020-03-29 02:12:40 +02:00
  • d84724b8b0 Fix copying example config in docker Tulir Asokan 2020-03-29 01:58:38 +02:00
  • 56d21bdf59 Add support for enabling encryption by default Tulir Asokan 2020-03-29 01:37:00 +02:00
  • 260c1612a6 Install matrix-nio dependencies from alpine packages when available Tulir Asokan 2020-03-28 23:09:08 +02:00
  • 6ab3106b38 Add libolm to docker image Tulir Asokan 2020-03-28 22:43:10 +02:00
  • c79d442158 Add initial Matrix end-to-bridge encryption support Tulir Asokan 2020-03-28 22:01:23 +02:00
  • 7a6de144ce Merge pull request #438 from anoadragon453/anoa/group_id_example Tulir Asokan 2020-03-25 12:19:27 +02:00
  • 5240999f56 Merge branch 'master' of https://github.com/tulir/mautrix-telegram into anoa/group_id_example Andrew Morgan 2020-03-25 10:17:56 +00:00
  • 0a94e60e22 Add hack for Riot iOS being dumb about thumbnails Tulir Asokan 2020-03-24 14:05:46 +02:00
  • c83fdab502 Update to mautrix-python 0.5.0 Tulir Asokan 2020-03-22 00:51:10 +02:00
  • ca0c2fd9e6 Example group id format Andrew Morgan 2020-03-06 23:11:13 +00:00
  • a0c842acb6 Optimize dockerfile a bit Tulir Asokan 2020-03-04 23:32:22 +02:00
  • ba17246755 Move dependency versions to requirements.txt Tulir Asokan 2020-03-04 23:32:14 +02:00
  • af766449d2 Switch default create group type to supergroup Tulir Asokan 2020-02-29 17:07:06 +02:00
  • 30052b4d74 Fix typo in Puppet.all_with_custom_mxid Tulir Asokan 2020-02-28 23:00:09 +02:00
  • 9f02b6edb0 Move enabling experimental docker features to before_script Tulir Asokan 2020-02-25 22:19:14 +02:00
  • 22e24e6e6c Combine amd64 and arm64 docker images into one manifest Tulir Asokan 2020-02-25 21:58:17 +02:00
  • 48bc1995bb Merge branch 'arm-ci' Tulir Asokan 2020-02-25 21:28:10 +02:00
  • 854e289bba Merge pull request #420 from n0emis/n0emis-ogg-mimetype Tulir Asokan 2020-02-19 12:14:18 +02:00
  • db9d55a5cc Default to info logs for telethon Tulir Asokan 2020-02-13 18:49:21 +02:00
  • cca0efbd8d add workaround for application/ogg n0emis 2020-02-11 00:02:36 +01:00
  • 69ffdcfed6 Bump version to 0.7.2rc1 v0.7.2-rc1 Tulir Asokan 2020-02-08 13:32:25 +02:00
  • da72c51644 Only leave group chat portals with default puppet. Fixes #418 Tulir Asokan 2020-02-08 12:50:17 +02:00
  • 62efc39eed Fix ignore_incoming_bot_events check in channels Tulir Asokan 2020-02-07 17:36:35 +02:00
  • 596446d14b Fix formatted phone number issue for pm command Serhat Seyren 2020-02-06 16:14:31 +03:00
  • 578bc7cd5a Only leave group chat portals with default puppet. Fixes #418 Tulir Asokan 2020-02-08 12:50:17 +02:00
  • d58eb52944 Fix ignore_incoming_bot_events check in channels Tulir Asokan 2020-02-07 17:36:35 +02:00
  • 906d8322e3 Set version to 0.8.0+dev Tulir Asokan 2020-02-07 17:36:23 +02:00
  • c2be26adb2 Fix incorrect initial value for Portal.backfilling. Fixes #414 Tulir Asokan 2020-02-05 21:00:28 +02:00
  • cf88823e6f Add support for backfilling private chats Tulir Asokan 2020-02-04 22:50:58 +02:00
  • 2fbee75453 Add command to backfill room history from Telegram Tulir Asokan 2020-02-04 22:41:49 +02:00
  • 07edcc4867 Bump version to 0.7.1 v0.7.1 Tulir Asokan 2020-02-04 22:31:09 +02:00
  • 65d7934c21 Add missing response to logout provisioning API endpoint Tulir Asokan 2020-01-28 22:49:48 +02:00
  • 842d98dc1c Bump version to 0.7.1rc2 v0.7.1-rc2 Tulir Asokan 2020-01-25 23:37:18 +02:00
  • b7e69ddc61 Fix relaybot messages being allowed through with ignore_own_incoming_events set Tulir Asokan 2020-01-25 23:36:17 +02:00
  • 2dc6041bd7 Add architecture tags Tulir Asokan 2020-01-20 22:25:20 +02:00
  • b007646d4b Fix syntax Tulir Asokan 2020-01-20 22:22:08 +02:00
  • 5580f3dc81 Build arm64 docker image and remove separate push step Tulir Asokan 2020-01-19 02:48:33 +02:00
  • 82f7905367 Add note to Matrix->Telegram EDU bridging Tulir Asokan 2020-01-13 20:46:00 +02:00
  • 1d8699054c Merge pull request #409 from cubesky/master Tulir Asokan 2020-01-12 23:21:18 +02:00
  • 32c521cb79 Fix mautrix-python import error. 天空/立音 2020-01-13 02:46:26 +08:00
  • b4cf8cd451 Bump version to 0.7.1rc1 v0.7.1-rc1 Tulir Asokan 2020-01-11 20:08:19 +02:00
  • 80ff9d0f66 Precalculate list of channel IDs to get info for to fix #393 Tulir Asokan 2020-01-11 20:07:21 +02:00
  • b0e60e60e4 Fix parameter name error in has_power_level call Tulir Asokan 2020-01-11 19:58:08 +02:00
  • c4b9a76931 Merge pull request #406 from Ma27/fix-tests Tulir Asokan 2019-12-28 14:56:21 +02:00
  • fe52f0ad10 Fix several broken tests that were missing some required positional arguments Maximilian Bosch 2019-12-28 13:00:39 +01:00
  • a9abf9a1af Bump version to 0.7.0 v0.7.0 Tulir Asokan 2019-12-28 01:29:38 +02:00
  • 815f9605f9 Bump version to 0.7.0rc4 v0.7.0-rc4 Tulir Asokan 2019-12-25 16:31:00 +02:00
  • 9a9d6fc0bb Fix handling m.emotes Tulir Asokan 2019-12-25 16:29:22 +02:00
  • 2f691bf1b8 Bump version to 0.7.0rc3 v0.7.0-rc3 Tulir Asokan 2019-12-25 16:01:39 +02:00
  • 50984dab14 Trust displaynames from non-contacts when syncing puppets Tulir Asokan 2019-12-25 15:49:35 +02:00
  • 6f6ce4bcc7 Try deleting sources in docker image Tulir Asokan 2019-12-23 19:44:44 +02:00
  • 119729393c Restore git for version info in CI builds Tulir Asokan 2019-12-23 19:30:55 +02:00
  • 9f3869e878 Try to fix version info in CI builds again Tulir Asokan 2019-12-23 19:15:36 +02:00
  • 9fb2a73ec5 Update mautrix-python to handle invites separately from leaves. Fixes #402 Tulir Asokan 2019-12-21 21:02:41 +02:00
  • 64b3699b3c Only print stack traces for admins. Fixes #392 Tulir Asokan 2019-12-21 20:46:49 +02:00
  • 76ad31a3bc Update to Alpine 3.11 and fix version info in CI builds Tulir Asokan 2019-12-21 20:45:02 +02:00
  • 71cdee5a4d Fix crash when login shared secret is not enabled Tulir Asokan 2019-12-15 19:04:43 +02:00
  • 2ae4b23528 Add option to log in to custom puppet with shared secret Tulir Asokan 2019-12-15 17:10:04 +02:00
  • 39927ac6c0 Try to fix cleaning up rooms Tulir Asokan 2019-12-11 10:01:47 +02:00
  • 3e6e59db29 Add postgres password field to example helm chart values Tulir Asokan 2019-12-06 15:57:53 +02:00
  • 36e2c6f66f Bump version to 0.7.0rc2 v0.7.0-rc2 Tulir Asokan 2019-12-01 20:31:25 +02:00
  • 69d56f4632 Disable debug log when creating peer type chat portal. Fixes #389 Tulir Asokan 2019-12-01 20:10:45 +02:00
  • af0f731a8a Ignore ChatForbidden when syncing dialogs. Fixes #390 Tulir Asokan 2019-12-01 20:09:00 +02:00
  • cf8c05e1c5 Replace LEFT with LEAVE in mx_user_profile migration. Fixes #391 Tulir Asokan 2019-12-01 20:07:54 +02:00
  • 7d5e307368 Allow room moderators to set room-specific configs Tulir Asokan 2019-11-30 21:38:33 +02:00
  • 701b28c33c Fix getting version in docker Tulir Asokan 2019-11-30 21:32:22 +02:00
  • a239ca439a Load version info from Git. Fixes #387 Tulir Asokan 2019-11-30 20:54:54 +02:00
  • 578af19baa Use new forbidden default value system in mautrix-python. Fixes #388 Tulir Asokan 2019-11-30 19:49:19 +02:00
  • 792ed007b5 Bump version to 0.7.0rc1 v0.7.0-rc1 Tulir Asokan 2019-11-30 16:26:19 +02:00