~singpolyma/biboumi

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
524f7925 — Florent Le Coz 9 years ago
Add some details in the INSTALL file
2cf64e10 — Florent Le Coz 9 years ago
Provide a make dist target
39175e1a — Florent Le Coz 9 years ago
Little documentation update
a2d55e4b — Florent Le Coz 9 years ago
Rename cmake target test->test_suite for cmake 3.0

See CMP0037
7b785cf5 — Florent Le Coz 9 years ago
Delete the timeout event using the correct socket number, instead of -1

Was causing the event to not be removed in case of connection failure, which
lead to a dangling timed event named “timeout-1”, which was called later, by
some other SocketHandler for which even the socket creation failed (so, its
socket is -1), with a pointer to the previous SocketHandler which has
disappeared for a long time: segmentation fault etc.
545ab11f — Florent Le Coz 9 years ago
Support version request to IRC users
Next