Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2019-04-22 | Improved errors | boastful-squirrel | 1 | -4/+6 |
2019-04-21 | Rework error system + avoid panics in main() | boastful-squirrel | 1 | -12/+17 |
2019-04-20 | Remove spaces before function names | khai96_ | 1 | -3/+3 |
2019-04-19 | Fix parse_auth and add some tests | khai96_ | 1 | -3/+91 |
2019-04-19 | Fix false positive | khai96_ | 1 | -1/+1 |
2019-04-19 | Create get_hash_hex | khai96_ | 1 | -3/+6 |
2019-04-19 | Add support for sha-512 | khai96_ | 1 | -7/+11 |
2019-04-19 | Add support for hashed password (sha256) | khai96_ | 1 | -3/+31 |
2019-04-13 | Fixed auth check | boasting-squirrel | 1 | -12/+7 |
2019-03-08 | Send 401 instead of 403 on incorrect password (fixes #47) | Sven-Hendrik Haase | 1 | -1/+1 |
2019-02-13 | Added some docstrings | boasting-squirrel | 1 | -0/+2 |
2019-02-13 | Removed config.rs and put back actix config in main.rs | boasting-squirrel | 1 | -4/+2 |
2019-02-12 | Split project into multiple files | boasting-squirrel | 1 | -0/+77 |