~singpolyma/biboumi

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
ddc989ce — Florent Le Coz 8 years ago
Update changelog with the password feature
4203384e — Florent Le Coz 8 years ago
Do not send an empty password at all, if the user didn't provide one
60569993 — Florent Le Coz 8 years ago
Make the password work when we join our first channel on that server

Because we need to wait for the welcome message, when we connect to the
server, before sending the JOIN command, we need to also save the value of
the password to reuse it when we actually send the JOIN command
f9e259c2 — Florent Le Coz 8 years ago
Fix a little bit of style stuf from previous commit
e4fcbd30 — Emmanuel Gil Peyrot 8 years ago
Add support for password-protected IRC rooms.
e2e2f308 — Florent Le Coz 8 years ago
Remove a dummy commented line
Next