Age | Commit message (Collapse) | Author |
|
are run if they are not implemented per module
|
|
|
|
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.
|
|
some valgrind errors with db_sql_live
|
|
|
|
cleanup, and allow protocol mods to depend on each
other
|
|
|
|
insert. This is caused from serialize() only setting a key on
certain conditions and otherwise doing nothing at all.
|
|
|
|
be specified at runtime
|
|
need to, fixed sqlite to work again
|
|
db_sql to update the databases incrementally instead of one big flush
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|