example.com -> example.org
[Seppo.git] / doc / 00021_--_arch_design.txt
blob8b9a85b7758b448f9aa6598c079747ad181ad12c
2 Q: incoming
4 A:
6 - arrives as signed(?) json POST at seppo.cgi/inbox, check block
7 - goes to app/var/spool/from/<hash base64>/2024-04-26T194817Z/0.s
8 - add unique to app/var/db/ids.cdb
9   and to app/var/cache/from/<hash base64>/2024-04-26T194817Z/0.s
10   and app/var/cache/from/<hash base64>/p-0.xml
11   and ?
13 ! Not for now
14 - how do we stitch the replies? cdb? id -> reply-id
15 - how do we do replies to incoming?