Re: Adding generic cryptographic self-authenticating block on DHT

2023-05-28 Thread marty1885
Hi Jacki, Thanks for your quick response. I wanted to clarify the goals and scope of my project to help discussion. My goal is to have a fully decentralized and private email system, while also aiming to introduce non-technical users to GNUnet. Eventually, I want to build a system that can

Re: Adding generic cryptographic self-authenticating block on DHT

2023-05-28 Thread Schanzenbach, Martin
More info: The registry is in the docs: https://docs.gnunet.org/gana/gnu_name_system_record_types.html and you probably want to use this for GNS: https://docs.gnunet.org/developers/subsystems/gnsstack.html Am 28.05.23 um 17:11 schrieb Schanzenbach, Martin: Hi! Am 28.05.23 um 11:17 schrieb

Re: Adding generic cryptographic self-authenticating block on DHT

2023-05-28 Thread Schanzenbach, Martin
Hi! Am 28.05.23 um 11:17 schrieb marty1885: Hi, I've been working on my own to build a private messaging system on GNUnet (just for fun, as a hobby project). It's not exactly the same as libgnunetchat. My goal is to create a system that works like email and supports message delivery even when

Re: Adding generic cryptographic self-authenticating block on DHT

2023-05-28 Thread thejackimonster
Hi Martin, the GNUnet messenger service technically allows receiving messages afterwards already. Nodes in a groupchat or direct chat can request missed messages from each other. I agree that it makes more sense to deliver messages via a mailbox in the DHT in some cases. Maybe that ability could

Adding generic cryptographic self-authenticating block on DHT

2023-05-28 Thread marty1885
Hi, I've been working on my own to build a private messaging system on GNUnet (just for fun, as a hobby project). It's not exactly the same as libgnunetchat. My goal is to create a system that works like email and supports message delivery even when the receiving node is offline. No working code