Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make max_initial_member_sync work for Chats as well as Channels #680

Merged
merged 1 commit into from
Nov 12, 2021

Conversation

tadzik
Copy link

@tadzik tadzik commented Oct 27, 2021

This is documented as "Maximum number of members to sync per portal when starting up" – but currently it's only actually utilized when syncing Channels, not Chats, allowing big Chats to overload the server on initial sync. This fixes it, and not-initially-synced users will still show up later on their first sent message, as expected.

@tulir
Copy link
Member

tulir commented Oct 27, 2021

Chats are limited to something like 200 members so it shouldn't overload servers too badly, but I guess it makes sense to support limiting that too. (note that supergroups are channels, not chats).

There's a check in _sync_telegram_members about whether the member list is the full list, that probably needs to be updated too Actually that looks like it might be fine already

@tulir tulir merged commit ec375e7 into mautrix:master Nov 12, 2021
jaller94 pushed a commit to element-hq/mautrix-telegram that referenced this pull request Dec 29, 2021
commit b64ddbe
Merge: 0c324ad 65903d7
Author: Tadeusz Sośnierz <[email protected]>
Date:   Tue Dec 7 11:00:14 2021 +0100

    Merge pull request #31 from vector-im/tadzik/fix-conn-pool-metrics

    Don't call the http_session accessor

commit 65903d7
Author: Tadeusz Sośnierz <[email protected]>
Date:   Tue Dec 7 10:27:42 2021 +0100

    Don't call the http_session accessor

    It's a property, not a method.

commit 0c324ad
Merge: a5dd349 c979566
Author: Will Hunt <[email protected]>
Date:   Tue Dec 7 09:37:46 2021 +0000

    Merge branch 'element-master' of github.com:vector-im/mautrix-telegram into element-master

commit a5dd349
Merge: 5211f95 782cd42
Author: Will Hunt <[email protected]>
Date:   Tue Dec 7 09:36:50 2021 +0000

    Merge remote-tracking branch 'tulir/master' into element-master

commit c979566
Merge: 5211f95 09d45ea
Author: Will Hunt <[email protected]>
Date:   Mon Dec 6 17:31:42 2021 +0000

    Merge pull request #29 from vector-im/j94/fix-28

    Set up as_connection_metric_task during `start`

commit 09d45ea
Author: Christian Paul <[email protected]>
Date:   Mon Dec 6 09:53:30 2021 +0100

    Update version and append README

commit 9789514
Author: Christian Paul <[email protected]>
Date:   Fri Dec 3 18:42:36 2021 +0100

    Remove comment about a previous horrible hack

commit a01b470
Author: Christian Paul <[email protected]>
Date:   Fri Dec 3 18:39:42 2021 +0100

    Set up as_connection_metric_task during `start`

commit 5211f95
Author: Christian Paul <[email protected]>
Date:   Fri Dec 3 09:41:29 2021 +0100

    Update README and __version__ for mod-5

commit 40371c3
Merge: 451fff4 fd29fea
Author: Christian Paul <[email protected]>
Date:   Fri Dec 3 09:29:36 2021 +0100

    Merge pull request #23 from vector-im/j94/telegram-readiness

    Change bridge liveness based on incoming Telegram events

commit fd29fea
Merge: f5cc32d 451fff4
Author: Christian Paul <[email protected]>
Date:   Fri Dec 3 09:25:56 2021 +0100

    Merge remote-tracking branch 'origin/element-master' into j94/telegram-readiness

commit 451fff4
Merge: e9715a1 bc0f4b0
Author: Will Hunt <[email protected]>
Date:   Thu Dec 2 17:20:25 2021 +0000

    Merge pull request #27 from vector-im/j94/stop-as_connection_metric_task2

    Cancel as_connection_metric_task on stop

commit f5cc32d
Merge: d6ce52f 4603b3e
Author: Christian Paul <[email protected]>
Date:   Thu Dec 2 17:17:25 2021 +0100

    Merge branch 'j94/telegram-readiness' of github.com:vector-im/mautrix-telegram into j94/telegram-readiness

commit d6ce52f
Author: Christian Paul <[email protected]>
Date:   Thu Dec 2 17:17:22 2021 +0100

    Use .get()

commit bc0f4b0
Author: Christian Paul <[email protected]>
Date:   Thu Dec 2 17:10:01 2021 +0100

    Add as_connection_metric_task to the class header

commit 4603b3e
Author: Christian Paul <[email protected]>
Date:   Thu Dec 2 17:07:33 2021 +0100

    Fix typo: brige -> bridge

    Co-authored-by: Jason Robinson <[email protected]>

commit b9e2cd4
Author: Christian Paul <[email protected]>
Date:   Thu Dec 2 17:04:28 2021 +0100

    Remove unused method

commit d4b5e0b
Author: Christian Paul <[email protected]>
Date:   Thu Dec 2 17:03:26 2021 +0100

    Defined as_bridge_liveness_task in the class header

commit 4c6b4b6
Author: Christian Paul <[email protected]>
Date:   Thu Dec 2 16:12:18 2021 +0100

    Remove unused variable: PORTAL_INACTIVE_THRESHOLD

commit ac1a728
Author: Christian Paul <[email protected]>
Date:   Thu Dec 2 16:03:44 2021 +0100

    Cancel as_connection_metric_task on stop

commit 0878dac
Author: Christian Paul <[email protected]>
Date:   Thu Dec 2 15:41:28 2021 +0100

    Cancel as_bridge_liveness_task on stop

commit e0da4a1
Author: Christian Paul <[email protected]>
Date:   Thu Dec 2 15:40:06 2021 +0100

    Ensure liveness_timeout is used correctly

commit da70c9a
Author: Christian Paul <[email protected]>
Date:   Thu Dec 2 15:39:43 2021 +0100

    Add liveness_timeout to the config parser

commit dca6857
Author: Christian Paul <[email protected]>
Date:   Thu Dec 2 14:56:20 2021 +0100

    Create a loop for _loop_check_bridge_liveness

commit bdabdd0
Merge: dce3a70 e9715a1
Author: Christian Paul <[email protected]>
Date:   Thu Dec 2 14:37:13 2021 +0100

    Merge remote-tracking branch 'origin/element-master' into j94/telegram-readiness

commit dce3a70
Author: Christian Paul <[email protected]>
Date:   Thu Dec 2 14:34:06 2021 +0100

    Move meassurement to abstract_user

commit 782cd42
Author: Tulir Asokan <[email protected]>
Date:   Wed Dec 1 20:53:38 2021 +0200

    Switch back to upstream Telethon

commit e9715a1
Merge: e032da7 42f3cda
Author: Tadeusz Sośnierz <[email protected]>
Date:   Wed Dec 1 17:25:51 2021 +0100

    Merge pull request #26 from vector-im/tadzik/mod4

    Update README and __version__ for mod-4

commit 42f3cda
Author: Tadeusz Sośnierz <[email protected]>
Date:   Wed Dec 1 17:21:09 2021 +0100

    Update README and __version__ for mod-4

commit e032da7
Merge: fa3e995 d2c9acc
Author: Tadeusz Sośnierz <[email protected]>
Date:   Wed Dec 1 17:17:27 2021 +0100

    Merge pull request #25 from vector-im/tadzik/bot-startup-metrics

    Make failed bot startups more informative

commit d2c9acc
Author: Tadeusz Sośnierz <[email protected]>
Date:   Wed Dec 1 16:59:11 2021 +0100

    Add a metric for whether or not the Telegram bot started up correctly

commit 8688e24
Author: Tadeusz Sośnierz <[email protected]>
Date:   Wed Dec 1 16:58:55 2021 +0100

    Be more specific when catching bot startup exceptions

commit fa3e995
Merge: e886998 cc4bb70
Author: Tadeusz Sośnierz <[email protected]>
Date:   Tue Nov 30 17:06:18 2021 +0100

    Merge pull request #22 from vector-im/tadzik/as-conn-pool-metrics

    Add metrics for Appservice's Connection Pool stats

commit cc4bb70
Author: Tadeusz Sośnierz <[email protected]>
Date:   Tue Nov 30 13:15:44 2021 +0100

    Decrease the frequency of connection pool monitoring

commit e886998
Merge: 6702831 60e0835
Author: Tadeusz Sośnierz <[email protected]>
Date:   Tue Nov 30 12:52:01 2021 +0100

    Merge pull request #24 from vector-im/tadzik/dont-crash-on-expired-token

    Don't require bot startup for bridge startup

commit 2744e7a
Author: Tulir Asokan <[email protected]>
Date:   Tue Nov 30 13:12:42 2021 +0200

    Update Docker image to Alpine 3.15

commit ae28d12
Author: Tulir Asokan <[email protected]>
Date:   Tue Nov 30 12:08:38 2021 +0200

    Fix redaction checkpoints

commit e8cff50
Author: Christian Paul <[email protected]>
Date:   Mon Nov 29 19:04:59 2021 +0100

    Affect /live endpoint instead of /ready

commit 9b12d86
Author: Christian Paul <[email protected]>
Date:   Mon Nov 29 19:00:00 2021 +0100

    Update mautrix_telegram/portal/telegram.py

    Co-authored-by: Jason Robinson <[email protected]>

commit 60e0835
Author: Tadeusz Sośnierz <[email protected]>
Date:   Mon Nov 29 18:31:12 2021 +0100

    Don't require bot startup for bridge startup

    The bridge can function just fine without it, we don't need to treat it
    as a fatal error.

commit 05cf150
Author: Brad Murray <[email protected]>
Date:   Mon Nov 29 09:59:34 2021 -0500

    Check filter list before handling matrix events

commit 4b05018
Author: Christian Paul <[email protected]>
Date:   Mon Nov 29 14:57:44 2021 +0100

    Change bridge readiness based on incoming Telegram events

commit 6245c40
Author: Tulir Asokan <[email protected]>
Date:   Mon Nov 29 13:37:26 2021 +0200

    Fix filter_list type hint

commit f7ecc3f
Author: Tulir Asokan <[email protected]>
Date:   Sun Nov 28 19:51:59 2021 +0200

    Update BridgeState import path

commit 292a218
Author: Tulir Asokan <[email protected]>
Date:   Sun Nov 28 19:51:54 2021 +0200

    Remove legacy helm chart

commit c857258
Author: Tadeusz Sośnierz <[email protected]>
Date:   Tue Nov 23 17:58:12 2021 +0100

    Add metrics for Appservice's Connection Pool stats

commit 6702831
Merge: 6a02f00 7cac7d3
Author: Will Hunt <[email protected]>
Date:   Fri Nov 19 17:38:14 2021 +0000

    Merge branch 'hs/dont-block-connections-on-startup' into element-master

commit 7cac7d3
Author: Will Hunt <[email protected]>
Date:   Fri Nov 19 17:32:54 2021 +0000

    check sender

commit 47957d5
Author: Will Hunt <[email protected]>
Date:   Fri Nov 19 17:26:59 2021 +0000

    Types are troble

commit 6a02f00
Merge: 3cd1360 047a8da
Author: Will Hunt <[email protected]>
Date:   Fri Nov 19 17:09:16 2021 +0000

    Merge pull request #20 from Half-Shot/hs/dont-block-connections-on-startup

    Don't block connections on startup

commit 047a8da
Merge: 3e6dee3 d6bbce7
Author: Will Hunt <[email protected]>
Date:   Fri Nov 19 17:04:41 2021 +0000

    Merge pull request #1 from vector-im/hs/dont-block-connections-on-startup

    Fix the startup regression, move throttling code to __main__, remove block_startup

commit d6bbce7
Author: Tadeusz Sośnierz <[email protected]>
Date:   Fri Nov 19 18:00:31 2021 +0100

    Fix the startup regression, move throttling code to __main__, remove block_startup

commit c095498
Author: Tulir Asokan <[email protected]>
Date:   Fri Nov 19 18:14:20 2021 +0200

    Update dependencies

commit 3e6dee3
Author: Will Hunt <[email protected]>
Date:   Fri Nov 19 15:42:17 2021 +0000

    Fix defaults

commit e47068e
Author: Will Hunt <[email protected]>
Date:   Fri Nov 19 15:37:18 2021 +0000

    Move the blocking code to user to prevent us trying connections too soon

commit 7818b7d
Author: Will Hunt <[email protected]>
Date:   Fri Nov 19 14:41:29 2021 +0000

    Add a semaphore

commit 08395fc
Author: Will Hunt <[email protected]>
Date:   Fri Nov 19 12:56:13 2021 +0000

    Add a metric to track connecting state

commit 947ce81
Author: Will Hunt <[email protected]>
Date:   Fri Nov 19 12:55:57 2021 +0000

    Add option to avoid connecting users on startup

commit 3cd1360
Merge: 24d9dad 31015a2
Author: Will Hunt <[email protected]>
Date:   Fri Nov 19 12:48:05 2021 +0000

    Merge pull request #19 from Half-Shot/hs/check-sender-before-updating-activity

    Check sender before updating activity

commit 31015a2
Author: Will Hunt <[email protected]>
Date:   Fri Nov 19 12:39:54 2021 +0000

    Check sender before updating activity

commit 24d9dad
Author: Will Hunt <[email protected]>
Date:   Thu Nov 18 16:13:31 2021 +0000

    0.10.2-mod-2

commit a366310
Merge: 9c0a42d dd89df6
Author: Will Hunt <[email protected]>
Date:   Thu Nov 18 16:13:01 2021 +0000

    Merge pull request #17 from Half-Shot/hs/disable-rmau-config

    Add config enable_activity_tracking

commit dd89df6
Author: Will Hunt <[email protected]>
Date:   Thu Nov 18 16:09:21 2021 +0000

    Don't run the RMAU check every 5 minutes

commit 38e10fa
Author: Will Hunt <[email protected]>
Date:   Thu Nov 18 16:07:32 2021 +0000

    Add config enable_activity_tracking

commit 9c0a42d
Merge: d2dae08 8d0e1f2
Author: Will Hunt <[email protected]>
Date:   Thu Nov 18 16:06:26 2021 +0000

    Merge branch 'element-master' of github.com:vector-im/mautrix-telegram into element-master

commit 8d0e1f2
Author: Christian Paul <[email protected]>
Date:   Thu Nov 18 14:33:47 2021 +0100

    0.10.2-mod-1

commit a7c8c18
Merge: 1c6c9d5 fffa428
Author: Christian Paul <[email protected]>
Date:   Thu Nov 18 14:26:54 2021 +0100

    Merge pull request #15 from vector-im/jaller94-patch-1

    use [email protected]

commit fffa428
Author: Christian Paul <[email protected]>
Date:   Thu Nov 18 14:26:25 2021 +0100

    Update README.md

commit 0576459
Merge: 3852f96 9cdb15c
Author: Christian Paul <[email protected]>
Date:   Thu Nov 18 10:08:19 2021 +0100

    Merge pull request #16 from vector-im/docker-build-fix

    Fix docker build

commit 8276692
Merge: 631ed49 7e369da
Author: Sumner Evans <[email protected]>
Date:   Wed Nov 17 15:23:50 2021 -0700

    Merge pull request mautrix#692 from mautrix/sumner/bri-827-add-bridge-and-remote-message-tracking

    Use message send checkpoints

commit 7e369da
Author: Sumner Evans <[email protected]>
Date:   Wed Nov 17 15:20:48 2021 -0700

    portal/matrix: improve logging

    Co-authored-by: Tulir Asokan <[email protected]>

commit 9cdb15c
Author: Tadeusz Sośnierz <[email protected]>
Date:   Wed Nov 17 18:02:29 2021 +0100

    Switch to -mod-2

commit 3ad4f5b
Author: Tadeusz Sośnierz <[email protected]>
Date:   Wed Nov 17 16:20:19 2021 +0100

    Make the image small(er) again

commit ee5a238
Author: Tadeusz Sośnierz <[email protected]>
Date:   Wed Nov 17 16:03:15 2021 +0100

    Fix docker build

commit 3852f96
Author: Christian Paul <[email protected]>
Date:   Wed Nov 17 15:38:41 2021 +0100

    Pin a specific tag

commit 1ea1c4d
Author: Christian Paul <[email protected]>
Date:   Tue Nov 16 15:29:48 2021 +0100

    use mautrix-python@master

commit 631ed49
Author: Tulir Asokan <[email protected]>
Date:   Tue Nov 16 01:08:57 2021 +0200

    Update comments in example config

commit 2576121
Author: Tulir Asokan <[email protected]>
Date:   Tue Nov 16 00:50:32 2021 +0200

    Move filter_matrix_event logic to mautrix-python

commit b4d4f84
Author: SOT-TECH <[email protected]>
Date:   Tue Nov 16 02:07:13 2021 +0300

    Update tgs_converter to match updated lottieconverter (mautrix#694)

commit 8e8360a
Author: Sumner Evans <[email protected]>
Date:   Mon Nov 15 14:25:01 2021 -0700

    portal/matrix: report message send checkpoint on all message types

commit a1f389c
Author: Sumner Evans <[email protected]>
Date:   Fri Nov 12 11:22:24 2021 -0700

    example config: add message send checkpoint description

commit 1c6c9d5
Merge: 83c6f73 028a1f2
Author: Tadeusz Sośnierz <[email protected]>
Date:   Mon Nov 15 13:50:14 2021 +0100

    Merge pull request #14 from vector-im/tadzik/speed-up-rmau-calculations

    Simplify the user activity query

commit 2cc4398
Author: Tulir Asokan <[email protected]>
Date:   Sat Nov 13 14:40:39 2021 +0200

    Bump version to 0.10.2

commit 76b2937
Author: Tulir Asokan <[email protected]>
Date:   Sat Nov 13 14:14:46 2021 +0200

    Update mautrix-python and stop supporting pickle for crypto store

    SQLite is now supported for the crypto store instead of pickle (via aiosqlite)

commit f2a9f4a
Merge: ec375e7 bcede77
Author: Tulir Asokan <[email protected]>
Date:   Fri Nov 12 23:06:26 2021 +0200

    Merge pull request mautrix#639 from olmari/patch-1

    Add linebreak to "legend"

commit ec375e7
Merge: 338a4d9 0915bb9
Author: Tulir Asokan <[email protected]>
Date:   Fri Nov 12 23:04:22 2021 +0200

    Merge pull request mautrix#680 from tadzik/tadzik/fix-max-initial-sync-for-chats

    Make max_initial_member_sync work for Chats as well as Channels

commit 028a1f2
Author: Tadeusz Sośnierz <[email protected]>
Date:   Thu Nov 11 10:25:44 2021 +0100

    Simplify the user activity query

    This avoids an accidental subquery and makes it work consistently
    regardless of a DB engine in use (previously failing on postgres).

commit d2dae08
Author: Will Hunt <[email protected]>
Date:   Wed Nov 10 09:48:58 2021 +0000

    0.10.1-mod-7

commit d814ffb
Merge: ebaad27 83c6f73
Author: Will Hunt <[email protected]>
Date:   Wed Nov 10 09:48:49 2021 +0000

    Merge branch 'element-master' of github.com:vector-im/mautrix-telegram into element-master

commit 83c6f73
Merge: 283efc9 1c6b682
Author: Will Hunt <[email protected]>
Date:   Wed Nov 10 09:48:41 2021 +0000

    Merge pull request #12 from vector-im/tadzik/speed-up-rmau-calculations

    Speed up RMAU calculations

commit ebaad27
Author: Will Hunt <[email protected]>
Date:   Tue Nov 9 17:16:35 2021 +0000

    0.10.1-mod-6

commit b260f9c
Author: Will Hunt <[email protected]>
Date:   Tue Nov 9 17:11:42 2021 +0000

    Refactor requirements to pin deps

commit 283efc9
Author: Will Hunt <[email protected]>
Date:   Tue Nov 9 17:01:35 2021 +0000

    Lock dependencies / use mautrix-python@bump-conn-pool-limit

commit 4a6b981
Author: Will Hunt <[email protected]>
Date:   Mon Nov 8 14:09:09 2021 +0000

    0.10.1-mod-5

commit 2a60fdb
Merge: 91978fe 338a4d9
Author: Will Hunt <[email protected]>
Date:   Mon Nov 8 14:08:03 2021 +0000

    Merge commit '338a4d9761be565337e19739a953f4be25cccb63' into element-master

commit 1c6b682
Author: Tadeusz Sośnierz <[email protected]>
Date:   Fri Nov 5 16:36:41 2021 +0100

    Port the RMAU calculation to SQLAlchemy query

commit 8b981f9
Author: Tadeusz Sośnierz <[email protected]>
Date:   Fri Nov 5 16:32:18 2021 +0100

    Make RMAU calculations actually correct

commit 91978fe
Merge: 8116e66 a805ab5
Author: Will Hunt <[email protected]>
Date:   Fri Nov 5 08:39:11 2021 +0000

    Merge pull request #10 from Half-Shot/hs/add-uvloop-psycopg2

    Add psycopg2, uvloop to requirements.txt

commit a805ab5
Author: Will Hunt <[email protected]>
Date:   Fri Nov 5 08:37:23 2021 +0000

    Add readme comment

commit 2870941
Author: Will Hunt <[email protected]>
Date:   Fri Nov 5 08:37:05 2021 +0000

    Install requires

commit 98f44bb
Author: Will Hunt <[email protected]>
Date:   Fri Nov 5 08:35:16 2021 +0000

    Add psycopg2, uvloop to requirements.txt

commit 8116e66
Merge: 84c7be3 163e33c
Author: Will Hunt <[email protected]>
Date:   Fri Nov 5 08:31:40 2021 +0000

    Merge pull request #9 from vector-im/jaywink/disable-handling-presence

    Allow disabling Telegram status updates

commit 163e33c
Author: Jason Robinson <[email protected]>
Date:   Fri Nov 5 10:29:11 2021 +0200

    Add mention of status update disabling to fork notes

commit 5d9e40c
Author: Jason Robinson <[email protected]>
Date:   Fri Nov 5 10:20:15 2021 +0200

    Allow disabling Telegram status updates

    If the homeserver doesn't handle presence, not much point doing these.

commit 338a4d9
Author: Tulir Asokan <[email protected]>
Date:   Mon Nov 1 18:56:08 2021 +0200

    Pin Pillow version in dockerfile to same as alpine. Fixes mautrix#683

commit 84c7be3
Author: Will Hunt <[email protected]>
Date:   Mon Nov 1 15:21:30 2021 +0000

    v0.10.1-mod-3

commit 2681c47
Author: Will Hunt <[email protected]>
Date:   Mon Nov 1 15:20:21 2021 +0000

    Loop properly

commit ecb5567
Author: Will Hunt <[email protected]>
Date:   Mon Nov 1 15:06:29 2021 +0000

    0.10.1-mod-2

commit 5beffbf
Merge: b2880a5 8d98a0f
Author: Will Hunt <[email protected]>
Date:   Mon Nov 1 14:32:34 2021 +0000

    Merge pull request #7 from Half-Shot/hs/switch-metric-check-to-periodic

    Don't block startup on endless user check

commit 8d98a0f
Author: Will Hunt <[email protected]>
Date:   Mon Nov 1 14:32:02 2021 +0000

    fix comment

commit 34257ae
Author: Will Hunt <[email protected]>
Date:   Mon Nov 1 14:13:40 2021 +0000

    Sync users periodically

commit 7012178
Author: Will Hunt <[email protected]>
Date:   Mon Nov 1 14:13:29 2021 +0000

    Log at debug level

commit b2880a5
Author: Will Hunt <[email protected]>
Date:   Mon Nov 1 10:23:41 2021 +0000

    v0.10.1-mod-1

commit 73508c8
Merge: cc64031 f4e1e8a
Author: Will Hunt <[email protected]>
Date:   Mon Nov 1 10:21:32 2021 +0000

    Merge pull request #6 from Half-Shot/hs/add-fork-information

    Add element fork information

commit f4e1e8a
Author: Will Hunt <[email protected]>
Date:   Mon Nov 1 10:17:58 2021 +0000

    Add versioning information

commit bfa334f
Merge: 74e3e9b 7255e86
Author: Will Hunt <[email protected]>
Date:   Mon Nov 1 10:14:08 2021 +0000

    Merge remote-tracking branch 'tulir/master' into hs/add-fork-information

commit 74e3e9b
Author: Will Hunt <[email protected]>
Date:   Mon Nov 1 10:10:51 2021 +0000

    Add fork information

commit 83d457f
Author: Tulir Asokan <[email protected]>
Date:   Fri Oct 29 20:15:24 2021 +0300

    Ignore ChannelParticipantBanned in participant list. Fixes mautrix#635

commit 3507095
Merge: 7c5d1c2 4e7cf48
Author: Sumner Evans <[email protected]>
Date:   Fri Oct 29 11:24:15 2021 -0600

    Merge pull request mautrix#681 from justinbot/justinbot/dont-log-messages

    Don't log entire message contents on exception

commit 4e7cf48
Author: Justin Carlson <[email protected]>
Date:   Fri Oct 29 12:30:49 2021 -0400

    Don't log entire messagecontents on exception.

commit cc64031
Merge: a099125 bf8dd6d
Author: Tadeusz Sośnierz <[email protected]>
Date:   Thu Oct 28 11:00:08 2021 +0200

    Merge pull request #4 from vector-im/tadzik/fix-max-initial-sync-for-chats

    Make max_initial_member_sync work for Chats as well as Channels

commit 0915bb9
Author: Tadeusz Sośnierz <[email protected]>
Date:   Wed Oct 27 14:33:08 2021 +0200

    Make max_initial_member_sync work for Chats as well as Channels

commit bf8dd6d
Author: Tadeusz Sośnierz <[email protected]>
Date:   Wed Oct 27 14:33:08 2021 +0200

    Make max_initial_member_sync work for Chats as well as Channels

commit 7c5d1c2
Merge: e7d8948 8aecf1f
Author: Sumner Evans <[email protected]>
Date:   Tue Oct 26 09:51:08 2021 -0600

    Merge pull request mautrix#676 from justinbot/justinbot/welcome-text-config

    Add example config for custom welcome messages

commit 8aecf1f
Author: Justin Carlson <[email protected]>
Date:   Sat Oct 23 12:10:36 2021 -0400

    Update example config.

commit 2c45d8d
Author: Justin Carlson <[email protected]>
Date:   Sat Oct 23 12:09:16 2021 -0400

    Remove send_welcome_message override

commit fac337e
Author: Justin Carlson <[email protected]>
Date:   Fri Oct 22 12:17:25 2021 -0400

    Add example config for welcome messages.

commit e7d8948
Author: Tulir Asokan <[email protected]>
Date:   Wed Oct 20 21:20:05 2021 +0300

    Bump Telethon to update to latest version of layer 133

commit 6b88318
Author: Tulir Asokan <[email protected]>
Date:   Wed Oct 20 20:55:11 2021 +0300

    Allow logout even if session isn't authorized

commit 4e8c373
Author: Tulir Asokan <[email protected]>
Date:   Wed Oct 20 20:24:47 2021 +0300

    Delete session on log_out() even if telegram logout fails

commit 8865dab
Author: Tulir Asokan <[email protected]>
Date:   Wed Oct 20 20:12:23 2021 +0300

    Push bad credentials state if session isn't valid in start()

commit e4a2bd2
Author: Tulir Asokan <[email protected]>
Date:   Wed Oct 20 20:02:09 2021 +0300

    Catch authorization errors in get_me()

commit a132916
Author: Tulir Asokan <[email protected]>
Date:   Tue Oct 19 12:32:45 2021 +0300

    Update Telethon

    The upstream dev doesn't want to make new releases anymore before 2.0,
    so this is temporarily using a fork. The main change is API layer 133,
    which updates all user/chat IDs to be 64-bit.

commit a9dcb34
Author: Tulir Asokan <[email protected]>
Date:   Mon Oct 11 00:51:50 2021 +0300

    Use existing power levels as base for user levels instead of hardcoded values

commit 74c4335
Author: Tulir Asokan <[email protected]>
Date:   Mon Oct 11 00:51:28 2021 +0300

    Decrypt fetched messages to generate reply fallback

commit 7255e86
Merge: 5dea597 e4098a2
Author: Sumner Evans <[email protected]>
Date:   Thu Oct 14 12:30:36 2021 -0600

    Merge pull request mautrix#670 from mautrix/ci-update-container-versions-on-success

    ci: only update container versions on success

commit e4098a2
Author: Sumner Evans <[email protected]>
Date:   Thu Oct 14 09:45:39 2021 -0600

    ci: only update container versions on success

commit a099125
Merge: 430c3cf 7182665
Author: Tadeusz Sośnierz <[email protected]>
Date:   Mon Oct 11 10:57:10 2021 +0200

    Merge pull request #3 from vector-im/tadzik/fix-blocking-rules

    Make sure the bridge doesn't block unless block_on_limit_reached is set

commit 7182665
Author: Tadeusz Sośnierz <[email protected]>
Date:   Mon Oct 11 10:44:08 2021 +0200

    Make sure the bridge doesn't block unless block_on_limit_reached is set

commit 430c3cf
Merge: 251cf46 a66b700
Author: Tadeusz Sośnierz <[email protected]>
Date:   Fri Oct 8 11:54:56 2021 +0200

    Merge pull request #2 from vector-im/tadzik/fix-rmau-column-sizes

    Increase UserActivity DB column sizes

commit a66b700
Author: Tadeusz Sośnierz <[email protected]>
Date:   Fri Oct 8 11:18:26 2021 +0200

    Increase UserActivity DB column sizes

commit 251cf46
Merge: 66aa68f c308394
Author: Tadeusz Sośnierz <[email protected]>
Date:   Thu Sep 30 16:38:35 2021 +0200

    Merge pull request #1 from tadzik/rmau-limits

    Add active user tracking and optional bridge blocking

commit 5dea597
Merge: e276944 1c9a307
Author: Sumner Evans <[email protected]>
Date:   Fri Sep 17 19:04:14 2021 -0400

    Merge pull request mautrix#662 from mautrix/ci-auto-update-version

    ci: deploy to dev stable and internal automatically

commit 1c9a307
Author: Sumner Evans <[email protected]>
Date:   Fri Sep 17 12:19:14 2021 -0400

    ci: deploy to dev stable and internal automatically

commit c308394
Author: Tadeusz Sośnierz <[email protected]>
Date:   Tue Sep 7 13:33:42 2021 +0200

    Add active user tracking and optional bridge blocking

commit 66aa68f
Merge: e276944 acc8db9
Author: Will Hunt <[email protected]>
Date:   Wed Sep 1 10:33:39 2021 +0100

    Merge branch 'hs/portal-limit' into element-master

commit e276944
Author: Tulir Asokan <[email protected]>
Date:   Wed Aug 25 16:04:50 2021 +0300

    Implement get_bridge_states

commit 2e14991
Author: Tulir Asokan <[email protected]>
Date:   Fri Aug 20 14:00:42 2021 +0300

    Remove element ios hack from non-sticker documents

commit 3083727
Author: Tulir Asokan <[email protected]>
Date:   Fri Aug 20 14:00:25 2021 +0300

    Add extension to unnamed file names. Fixes mautrix#646

commit d778c63
Author: Tulir Asokan <[email protected]>
Date:   Thu Aug 19 15:08:20 2021 +0300

    Bump maximum Telethon version

commit bcede77
Author: Sami Olmari <[email protected]>
Date:   Tue Jul 6 09:57:33 2021 +0300

    Add linebreak to "legend"

    Signed-off-by: Sami Olmari <[email protected]>

commit acc8db9
Author: Will Hunt <[email protected]>
Date:   Thu Nov 26 17:42:16 2020 +0000

    Feh!

commit 59cb717
Author: Will Hunt <[email protected]>
Date:   Thu Nov 26 17:36:31 2020 +0000

    Fix mistaken commit

commit d5e8ed5
Author: Will Hunt <[email protected]>
Date:   Thu Nov 26 12:08:13 2020 +0000

    Update mautrix_telegram/portal/base.py

    Co-authored-by: Christian Paul <[email protected]>

commit fe6066e
Author: Will Hunt <[email protected]>
Date:   Wed Nov 25 18:17:56 2020 +0000

    Update mautrix_telegram/portal/base.py

    Co-authored-by: Christian Paul <[email protected]>

commit e317fcf
Author: Will Hunt <[email protected]>
Date:   Wed Nov 25 18:17:50 2020 +0000

    Update mautrix_telegram/example-config.yaml

    Co-authored-by: Christian Paul <[email protected]>

commit b4991da
Author: Will Hunt <[email protected]>
Date:   Wed Nov 25 15:02:17 2020 +0000

    Fix botched rebase

commit 6754c3f
Author: Will Hunt <[email protected]>
Date:   Tue Nov 17 15:31:31 2020 +0000

    Stop portals from being created if the limit is reached

commit 8196031
Author: Will Hunt <[email protected]>
Date:   Thu May 21 11:55:57 2020 +0100

    Update mautrix_telegram/portal/base.py

    Co-authored-by: Tulir Asokan <[email protected]>

commit 2f61a59
Author: Will Hunt <[email protected]>
Date:   Wed May 20 17:04:44 2020 +0100

    Add config limits for portal rooms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants