From 6f8e28826e9f05a795c869a294f0acf6bfd75214 Mon Sep 17 00:00:00 2001 From: some body Date: Thu, 16 Sep 2021 10:56:33 -0500 Subject: [PATCH] more detailed Readme --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f52c737..5e72b22 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ # Rircd +ircd supporting nice integration of other protocols in the form of rust "Endpoint" traits that can be created, loaded and unloaded during runtime. -ircd supporting nice integration of other protocols in the form of rust "Endpoint" traits that can be created, loaded and unloaded during runtime. \ No newline at end of file +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)