view CREDITS.md @ 939:a62c56c8b5ca

irccd: add partially the javascript API
author David Demelier <markand@malikania.fr>
date Wed, 13 Jan 2021 17:18:35 +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.