Age | Commit message (Collapse) | Author |
|
It is useful for init systems or startup scripts, because it allows easily waiting until services connect to the uplink, without them forking it wouldn't be possible to tell if they finished initialization or not unless they would communicate directly with init systems like systemd.
|
|
we're not forking. Also don't issue the run as root warning if we're going to setuid later.
|
|
|
|
applied. Fix renaming opertypes on reload.
|
|
|
|
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-20.. Anope Team/-2014 Anope Team/i' {} \;
|
|
on shutdown/restart wait for any pending saves to finish
|
|
after unserializing persist on
|
|
|
|
|
|
|
|
|
|
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' {} \;
|
|
configuration directives to the actual modules they are used in.
|
|
call it on module load on modules that hook to it
|
|
some engines cant survive a fork()
|
|
|
|
|
|
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
|
|
specified in the config now
|
|
|
|
|
|
|
|
be a bit more C++ ish
|
|
|
|
be specified at runtime
|
|
|
|
file/pipe/not a tty
|
|
random number
|
|
|
|
|
|
|
|
|
|
made DNS query ids not random as they don't need to be.
|
|
|
|
|
|
|
|
copy kqueue descriptors on freebsd which caused problems
|
|
|
|
|
|
|
|
|
|
being introduced by 3rd party modules
|
|
|