Age | Commit message (Collapse) | Author |
|
This was done in some places already but not consistently.
Closes #349.
|
|
|
|
|
|
|
|
Having these throw is terrible for ergonomics and there are loads
of places where the exception was either silently ignored or not
handled at all. Having a function which returns an optional and
another that returns a default works a lot better imo.
|
|
|
|
|
|
Closes #369.
|
|
|
|
|
|
|
|
This prevents zombie accounts from being left around that can't be
authenticated to.
Closes #355.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
These have no external dependencies so it makes no sense to not
always build them.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Users should migrate to m_regex_pcre2 instead.
|
|
|
|
|
|
|
|
conan install src\win32\conanfile.txt --build=missing
cmake -B build .
cmake --build build --config Release --target PACKAGE
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is not necessary now we use C++17.
|
|
|
|
|
|
|
|
This replaces a mixture of no include guards, ANOPE_FOO_H, and FOO_H.
|
|
Also clear up warnings that this exposed.
|
|
|
|
|