Ian Clarke

Results 153 issues of Ian Clarke

The node supports webassembly "plugins" that can: * retrieve, insert, and modify contracts and their state. * Communicate with apps/components. * Inspect the apps/components that wish to communicate with it,...

C-feature
C-proposal
E-hard
P-medium

# Goal Peers attempt to relay contracts that they’re likely to receive requests for. Relaying means that the peer subscribes to contract updates and can then respond to requests for...

C-proposal
E-hard
P-medium
A-networking-ring
planned

[Unison](https://github.com/bcpierce00/unison) is an open source dropbox replacement that works over ssh to synchronize files and directories. It should be straightforward to build something similar on locutus that's even easier to...

help wanted
C-proposal
A-decentralized-services

Quantum computers have the potential to break many of the cryptographic algorithms that are currently used to secure communications and protect data. This is because quantum computers can perform certain...

C-tracking-issue
A-crypto
planned

Use a browser profile to specify Locutus as a proxy: https://superuser.com/questions/1633255/how-can-i-start-a-google-chrome-instance-which-uses-a-proxy-while-already-having

C-proposal
A-os-integration
planned

Register a URI handler in the OS for "freenet:" that launches the custom Freenet browser. ## Notes Yes, it's possible to create custom URI schemes on Windows, MacOS, and Linux,...

E-easy
C-proposal
A-os-integration

Peers should look for unusual statistical patterns in requests coming from their neighbors. For example, a bunch of new contracts being added all with unusually similar locations might be indicative...

C-proposal

Supporting SOCKS5 as an alternate transport would be useful for people who wish to use VPNs with Locutus. There is some [code](https://github.com/comit-network/rust-libp2p-tokio-socks5) to add SOCKS5 support to libp2p, but it...

help wanted
C-proposal