Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/barrucadu/irc-conduit
This project is essentially abandonware!
https://github.com/barrucadu/irc-conduit
abandonware haskell
Last synced: 16 days ago
JSON representation
This project is essentially abandonware!
- Host: GitHub
- URL: https://github.com/barrucadu/irc-conduit
- Owner: barrucadu
- License: mit
- Created: 2014-09-04T20:24:48.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-01-15T12:06:32.000Z (10 months ago)
- Last Synced: 2024-04-25T22:02:59.813Z (6 months ago)
- Topics: abandonware, haskell
- Language: Haskell
- Homepage:
- Size: 128 KB
- Stars: 11
- Watchers: 4
- Forks: 5
- Open Issues: 7
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
README
**This project is essentially abandonware!**
I may respond to minor issues, like version bounds which need
changing, but I won't be doing any significant work.Offer to take over the package if you want any significant changes.
[irc-conduit][]
============Streaming IRC message library using conduits.
- Provides [conduits][conduit] for translating bytestrings into
"events", and "messages" into bytestrings.- Provides a sum type for all IRC messages you're likely to want to
deal with in a client.- Provides two helper functions for connecting to IRC servers
directly.- Manages flood protection when connecting to a server directly.
Note
----This used to be a part of [yukibot][], so if you want the history from
before this was split out into its own library, check there.Contributing
------------Bug reports, pull requests, and comments are very welcome!
Feel free to contact me on GitHub, through IRC (#haskell on
libera.chat), or email ([email protected]).[irc-conduit]: http://hackage.haskell.org/package/irc-conduit
[conduit]: https://hackage.haskell.org/package/conduit
[yukibot]: https://github.com/barrucadu/yukibot