Age | Commit message (Collapse) | Author |
|
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
|
|
|
|
|
|
|
|
|
|
|
|
be set.
|
|
|
|
This allows naming commands and having spaces within command names.
|
|
not sleep(), enable usage of non-blocking connect() and default all sockets to non blocking mode. Some cleanup to m_ssl and some cleanup to main.cpp.
|
|
|