mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2025-08-19 21:07:22 +02:00
Compare commits
No commits in common. "b62886da0131f51c40fb1099dfd697bdd87bb43f" and "7e0755c33e54ac1181811e5f6ce5b52891da1e9f" have entirely different histories.
b62886da01
...
7e0755c33e
@ -20,22 +20,13 @@ Note:
|
|||||||
which can/is left empty as usual.
|
which can/is left empty as usual.
|
||||||
- Subdomains appear to be implied by specifying 2nd level domain. E.g.
|
- Subdomains appear to be implied by specifying 2nd level domain. E.g.
|
||||||
`matrix.org` appears to apply to `*.matrix.org` at least on Synapse.
|
`matrix.org` appears to apply to `*.matrix.org` at least on Synapse.
|
||||||
- See a later section for the allow list explanation
|
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"allow": [
|
"allow": ["*", "mjolnir.matrix.org"],
|
||||||
"*",
|
|
||||||
"pikaviestin.fi",
|
|
||||||
"dendrite.matrix.org",
|
|
||||||
"tedomum.net",
|
|
||||||
"artemislena.eu"
|
|
||||||
],
|
|
||||||
"allow_ip_literals": false,
|
"allow_ip_literals": false,
|
||||||
"deny": [
|
"deny": [
|
||||||
"matrix.org",
|
"matrix.org",
|
||||||
"mjolnir.matrix.org",
|
|
||||||
"the-apothecary.club",
|
|
||||||
"disroot.org",
|
"disroot.org",
|
||||||
"privacytools.io",
|
"privacytools.io",
|
||||||
"feneas.org",
|
"feneas.org",
|
||||||
@ -47,9 +38,7 @@ Note:
|
|||||||
"nerdsin.space",
|
"nerdsin.space",
|
||||||
"thisisjoes.site",
|
"thisisjoes.site",
|
||||||
"pp13.space",
|
"pp13.space",
|
||||||
"evulid.cc",
|
"evulid.cc"
|
||||||
"lgbtqia.zone",
|
|
||||||
"freyachat.eu"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
@ -60,20 +49,14 @@ Explanations:
|
|||||||
- Very big homeservers promoting centralisation of users and power. Also
|
- Very big homeservers promoting centralisation of users and power. Also
|
||||||
big source of spam, poor moderation and abusive bot performing public
|
big source of spam, poor moderation and abusive bot performing public
|
||||||
logging of members-only rooms.
|
logging of members-only rooms.
|
||||||
- **_DEAR AMINDA FROM THE FUTURE, DO NOT UNBAN `mjolnir.matrix.org` OR IT WILL LIKELY ACL BAN EVERYONE
|
|
||||||
ELSE. YOU HAVE BEEN WARNED.._**
|
|
||||||
- `matrix.org`, `evulid.cc`
|
- `matrix.org`, `evulid.cc`
|
||||||
- Run instances of [matrix-public-archive](https://github.com/matrix-org/matrix-public-archive/issues/47) which [misses proper ability to opt-out](https://github.com/matrix-org/matrix-public-archive/issues/47)
|
- Run instances of [matrix-public-archive](https://github.com/matrix-org/matrix-public-archive/issues/47) which [misses proper ability to opt-out](https://github.com/matrix-org/matrix-public-archive/issues/47)
|
||||||
- `dendrite.matrix.org` is innocent :sweat_smile:
|
|
||||||
- `the-apothecary.club`
|
|
||||||
- _USA far left_ homeserver, confusing in Fenno-Scandia, may be banned from
|
|
||||||
my public rooms to avoid fourth worse conflict.
|
|
||||||
- `nitro.chat`
|
- `nitro.chat`
|
||||||
- Poorly protected from abuse, abuse contact joins room that their users are raiding and leaves immediately without doing anything.
|
- Poorly protected from abuse, abuse contact joins room that their users are raiding and leaves immediately without doing anything.
|
||||||
- `disroot.org`, `privacytools.io`, `feneas.org`, `liberta.casa`
|
- `disroot.org`, `privacytools.io`, `feneas.org`, `liberta.casa`
|
||||||
- Legacy servers that have discontinued, are in progress of discontinuing or
|
- Legacy servers that have discontinued, are in progress of discontinuing or
|
||||||
are just closed for public, that have PL100 in my rooms.
|
are just closed for public, that have PL100 in my rooms.
|
||||||
- `glowers.club`, `midov.pl`, `kiwifarms.net`, `nerdsin.space`, `thisisjoes.site`, `pp13.space`, `[no.]lgbtqia.zone`, `freyachat.eu`
|
- `glowers.club`, `midov.pl`, `kiwifarms.net`, `nerdsin.space`, `thisisjoes.site`, `pp13.space`
|
||||||
- Connected to abusive raids on communities that I am a part of, sometimes even moderate.
|
- Connected to abusive raids on communities that I am a part of, sometimes even moderate.
|
||||||
- Others
|
- Others
|
||||||
- Most likely inherited from _Community Moderation Effort_.
|
- Most likely inherited from _Community Moderation Effort_.
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
# hookshot room state configuration
|
# hookshot room state configuration
|
||||||
|
|
||||||
When Hookshot is configured via the manage integrations menu, it appears to
|
When Hookshot is configured via the manage integrations menu, it appears to
|
||||||
perform two state events with state keys:
|
perform two state installations/directories/whatever:
|
||||||
|
|
||||||
- `uk.half-shot.matrix-hookshot.feed`
|
- `uk.half-shot.matrix-hookshot.feed`
|
||||||
- state events with state keys that are the feed name
|
- contains state events with the feed name
|
||||||
- contains the json below
|
- contains the json below
|
||||||
- `io.element.integrations.installations`
|
- `io.element.integrations.installations`
|
||||||
- contains uuid below
|
- contains uuid below
|
||||||
|
Loading…
x
Reference in New Issue
Block a user