Initial commit

This commit is contained in:
Reuh 2016-04-26 15:38:39 +02:00
commit 7a38180adc
3 changed files with 270 additions and 0 deletions

14
changelog.txt Normal file
View file

@ -0,0 +1,14 @@
vrem 0.1.3:
- Added basic support for "Expect: 100-continue" header
- Added POST data size limitation
- Added newlines at the end of error responses
- Now logs the used storage backend
vrel 0.1.2:
- Added SQlite storage
- Removed dump feature
vrel 0.1.1:
- Web interface: expire time now displayed in hours
- Default expire time changed from one hour to one day
- Added a dump feature, to dump all data to a file (GET /dump/password)
vrel 0.1.0:
- Initial version