From 028934306110dbabbaf10c7727f2a9d52784ae0a Mon Sep 17 00:00:00 2001 From: acidvegas Date: Tue, 28 May 2024 00:42:29 -0400 Subject: [PATCH] Updated roadmap and known issues --- .gitignore | 5 +---- README.md | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 89cc49c..b9f3806 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,2 @@ .pio -.vscode/.browse.c_cpp.db* -.vscode/c_cpp_properties.json -.vscode/launch.json -.vscode/ipch +.vscode diff --git a/README.md b/README.md index 47396be..be75434 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,7 @@ The device will scan for WiFi networks on boot. Once the list is displayed, you - [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 + - [ ] Multi-buffer support *(`/join` & `/part` support with switching between buffers with `/0`, `/1`, `/2`, etc)* - [X] Hilight support *(so we can see when people mention our NICK)* - [X] 99 color support - [ ] ChatGPT @@ -87,10 +88,6 @@ The device will scan for WiFi networks on boot. Once the list is displayed, you # 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 -- Sometimes it will not connect to IRC even from reconnections, and you have to reboot and try again. -- Screen timeout can occur during an IRC reconnection and blck keyboard input # Contributors Join us in **#comms** on **[irc.supernets.org](irc://irc.supernets.org)** if you want to get your hands dirty.