~singpolyma/biboumi

53e6b1da — Florent Le Coz 8 years ago
Fix the systemd-conditional code

By using SYSTEMD_FOUND instead of SYSTEMDDAEMON_FOUND, where I forgot to
rename it…
5db06378 — Florent Le Coz 8 years ago
Remove an unused parameter
1c43c3af — Florent Le Coz 8 years ago
Include the IRC hostname in the IRC RECEIVING and SENDING debug messages

fix #2715
89af57bf — Florent Le Coz 8 years ago
Forge link uses https
7115aa3b — Florent Le Coz 8 years ago
Add a reload add-hoc command
9837f611 — Florent Le Coz 8 years ago
Update the CHANGELOG and INSTALL files, mentioning c-ares
7ec1f124 — Florent Le Coz 8 years ago
Add the FindCARES cmake module
b86547dc — Florent Le Coz 8 years ago
Implement async DNS resolution using c-ares

fix #2533
a1713572 — Florent Le Coz 8 years ago
Fix typo
a50ca30e — Florent Le Coz 8 years ago
Use a timer to try reconnecting to the XMPP server only each 2 seconds

When the connection is lost, immediately try to reconnect, then try to
reconnect every 2 seconds.  This is much better than the previous “Try to
re-connect as fast as possible”.
3032dc35 — Florent Le Coz 8 years ago
Remove the XmppComponent::last_auth bool that was never used anywhere
0038e15b — Florent Le Coz 8 years ago
Properly display [DEBUG] on debug lines, instead of [ERROR]
03a8accc — Florent Le Coz 8 years ago
Fix “connections” typo
ae469c21 — Florent Le Coz 8 years ago
Fix “cleanely” typo
a3757351 — Florent Le Coz 8 years ago
Add a tl;dr section in the INSTALL file
4069c5e4 — Florent Le Coz 8 years ago
Add a missing #include for sockaddr_in6
51c28a2d — Florent Le Coz 8 years ago
Fix the include guard of revstr.hpp
fd0a3225 — Florent Le Coz 8 years ago
Document the new affiliation/role stuff, and update changelog
2c5d3d89 — Florent Le Coz 8 years ago
Change IRC modes when receiving an affiliation/role change request

fix #2946
a447214f — Florent Le Coz 8 years ago
Remove a recent debug line that should not be there
Next