ssbc / ssb2-discussion-forum

not quite tiny, also not quite large
17 stars 1 forks source link

ssb-postgres module #23

Open ssb2dmba opened 1 year ago

ssb2dmba commented 1 year ago

🥳 🥳 🥳 ssb-postgres module is out and it's here🥳 🥳 🥳 This is a part of fixing some issues mentioned here or there:

before publish, i createHistorystream(self.id,self.index.last) so I'm always up to date regarding sequence

flowchart TB
    client --> relay
    relay --> client

Planning to use this with delog + ssb-postgres

That would also adress the "mynameisanb64keyissue" :

sequenceDiagram
  actor Bob
  actor alice
  Bob ->> Alice: What is your identifier?
  Alice -->> Bob: it's @alice@alicefamily.com
  Bob ->> Alice: You can also follow me at @bob@ssbfans.com

Pseudonym verification is provided by posting a simple request to the server associated with the alias for verification.

sequenceDiagram
  bob-app ->> alicefamily.com: GET http://alicefamily.com/.well-known/alice/did.json
  alicefamily.com -->> bob-app: @alice@alicefamily.com = @YpS...=.ed25519:8000:relay.io

Would be very please to have your feedback regarding thoses issues/solutions.

Best regards

Emmanuel