iris
iris copied to clipboard
Serverless command-line forum software
Some people might find this metric interesting, to see how much of the current topic they've read through.
This could help prevent abuse. Though all the current instances are small enough that they're fairly easy to monitor.
This could be handy for users on non-ANSI-color-capable terminals, or in any situation where the ANSI codes are not parsed but are just printed out.
This might make the initializer slightly nicer.
Add some kind of MOTD or title to Iris, so servers can customize their Iris install without having to hack the code.
Could be accomplished by importing the dumpfile as a JSON and parsing/displaying with some Javascript on the front end.
Check if system is bugged when people are posting from different time zones. If so, fix message ordering when editing/deleting multiple messages.
Currently errors by trying to look up a message with the ID of "some_text".
This issue needs to be broken down to address the following gaps in the README under "Technical Bits": * Bad Hashes * Edit Chain * Deleted Messages * Topic List...