index
:
dome-key-map
master
DomeKey core library
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
trial.rs
Age
Commit message (
Expand
)
Author
2018-10-27
trial: Fix unused import warning
Teddy Wing
2018-10-27
datetime_local_to_fixed_offset(): Remove unused variable
Teddy Wing
2018-10-27
Make `do_trial()` accessible via FFI
Teddy Wing
2018-10-23
trial: Rename `trial_expired()` to `exit_trial_expired()`
Teddy Wing
2018-10-23
trial: Add docstrings, clean up comments
Teddy Wing
2018-10-23
print_trial_days(): Add a real output message
Teddy Wing
2018-10-23
decode_datetime(): Fix incorrect encoded & IV string splitting
Teddy Wing
2018-10-23
do_trial(): Fix unreachable `DurationError` patterns
Teddy Wing
2018-10-23
trial: Fix timezone error
Teddy Wing
2018-10-23
trial: Implement `do_trial()`
Teddy Wing
2018-10-22
Add a description to `get_trial_start()`
Teddy Wing
2018-10-22
Fill in `get_trial_start()` function
Teddy Wing
2018-10-22
Move trial timestamp file to a hidden file
Teddy Wing
2018-10-22
initialize_trial_start(): Don't rewrite the file if it already exists
Teddy Wing
2018-10-22
trial: Add a function to initialise a trial timestamp in a file
Teddy Wing
2018-10-22
decode_datetime(): Return a `Result`
Teddy Wing
2018-10-22
trial: Encrypt and decrypt timestamp
Teddy Wing
2018-10-21
Add `trial` module, calculate days remaining
Teddy Wing