ircd supporting nice integration of other protocols in the form of rust "Endpoint" traits that can be created, loaded and unloaded during runtime.
Go to file
some body 7a565c3696 can't seem to fix Event ownership issue in run(){ ... loop {match event {} } } 2021-09-17 14:39:56 -05:00
src can't seem to fix Event ownership issue in run(){ ... loop {match event {} } } 2021-09-17 14:39:56 -05:00
Cargo.toml basic file layout 2021-09-16 13:55:05 -05:00
README.md more detailed Readme 2021-09-16 10:56:33 -05:00

README.md

Rircd

ircd supporting nice integration of other protocols in the form of rust "Endpoint" traits that can be created, loaded and unloaded during runtime.

It should support at least: -Telegram endpoint -SQLITE/POSTGRES endpoint [logging] -".log" endpoint [simple irc log like logging format] -present images (from for example) Telegram as urls to a fileupload service or something when send to a protocol without native image support -custom executor settings (cpus + st/mt)