mirror of
https://github.com/matrix-construct/construct
synced 2024-11-17 23:40:57 +01:00
Document efnet-style GLINE protocol.
This commit is contained in:
parent
f1d07f6b7c
commit
86aba27c2d
1 changed files with 19 additions and 0 deletions
|
@ -256,6 +256,25 @@ parameters: space separated capability list
|
||||||
|
|
||||||
Capability list of remote server.
|
Capability list of remote server.
|
||||||
|
|
||||||
|
GLINE
|
||||||
|
efnet TS6
|
||||||
|
capab: GLN
|
||||||
|
source: user
|
||||||
|
parameters: user mask, host mask, reason
|
||||||
|
propagation: broadcast
|
||||||
|
|
||||||
|
Propagates a G:line vote. Once votes from three different opers (based on
|
||||||
|
user@host mask) on three different servers have arrived, trigger the G:line.
|
||||||
|
Pending G:lines expire after some time, usually ten minutes. Triggered G:lines
|
||||||
|
expire after a configured time which may differ across servers.
|
||||||
|
|
||||||
|
Requests from server connections must be propagated, unless they are found to
|
||||||
|
be syntactically invalid (e.g. '!' in user mask). Therefore, disabling glines
|
||||||
|
must not affect propagation, and too wide glines, double votes and glines that
|
||||||
|
already exist locally must still be propagated.
|
||||||
|
|
||||||
|
Of course, servers are free to reject gline requests from their own operators.
|
||||||
|
|
||||||
INFO
|
INFO
|
||||||
source: user
|
source: user
|
||||||
parameters: hunted
|
parameters: hunted
|
||||||
|
|
Loading…
Reference in a new issue