Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Unlike other regular expression engines this is available on all
systems.
|
|
|
|
|
|
Users should migrate to m_regex_pcre2 instead.
|
|
Calling a printf-like function with the wrong type of arguments causes
unpredictable behavior.
Signed-off-by: Mingjie Shen <shen497@purdue.edu>
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|