~singpolyma/biboumi

807ac95e — louiz’ 6 years ago
Use a portable way to get the relative paths into __FILENAME__
7f577130 — louiz’ 6 years ago
ci: Print the locals before running
44101362 — louiz’ 6 years ago
ci: Remove openbsd job for now

[skip ci]
dac21197 — louiz’ 6 years ago
CI: refactor, and enable some specific test only on the master project

Because some of the jobs (the one using ssh runners, freebsd and openbsd)
use runners that are only available on my own project and not forks (for
security reasons), and some other jobs (coverity and sonar-qube) use private
variables to be able to run.  So, all these jobs would fail if run on a fork
project.
75778f41 — louiz’ 6 years ago
Add some missing includes
91f768a6 — louiz’ 6 years ago
Force the freebsd build to use clang++
344d9512 — louiz’ 6 years ago
ci: Don’t display g++ and clang++ --version
bea3a3a8 — louiz’ 6 years ago
ci: don’t set the locale env variablesx
e6b09eed — louiz’ 6 years ago
Add a freebsd ci test
c454a80e — louiz’ 6 years ago
e2e: Accept even more unordered things in the connection sequence
eb8f1cbc — louiz’ 6 years ago
Avoid a potential nullptr dereference
17f8cf64 — louiz’ 6 years ago
CI: add the docker tag for coverity and sonar-qube jobs
b65ff9ed — louiz’ 6 years ago
In the docker images, use port 1113 for charybdis’ identd connection
7784c568 — louiz’ 6 years ago
Update the verify_certificate_chain code to work with botan >= 1.11.34 as well
a66c67e2 — louiz’ 6 years ago
Add a missing ifdef botan
3ef78f44 — louiz’ 6 years ago
Add some missing botan includes
732f53d7 — louiz’ 6 years ago
Clean a few more things
3f53db79 — louiz’ 6 years ago
Use the new botan 1.11.32 Tls::Client API (but stay compatible with older ones)
5f9568ca — louiz’ 6 years ago
TLS: Enable ecc point compression

If available in Botan.

There is an issue where, if botan supports it but we don’t enable it, then
the TLS handshake may fail with some servers
ad22be41 — louiz’ 6 years ago
Do not fail to build if litesql is not there
Next