Post 9ytf0bQaIzBJPmMW8W by katp32@mstdn.io
 (DIR) More posts by katp32@mstdn.io
 (DIR) Post #9yte65Rq1CAW0y02c4 by katp32@mstdn.io
       2020-09-06T03:13:31Z
       
       2 likes, 1 repeats
       
       changed my mind, doing the p2p chat client with Gtk instead of Qt, cause Qt is a nightmare to use and has an atrocious build system
       
 (DIR) Post #9ytf0bQaIzBJPmMW8W by katp32@mstdn.io
       2020-09-06T03:14:01Z
       
       0 likes, 0 repeats
       
       sneak peek!
       
 (DIR) Post #9ytf0bZ5nLzFqALJOi by specter@mastodon.technology
       2020-09-06T03:22:12Z
       
       0 likes, 0 repeats
       
       @katp32 (how) do you support group chats?
       
 (DIR) Post #9ytf0bmD0aTkUqTmqG by katp32@mstdn.io
       2020-09-06T03:27:44Z
       
       1 likes, 1 repeats
       
       @specter to create a group chat you'd create a channel in Asymmetric mode, and add the GPG fingerprints of the people you want into the channel's ACL.This will cause all messages in that channel to be encrypted and only readable by the specified users.
       
 (DIR) Post #9ytfNrYwTyg67HMYMa by cy@fedicy.allowed.org
       2020-09-06T23:11:23.417548Z
       
       0 likes, 0 repeats
       
       @katp32 @specter People tell me that doesn’t scale to tens of thousands of users, but uh… I have never been in a channel with 10,000 users that wasn’t a gibbering mess, so channels with 6 or 7 users is quite reasonable to target I think.Chat in general is too low latency for me to really like, due to the security implications of timing analysis.