view CREDITS.md @ 962:63208f5bb0f6

misc: update markdown files
author David Demelier <markand@malikania.fr>
date Mon, 25 Jan 2021 22:56:05 +0100
parents a29cd04e3878
children 3ea3361f0fc7
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.

- uriparser, https://uriparser.github.io
  Simple URI parser.