A fork of aatxe/irc Rust crate, improved for IRCv3 support.
Find a file
2014-11-21 15:06:07 -05:00
examples Added SSL support, but it's broken because of the duplicate SslStream creations. 2014-11-08 17:35:19 -05:00
src Added send_notice(...) to Wrappers. 2014-11-19 22:02:52 -05:00
.gitignore Added some basic data tests. 2014-10-08 18:08:29 -04:00
.travis.yml Refactored library to be Stream-based, added a wrapper to create streams out of Buffers and Writers, and completed SSL support. 2014-11-08 23:07:57 -05:00
Cargo.toml Backtracked to 0.1.0 (1.0 will be with Rust 1.0). 2014-11-21 15:06:07 -05:00
mktestconfig.sh Added SSL support, but it's broken because of the duplicate SslStream creations. 2014-11-08 17:35:19 -05:00
README.md Updated README.md. 2014-11-07 12:43:01 -05:00
UNLICENSE Added UNLICENSE and contributing guidelines. This library is now public domain. 2014-11-05 02:11:33 -05:00

irc Build Status

A thread-safe IRC library in Rust based on iterators. It's hopefully compliant with RFC 2812. You can find up-to-date, pre-made documentation online here.

Contributing

Contributions to this library would be immensely appreciated. As this project is public domain, all prospective contributors must sign the Contributor License Agreement, a public domain dedication.