view CREDITS.md @ 428:ce1903f4bdb7 release-2.1

Fix #637: check for domain and family options The decision was not clear between the two option names, the documentation stated to use family but the code checked for family. Accept both for compatibility purposes and unify the documentation using the family name. Task: #637 Errata: 20170218
author David Demelier <markand@malikania.fr>
date Sat, 18 Feb 2017 09:08:51 +0100
parents 3006d8e96ba8
children 64cb98dd8e9d
line wrap: on
line source

IRC Client Daemon CREDITS
=========================

Libraries and projects
----------------------

- libircclient, http://www.ulduzsoft.com/linux/libircclient
  Very powerful and great C IRC library.

- OpenSSL, http://openssl.org
  Free, open-source famous crypto library.

- Duktape, http://duktape.org
  Absolutely awesome JavaScript engine written in C by a super nice author.

- CMake, http://cmake.org
  The best build system ever.

- Google Test, https://github.com/google/googletest
  A nice and easy C++ test framework.

- Pandoc, http://pandoc.org
  Powerful document converter.

- Niels Lohmann JSON library, https://github.com/nlohmann/json
  The best C++ JSON library.

- fmtlib, http://fmtlib.net/latest/index.html
  Convenient formatting library for C++.