Age | Commit message (Collapse) | Author |
|
|
|
|
|
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.
|
|
|
|
|
|
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.
|