Age | Commit message (Collapse) | Author |
|
|
|
|
|
These have no external dependencies so it makes no sense to not
always build them.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|