Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFC: rendezvous #56

Merged
merged 23 commits into from
Jan 18, 2019
Merged

RFC: rendezvous #56

merged 23 commits into from
Jan 18, 2019

Commits on Mar 12, 2018

  1. rendezvous protocol

    vyzo committed Mar 12, 2018
    Configuration menu
    Copy the full SHA
    696ca34 View commit details
    Browse the repository at this point in the history
  2. cosmetics

    vyzo committed Mar 12, 2018
    Configuration menu
    Copy the full SHA
    dcbd0b4 View commit details
    Browse the repository at this point in the history
  3. peer discovery for bootstrap

    vyzo committed Mar 12, 2018
    Configuration menu
    Copy the full SHA
    2ba1ad5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3330b69 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2018

  1. Configuration menu
    Copy the full SHA
    00fa97b View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2018

  1. Configuration menu
    Copy the full SHA
    b19d493 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6dbbd4b View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2018

  1. Configuration menu
    Copy the full SHA
    219dc40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed7c068 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2018

  1. add RegisterResponse to convey registration success or errors.

    also, peer ids in unregistrations.
    vyzo committed Apr 15, 2018
    Configuration menu
    Copy the full SHA
    af5ba41 View commit details
    Browse the repository at this point in the history
  2. fix typo, limit should be int64

    vyzo committed Apr 15, 2018
    Configuration menu
    Copy the full SHA
    3423e15 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7036720 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2018

  1. add closing backticks

    vyzo committed Apr 18, 2018
    Configuration menu
    Copy the full SHA
    ec7a579 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d061e1 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2018

  1. default TTL of 2hrs instead of persist until disconneciton semantics

    Also specify a minimum upper bound of 72hrs and an E_INVALID_TTL status
    code.
    vyzo committed Apr 20, 2018
    Configuration menu
    Copy the full SHA
    81e5078 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2018

  1. add error reporting to DiscoverResponse; status text for errors.

    and some more error codes.
    vyzo committed Apr 21, 2018
    Configuration menu
    Copy the full SHA
    9bdee4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4059338 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2019

  1. Configuration menu
    Copy the full SHA
    7093569 View commit details
    Browse the repository at this point in the history
  2. add E_UNAVAILABLE error

    vyzo committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    9f35578 View commit details
    Browse the repository at this point in the history
  3. add ttl in registration response

    vyzo committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    4fa61c2 View commit details
    Browse the repository at this point in the history
  4. wording

    vyzo committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    84cf2fd View commit details
    Browse the repository at this point in the history
  5. add author and revision

    vyzo committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    aba06e7 View commit details
    Browse the repository at this point in the history
  6. add section on proof of work

    vyzo committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    e1083c1 View commit details
    Browse the repository at this point in the history