Age | Commit message (Collapse) | Author |
|
os_ignore: Log expired ignores to the normal log level.
cs_drop: Allow Services Operators to actually drop channels in Read-Only mode.
os_akill, os_sxline, cs_akick: Log deletions by number.
|
|
|
|
Make some more strings translatable, and remove some that don't need translation at all.
Make expirytimes and units translatable.
Make predefined messages in listings also translatable.
Make the remaining command descriptions translatable.
Make some ns/cs info strings equal to dedupe in translation file. Add missing no-autoop setting to cs info output. Make some strings translatable.
|
|
os_set: Add missing debug text in help output.
|
|
show Expires in /ns info if the nick is online currently as it confuses people
|
|
until after server sync
|
|
|
|
Keep track of what user modes are oper only/server only/etc
|
|
|
|
Completely modularize more features like bs_kick, entrymsg, log, mode, etc. Move fantasy to its own module. Move greet to its own module.
|
|
user ctor to ease handling users who connect already identified
|
|
registration setting
|
|
with a user, if the time on services vs the ircd are different it does weird things
|
|
are run if they are not implemented per module
|
|
more stuff out of the core to the proper modules.
|
|
|
|
being off by 1
|
|
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.
|
|
Mark our modules as VENDOR and allow modules to have multple types.
|
|
|
|
really work
|
|
|
|
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
|
|
|
|
|
|
by just moving pointers to the core
|
|
|
|
cleanup, and allow protocol mods to depend on each
other
|
|
authentication to unidentified users
|
|
|
|
ircd given value from NICK
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
unregistered users on connect. Suggested by Cronus.
|
|
|
|
|
|
|