Age | Commit message (Collapse) | Author |
|
wildcaded forbids depends on the IRCd
|
|
|
|
if a module adding a forbid is unloaded without removing the forbid
|
|
|
|
|
|
|
|
This reverts commit 9a9ca417500e3de64013583e3f6db8dd165d9a95.
|
|
|
|
|
|
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
|
|
defaultlanguage really works
|
|
debug log message in extensible.cpp
|
|
|
|
|
|
nicks/channels always end up with the defaults enabled, even if they explicitly have them set off. Fix setting nickserv defaults to none.
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
warnings
|
|
Completely modularize more features like bs_kick, entrymsg, log, mode, etc. Move fantasy to its own module. Move greet to its own module.
|
|
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' {} \;
|
|
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
|
|
use them, so that if other database modules that use them are loaded they can keep track of objects properly
|
|
|
|
|
|
|
|
|
|
weirdness from a few Serializable items we had on the stack. Added a comment about why operator< in Reference fails.
|
|
|
|
having to iterate over all channels and then all access entries when nicks expire or from nickserv/alist
|
|
|