irc-conduit: Streaming IRC message library using conduits.
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
- irc-conduit-0.1.2.0.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
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.6 && <5), bytestring (>=0.10), conduit (>=1.2), conduit-extra (>=1.1), connection, irc (>=0.6), irc-ctcp (>=0.1.1), network-conduit-tls (>=1.1), text (>=1.0), time (>=1.4), tls, transformers (>=0.3), x509-validation [details] |
License | MIT |
Author | Michael Walker |
Maintainer | mike@barrucadu.co.uk |
Revised | Revision 1 made by HerbertValerioRiedel at 2018-10-06T08:50:45Z |
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.1.2.0) |
Uploaded | by barrucadu at 2015-08-01T11:16:55Z |
Distributions | NixOS:0.3.0.6 |
Reverse Dependencies | 3 direct, 0 indirect [details] |
Downloads | 13847 total (48 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2015-08-01 [all 1 reports] |