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.
Modules
[Index] [Quick Jump]
Downloads
- irc-conduit-0.3.0.6.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
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 && <2.3), base (>=4.8 && <5), bytestring (>=0.10 && <0.12), conduit (>=1.2.8 && <1.4), conduit-extra (>=1.1 && <1.4), connection (>=0.2 && <0.4), irc (>=0.6 && <0.7), irc-ctcp (>=0.1.1 && <0.2), network-conduit-tls (>=1.1 && <1.4), profunctors (>=5 && <6), text (>=1.0 && <1.3), time (>=1.4 && <2), tls (>=1.3 && <1.6), 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.3.0.6) |
Uploaded | by barrucadu at 2022-12-31T20:10:34Z |
Distributions | NixOS:0.3.0.6 |
Reverse Dependencies | 3 direct, 0 indirect [details] |
Downloads | 13801 total (68 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2022-12-31 [all 1 reports] |