Compare commits

..

No commits in common. "a5db449cbb8e6873d39f2c7f0e1eef320db399cb" and "e102c85e02db648566b6019f1c133cdf1082e829" have entirely different histories.

View File

@ -28,7 +28,7 @@ This has the rest event in two forms, but doesn't duplicate the above.
This is not the Element/Synapse default as that would be pointless to list.
```json5
```json
{
"ban": 50,
"events": {
@ -52,7 +52,7 @@ This is not the Element/Synapse default as that would be pointless to list.
"redact": 50,
"state_default": 50,
"users": {
// READ THE BEGINNING OF THE FILE FOR THIS SECTION AND PROPER FORMAT! OR SEE YOUR CURRENT EVENT!
READ THE BEGINNING OF THE FILE FOR THIS SECTION AND PROPER FORMAT! OR SEE YOUR CURRENT EVENT!
},
"users_default": 0
}
@ -63,44 +63,9 @@ This is not the Element/Synapse default as that would be pointless to list.
On matrix side immune mods, could be PL52.
* invite commonly defaults to `50`, but I haven't seen abuse through it
### Medium version
```json5
{
"ban": 50,
"events": {
"im.vector.modular.widgets": 50,
"m.room.avatar": 50,
"m.room.canonical_alias": 50,
"m.room.encryption": 100,
"m.room.history_visibility": 99,
"m.room.name": 50,
"m.room.power_levels": 50,
"m.room.retention": 100,
"m.room.server_acl": 100,
"m.room.tombstone": 100,
"m.room.topic": 50,
"m.space.child": 50
},
"events_default": 0,
"historical": 100,
"invite": 50,
"kick": 50,
"redact": 50,
"state_default": 50,
"users": {
// READ THE BEGINNING OF THE FILE FOR THIS SECTION AND PROPER FORMAT! OR SEE YOUR CURRENT EVENT!
},
"users_default": 0
}
```
* Otherwise "Reasonable version", but
* Only moderators can invite
### Paranoid version
```json5
```json
{
"ban": 50,
"events": {
@ -127,7 +92,7 @@ This is not the Element/Synapse default as that would be pointless to list.
"redact": 50,
"state_default": 100,
"users": {
// READ THE BEGINNING OF THE FILE FOR THIS SECTION AND PROPER FORMAT! OR SEE YOUR CURRENT EVENT!
READ THE BEGINNING OF THE FILE FOR THIS SECTION AND PROPER FORMAT! OR SEE YOUR CURRENT EVENT!
},
"users_default": 0
}