Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
The previous default example (which is in use on many Anope networks) refers to Services in 2nd person, then 1st person - in the same sentence.
|
|
|
|
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>.
|
|
|
|
|
|
|
|
This breaks the `killprotect' functionality, because a user is expected to turn into guest after the specified amount of time.
Also new users that register their nicknames will wonder why they can't join a +R channel but they didn't change their nick to Guest*
|
|
|
|
|
|
stats.standalone.example.conf and irc2sql.example.conf.
|
|
|
|
|
|
Fixed stupid simple type, changed "bot not both" to "but not both"
|
|
Also improve the hide_* descriptions slightly.
|
|
|
|
with example.conf, etc.
|
|
Make it more clear where the uplink config goes.
|
|
|
|
|
|
Missing permissions that otherwise allow any registered user to turn on/off chanstats option to any other user
|
|
|
|
|
|
Disable the os_oline module by default.
|
|
|
|
|
|
This only works on UnrealIRCd 3.2 (which has been EOL for over a
year now) and regularly confuses users who think that "your IRCd
does not support OMODE" is an error they need to fix.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
As seen within this commit: https://github.com/anope/anope/commit/22658d63bdb1e52a66f4514af45fa55ca5891345
'expiretimeout' is no longer set within cs_seen and I can't see it used elsewhere to be needed in the config.
|
|
|
|
These SASL mechanisms are considered insecure and should not be
used anymore.
|
|
|
|
|
|
example.conf: announce operserv/chankill as well
|
|
|
|
|
|
|
|
|
|
Fix a ton of typos.
|