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
|
|
Also allow log messages to be translatable
|
|
This was done with:
find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2017 Anope Team/i' {} \;
Added missing copyright headers to files that didn't have it yet.
|
|
|
|
on hybrid/bahamut
|
|
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
|
|
|
|
|
|
remove require_server flag
|
|
|
|
Also store cached state with the field by using Serialize::Storage for
field storage
|
|
accessors for many
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
account.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-20.. Anope Team/-2014 Anope Team/i' {} \;
Added missing copyright headers to files that didn't have it yet.
Fixed some whitespace and blank lines along the way.
|
|
|
|
|
|
|
|
|
|
some of the madness in chanserv.h to the module.
|