Age | Commit message (Collapse) | Author |
|
bump the ts to try again later.
|
|
|
|
Fix db_sql_live to not reinsert all records if there are extra columns.
Plexus has no chmode +r
|
|
unload before it when shutting down remove their items then
|
|
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' {} \;
|
|
system headers
|
|
configuration directives to the actual modules they are used in.
|
|
dont need the headers too
|
|
call it on module load on modules that hook to it
|
|
Mark our modules as VENDOR and allow modules to have multple types.
|
|
want a database import
|
|
|
|
|
|
|
|
weirdness from a few Serializable items we had on the stack. Added a comment about why operator< in Reference fails.
|
|
|
|
|
|
check that it really returns a value before using it.
Also fix memos to cleanup after themselves when deleted.
|
|
|
|
some valgrind errors with db_sql_live
|
|
|
|
cleanup, and allow protocol mods to depend on each
other
|
|
|
|
prevent rewriting later if they aren't changed
|
|
problem internally ovwrwriting data on objects that we have modified and are queued because of assigning something to a serialize_obj reference
|
|
|
|
insert. This is caused from serialize() only setting a key on
certain conditions and otherwise doing nothing at all.
|
|
|
|
need to, fixed sqlite to work again
|
|
db_sql to update the databases incrementally instead of one big flush
|
|
|