Age | Commit message (Collapse) | Author |
|
Check for 'hide' flag in commands in (bs,cs,ns)_set HELP
|
|
|
|
|
|
This was done with:
find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2018 Anope Team/i' {} \;
|
|
replaced with the display nickname.
|
|
This code is duplicated from help.cpp to (bs,cs,ns)_set.cpp for listing
the available SET commands. The check for the 'hide' flag was missed
and this incorrectly listed commands that were configured as hidden.
|
|
|
|
|
|
Skipping over empty values in the commasepstream can put the mode adding
logic out of order (eg. ignoring the first two tokens when they are the
needed tokens). Most modes are already added by being explicitly checked
for, but the "unknown" or "extra" modes are added here.
|
|
|
|
|
|
2.0: Fix sending incorrect RLines to InspIRCd
|
|
Currently a Regex AKILL is sent with a malformed mask to InspIRCd as an RLine.
InspIRCd expects a mask of 'n!u@h\sr', so we need to remove the enclosing
slashes (/.../), change the '#' separator to '\s', and change any literal
spaces to '\s' and then it creates a proper RLine.
|
|
Change initial channel creation to on post init so it will be part of
the burst.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
set it.
|
|
|
|
Remove other escapes to prevent double escape.
Not all replaced values were escaped, such as replies from commands.
|
|
InspIRCd: Send CHGIDENT/CHGHOST on SVSLOGIN
|
|
Updated m_dnsbl to support ipv6.
|
|
|
|
|
|
|
|
abuse policies
|
|
Add channel mode 'u', and 'L' to hybrid protocol module; Remove usele…
|
|
|
|
CAPABs that are mandatory for some years now.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
error
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
protocol/inspircd: Match servername as well on ENCAP
|