Differences From
Artifact [53956f184b]:
29 29
30 30 * `deny groupies allow +illuminati`: permits access to the illuminati, but excluding those members who are groupies
31 31 * `+illuminati deny groupies`: allows access to everyone but groupies (unless they're in the illuminati)
32 32 * `@eve @alice@nowhere.tld deny @bob @trent@witches.live`: grants access to eve and alice, but locks out bob and trent
33 33 * `<grand duke> #4th-intl<comrade>`: restricts the post to the eyes of the Fourth International's secret cabal of anointed comrades and the grand dukes of the Empire
34 34 * `deny ~%3`: blocks a post from being seen by anyone with a staff rank level below 3
35 35
36 -**limitations:** to inhibit potential denial-of-service attacks, ACL expressions can be a maximum of 128 characters, can contain at most 16 words, and cannot trigger queries against other servers. all information needed to evaluate an ACL expression must be known locally. this is particularly relevant with respect to rooms.
36 +**limitations:** to inhibit potential denial-of-service attacks, ACL expressions can be a maximum of 256 characters, can contain at most 16 words, and cannot trigger queries against other servers. all information needed to evaluate an ACL expression must be known locally. this is particularly relevant with respect to rooms.