Gnutella Forums

Gnutella Forums (https://www.gnutellaforums.com/)
-   General P2P Network Discussion (https://www.gnutellaforums.com/general-p2p-network-discussion/)
-   -   MuWire - an anonymous P2P app (https://www.gnutellaforums.com/general-p2p-network-discussion/104305-muwire-anonymous-p2p-app.html)

zlatinb November 5th, 2019 10:53 PM

Quote:

Originally Posted by Lord of the Rings (Post 378721)
No hurry to answer this, I don’t mean to distract you but just a general question:
Doesn’t this mean that the network will become a set of islands. If you recall BearShare attempted to do this totally for a period of time before relaxing it slightly.
Potentially like an archipelago of isolated groups with no boats to reach each other. :D Other islands might potentially have what someone is looking for.


That danger exists no matter how many hops are used, it's just different probability. But yes, it's possible, although I'm hoping the high fan-out factor will make sure the isolated islands are "big enough" :)

zlatinb November 5th, 2019 10:55 PM

Btw I just released 0.5.8. Important new features are:


https://github.com/zlatinb/muwire/wi...e-Certificates
https://github.com/zlatinb/muwire/wiki/Search-Phrases


also I removed the forced update check on startup, although that will take effect only after the second restart.

Lord of the Rings November 6th, 2019 05:14 PM

I only downloaded a single macupdate with 0.5.8. That's an improvement. Though a restart reiterated the download after a few minutes of sitting on connecting. I cancelled this one. Another restart and it appears the reiteration has stopped.

The program appeared to shutdown very fast compared to usual. Another shutdown was also very fast.

I noticed once with 0.5.6 or 0.5.7 and again with restart of 0.5.8 there was no osx firewall popup. I'm always a little nervous when it's inconsistent and whether the exception is still working. A second restart and same thing. Not sure of the relevance.
Quote:

Originally Posted by Lord of the Rings (Post 378706)
Any possibility of adding interactivity with the uploads window?
Things like right-clicking with options such as view file information, find in library, find on disk, etc. This is particularly relevent if a shared file is simply "song.flac" and your library has multiple files of same song but different versions (such as live/studio/rehearsal, jam, etc.)

Such interactivity would be handy if added to the Library as a whole. Similar to LW in a way.

Lord of the Rings November 6th, 2019 07:34 PM

Just discovered after I changed id3 tags of some files they were removed from shares upon next startup. So I see what you mean about MW is a little fussy toward hash changes.

Lord of the Rings November 7th, 2019 03:53 AM

Quote:

Originally Posted by zlatinb (Post 378723)

But that's only if you download a file and share it right? Not for files you are adding to the share pool. I'm not sure of the relevance for your own unique shares.

edit:
Quote:

Originally Posted by https://github.com/zlatinb/muwire/wiki/Sidecar-files
The maximum length of a comment is 32kb. If a sidecar file is longer than that, it will be ignored.

What does that mean in layman terms (re: 32kb)?

zlatinb November 7th, 2019 06:32 AM

Quote:

Such interactivity would be handy if added to the Library as a whole. Similar to LW in a way.
Implemented "show in library" option and a popup menu in the uploads table in git. Will be available with 0.5.9 (probably tomorrow)


Quote:

But that's only if you download a file and share it right? Not for files you are adding to the share pool. I'm not sure of the relevance for your own unique shares.

You can issue certificates for files you're adding to the shared pool. Then when someone browses you or you return a search result, they can choose to import those certificates. It's true that your own certificates are of little use to yourself, but they help other verify the origin of the file. This way you can establish reputation.


32kb is a couple of pages of text I think.

zlatinb November 8th, 2019 01:59 PM

I just released 0.5.10. Features a new search result display option - you can group by file instead of by sender. Also a right-click option on shared files that shows exactly who has searched for your files and who has downloaded them. Hope you like that!

Lord of the Rings November 8th, 2019 04:38 PM

Quote:

Originally Posted by zlatinb (Post 378729)
I just released 0.5.10. Features a new search result display option - you can group by file instead of by sender. Also a right-click option on shared files that shows exactly who has searched for your files and who has downloaded them. Hope you like that!

Search result display shows helpful information.

I am finding the search results are somewhat more inclusive now or perhaps it's just the search terms. Keeping the searches simple appears to bring in more search results.

I'm starting to wonder if there is a problem at my end because I appear to have skipped 0.5.9; I am yet to see an update message.

After the update I noticed search hits and upload counts reset. Thus instead of overall I guess it's now a per session which is more appropriate.

I noticed Advanced Sharing - Watched Directories with 0.5.8, something I had not noticed previously. I apparently have ten directories watched for file changes.

Negative Tree (Files which are explicitly not shared): I notice there's directories listed that I'm also supposedly sharing. At least two of them only have one kind of file so there was no reason not to share anything from those folders and makes me wonder why they should be listed in the negative tree.

If certificates have been produced and you wish to adjust the name of the file, how difficult is it to make changes without polluting (creating a mismatch with) the certificate or removing and replacing the certificate? AFAIK changing the file name (not id tag name) of a file should not change the hash of a file, but the certificate is a different kettle of fish.

zlatinb November 8th, 2019 08:32 PM

Quote:

Originally Posted by Lord of the Rings (Post 378730)
I'm starting to wonder if there is a problem at my end because I appear to have skipped 0.5.9; I am yet to see an update message.

Unless you changed the default update check interval from every 24 hours you would have missed 0.5.9 because it lasted less than that lol.

Quote:

After the update I noticed search hits and upload counts reset.
I had to change the format of the search hits to show who has performed the search, that's why they reset. They are still persisted across sessions. The upload counters should not have reset though.


Quote:

Negative Tree (Files which are explicitly not shared): I notice there's directories listed that I'm also supposedly sharing.
The negative tree lists files which are not shared but are inside a watched directory. If you see a directory there it just means the directory is shared, only if you see a file inside such a directory it means that specific file has been explicitly unshared. The negative tree display is more for debugging purposes as you can't really do anything with the tree, it's read-only.

Quote:

If certificates have been produced and you wish to adjust the name of the file, how difficult is it to make changes without polluting (creating a mismatch with) the certificate or removing and replacing the certificate?
It's impossible; the point of certificates is that they are a snapshot of the file at a specific time. If you want, you can delete the certificate file from the ~/Library/Application Support/MuWire/filecert directory but as the warning says someone may have already gotten it from you. There is no problem issuing a second certificate though, just click "Certify" again.

Lord of the Rings November 8th, 2019 08:52 PM

Quote:

Originally Posted by zlatinb (Post 378731)
Unless you changed the default update check interval from every 24 hours you would have missed 0.5.9 because it lasted less than that lol.

No wonder. Mine's set to 48 hrs but I don't recall manually changing it.
Quote:

Originally Posted by zlatinb (Post 378731)
It's impossible; the point of certificates is that they are a snapshot of the file at a specific time. If you want, you can delete the certificate file ... but as the warning says someone may have already gotten it from you. There is no problem issuing a second certificate though, just click "Certify" again.

Will the certificate upload show in the upload window? If yes I'm safe on this occasion.

The certificates folder is a little confusing when you have many. Since I certified all simultaneously there was no time/date indicator either to give a hint. I was not enthusiastic about opening up over 1k of certificates to find several dozen. So I started them from scratch. Unless a file has been changed I presume the certificate would be identical to the original in any case (with exception of date and time listed within.)


All times are GMT -7. The time now is 03:26 PM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 ©2011, Crawlability, Inc.

Copyright © 2020 Gnutella Forums.
All Rights Reserved.