Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jtanguy/metallircd
MetallIRCd.
https://github.com/jtanguy/metallircd
Last synced: 23 days ago
JSON representation
MetallIRCd.
- Host: GitHub
- URL: https://github.com/jtanguy/metallircd
- Owner: jtanguy
- Created: 2014-11-12T16:56:34.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-12T16:59:05.000Z (about 10 years ago)
- Last Synced: 2023-03-14T05:40:21.170Z (almost 2 years ago)
- Size: 237 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
MetallIRCd
==========Metallircd (the metallic IRCd) is a new IRCd made using the Rust language, currently still in the early stages of developpment.
Its final goal is to get rid of netsplits in a IRC Network. To do so, we will discard the tree structure of the IRC server to server protocol in profit of the future lord of the Nodes library, providing a distributed way of transmitting messages.
The (current) first step of developpement is implementing the base functions of a lonely IRC server towards its clients.
Building
========The project uses cargo the rust package manager. So a simple `cargo build` should do.
Documentation
=============The documentation is moslty par of the sources. You can build it with `cargo doc` and then find it at `./target/doc/metallircd/index.html`.