]> jfr.im git - solanum.git/blob - help/opers/setfilter
Terminate last line in setfilter help
[solanum.git] / help / opers / setfilter
1 SETFILTER * ENABLE
2 SETFILTER * DISABLE
3 SETFILTER * DROP
4 SETFILTER * ABORT
5 SETFILTER [server-mask] <check> { NEW | APPLY | +<data> }
6
7 Manages Hyperscan message filtering.
8
9 ENABLE activates filtering.
10
11 DISABLE deactivates filtering. It can be re-enabled with ENABLE.
12
13 DROP unloads the currently loaded Hyperscan database, if any.
14
15 ABORT cancels a database load operation started with NEW.
16
17 NEW prepares a buffer to accept a new Hyperscan database.
18
19 <data> is a base64 encoded chunk of a serialized hyperscan database.
20
21 APPLY deserialises the buffer and sets the resulting hyperscan database
22 as the one to use for filtering.
23
24 <check> can be any string and must be the same for all NEW, +<data>, and
25 APPLY commands for a single hyperscan database.
26
27 Requires Oper Priv: oper:admin