Age | Commit message (Collapse) | Author |
|
|
|
|
|
Ref: https://www.unrealircd.org/docs/Server_protocol:SQLINE_command
|
|
|
|
|
|
This will allow people to send emails using HTML or non UTF-8 text.
|
|
|
|
This only happens when a nickname is registered via webcpanel and said nickname is online.
|
|
|
|
|
|
From https://www.rfc-editor.org/rfc/rfc5321#section-2.3.1:
> Lines consist of zero or more data characters terminated by the
> sequence ASCII character "CR" (hex value 0D) followed immediately by
> ASCII character "LF" (hex value 0A).
|
|
|
|
|
|
|
|
|
|
conan install src\win32\conanfile.txt --build=missing
cmake -B build .
cmake --build build --config Release --target PACKAGE
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This invokes undefined behaviour on modern compilers.
|
|
|
|
Ref: #309
|
|
|
|
|
|
|
|
Ref: #308
Co-authored-by: Hendrik Jäger <gitcommit@henk.geekmail.org>
|
|
Ref: #307
Co-authored-by: Hendrik Jäger <gitcommit@henk.geekmail.org>
|
|
Ref: #306
Co-authored-by: Hendrik Jäger <gitcommit@henk.geekmail.org>
|
|
|
|
|
|
The translations are updated so infrequently that these always
change a bunch and it makes reading the diffs really hard.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The bot user needs to be marked as introduced in order to send an
oper type.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|