irc-fun-messages: Types and functions for working with the IRC protocol.

[ data, irc, library, network, public-domain ] [ Propose Tags ]

Another IRC library. It doesn't provide a client API though. It just provides functions for parsing and serializing IRC commands and replies.

The package is based on RFC 2812, with modifications and extensions to work with Freenode.

NOTE: The handling of IRC protocol messages is incomplete, but there is enough to e.g. create an IRC bot. Missing features are being added as needed while working on FunBot, and of course patches are welcome.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.2.0.0, 0.2.0.1, 0.3.0.0, 0.4
Change log ChangeLog
Dependencies base (>=4.7 && <5), irc-fun-types (>=0.2), regex-applicative, text [details]
License LicenseRef-PublicDomain
Copyright ♡ Copying is an act of love. Please copy, reuse and share.
Author fr33domlover
Maintainer fr33domlover@riseup.net
Category Data, IRC, Network
Home page http://rel4tion.org/projects/irc-fun-messages/
Bug tracker https://notabug.org/fr33domlover/funbot/issues
Source repo head: darcs get http://hub.darcs.net/fr33domlover/irc-fun-messages
Uploaded by akrasner at 2016-09-05T11:45:06Z
Distributions
Reverse Dependencies 2 direct, 0 indirect [details]
Downloads 3826 total (16 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-09-05 [all 1 reports]

Readme for irc-fun-messages-0.4

[back to package description]

See the .cabal file for more info and link to project website the version control.

The official download location is Hackage:

http://hackage.haskell.org/package/irc-fun-messages

This library is free software, and is committed to software freedom. It is released to the public domain using the CC0 Public Domain Dedication. For the boring "legal" details see the file 'COPYING'.

See the file 'INSTALL' for hints on installation. The file 'ChangeLog' explains how to see the history log of the changes done in the code. 'NEWS' provides a friendly overview of the changes for each release.