P2P
Peer-to-Peer (P2P) applications share resources and communicate in a decentralized or distributed architecture. Often application nodes communicate directly with each other or cooperate to do work which benefits other nodes or the overall P2P system. In a pure P2P system, there is no distinction between client and server.
Here are 2,541 public repositories matching this topic...
Hi. I've been experiencing good reliability syncing Maildirs with Syncthing for a few weeks already - however, from time to time an occasional empty mail may now show up in my IMAP folders/e-mail client. I suspect that this is due to the partial transfers and/or temp files being read by dovecot (perhaps locking them somehow could help with this?). I was able to ignore dovecot's index files in Sync
System information
Geth
Version: 1.10.13-stable
Git Commit: 7a0c19f813e285516f4b525305fd73b625d2dec8
Architecture: amd64
Go Version: go1.17.3
Operating System: linux
GOPATH=
GOROOT=go
Expected behaviour
Close files that aren't in use / have a settable limit
Actual behaviour
Every database file it opens stays open for the duration of the sync
Steps to re
Describe the bug you encountered:
I was working with someone, connected remotely with rustdesk. I locked the screen with ctrl-alt-del. When I came back a few minutes later, I entered my password to unlock (xscreensaver) my screen. After unlocking, I could see my password appeared on the remote computer about the same time my friend was entering text into an IRC channel, which resulted in my l
-
Updated
Jul 10, 2022 - JavaScript
-
Updated
Jul 21, 2022
-
Updated
Jun 13, 2022 - JavaScript
-
Updated
Aug 5, 2022 - JavaScript
**Describe
-
Updated
Aug 8, 2022 - TypeScript
Summa
-
Updated
Aug 5, 2022 - JavaScript
-
Updated
Aug 8, 2022 - JavaScript
-
Updated
Aug 9, 2022 - C++
Creating a new issue based on lbryio/lbry-sdk#877
- Update ensure_directory_exists() to check that the directory is writable by the current process.
- If it's not, return a useful error
- Add tests to cover the case when
- download directory does not exist
- download dir exists but is not writable
- dir exists an
-
Updated
Jul 21, 2022 - JavaScript
- Version: ipfs-core: 0.14.1
- Subsystem: types, core
Severity: Very Low
Description:
in type definition put: (...) => Promise<CID>, but docs Promise<Block>
Which type is correct?
-
Updated
Aug 12, 2021 - JavaScript
-
Updated
Jul 18, 2022 - JavaScript
[META] Ideas 💡
This meta issue contains various ideas that may never be implemented, it's a good place to put things that could create useless noise in the issues section
Misc
- add a way to configure the CLI and apps to have two loggers, a full one in JSON in a file + a filtered one formatted for console on stdout
- add i18n support on CLI help messages
- add i18n support on error message
-
Updated
Mar 21, 2022 - Go
-
Updated
Jul 25, 2022 - Go
-
Updated
Aug 8, 2022 - Go
We have DAEMON_START metric which shows duration and count of times we need to start up our own daemon. However, we do not have a metric to show how often there are users who are already running an ipfs daemon.
The webui is available when running the go implementation of IPFS, so if we see a lower count for this NO_DAEMON_START metric, then we could potentially redirect any users who are alread
It currently says: "qTox is a powerful Tox client that follows the Tox design guidelines."
Problems:
- No need to say that this is qTox, because this is obvious from the application name.
- It isn't translated. Other apps have many sections like this:
Comment[fr]=Xxx
Comment[it]=Xxx
I recommend: "Qt 5 based Tox instant messenger for secure communication"
No need for the peri
-
Updated
Aug 8, 2022 - Python
Description
The "send payment" dialogue after seller taker accepted my offer is telling me to "start payment using sepa instant"; the account I used is normal sepa.
Version
1.8.0
S
-
Updated
May 12, 2021 - JavaScript
-
Updated
Aug 3, 2022 - JavaScript


The
-datacarrierand-datacarriersizeoptions were added in #3715 and #5077. Seems like those PRs did not add tests and we still don't have tests for them...? It should be easier to test things like this now with functional tests. I see-datacarriersizeused in some places to create large transactions by stuffing outputs with lots of data but that's not very thorough. We should probably add