Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
admins only
|
|
|
|
|
|
This allows naming commands and having spaces within command names.
|
|
|
|
to translate strings in 3rd party modules
|
|
|
|
|
|
|
|
|