Age | Commit message (Collapse) | Author |
|
Cache xline nick, user, host, etc instead of rebuilding it everytime its
requested. Store users ip in sockaddr form and not string form to
prevent having to rebuild sockaddrs when checking xlines.
Also do not try to convert empty config values in Config::Get as this
can be rather common if a non string configuration value is not set, and
the cost of the ConvertException is great.
|
|
This allows fully tracking extbans and other modes set by a different
underlying mode, such as InspIRCd's namedmodes
Add two configuration options to cs_ban to configure which mode is set
and whether or not to kick banned users.
Add default "mute" fantasy command to botserv.example.conf
|
|
applied. Fix renaming opertypes on reload.
|
|
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-20.. Anope Team/-2014 Anope Team/i' {} \;
|
|
non conf opers on rehash
|
|
usestrictprivmsg
|
|
more stuff out of the core to the proper modules.
|
|
block
|
|
|
|
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
|
|
|
|
|
|
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' {} \;
|
|
|
|
|
|
|
|
cleanup, and allow protocol mods to depend on each
other
|
|
|
|
|
|
|
|
because it will not forward non recursive queries.
So, added support for SOA, NS, and AXFR requests.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
group multiple ips from one subnet to one session
|
|
|
|
|
|
side mlock usage configurable
|
|
using ascii, rfc1459, or a locale installed on the system
|
|
random number
|
|
unregistered users on connect. Suggested by Cronus.
|
|
registered channels. Prevents the core from always enforcing +r on every channel, even if chanserv is not loaded.
|
|
verification
|
|
all of the */list commands, etc.
Also extended the ability of akill to match a full nick!user@host and
real name of users.
|
|
|
|
made DNS query ids not random as they don't need to be.
|
|
notifiications
|
|
|
|
|
|
|