Send the reason of the connection close to the user
Bump master version to 2.0~dev
Add a CHANGELOG file describing a general view of 1.0 features
Move some members of TCPSocketHandler into the SocketHandler class
Add a level of inheritance above SocketHandler
SocketHandler has been renamed to TCPSocketHandler
SocketHandler is now a simple interface with a few methods, used only by
Poller.
This way we can inherite from the new SocketHandler class, to handle other
types of sockets, and still make them manageable by the poller without any
change in the Poller class.
Also remove that from the spec file
Remove biboumi_logdir from the spec file
Run the test_suite in the spec %check section
Enable assert() even in release mode, in the test_suite
Provide a spec file to build a Fedora RPM
Use systemd-daemon logging prefix if available
Provide an example unit file for systemd
Provide an example configuration file
Regularly send a notification for the systemd watchdog
Fix some cmake issues
fix #2551
Add missing <string> include in timed_events.hpp
fix #2552
Fix ad-hoc “disconnect user” command. Do not add the <error/> on success