Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
wildcaded forbids depends on the IRCd
|
|
|
|
if a module adding a forbid is unloaded without removing the forbid
|
|
|
|
|
|
|
|
This reverts commit 9a9ca417500e3de64013583e3f6db8dd165d9a95.
|
|
|
|
|
|
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-20.. Anope Team/-2014 Anope Team/i' {} \;
|
|
defaultlanguage really works
|
|
debug log message in extensible.cpp
|
|
|
|
|
|
nicks/channels always end up with the defaults enabled, even if they explicitly have them set off. Fix setting nickserv defaults to none.
|
|
|
|
|
|
|
|
Completely modularize more features like bs_kick, entrymsg, log, mode, etc. Move fantasy to its own module. Move greet to its own module.
|
|
are run if they are not implemented per module
|
|
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' {} \;
|
|
system headers
|
|
configuration directives to the actual modules they are used in.
|
|
|
|
Mark our modules as VENDOR and allow modules to have multple types.
|
|
|
|
having to iterate over all channels and then all access entries when nicks expire or from nickserv/alist
|
|
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' {} \;
|
|
|
|
cleanup, and allow protocol mods to depend on each
other
|
|
levels to ACCESS_FOUNDER, fix cs_enforce +R from an earlier commit, fixed ChangeModeInternal TS checking when IRCds don't send TS on mode
|
|
|
|
|
|
|
|
|
|
be specified at runtime
|
|
|
|
|
|
|
|
order of saving memos (among other things)
|
|
|
|
|
|
|
|
|
|
|