~singpolyma/biboumi

800d7df9 — Florent Le Coz 9 years ago
Properly search for libbotan even in a botan-1.11 subdirectory
3d918355 — Emmanuel Gil Peyrot 9 years ago
Convert \n to <br/> in xhtml body

fix #2539
2d5e2fdc — Florent Le Coz 9 years ago
Give two supported compilers, as examples
198b0fa6 — Florent Le Coz 9 years ago
Document the new optional libbotan dependency
23f32ba3 — Florent Le Coz 9 years ago
Implement TLS support using Botan

For now, it tries two TLS ports and then connects to the non-tls port.  In
the future we would like the user to be able to configure that.

fix #2435
fa071309 — Florent Le Coz 9 years ago
Little doc fix
be626554 — Florent Le Coz 9 years ago
Make the destructor of the SocketHandler class protected non-virtual
1706a92f — Florent Le Coz 9 years ago
Update the documentation
c530fb91 — Florent Le Coz 9 years ago
Do not send an item-not-found presence from an invalid JID
4a9beff7 — Florent Le Coz 9 years ago
Remove some unused function parameters names
a593d806 — Florent Le Coz 9 years ago
Document the `admin` configuration option
4e27298b — Florent Le Coz 9 years ago
Add an ad-hoc command to disconnect some users
f5b61f0f — Florent Le Coz 9 years ago
Add the libuuid dependency to the INSTALL file
c2311b28 — Florent Le Coz 9 years ago
Send (every 240s) a PING command to all connected irc servers

fix #2452
5c9d2c23 — Florent Le Coz 9 years ago
TimedEventsManager is now a singleton
5cca518c — Florent Le Coz 9 years ago
Timed events can have a name, and can be canceled based on their name
a63faf6f — Florent Le Coz 9 years ago
Use libuuid to generate unique IDs for iq and adhoc sessions
8eb9e535 — Florent Le Coz 9 years ago
Use pkg-config first to find libraries
86c6f36f — Florent Le Coz 9 years ago
Add missing files (for adhoc command support)
d33a3b7d — Florent Le Coz 9 years ago
XmlNode::get_children, to get a list of matching children instead of the first
Next