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.

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 && <2.2), base (>=4.8 && <5), bytestring (>=0.10 && <0.11), conduit (>=1.2 && <1.3), conduit-extra (>=1.1 && <1.2), connection (>=0.2 && <0.3), irc (>=0.6 && <0.7), irc-ctcp (>=0.1.1 && <0.2), network-conduit-tls (>=1.1 && <1.3), text (>=1.0 && <1.3), time (>=1.4 && <1.7), tls (>=1.3 && <1.4), transformers (>=0.3 && <0.6), x509-validation (>=1.6 && <1.7) [details]
License MIT
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
Source repo head: git clone https://github.com/barrucadu/irc-conduit.git
this: git clone https://github.com/barrucadu/irc-conduit.git(tag 0.2.0.0)
Uploaded by barrucadu at 2016-06-11T14:30:02Z
Distributions NixOS:0.3.0.6
Reverse Dependencies 3 direct, 0 indirect [details]
Downloads 13402 total (64 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2016-06-11 [all 1 reports]