irc-client: An IRC client library.
An IRC client library built atop irc-conduit. Why another IRC client library, you cry? I didn't really find one that did what I wanted (specifically, handle connecting to servers and calling event handlers, possibly with TLS), but which didn't implement almost a full IRC bot for you. That takes out all the fun!
irc-conduit and irc-ctcp are my solution to the first part of that, this is my solution to the latter. It's a simple IRC client library that does the basics for you, but isn't an all-singing, all-dancing, fully-featured IRC application. It is a merely a simple library.
Modules
[Index]
Downloads
- irc-client-1.1.0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.2.3.0, 0.2.3.1, 0.2.4.0, 0.2.5.0, 0.2.6.0, 0.3.0.0, 0.4.0.0, 0.4.1.0, 0.4.1.1, 0.4.2.0, 0.4.2.1, 0.4.2.2, 0.4.3.0, 0.4.4.0, 0.4.4.1, 0.4.4.2, 0.4.4.3, 0.4.4.4, 1.0.0.0, 1.0.0.1, 1.0.1.0, 1.0.1.1, 1.1.0.0, 1.1.0.1, 1.1.0.2, 1.1.0.3, 1.1.0.4, 1.1.0.5, 1.1.0.6, 1.1.0.7, 1.1.1.0, 1.1.1.1, 1.1.2.0, 1.1.2.1, 1.1.2.2, 1.1.2.3 |
---|---|
Dependencies | base (>=4.7 && <5), bytestring (>=0.10 && <0.11), conduit (>=1.2.8 && <1.4), connection (>=0.2 && <0.3), containers (>=0.1 && <1), contravariant (>=0.1 && <1.5), exceptions (>=0.6 && <0.10), irc-conduit (>=0.3 && <0.4), irc-ctcp (>=0.1.2 && <0.2), mtl (>=2.1 && <2.3), network-conduit-tls (>=1.1 && <1.4), old-locale (>=1.0 && <1.1), profunctors (>=5 && <6), stm (>=2.4 && <2.5), stm-chans (>=2.0 && <3.1), text (>=1.1 && <1.3), time (>=1.4 && <1.9), tls (>=1.3 && <1.5), transformers (>=0.3 && <0.6), x509 (>=1.6 && <1.8), x509-store (>=1.6 && <1.7), 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-client |
Bug tracker | https://github.com/barrucadu/irc-client/issues |
Source repo | head: git clone https://github.com/barrucadu/irc-client.git this: git clone https://github.com/barrucadu/irc-client.git(tag 1.1.0.1) |
Uploaded | by barrucadu at 2018-02-26T20:40:56Z |
Distributions | NixOS:1.1.2.3 |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 20631 total (110 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2018-02-26 [all 1 reports] |