Age | Commit message (Collapse) | Author |
|
|
|
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-20.. Anope Team/-2014 Anope Team/i' {} \;
|
|
|
|
|
|
until after server sync
|
|
Keep track of what user modes are oper only/server only/etc
|
|
doesn't as intended in ::Login
|
|
Completely modularize more features like bs_kick, entrymsg, log, mode, etc. Move fantasy to its own module. Move greet to its own module.
|
|
user ctor to ease handling users who connect already identified
|
|
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' {} \;
|
|
system headers
|
|
separators are found in a row
|
|
configuration directives to the actual modules they are used in.
|
|
|
|
|
|
SetCloakedHost logs a message like the user just changed their host
|
|
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' {} \;
|
|
|
|
message processing is done
|
|
|
|
by just moving pointers to the core
|
|
cleanup, and allow protocol mods to depend on each
other
|
|
|
|
|
|
|
|
|
|
ircd given value from NICK
|
|
|
|
|
|
|
|
be a bit more C++ ish
|
|
|
|
|
|
|
|
patch from cbiedl
|
|
|
|
last commit
|
|
|
|
made DNS query ids not random as they don't need to be.
|
|
|
|
|
|
|
|
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.
|
|
|