~singpolyma/biboumi

11a31db2 — Florent Le Coz 9 years ago
Send the reason of the connection close to the user
4582f107 — Florent Le Coz 9 years ago
Bump master version to 2.0~dev
812f99ba — Florent Le Coz 9 years ago
Merge branch 'v1'
b578aebc — Florent Le Coz 9 years ago
Release version 1.0
fa74493c — Florent Le Coz 9 years ago
Add a CHANGELOG file describing a general view of 1.0 features
8c34576e — Florent Le Coz 9 years ago
Move some members of TCPSocketHandler into the SocketHandler class
04d99916 — Florent Le Coz 9 years ago
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.
b0ae8c66 — Florent Le Coz 9 years ago
Also remove that from the spec file
d6462664 — Florent Le Coz 9 years ago
Remove biboumi_logdir from the spec file
eb76171a — Florent Le Coz 9 years ago
Run the test_suite in the spec %check section
cec9fed1 — Florent Le Coz 9 years ago
Fix a typo
735ae278 — Florent Le Coz 9 years ago
Enable assert() even in release mode, in the test_suite
7fcc77f5 — Florent Le Coz 9 years ago
Provide a spec file to build a Fedora RPM
01c1ea14 — Florent Le Coz 9 years ago
Use systemd-daemon logging prefix if available
e01e34db — Florent Le Coz 9 years ago
Provide an example unit file for systemd
5a43ac9a — Florent Le Coz 9 years ago
Provide an example configuration file
70ebbae1 — Florent Le Coz 9 years ago
Regularly send a notification for the systemd watchdog
a165e592 — Florent Le Coz 9 years ago
Fix some cmake issues

fix #2551
48ed4720 — Florent Le Coz 9 years ago
Add missing <string> include in timed_events.hpp

fix #2552
6f181acc — Florent Le Coz 9 years ago
Fix ad-hoc “disconnect user” command. Do not add the <error/> on success
Next