Re: The messenger service is ready to use

2021-03-06 Thread TheJackiMonster
On Sat, 2021-03-06 at 21:15 +0100, carlo von lynX wrote: > On Sat, Mar 06, 2021 at 06:55:21PM +0100, TheJackiMonster wrote: > > Files will most likely be shared through the FS submodule of > > GNUnet. > > They get encrypted and the key for decryption gets shared through > > the > > messenger servic

Re: The messenger service is ready to use

2021-03-06 Thread carlo von lynX
On Sat, Mar 06, 2021 at 06:55:21PM +0100, TheJackiMonster wrote: > Files will most likely be shared through the FS submodule of GNUnet. > They get encrypted and the key for decryption gets shared through the > messenger service. That's quite similar to the implementation of > Threema except this is

Re: The messenger service is ready to use

2021-03-06 Thread TheJackiMonster
On Sat, 2021-03-06 at 17:42 +0100, carlo von lynX wrote: > On Sat, Mar 06, 2021 at 04:09:17PM +0100, TheJackiMonster wrote: > > I'm not currently sure if we should use JSON (which is more common > > in > > current web) or use PSYC (which would be more efficient). The > > service > > itself should a

Re: The messenger service is ready to use

2021-03-06 Thread carlo von lynX
On Sat, Mar 06, 2021 at 04:09:17PM +0100, TheJackiMonster wrote: > I'm not currently sure if we should use JSON (which is more common in > current web) or use PSYC (which would be more efficient). The service > itself should allow both, so this would probably be something to decide > on application

Re: The messenger service is ready to use

2021-03-06 Thread TheJackiMonster
Sounds good, I hope the documentation won't take too long. I've also noticed one bug already which needs to be fixed. So if you should go straight to testing, I would probably not use GNUNET_MESSENGER_update(handle) too much currently. ^^' There's currently a problem in the completion of a member

Re: The messenger service is ready to use

2021-03-06 Thread TheJackiMonster
These features are definitely planned. The second one could require some changes in the service but I will look into it. BR Jacki On Sat, 2021-03-06 at 11:47 +0100, Schanzenbach, Martin wrote: > What would also be nice to see: > > - GNS records for room discovery > - reclaimID for user profile m

Re: The messenger service is ready to use

2021-03-06 Thread TheJackiMonster
I've tested communication in a testbed with multiple peers but with two devices in local network as well. It's mostly still a struggle exchanging hello-strings and peer- identities first to get a connection done but this should improve with development on TNG and the client-side library which shou

Re: The messenger service is ready to use

2021-03-06 Thread TheJackiMonster
I think so too. Documentation is most important currently. Otherwise it's not easily usable and I wouldn't mind others being able to review or fix/improve the code. BR Jacki On Sat, 2021-03-06 at 09:01 +0100, Schanzenbach, Martin wrote: > Cool. Keep us updated. > > I know it is a chore, but it w

Re: The messenger service is ready to use

2021-03-06 Thread Tobias Platen
I took the gnunet-secushare repository which currently does not build. So I wrote a patch. Next I'll test both secushare and the messenger. On Sat, 6 Mar 2021 11:47:33 +0100 "Schanzenbach, Martin" wrote: > What would also be nice to see: > > - GNS records for room discovery > - reclaimID for us

Re: The messenger service is ready to use

2021-03-06 Thread Schanzenbach, Martin
What would also be nice to see: - GNS records for room discovery - reclaimID for user profile management / retrieval Both are probably "client"-side features. As in: implemented by the UI. BR Martin > On 6. Mar 2021, at 02:22, TheJackiMonster wrote: > > Hi everyone, > > I just got the last p

Re: The messenger service is ready to use

2021-03-06 Thread carlo von lynX
That sounds pretty awesome!!! Does it also work in the wild or only within testbed simulations? Does it have any sorts of server component or does it manage to distribute state in the gnunet? The feature list sounds a lot like things that were supposed to go into secushare but we didn't get there

Re: The messenger service is ready to use

2021-03-06 Thread Schanzenbach, Martin
Cool. Keep us updated. I know it is a chore, but it would also be great to have documentation: - As we discussed a small "howto" manual (can wait until CLI is "done" I guess) - Manpage (see doc/man) - Handbook entry (see doc/handbook) BR Martin > On 6. Mar 2021, at 02:22, TheJackiMonster wrote