~singpolyma/biboumi

0a4041f7 — Florent Le Coz 8 years ago
Fix the initial IRC nickname (was using realname, by mistake)
f928f762 — Florent Le Coz 8 years ago
Verify the remote TLS certificates using the system-wide trusted CAs
7e07a174 — Florent Le Coz 8 years ago
Fix the logger test when built without systemd
6430479a — Florent Le Coz 8 years ago
Add a IoTester class
6fb4cf5e — Florent Le Coz 8 years ago
Do not forget to implement a method
ccd185d3 — Florent Le Coz 8 years ago
Remove a useless assignment
34fc1d40 — Florent Le Coz 8 years ago
Implement a basic webirc support

See https://kiwiirc.com/docs/webirc

fix #3135
2c932cf0 — Florent Le Coz 8 years ago
Fix the double sending of the USER command
6c422861 — Florent Le Coz 8 years ago
Remove some useless includes
4dd01a29 — Florent Le Coz 8 years ago
Run the database tests with an in-memory sqlite db
66887c22 — Florent Le Coz 8 years ago
Add a few tests
73fd710c — Florent Le Coz 8 years ago
Only run “make coverage” in one CI build
b8b2d4f9 — Florent Le Coz 8 years ago
Remove the build+test script, just specify everything in the CI file
cfa754ed — Florent Le Coz 8 years ago
Add a .gitignore file
f03d1a16 — Florent Le Coz 8 years ago
Only download Catch when the test_suite target is built
580b721b — Florent Le Coz 8 years ago
Remove a write to std::cout from Database’s constructor
9fe94215 — Florent Le Coz 8 years ago
Make lcov gcov etc optional

make coverage will display an error instead
3b7bbe14 — Florent Le Coz 8 years ago
make coverage is only available with a debug build
db5e02a0 — Florent Le Coz 8 years ago
Document the test and coverage things in the INSTALL file
6ae7e08c — Florent Le Coz 8 years ago
Add code coverage support

make coverage runs the test_suite and generates a report
Next