Skip to content

Releases: donuts-are-good/shhhbb

v0.1.2

31 Mar 04:51
Compare
Choose a tag to compare

Full Changelog: v0.0.2...v0.1.1

This version release adds threaded discussions and sqlite db

 [RULES]                         [GOALS]
  - your words are your own       - a space for hackers & devs
  - your eyes are your own        - make cool things
  - no chat logs are kept         - collaborate & share
  - have fun :)                   - evolve

Say hello and press [enter] to chat
Type /help for more commands.


Welcome :) You are @5Lal1Ngl
> /list
Discussions:
1. [@5Lal1Ngl] hello world :)
2. [@5Lal1Ngl] this is a new discussion
3. [@5Lal1Ngl] I hope this works

> /replies 1
Replies to post 1 [@5Lal1Ngl]:
1. [@5Lal1Ngl] hope this works

> /reply 1 it appears it works :)
Reply successfully added to post.

> /help
Available commands:
/help   - show this help message
/pubkey - show your pubkey hash
/users  - list all connected users
/message <user hash> <body>     - send a direct message to a user

Message Board:
/post <message> - post a new discussion
/list   - list all discussions
/replies <post number>  - list all replies to a discussion
/reply <post number> <reply body>       - reply to a discussion

v0.1.1

31 Mar 04:39
Compare
Choose a tag to compare

Full Changelog: v0.0.2...v0.1.1

This version release adds threaded discussions and sqlite db

 [RULES]                         [GOALS]
  - your words are your own       - a space for hackers & devs
  - your eyes are your own        - make cool things
  - no chat logs are kept         - collaborate & share
  - have fun :)                   - evolve

Say hello and press [enter] to chat
Type /help for more commands.


Welcome :) You are @5Lal1Ngl
> /list
Discussions:
1. [@5Lal1Ngl] hello world :)
2. [@5Lal1Ngl] this is a new discussion
3. [@5Lal1Ngl] I hope this works

> /replies 1
Replies to post 1 [@5Lal1Ngl]:
1. [@5Lal1Ngl] hope this works

> /reply 1 it appears it works :)
Reply successfully added to post.

> /help
Available commands:
/help   - show this help message
/pubkey - show your pubkey hash
/users  - list all connected users
/message <user hash> <body>     - send a direct message to a user

Message Board:
/post <message> - post a new discussion
/list   - list all discussions
/replies <post number>  - list all replies to a discussion
/reply <post number> <reply body>       - reply to a discussion

v0.0.2

30 Mar 04:42
Compare
Choose a tag to compare

image

shhhbb

ed25519 based BBS & chat over SSH

donuts-are-good's followers donuts-are-good's stars donuts-are-good's visitors

demo video link

try it: ssh -p 2223 shhhbb.com

instructions:

  1. create a directory called ./keys
  2. generate an ed25519 keypair in there without password
    ssh-keygen -t ed25519 -C "my cool keypair"
  3. launch with ./shhhbb 2223 where 2223 is the port

connect with ssh -o "ForwardAgent=no" -o "IdentitiesOnly=yes" -p 2223 shhhbb.com where shhhbb.com is your domain or ip