~singpolyma/biboumi

606700f4 — louiz’ 7 years ago
Improve e2e test, start mammond ourself, etc
73ad709d — louiz’ 7 years ago
Add a TEMPORARY work-around for botan 1.11.29
d57b8bb8 — louiz’ 7 years ago
Trivial formatting
b32729fb — louiz’ 7 years ago
Convert README, INSTALL etc to markdown
14930284 — louiz’ 7 years ago
Fetch Catch from our own clone, instead of the github one.

Avoids:

- Relying on github’s services
- Fetching a new (malicious) version, automatically, without any “check”
55d1d817 — Florent Le Coz 7 years ago
Provide a better way to check stanzas at each step of the end_to_end test
13eceeee — Florent Le Coz 7 years ago
Include a note on own to contribute changes
b47179f1 — Florent Le Coz 7 years ago
Fix the ordering of poll callbacks, with ppoll too
b29d9444 — Florent Le Coz 7 years ago
Close the epoll fd
1f1a27c9 — Florent Le Coz 7 years ago
Fix a few ci things
1ee5f8e0 — Florent Le Coz 7 years ago
end_to_end creates a config file before running biboumi
51a34f83 — Florent Le Coz 7 years ago
Add a basic integration test in python
37fd6ff1 — Florent Le Coz 7 years ago
log the handshake + stream opening/close in a more consistent way
6ee80ad2 — Florent Le Coz 7 years ago
Fix the ordering of poll callbacks (recv, connect, send)

Because if we have a send event to signal the connection sucess + a recv
event to signal something to read on the socket, we need to first finish the
connect process before reading the available data. That’s what we do now.
4cd97f7e — Florent Le Coz 7 years ago
Simplify the ci file
33917644 — Florent Le Coz 7 years ago
Remove the clang ci test that won’t work for a mysterious reason in my docker
21826036 — Florent Le Coz 7 years ago
Remove unused xml_unescape() function
a13285d0 — Florent Le Coz 7 years ago
Rename BasicCredentialManager
0a352e55 — Florent Le Coz 7 years ago
Move the irc callbacks into the cpp file
8c249f14 — Florent Le Coz 7 years ago
Build the rpm with gitlab-ci
Next