iris icon indicating copy to clipboard operation
iris copied to clipboard

Serverless command-line forum software

Results 47 iris issues
Sort by recently updated
recently updated
newest added

Show all times in the user's local TZ.

feature

Add a metric to `--stats` to show how many replies have been made to topics the author has posted.

feature

Being able to auto-complete commands might be useful, since we're getting a few that are no longer single-character commands.

feature

Optionally highlight names of other Iris authors when they appear in messages.

feature

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.

feature

A malicious user could put a very large file as their message file, which would cause loading and performance issues throughout the system.

tech debt

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.

tech debt

It is still possible to break Iris with a malformed data file. This should be prevented.

tech debt

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

bug

Currently all message structure parsing is assumed to "just work." It would be better to have an explicit struct to hold message data.

tech debt