aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add a DATA_HASH UDF (same as SHA256)Tomasz Kramkowski2023-03-242-6/+15
| | | | | | This means that the underlying hash function can be changed without needing to change the name. Although the change would still break the database backwards compatibility, but that's a separate problem.
* isort importsTomasz Kramkowski2023-03-243-16/+14
|
* add isort as a dev dependencyTomasz Kramkowski2023-03-242-1/+20
|
* paste.db: Refactor connectTomasz Kramkowski2023-03-241-10/+19
|
* Implement If-None-Match handlingTomasz Kramkowski2023-03-241-1/+55
|
* Fix ETag header formatTomasz Kramkowski2023-03-241-2/+2
|
* fix the StartResponse type and make it a protocolTomasz Kramkowski2023-03-241-2/+13
|
* remove unnecessary import (hashlib.sha256)Tomasz Kramkowski2023-03-241-1/+0
|
* First draft versionTomasz Kramkowski2023-02-1412-0/+739
|
* init commitTomasz Kramkowski2023-02-140-0/+0