Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Closes #465.
|
|
Closes #471.
|
|
|
|
This avoids slow startups for the 95% of users who are using the
db_flatfile database backend.
|
|
The former causes a dereference which cause a database update. This
is not good for performance with db_sql_live on bigger networks.
|
|
Closes #444.
|
|
|
|
|
|
This fixes being unable to unset mlock on the first attempt.
|
|
|
|
|
|
This fixes IRCd-side account cloaks causing CHGHOST spam.
|
|
|
|
Closes #409.
|
|
Resolves the issues some people were having with extremely wide rows.
|
|
This isn't actually used by MySQL for the column width.
|
|
|
|
|
|
|
|
I'll fix this properly in 2.1 because I don't want to make big
changes to 2.0.
Closes #384.
|
|
|
|
|
|
Closes #386.
|
|
Closes #376.
|
|
Closes #366.
|
|
|
|
|
|
|
|
|
|
This prevents zombie accounts from being left around that can't be
authenticated to.
Closes #355.
|
|
|
|
|
|
|
|
Closes #351.
|
|
|
|
|
|
|
|
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.
|
|
|