view README.md @ 82:5779d53ea67b

Irccd: merge directory/filesystem with libfs, #451 - Irccd.Directory constructor now fails if the given path is not a directory, no breaking changes as the constructor could already throw before, - Irccd.Directory.find now returns undefined if not found and not recursive, - More checks to avoid using functions on non Directory objects.
author David Demelier <markand@malikania.fr>
date Thu, 31 Mar 2016 13:27:05 +0200
parents d7d0e239fb0e
children 7efbaf3800b9
line wrap: on
line source

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

IRC Client Daemon aka irccd is a full featured IRC bot written in C++14. It runs as a daemon waiting for events.
It's also possible to connect to more than one server.

Irccd is also able to use optional JavaScript plugins to do specific actions on these events.

Irccd is also controllable via internet and unix sockets, this let you use irccd as a message relayer and such.

Features
--------

  - Can use JavaScript to create plugins,
  - Can connect to multiple servers,
  - Support multiple identities,
  - Can be controlled by sockets and irccdctl,
  - Runs on Linux, Windows and *BSD,
  - Extremely well documented,
  - Clean and powerful JavaScript API,
  - Very fast and light.

Documentation
-------------

Lots of resources are available on the [official website](http://projects.malikania.fr/irccd)

Author
------

The irccd application was written by David Demelier <markand@malikania.fr>

Contributors
------------

  - Pierre Choffet,
  - Yoan Giraud,
  - Léo Villeveygoux.