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

Remove unused VerifyKey.expired and .time_added fields #5235

Merged
merged 2 commits into from
May 23, 2019

Commits on May 22, 2019

  1. Rewrite store_server_verify_key to store several keys at once

    Storing server keys hammered the database a bit. This replaces the
    implementation which stored a single key, with one which can do many updates at
    once.
    richvdh committed May 22, 2019
    Configuration menu
    Copy the full SHA
    032b0fc View commit details
    Browse the repository at this point in the history
  2. Remove unused VerifyKey.expired and .time_added fields

    These were never used, and poking arbitary data into objects from other
    packages seems confusing at best.
    richvdh committed May 22, 2019
    Configuration menu
    Copy the full SHA
    366de5c View commit details
    Browse the repository at this point in the history