I have added the feature for the BBS to be able to accept user messages and display all messages. Still to be done: asc pages for messages and implementation of that. Yes, I do know that I'm still including my test data in the json files. I do not care.
18 lines
540 B
JSON
18 lines
540 B
JSON
{
|
|
"messages": [
|
|
{
|
|
"id": 0,
|
|
"author": "Default",
|
|
"subject": "Welcome!",
|
|
"body": "This is the first message in every PyScii BBS. It sets up the messages json.",
|
|
"date": "1970-01-01 00:00:00"
|
|
},
|
|
{
|
|
"id": 1,
|
|
"date": "2025-07-19 HH:MM:SS",
|
|
"subject": "\u0000First User Message",
|
|
"author": "J4YC33",
|
|
"body": "\u0000This is the first messsage on the Pyscii BBS!\\nIt's a fun thing!"
|
|
}
|
|
]
|
|
} |