iris
iris copied to clipboard
Serverless command-line forum software
Add a metric to `--stats` to show how many replies have been made to topics the author has posted.
Being able to auto-complete commands might be useful, since we're getting a few that are no longer single-character commands.
Optionally highlight names of other Iris authors when they appear in messages.
Currently, a new install of Iris gives the following error: ``` ls: /home/**/.iris.messages: No such file or directory ``` This should be a user-friendlier message.
A malicious user could put a very large file as their message file, which would cause loading and performance issues throughout the system.
Currently, Iris automatically adds in many more color reset ANSI codes than are strictly necessary. The colorizer should be updated to produce fewer/no unnecessary color codes.
It is still possible to break Iris with a malformed data file. This should be prevented.
Currently the topic line is truncated before colors/etc. are parsed, which can cause some unexpected overflow/brokenness. The topic line truncation should be performed on the completed line, and account for...
Currently all message structure parsing is assumed to "just work." It would be better to have an explicit struct to hold message data.