Age | Commit message (Collapse) | Author |
|
|
|
Unlike other regular expression engines this is available on all
systems.
|
|
|
|
Users should migrate to m_regex_pcre2 instead.
|
|
This is separate from the existing UNBAN privilege which applies
to all users.
Closes #331.
|
|
Closes #330.
|
|
|
|
|
|
Closes #325.
|
|
|
|
- Reject auth attempts that try to authenticate using an alternate
authorization identity.
- Reject auth attempts that contain extraneous null bytes in the
string as required by the SASL PLAIN RFC.
- General code quality cleanup.
|
|
|
|
|
|
|
|
|
|
This should prevent users being renicked if they changed their nick
between services sending the renick and the IRCd receiving it.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This should help users diagnose issues easier.
|
|
|
|
This is useful when adding glob matches to the access list as a
reminder of who they actually match.
Resolves https://bugs.anope.org/view.php?id=1613
|
|
|
|
|
|
Ref: https://www.unrealircd.org/docs/Server_protocol:SQLINE_command
|
|
|
|
This only happens when a nickname is registered via webcpanel and said nickname is online.
|
|
|
|
|
|
|
|
|
|
conan install src\win32\conanfile.txt --build=missing
cmake -B build .
cmake --build build --config Release --target PACKAGE
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The bot user needs to be marked as introduced in order to send an
oper type.
|
|
Also clean up the socket code slightly.
|
|
|
|
|
|
|
|
|
|
|