~singpolyma/biboumi

f9eb534d — louiz’ 6 years ago
Start version 4.0
0f14fe83 — louiz’ 6 years ago
Release 3.0
0cf7fac2 — louiz’ 6 years ago
Be verbose with make check
ec0e87a9 — louiz’ 6 years ago
Test the version request, in many ways
f0a25ccd — louiz’ 6 years ago
Lower case the nick, when forwarding a version or ping request
3fbe01bb — louiz’ 6 years ago
Test the kick on a multisession nick
58000c36 — louiz’ 6 years ago
Rephrase an error message
f89361c3 — louiz’ 6 years ago
Provide a --help option

fix #3183
47902953 — louiz’ 6 years ago
test kick
37800c80 — louiz’ 6 years ago
Actually it works when we surrount the WHOLE string with quotes

Not just part of it
1dd324ae — louiz’ 6 years ago
lol k gitlab-ci. It fails to parse a string that contains :
b66c006a — louiz’ 6 years ago
Trivial micro fix
6ca68965 — louiz’ 6 years ago
ci: echo the cmake command line arguments
4463e9f5 — louiz’ 6 years ago
Document the multi-nick session thing
085a48ea — louiz’ 6 years ago
Do not use the logger before the configuration has been loaded first
cf9104e3 — louiz’ 6 years ago
Update the changelog by adding (all?) the changes in 3.0
d46e0a91 — louiz’ 6 years ago
Mark some more cmake variables as advanced
0d1e0629 — louiz’ 6 years ago
Fix the timeout test, now that we don't wait 1ms too much everytime
5c78692f — louiz’ 6 years ago
Do not add 1ms to the timeout of our poller

Can’t remember why I did this, but that must be a stupid reason. Everything
must work even with a timeout of 0.
11a1c0cc — louiz’ 6 years ago
Always remove all the DNS sockets on an c-ares event

Because c-ares may close one of its socket, even if it’s not the one that
has the event. Otherwise we may not know when a socket has been removed from
our poller (automatically, when close()ed) and this leads to bugs.
Next