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

feat(webrtc): add WebRTC (prev. browser-to-browser) spec #497

Merged
merged 58 commits into from
Apr 12, 2023

Commits on Dec 15, 2022

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

Commits on Jan 4, 2023

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

Commits on Jan 5, 2023

  1. Discourage certificate reuse

    mxinden committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    c41007e View commit details
    Browse the repository at this point in the history
  2. Draft signaling protocol

    mxinden committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    29d166b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5615e2f View commit details
    Browse the repository at this point in the history
  4. Change format to one line per sentence

    Experimenting with whether this makes reviewing and git diffs simpler.
    mxinden committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    cc1a8f1 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. Configuration menu
    Copy the full SHA
    78fae26 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4fa8da4 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. Define role distribution among A and B

    Done in consistency with DCUtR protocol.
    mxinden committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    7da6004 View commit details
    Browse the repository at this point in the history
  2. Detail STUN section

    mxinden committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    badcb1f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d92e673 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1b86e62 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    79ee3b0 View commit details
    Browse the repository at this point in the history
  6. Minor edits

    mxinden committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    e384839 View commit details
    Browse the repository at this point in the history
  7. Mark proto fields as optional

    Allows future versions to deprecate and remove fields in a two step process.
    
    For more details see #465 (comment)
    mxinden committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    b5d82c4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6c139b6 View commit details
    Browse the repository at this point in the history
  9. Document not using DCUtR

    mxinden committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    74c1bc0 View commit details
    Browse the repository at this point in the history
  10. Fix STUN section link

    mxinden committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    619e4e6 View commit details
    Browse the repository at this point in the history
  11. Fix signaling protocol link

    mxinden committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    aa62e92 View commit details
    Browse the repository at this point in the history
  12. Add uvarint link

    mxinden committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    fa79a13 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. Configuration menu
    Copy the full SHA
    f5ea248 View commit details
    Browse the repository at this point in the history
  2. Update webrtc/browser-to-browser.md

    Co-authored-by: Marco Munizaga <[email protected]>
    mxinden and MarcoPolo authored Jan 23, 2023
    Configuration menu
    Copy the full SHA
    39ed458 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. Use proto3

    See recommendation change with #506
    mxinden committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    2408db9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1e6a0c View commit details
    Browse the repository at this point in the history
  3. Document reset on failure

    mxinden committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    30b0d53 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ebc3d5c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6406947 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. Configuration menu
    Copy the full SHA
    5a9e553 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d6ef30 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4255246 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. Have A initiate the signaling protocol

    See rational in the FAQ.
    mxinden committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    e99d582 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c09392b View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. Configuration menu
    Copy the full SHA
    0a0a30a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    165bd52 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Rename title to WebRTC W3C

    mxinden committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    ec68ec3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5b36d2 View commit details
    Browse the repository at this point in the history
  3. Update webrtc/browser-to-browser.md

    Co-authored-by: Thomas Eizinger <[email protected]>
    mxinden and thomaseizinger authored Mar 2, 2023
    Configuration menu
    Copy the full SHA
    e119c1d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5a48183 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. Configuration menu
    Copy the full SHA
    3744342 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4cca1f1 View commit details
    Browse the repository at this point in the history
  3. Fix indentation

    mxinden committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    d63368a View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

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

Commits on Mar 23, 2023

  1. Configuration menu
    Copy the full SHA
    e171330 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96529cf View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Rename to "Shared concepts"

    mxinden committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    610a3dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    249ff1b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c4d450 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ad2549b View commit details
    Browse the repository at this point in the history
  5. "Cannot"

    mxinden committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    2b506ab View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    01f78a7 View commit details
    Browse the repository at this point in the history
  7. Expand on trickle ICE

    mxinden committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    fca22b3 View commit details
    Browse the repository at this point in the history
  8. Port for a webrtc connection

    mxinden committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    669e0c3 View commit details
    Browse the repository at this point in the history
  9. Reword dedicated STUN

    mxinden committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    7a2bf0a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3425f01 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. Wording on STUN

    mxinden committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    554e3db View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2023

  1. Fix typo in webrtc/webrtc.md

    Co-authored-by: Chad Nehemiah <[email protected]>
    mxinden and maschad authored Apr 9, 2023
    Configuration menu
    Copy the full SHA
    2cd2f19 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. Update spec headers

    - Bump webrtc-direct revision to r1 given the multiaddr change
    - Move webrtc to lifecycle 2A Candidate Recommendation
    - Updates dates
    mxinden committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    1160982 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63b141d View commit details
    Browse the repository at this point in the history