irc-conduit: Streaming IRC message library using conduits.

[ library, mit, network ] [ Propose Tags ]

IRC messages consist of an optional identifying prefix, a command name, and a list of arguments. The irc package provides a low-level decoding and encoding scheme for messages in terms of ByteStrings, but using this relies on matching names of commands as strings, and unpacking this decoded structure yourself. This package takes it a little further, providing an ADT for IRC messages and sources, and conduits which attempt to decode and encode messages appropriately.

In addition to providing conduits for automatically handling streaming messages, there are also helper functions for connecting to an IRC server and hooking up conduits to the socket.

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.1.0, 0.1.1.1, 0.1.1.2, 0.1.2.0, 0.2.0.0, 0.2.1.0, 0.2.1.1, 0.2.2.0, 0.2.2.1, 0.2.2.2, 0.2.2.3, 0.2.2.4, 0.2.2.5, 0.3.0.0, 0.3.0.1, 0.3.0.2, 0.3.0.3, 0.3.0.4, 0.3.0.5, 0.3.0.6
Dependencies async (>=2.0), base (>=4.7 && <5), bytestring (>=0.10), conduit (>=1.2), conduit-extra (>=1.1), irc (>=0.6), irc-ctcp (>=0.1.1), network-conduit-tls (>=1.1), time (>=1.4), transformers (>=0.4) [details]
License LicenseRef-OtherLicense
Author Michael Walker
Maintainer mike@barrucadu.co.uk
Category Network
Home page https://github.com/barrucadu/irc-conduit
Bug tracker https://github.com/barrucadu/irc-conduit/issues
Uploaded by barrucadu at 2014-09-07T18:15:15Z
Distributions NixOS:0.3.0.6
Reverse Dependencies 3 direct, 0 indirect [details]
Downloads 13457 total (55 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]