Age | Commit message (Collapse) | Author |
|
|
|
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.
|
|
way to test for a valid IP
|
|
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.
|
|
|
|
|
|
|
|
|
|
expiries to days
|
|
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-2012 Anope Team/-2013 Anope Team/i' {} \;
|
|
|
|
|
|
|
|
Made enc_old depend on enc_md5.
Allow not loading any encryption modules if you want to only use an
external mechanism.
Removed ns_sendpass since it's just a bad idea.
|
|
cleanup, and allow protocol mods to depend on each
other
|
|
|
|
|
|
|
|
|
|
|
|
|
|
all of the */list commands, etc.
Also extended the ability of akill to match a full nick!user@host and
real name of users.
|
|
we've switched off of SVN. Instead just use the hash for the current head when building. Also recheck the hash on every make not just Config.
|
|
|
|
made DNS query ids not random as they don't need to be.
|
|
|
|
|
|
|
|
session view when a session exception is added at a lower limit than th default
|
|
use C99's stdint.h (or cstdint if available) to get (u)intX_t types instead of our stupid typedefs. pstdint.h included in case there is no cstdint or stdint.h available.
|
|
module.
|
|
|
|
This allows naming commands and having spaces within command names.
|
|
|
|
found in the string but you wanted the first "token".
|
|
to translate strings in 3rd party modules
|
|
|
|
|
|
not sleep(), enable usage of non-blocking connect() and default all sockets to non blocking mode. Some cleanup to m_ssl and some cleanup to main.cpp.
|
|
|
|
|
|
|
|
|
|
unnecessarily rebuilding on every make
|
|
|
|
|
|
ns_resetpass allow remote-id to get past things such as kill immed.
|