~singpolyma/biboumi

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
b747f282 — Florent Le Coz 9 years ago
Respond to IQ version on the gateway, a server or a chan with biboumi version

ref #2455
aaf71774 — Florent Le Coz 9 years ago
Write the software version, including the git hash, in config.h using cmake
2117838c — Florent Le Coz 9 years ago
Return a proper iq when the IRC server responds to our kick

A result or an error, depending on the type of message
26ffc8fe — Florent Le Coz 9 years ago
Implement a way to add callbacks, waiting for an IRC event to return an iq
a705b9af — Florent Le Coz 9 years ago
Remove a duplicate “connection closed” message
77fe8b89 — Florent Le Coz 9 years ago
Make the Botan rng, credential_manager etc be static

This actually makes the session_manager be useful, and saves a few octets of
memory for the other ones
386ac418 — Florent Le Coz 9 years ago
Document the new way to send private messages
04de62a4 — Florent Le Coz 9 years ago
Messages to room participants are forwarded to the IRC user

For example, both JID #chan%server@biboumi/Toto and toto!server@biboumi are
equivalent, except that if you send a message to the first one, subsequent
messages coming from the user toto will come from that same JID. This is
done to be consistent for the XMPP user, and respond from the same JID than
the 'to' of the first message.

fix #2468
56eb5df2 — Florent Le Coz 9 years ago
Mini comment fix
Next