Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
|
|
|
|
|
|
I can't see any places this might be called on a null pointer.
|
|
|
|
|
|
|