Age | Commit message (Collapse) | Author |
|
|
|
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
|
|
This will allow people to send emails using HTML or non UTF-8 text.
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also clean up the socket code slightly.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This code is incredibly error prone and it just duplicates behaviour
that CMake already implements with depend.make files.
|
|
|
|
|
|
|
|
|
|
|
|
- If referring to the specific piece of software use "Anope".
- If referring to services in general use "services".
|
|
|
|
|
|
|
|
Also clear up warnings that this exposed.
|
|
|
|
|
|
|
|
|