| Commit message (Collapse) | Author | Files | Lines |
|
* Pass time_added_ms into process_v2_response
* Simplify process_v2_response
We can merge old_verify_keys into verify_keys, and reduce the number of dicts
flying around.
|
|
These were never used, and poking arbitary data into objects from other
packages seems confusing at best.
|
|
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.
|
|
I was staring at this function trying to figure out wtf it was actually
doing. This is (hopefully) a non-functional refactor which makes it a bit
clearer.
|
|
|
|
|
|
This reverts commit c31e375ade1b59a7fe38628337e9e1aa3de91feb.
|
|
|
|
requests 2.22.0 as been releas |