Rircd/README.md

10 lines
476 B
Markdown
Raw Permalink Normal View History

2021-09-16 17:54:47 +02:00
# Rircd
2021-09-16 17:56:33 +02:00
ircd supporting nice integration of other protocols in the form of rust "Endpoint" traits that can be created, loaded and unloaded during runtime.
2021-09-16 17:54:47 +02:00
2021-09-16 17:56:33 +02:00
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)