cabal-club / cabal-core

Core database and replication for cabal.
GNU Affero General Public License v3.0
303 stars 43 forks source link

Unknown users are joining private cabals #82

Closed rinchen closed 4 years ago

rinchen commented 4 years ago

I have a bunch of private cabals that have never been published to the public. There are people that appear to be intercepting the swarm messages and joining them. I've attached some screenshots.

Screen Shot 2020-05-14 at 08 45 18 Screen Shot 2020-05-14 at 08 45 24
cblgh commented 4 years ago

x-post from my message in the public cabal: i think it's more likely that there's a rendering bug in desktop. what does it look like if you join yr private cabal with the cli tool?

hackergrrl commented 4 years ago

You can check if this is in the database or not, by looking in the directory ~/.cabal/v1/archives/$CABAL_KEY/ and search all of the data files for the string for the nickname of the user that's appearing in the private cabals.

rinchen commented 4 years ago

@noffle Totally awesome. Thank you. grep -r '"name":' * was helpful and I found no entries for these thus @cblgh must be correct that it's a cabal-desktop display issue.

hackergrrl commented 4 years ago

ohthankgoodness

rinchen commented 4 years ago

I'll move this over to Desktop. I'm going to let my cli sessions run overnight and check just to be certain.