From 7264eae39888bb23ae4cc92399c0d0f203d32369 Mon Sep 17 00:00:00 2001 From: acidvegas Date: Sat, 25 May 2024 21:03:05 -0400 Subject: [PATCH] Updated roadmap and added known issues --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 1f6ccf0..df48c6a 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ This is being developed in my free time as a fun project. It is no where near be - [ ] Saved wifi profiles - [X] IRC Client - [X] `/raw` command for IRC client to send raw data to the server +- [ ] Add scrolling backlog for IRC to see the last 200 messages - [ ] ChatGPT - [ ] SSH Client - [ ] Wardriving @@ -48,6 +49,12 @@ This is being developed in my free time as a fun project. It is no where near be - [ ] Allow specifying the IRC server, port, TLS, nick, etc... - [ ] Proper disconnection & reconnection handling +# Known issues +- Messages that exceed the screen width and wrap to the next line will throw off thje logic of calculating the max lines able to be displayed on the screen. Messages eventually go off screen. +- Input messages exceeding the screen width go off screen, and need to wrap and create a new input line, pushing up the backlog of messages. +- Some colors are not working when its only a background color or only contains a space + + # Contributors Join us in **#comms** on **[irc.supernets.org](irc://irc.supernets.org)** if you want to get your hands dirty.