00021_--_arch_design.txt 407 B

12345678910111213141516
  1. Q: incoming
  2. A:
  3. - arrives as signed(?) json POST at seppo.cgi/inbox, check block
  4. - goes to app/var/spool/from/<hash base64>/2024-04-26T194817Z/0.s
  5. - add unique to app/var/db/ids.cdb
  6. and to app/var/cache/from/<hash base64>/2024-04-26T194817Z/0.s
  7. and app/var/cache/from/<hash base64>/p-0.xml
  8. and ?
  9. ! Not for now
  10. - how do we stitch the replies? cdb? id -> reply-id
  11. - how do we do replies to incoming?