diff options
author | Florent Le Coz <louiz@louiz.org> | 2015-02-23 14:03:00 +0100 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2015-02-23 14:03:00 +0100 |
commit | 9837f611d97bccdb4bf46f042120c3cb8d3fe907 (patch) | |
tree | d7554575ee1eb4fc0ebee751c9b31db3b68a84b5 | |
parent | 7ec1f1242fbec9bff1616576732c43249b521e9f (diff) | |
download | biboumi-9837f611d97bccdb4bf46f042120c3cb8d3fe907.tar.gz biboumi-9837f611d97bccdb4bf46f042120c3cb8d3fe907.tar.bz2 biboumi-9837f611d97bccdb4bf46f042120c3cb8d3fe907.tar.xz biboumi-9837f611d97bccdb4bf46f042120c3cb8d3fe907.zip |
Update the CHANGELOG and INSTALL files, mentioning c-ares
-rw-r--r-- | CHANGELOG | 2 | ||||
-rw-r--r-- | INSTALL | 6 |
2 files changed, 8 insertions, 0 deletions
@@ -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 @@ -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. |