Peer-to-peer hypermedia protocol
-
Updated
Jul 28, 2020
Peer-to-peer hypermedia protocol
An open source cybersecurity protocol for syncing decentralized graph data.
Websockets in swift for iOS and OSX
After shutdown, lnd logs "Shutdown complete" without a trailing newline. Upon restart, the line continues:
2019-12-05 22:39:18.593 [INF] LTND: Shutdown complete2019-12-05 22:39:39.821 [INF] LTND: Version: 0.8.2-beta commit=v0.8.0-beta-386-gf3398c0c0ecc469c31e1f7e18e0fa2d63b5729ed, build=production, logging=default
A QUIC implementation in pure go
Folding Tab Bar and Tab Bar Controller
Our Guillotine Menu Transitioning Animation implemented in Swift reminds a bit of a notorious killing machine.
With PJON you build networks of devices for free with no need of a cloud service or a centralised platform you don’t fully control.
An efficient, extensible and easy-to-use RPC framework.
On macOS, it's a fairly standard practice to display a pre-roll if your application needs some form of permissions, before calling the system APIs for the first time that will actually produce the system's requested-permissions window.
For instance, for any given end-user, the following window is likely A) intimidating, and B) possibly encourages insecure habits, such as simply clicking "acce
A protocol for secure client/server connections over UDP
A detailed document explaining and documenting HTTP/2, the successor to the widely popular HTTP/1.1 protocol
A network library for client/server games written in C++
Now that we have code coverage enabled there are a few places we can easily improve test coverage for.
The pure golang implementation of nanomsg (version 1, frozen)
Random data generation in Swift
When stateless retries are enabled, Quinn embeds some state in the retry token and authenticates it with a HMAC. This information is not secret, so the current approach works, but it would be more in the spirit of QUIC to use strong encryption to prevent other parties from coming to rely on that data, creating a stability hazard.
The stateless nature of retry tokens requires some care if we wan
protocol SomeProtocol {
init<T>(t: T)
}The code generated by the protocol above will have an initializer like below which cause a compiler error.
required init(t: T) {
}It looks like the type placeholder is missing when generating for an initializer.
Lightning Network Specifications
A bridge/proxy allowing you to connect to Minecraft: Java Edition servers with Minecraft: Bedrock edition.
Open Protocol for Resumable File Uploads
Filling from mobile so we don't forget. Good first issue if someone wants to fix this via a PR before I get to it next week.
Right now, when IPFS integrations are disabled via a toggle, extension assumes http://.
Most servers redirect http:// → https://, or have HSTS set up, but Companion should default to https://, because if someone did not set up redirect to a secure context,
Protocol to handle initial Loadings, Empty Views and Error Handling in a ViewController & views
Add a description, image, and links to the protocol topic page so that developers can more easily learn about it.
To associate your repository with the protocol topic, visit your repo's landing page and select "manage topics."
Right now the docs correspond to what's on
master. We need docs for each daemon release so developers can see what's available in the version they are using.https://github.com/jimporter/mike may be helpful.