~singpolyma/biboumi

9837f611d97bccdb4bf46f042120c3cb8d3fe907 — Florent Le Coz 8 years ago 7ec1f12
Update the CHANGELOG and INSTALL files, mentioning c-ares
2 files changed, 8 insertions(+), 0 deletions(-)

M CHANGELOG
M INSTALL
M CHANGELOG => CHANGELOG +2 -0
@@ 9,6 9,8 @@ Version 2.0
   now equivalent to “/mode +o Toto”
 - Fix the reconnection to the XMPP server to try every 2 seconds
   instead of immediately. This avoid hogging resources for nothing
 - Asynchronously resolve domain names by optionally using the DNS
   library c-ares.

Version 1.1                                             2014-16-07


M INSTALL => INSTALL +6 -0
@@ 37,6 37,12 @@ Libraries:
 not provided.
 http://www.gnu.org/software/libidn/

- c-ares (optional, but recommended)
 Asynchronously resolve domain names. This offers better reactivity and
 performances when connecting to a big number of IRC servers at the same
 time.
 http://c-ares.haxx.se/

- libbotan 1.11 (optional)
 Provides TLS support. Without it, IRC connections are all made in
 plain-text mode.