Age | Commit message (Collapse) | Author |
|
|
|
Update for Italian translation
|
|
|
|
Update for the old Italian translation of Anope, with new translated strings, correction of grammatical errors and other minor changes.
|
|
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.
|
|
|
|
cs_set uses this to set -P on permanent channels if they are persistent.
Also move similar event in nickcore/nickalias destruction
|
|
Change initial channel creation to on post init so it will be part of
the burst.
|
|
|
|
|
|
|
|
|
|
Advertise SASL mechanisms to UnrealIRCd servers.
|
|
Load sasl module by default.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
IPv6 support for m_dnsbl and sockaddrs::reverse()
|
|
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.
|
|
|
|
|
|
|
|
|