Updated roadmap and added known issues

This commit is contained in:
Dionysus 2024-05-25 21:03:05 -04:00
parent d58a9c5b90
commit 7264eae398
Signed by: acidvegas
GPG Key ID: EF4B922DB85DC9DE
1 changed files with 7 additions and 0 deletions

View File

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