> Iris leans heavily on convention. Iris' security and message authentication is provided by filesystem permissions and message hashing.
> Iris leans heavily on convention. Iris' security and message authentication is provided by filesystem permissions and message hashing.
Messages
Message Hash
Bad Hashes
Edit Chain
Deleted Messages
Topic List
Replies
License
GPLv2
Messages
Message Hash
Bad Hashes
Edit Chain
Deleted Messages
Topic List
Replies
License
GPLv2
.rb
file itself: https://github.com/Calamitous/iris/blob/master/iris.rb :-P
> The author, parent hash, timestamp, and message values go into the hash. (see Message Hash for details)
> The author, parent hash, timestamp, and message values go into the hash. (see Message Hash for details)
> edit_hash: When a message is edited, a new message is created-- this field holds the hash of the modified message. The client follows the chain of edit hashes to end up at the final, edited message to display. This lets us keep an "undo" history (not yet implemented) and is a marker so the client can display a marker that the message has been edited.
> edit_hash: When a message is edited, a new message is created-- this field holds the hash of the modified message. The client follows the chain of edit hashes to end up at the final, edited message to display. This lets us keep an "undo" history (not yet implemented) and is a marker so the client can display a marker that the message has been edited.