~singpolyma/biboumi

aaf71774 — Florent Le Coz 8 years ago
Write the software version, including the git hash, in config.h using cmake
2117838c — Florent Le Coz 8 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 8 years ago
Implement a way to add callbacks, waiting for an IRC event to return an iq
a705b9af — Florent Le Coz 8 years ago
Remove a duplicate “connection closed” message
77fe8b89 — Florent Le Coz 8 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 8 years ago
Document the new way to send private messages
04de62a4 — Florent Le Coz 8 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 8 years ago
Mini comment fix
9757c2c6 — Florent Le Coz 8 years ago
includes from cmake BINARY_DIR should be included before considering SOURCE_DIR
6cbaa2c6 — Florent Le Coz 8 years ago
Document the encryption, and a few documentation issues are fixed
7c1a3899 — Florent Le Coz 8 years ago
Rewrite the whole IID usage

IRC users and channels are now distinguished by the separator used in the
IID (% or !).

ref #2468
6210a9d5 — Florent Le Coz 8 years ago
Add an <error/> element when the provided form is wrong, in two ad-hoc commands
5d1a567e — Florent Le Coz 8 years ago
Handle the 'cancel' ad-hoc action, and return an error for unsupported actions

ref #2521
3ea029dd — Florent Le Coz 8 years ago
Remove inactive ad-hoc sessions after a given time

ref #2521
1604320a — Florent Le Coz 8 years ago
Make the XMPP component port configurable

fix #2541
8b30e312 — Florent Le Coz 8 years ago
Add a TimedEvent to cancel the connection to a server after 5 seconds
349dc06e — Florent Le Coz 8 years ago
Silence warnings coming from Botan headers
800d7df9 — Florent Le Coz 8 years ago
Properly search for libbotan even in a botan-1.11 subdirectory
3d918355 — Emmanuel Gil Peyrot 8 years ago
Convert \n to <br/> in xhtml body

fix #2539
2d5e2fdc — Florent Le Coz 8 years ago
Give two supported compilers, as examples
Next