Age | Commit message (Collapse) | Author |
|
|
|
|
|
Keep track of what user modes are oper only/server only/etc
|
|
|
|
|
|
more stuff out of the core to the proper modules.
|
|
find ./ -name '*.cpp' -exec sed -i 's/Get<const Anope::string\&>/Get<const Anope::string>/g' {} \;
|
|
configuration directives to the actual modules they are used in.
|
|
|
|
|
|
|
|
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' {} \;
|
|
by just moving pointers to the core
|
|
|
|
|
|
|
|
cleanup, and allow protocol mods to depend on each
other
|
|
|
|
This reverts commit 87478187af9f6f670ebf679ce7cc6cc29b21f7af.
|
|
|
|
|
|
|
|
be a bit more C++ ish
|
|
shutdown
|
|
|
|
|
|
default messages for very standard things (KICK etc)
|
|
|
|
|
|
|
|
|
|
detecting quitstorm support on ratbox
|
|
|
|
|
|
|
|
|
|
This allows naming commands and having spaces within command names.
|
|
|
|
location in the configuration file.
|
|
|
|
unnecessarily rebuilding on every make
|
|
accidentally translating them if we shouldnt
|
|
pointless and made m_asynch_commands respect user language settings.
|
|
|
|
|
|
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.
|