operprefix + ojoin: server oper prefix (!/mode y, above owner) auto-granted to opers + OJOIN command
This commit is contained in:
parent
8ebb106f97
commit
1dd7f77ca8
106 changed files with 687 additions and 711 deletions
|
|
@ -1,7 +1,6 @@
|
|||
//! recaptcha — gate registration behind a human-verification step. An unverified
|
||||
//! user is handed a one-time, IP-bound HS256 JWT and a URL to solve a reCAPTCHA at;
|
||||
//! once solved they present the signed token back with `CAPTCHA <token>` and the
|
||||
//! connection is allowed. reverse's own module.
|
||||
//! Gate registration behind a human-verification step. An unverified user is handed
|
||||
//! a one-time, IP-bound HS256 JWT and a URL to solve a reCAPTCHA at; once solved they
|
||||
//! present the signed token back with `CAPTCHA <token>` and the connection is allowed.
|
||||
//!
|
||||
//! Modes:
|
||||
//! * JWT-only (default): a validly-signed, unexpired, IP-matching token is proof
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue