acid-drop

- Unnamed repository; edit this file 'description' to name the repository.
git clone git://git.acid.vegas/-c.git
Log | Files | Refs | Archive | README | LICENSE

commit 028934306110dbabbaf10c7727f2a9d52784ae0a
parent bf090d5d8874d6991dda99d7213034660fbbbf18
Author: acidvegas <acid.vegas@acid.vegas>
Date: Tue, 28 May 2024 00:42:29 -0400

Updated roadmap and known issues

Diffstat:
M.gitignore | 5+----
MREADME.md | 5+----

2 files changed, 2 insertions(+), 8 deletions(-)

diff --git 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
@@ -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.