0.3.0 • Published 11 years ago

ircc v0.3.0

Weekly downloads
1
License
-
Repository
github
Last release
11 years ago

Build Status Code Coverage

Ircc is a modular IRC client library for Node.js. It consists of the following modules:

  • parser and serializer, which convert IRC message strings into objects and vice-versa.
  • ParserStream and SerializerStream, which simplifies connecting the parser and serializer to a Socket.
  • Connection, which makes it easy to set up and break down an connection to an IRC server.
  • ConnectionServer and ConnectionClient, which allow you to decouple the Connection from your bot code. Amongst other things, this makes it possible to reload your bot without breaking the connection to the IRC server.
  • The ircc command, which starts a ConnectionServer.

This modular approach allows you to use or extend ircc at whichever level of abstraction you need. It also makes unit testing a breeze.

Keep in mind that ircc is a work in progress. There are other, more complete IRC libraries for Node. See e.g. node-irc and IRC-js.

Ircc has one optional dependency, dnode, which is needed for the ConnectionServer and ConnectionClient. It has no other dependencies and runs on Node.js 0.9.8 and above.

0.3.0

11 years ago

0.2.2

11 years ago

0.2.1

11 years ago

0.2.0

11 years ago

0.1.0

11 years ago