Ian Clarke
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,...
# 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...
[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...
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...
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
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,...
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...
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...