view CREDITS.md @ 708:0dd4fb9dfcc8

Irccd: disable pid, gid, uid and daemon options, closes #846 @1h Those options are too platform specific and should be handled by the service manager instead.
author David Demelier <markand@malikania.fr>
date Sat, 07 Jul 2018 09:21:10 +0200
parents 69a547354e30
children f5ccf65ae929
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 used until version 3.0.0, has been a
  source of inspiration.

- 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.

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

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

- Boost, http://boost.org
  Powerful and portable libraries.