Age | Commit message (Collapse) | Author |
|
|
|
immediately
|
|
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-20.. Anope Team/-2014 Anope Team/i' {} \;
|
|
from a server burst
|
|
|
|
not set
|
|
after unserializing persist on
|
|
|
|
whether or not to sync the channel on creation, instead sync it when the server syncs.
|
|
Fix some oddities with using persistent channels with no botserv
Send list modes to uplink when bursting
Fix issues with persist + keepmodes
Fix /os modes clear all not clearing all status modes
Fix operwall on ratbox/plexus
Dont apply mlock in SetCorrectModes since that just recursively calls itself unncessarially
Change command logging to show the command name and not the service name
|
|
Keep track of what user modes are oper only/server only/etc
|
|
|
|
are run if they are not implemented per module
|
|
more stuff out of the core to the proper modules.
|
|
startup & dropping empty channels
|
|
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.
|
|
|
|
|
|
quit field
|
|
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' {} \;
|
|
message processing is done
|
|
|
|
cleanup, and allow protocol mods to depend on each
other
|
|
|
|
|
|
|
|
be a bit more C++ ish
|
|
|
|
|
|
|
|
compatible with current phpdenora or magirc installations.
|
|
registered channels. Prevents the core from always enforcing +r on every channel, even if chanserv is not loaded.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
modes by clients on burst
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This allows naming commands and having spaces within command names.
|