Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Key distribution v2 #129

Merged
merged 26 commits into from
Apr 29, 2015
Merged

Key distribution v2 #129

merged 26 commits into from
Apr 29, 2015

Commits on Apr 14, 2015

  1. Add a version 2 of the key server api

    Mark Haines committed Apr 14, 2015
    Configuration menu
    Copy the full SHA
    d488463 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32e14d8 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2015

  1. Fail quicker for 4xx responses in the key client, optional hit a diff…

    …erent API path
    Mark Haines committed Apr 15, 2015
    Configuration menu
    Copy the full SHA
    8d76113 View commit details
    Browse the repository at this point in the history
  2. Add methods for storing and retrieving the raw key json

    Mark Haines committed Apr 15, 2015
    Configuration menu
    Copy the full SHA
    a429515 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2015

  1. Implement v2 key lookup

    Mark Haines committed Apr 20, 2015
    Configuration menu
    Copy the full SHA
    2f9157b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' into key_distribution

    Mark Haines committed Apr 20, 2015
    Configuration menu
    Copy the full SHA
    db8d4e8 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2015

  1. Merge branch 'develop' into key_distribution

    Mark Haines committed Apr 21, 2015
    Configuration menu
    Copy the full SHA
    3ba522b View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2015

  1. Implement remote key lookup api

    Mark Haines committed Apr 22, 2015
    Configuration menu
    Copy the full SHA
    f30d47c View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2015

  1. Update to match the specification for key/v2

    Mark Haines committed Apr 23, 2015
    Configuration menu
    Copy the full SHA
    4bbf715 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2015

  1. Better help for the old-signing-key option

    Mark Haines committed Apr 24, 2015
    Configuration menu
    Copy the full SHA
    149ed9f View commit details
    Browse the repository at this point in the history
  2. Move the key related config parser into a separate file

    Mark Haines committed Apr 24, 2015
    Configuration menu
    Copy the full SHA
    c8c710e View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop' into key_distribution

    Mark Haines committed Apr 24, 2015
    Configuration menu
    Copy the full SHA
    eede182 View commit details
    Browse the repository at this point in the history
  4. Copyright notice

    Mark Haines committed Apr 24, 2015
    Configuration menu
    Copy the full SHA
    31e262e View commit details
    Browse the repository at this point in the history
  5. Add a config file for perspective servers

    Mark Haines committed Apr 24, 2015
    Configuration menu
    Copy the full SHA
    b1e68ad View commit details
    Browse the repository at this point in the history
  6. Merge branch 'develop' into key_distribution

    Mark Haines committed Apr 24, 2015
    Configuration menu
    Copy the full SHA
    b2c2dc8 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'develop' into key_distribution

    Mark Haines committed Apr 24, 2015
    Configuration menu
    Copy the full SHA
    c253b14 View commit details
    Browse the repository at this point in the history
  8. Add config for setting the perspective servers

    Mark Haines committed Apr 24, 2015
    Configuration menu
    Copy the full SHA
    2887021 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2015

  1. Merge branch 'develop' into key_distribution

    Conflicts:
    	synapse/crypto/keyring.py
    Mark Haines committed Apr 27, 2015
    Configuration menu
    Copy the full SHA
    f8b8652 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2015

  1. Add server_keys.sql to the current delta rather than creating a new d…

    …elta
    Mark Haines committed Apr 28, 2015
    Configuration menu
    Copy the full SHA
    b96c133 View commit details
    Browse the repository at this point in the history
  2. And don't bump the schema version unnecessarily

    Mark Haines committed Apr 28, 2015
    Configuration menu
    Copy the full SHA
    55e1bc8 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2015

  1. Configuration menu
    Copy the full SHA
    46d200a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74874ff View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop' into key_distribution

    Conflicts:
    	synapse/config/homeserver.py
    Mark Haines committed Apr 29, 2015
    Configuration menu
    Copy the full SHA
    4ad8b45 View commit details
    Browse the repository at this point in the history
  4. Use bytea rather than BLOB

    Mark Haines committed Apr 29, 2015
    Configuration menu
    Copy the full SHA
    a9549fd View commit details
    Browse the repository at this point in the history
  5. Use a defer.gatherResults to collect results from the perspective ser…

    …vers
    Mark Haines committed Apr 29, 2015
    Configuration menu
    Copy the full SHA
    1319905 View commit details
    Browse the repository at this point in the history
  6. bump database schema version

    Mark Haines committed Apr 29, 2015
    Configuration menu
    Copy the full SHA
    e26a3d8 View commit details
    Browse the repository at this point in the history