Be verbose with make check
Test the version request, in many ways
Lower case the nick, when forwarding a version or ping request
Test the kick on a multisession nick
Rephrase an error message
Provide a --help option
fix #3183
Actually it works when we surrount the WHOLE string with quotes
Not just part of it
lol k gitlab-ci. It fails to parse a string that contains :
ci: echo the cmake command line arguments
Document the multi-nick session thing
Do not use the logger before the configuration has been loaded first
Update the changelog by adding (all?) the changes in 3.0
Mark some more cmake variables as advanced
Fix the timeout test, now that we don't wait 1ms too much everytime
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.
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.