Compare commits

..

No commits in common. "94e1033030259652a34f1be15a6194af7eeab075" and "1c77666739d3f81d3a2429483b4b2203c77eef4b" have entirely different histories.

2 changed files with 3 additions and 11 deletions

View File

@ -34,7 +34,7 @@ repos:
args: [--update-only, --notitle] args: [--update-only, --notitle]
- repo: https://github.com/python-jsonschema/check-jsonschema - repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.26.1 rev: 0.24.1
hooks: hooks:
- id: check-dependabot - id: check-dependabot
- id: check-github-actions - id: check-github-actions
@ -50,12 +50,8 @@ repos:
rev: "v3.0.2" rev: "v3.0.2"
hooks: hooks:
- id: prettier - id: prettier
additional_dependencies: [ #additional_dependencies:
# https://www.npmjs.com/package/prettier #["prettier@3.0.1", "@prettier/plugin-xml@3.0.0"]
"prettier@3.0.2",
# https://www.npmjs.com/package/@prettier/plugin-xml
"@prettier/plugin-xml@3.2.0",
]
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python - repo: https://github.com/editorconfig-checker/editorconfig-checker.python
rev: "2.7.2" rev: "2.7.2"

View File

@ -493,10 +493,6 @@ My reasons for that are many and I am often proved correct in them.
homeservers to sync ACL bans in the worst cases. It also resulted to a lot homeservers to sync ACL bans in the worst cases. It also resulted to a lot
of state resetting so the affected rooms never got cleaned up as the spam of state resetting so the affected rooms never got cleaned up as the spam
users kept coming back and clients had issues handling so inflated rooms. users kept coming back and clients had issues handling so inflated rooms.
- Federation also fails when a spammer sends messages after getting banned
and thus moderation bots fail to remove messages from them as those don't
get to the banning server. Thus moderators need more accounts again.
- [matrix-org/synapse#9329: Soft-failures make federated bans racy and frustrate redaction](https://github.com/matrix-org/synapse/issues/9329)
- State resets keep happening and thus I cannot trust other accounts than the - State resets keep happening and thus I cannot trust other accounts than the
one which created a room in question stay as power level 100. one which created a room in question stay as power level 100.
- Homeservers come and go, sometimes with little to no warning. As I have many - Homeservers come and go, sometimes with little to no warning. As I have many