index
:
dome-key-web
master
DomeKey website
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
license-generator
/
src
/
lib.rs
Age
Commit message (
Expand
)
Author
2018-11-14
purchaser: Add timestamp to secret
Teddy Wing
2018-11-13
license: Remove `unwrap`s
Teddy Wing
2018-11-11
main(): Move logging code into its own module
Teddy Wing
2018-11-11
Add `zip::license()` to make a Zip archive of a license plist
Teddy Wing
2018-11-11
main(): Extract 500 errors to a function
Teddy Wing
2018-11-11
main(): Get a map of POST params
Teddy Wing
2018-11-10
main(): Set up HTTP responses
Teddy Wing
2018-11-10
paddle::verify_signature(): Extract signature from params
Teddy Wing
2018-11-10
request::verified(): Base64 decode signature from POST params
Teddy Wing
2018-11-10
Add a helper function to verify webhook requests
Teddy Wing
2018-11-10
Parse POST params to a `BTreeMap`
Teddy Wing
2018-11-09
main(): Create a test purchaser
Teddy Wing
2018-11-09
Set up a file logger
Teddy Wing
2018-11-09
Add `get_database_connection()`
Teddy Wing
2018-11-09
Extract code in `lib.rs` to `errors.rs` and `purchaser.rs`
Teddy Wing
2018-11-09
Purchaser: Remove `with_secret()` function
Teddy Wing
2018-11-09
Purchaser::generate_secret(): Use a larger random number pool
Teddy Wing
2018-11-09
Purchaser: Add `generate_secret()` method
Teddy Wing
2018-11-09
Purchaser: Implement `insert()`
Teddy Wing
2018-11-09
Add `lib.rs`
Teddy Wing