Simple message board that can be hosted on a NomadNet node, messages can be posted by 'conversing' with a unique peer, all messages are then forwarded to the message board.
Go to file
chengtripp 6b9418a917
Added Message Board pruning
* Script will now prune the message board to 'max_messages' to ensure the board doesn't get too long, default set to 20
* adjusted indents to match in all functions
2023-02-01 10:29:58 +00:00
pages Create message_board.mu 2023-01-31 21:58:51 +00:00
license Create license 2023-01-31 22:59:25 +00:00
messageboard.py Added Message Board pruning 2023-02-01 10:29:58 +00:00
README.md Initial commit 2023-01-31 21:57:46 +00:00

lxmf_messageboard

Simple message board that can be hosted on a Nomadnet node, messages can be posted by 'conversing' with a unique peer.