Age | Commit message (Collapse) | Author |
|
into two so I can do this as I need to run named commands for it
|
|
|
|
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-20.. Anope Team/-2014 Anope Team/i' {} \;
|
|
|
|
|
|
are run if they are not implemented per module
|
|
|
|
separators are found in a row
|
|
configuration directives to the actual modules they are used in.
|
|
to be separated... replace chanserv/set privilege with chanserv/administration. Dont tell users to use 'help' for more help if there is no help.
|
|
|
|
|
|
longer necessary
|
|
flags we have juse strings instead of defines/enums
|
|
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-2012 Anope Team/-2013 Anope Team/i' {} \;
|
|
message processing is done
|
|
|
|
cleanup, and allow protocol mods to depend on each
other
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
compiler warnings
|
|
This allows naming commands and having spaces within command names.
|
|
|
|
to translate strings in 3rd party modules
|
|
use Anope::string
|
|
load.
|
|
|
|
out of the core and into the modules that use them.
|
|
|
|
|
|
to cut back on their code duplication. More work can be done in the future to remove even more of it.
|
|
|
|
|
|
|
|
expanded on later
|
|
|
|
members of modules. This means the commands are automatically destructed when the module is unloaded. Cleans up some old ugly code.
|
|
Anope::string class, plus some other little fixes here and there. If you follow 1.9.x development and are testing things, THIS is one of those things that NEEDS testing.
|