Crate ellidri

Source
Expand description

ellidri, your kawaii IRC server.

§Usage

You need a configuration file, and pass its name as an argument. The git repository contains an example doc/ellidri.conf, with comments describing the different options.

During development: cargo run -- doc/ellidri.conf

For an optimized build:

cargo install
ellidri ellidri.conf

Re-exports§

pub use crate::config::Config;

Modules§

auth
config
Configuration parsing and structures.
message
Message parsing and building.
modes
Mode parsing and validation

Macros§

server_version

Structs§

State
State of an IRC network.

Functions§

start
The beginning of everything