Age | Commit message (Collapse) | Author |
|
Windows can require
|
|
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
|
|
|
|
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
|
|
Mark our modules as VENDOR and allow modules to have multple types.
|
|
use them, so that if other database modules that use them are loaded they can keep track of objects properly
|
|
|
|
|
|
of that type (it will leave the old database with old objects currently)
|
|
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' {} \;
|
|
objects. Fix os_dns for sql(live)
|
|
|
|
cleanup, and allow protocol mods to depend on each
other
|
|
|
|
|
|
|
|
|
|
be specified at runtime
|
|
|
|
month and day, #1383
|
|
|
|
|
|
|
|
|
|
|
|
the list being destructed before members in it
|
|
module.
|