view CREDITS.md @ 973:e2a86096bc05

irccd: s/duk_ret_t/int/g
author David Demelier <markand@malikania.fr>
date Wed, 03 Feb 2021 20:45:00 +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.