Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Also remove /ns status, which is now almost useless with no recognized
status, and /ns access.
|
|
|
|
Remove redis database support
|
|
This makes it easier to see which send functions a protocol module
implements as they are all explicitly registered by the module, and
avoids the problem of subtly breaking other protocol modules when
using inheritance.
Also split the old "core" send implementations out into a module, and
the TS6 ID generator
|
|
accessors for many
|
|
|
|
|
|
Now UnrealIRCd 3.2.x support has been removed nothing uses this.
|
|
|
|
module out of extras.
|
|
|
|
|
|
account.
|
|
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.
(cherry picked from commit 663e79e4d3758c2738ed020ed2b2b5f65b2cf8d2)
|
|
|
|
|
|
(cherry picked from commit 0e9a1e87d0231cb3c0ebace983fc4593d0112919)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
Split service management code nito a proper servicemanager. Make service
references managed instead of lazy lookup. Also made events and
serializable use service manager instead of their respective systems for
management
|
|
These SASL mechanisms are considered insecure and should not be
used anymore.
|
|
|
|
|
|
example.conf: announce operserv/chankill as well
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
chanserv/access etc.
|