Age | Commit message (Collapse) | Author |
|
replaced with the display nickname.
|
|
|
|
|
|
|
|
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
|
|
This was done with:
find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2017 Anope Team/i' {} \;
Added missing copyright headers to files that didn't have it yet.
|
|
|
|
|
|
|
|
no user too
|
|
|
|
|