irc-conduit: Streaming IRC message library using conduits.

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

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.

Properties

Versions 0.1.0.0, 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
Change log None available
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:03:15Z

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees