Age | Commit message (Collapse) | Author |
|
Cache xline nick, user, host, etc instead of rebuilding it everytime its
requested. Store users ip in sockaddr form and not string form to
prevent having to rebuild sockaddrs when checking xlines.
Also do not try to convert empty config values in Config::Get as this
can be rather common if a non string configuration value is not set, and
the cost of the ConvertException is great.
|
|
Improve the log message for failed logins.
|
|
|
|
|
|
|
|
|
|
|
|
if a module adding a forbid is unloaded without removing the forbid
|
|
|
|
|
|
sessions closed when a Mechanism is unloaded
|
|
|
|
subclass suspendinfo
|
|
|
|
|
|
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-20.. Anope Team/-2014 Anope Team/i' {} \;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Keep track of what user modes are oper only/server only/etc
|
|
|
|
|
|
it as rewrites. Allow cs_log to work with either command names or service names.
|
|
|
|
Completely modularize more features like bs_kick, entrymsg, log, mode, etc. Move fantasy to its own module. Move greet to its own module.
|
|
more stuff out of the core to the proper modules.
|
|
|
|
|
|
system headers
|