Modular p2p messaging stack, with a focus on secure messaging. https://rfc.vac.dev/
Go to file
Dean Eigenmann 95f0013299
spec/sync-modes (#4)
* started

* parents

* minor

* updated hash

* added some desc

* new v cause breaks message

* fixed

* ack flag

* upadte

* first changes

* package

* updated

* extended

* started adding soem fields

* readded fields section

* toc

* using american spelling

* some more text

* fixed

* changes

* updated

* started working on persistence.

* eol

* fixed

* nicer path

* removed ack flag

* brought back the ack

* done

* update abstract

* Update README.md

* Update mdf.md

* Update mdf.md

* Update mdf.md

* Update mdf.md

* Update mdf.md

* Update mdf.md

* Update mdf.md

* added previous message

* unit32

* spellcheck

* changed context to groupid

* moved back

* updated

* removes sequence

* removed

* made parents -> parent & previous_message -> previous_messages

* changed wording

* linked list

* changed note

* updated

* mode

* ack -> ack_required

* update header

* space

* changed phrasing

* Update mdf.md

* Update mdf.md

* minor changes, added motivation and ref consistency

* Update mdf.md

* Update mdf.md

* Update mdf.md

* Update mdf.md

* Update mdf.md

* Update README.md

* Update mdf.md

* Update mdf.md

* Update mdf.md

* first changes from oskar

* Update mdf.md

* Update mdf.md

* Update mdf.md

* Update mdf.md

* Update README.md

* Update mdf.md

* Update mdf.md

* Update mdf.md

* Update mdf.md
2019-10-21 16:49:03 +02:00
.github/ISSUE_TEMPLATE Create research-issue.md 2019-09-20 20:26:10 +02:00
assets Update remote log asset 2019-10-01 12:52:02 +08:00
404.html Create 404.html 2019-09-22 20:39:34 +02:00
CNAME Create CNAME 2019-08-04 15:25:11 +02:00
README.md spec/sync-modes (#4) 2019-10-21 16:49:03 +02:00
_config.yml Update _config.yml 2019-08-02 18:20:01 +02:00
mdf.md spec/sync-modes (#4) 2019-10-21 16:49:03 +02:00
mvds.md spec/sync-modes (#4) 2019-10-21 16:49:03 +02:00
remote-log.md todo 2019-10-03 11:13:50 +08:00

README.md

Specifications

This repository contains the specs for vac, a modular peer-to-peer messaging stack, with a focus on secure messaging. A detailed explanation of the vac and its design goals can be found here.

Status

The entire vac protocol is under active development, each specification has its own status which is reflected through the version number at the top of every document. We use semver to version these specifications.

Protocols

These protocols define various components of the vac stack.

  • mvds - Data Synchronization protocol for unreliable transports.
  • remote log - Remote replication of local logs.
  • mdf - Metadata field for MVDS messages.

Style guide

All specs follow RFC-2119.

Sequence diagrams are generated using Mscgen like this: mscgen -T png -i input.msc -o output.png. Both the source and generated image should be in source control. For ease of readability, the generated image is embedded inside the main spec document.