Age | Commit message (Collapse) | Author |
|
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-20.. Anope Team/-2014 Anope Team/i' {} \;
|
|
|
|
|
|
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.
|
|
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-2012 Anope Team/-2013 Anope Team/i' {} \;
|
|
|
|
cleanup, and allow protocol mods to depend on each
other
|
|
|
|
be specified at runtime
|
|
|
|
|
|
This allows naming commands and having spaces within command names.
|
|
to translate strings in 3rd party modules
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
clearmodes, removed /cs akick (un)stick, added /cs clearusers
|
|
|
|
|
|
|
|
|
|
|
|
STL strings
|
|
|
|
remote RPC calls to Anope in realtime and receive responses
|
|
|
|
|