aboutsummaryrefslogtreecommitdiffstats
path: root/src/trial.rs
AgeCommit message (Expand)Author
2018-11-22Add licenseTeddy Wing
2018-11-03trial: Set a proper encryption keyTeddy Wing
2018-10-27trial: Fix unused import warningTeddy Wing
2018-10-27datetime_local_to_fixed_offset(): Remove unused variableTeddy Wing
2018-10-27Make `do_trial()` accessible via FFITeddy Wing
2018-10-23trial: Rename `trial_expired()` to `exit_trial_expired()`Teddy Wing
2018-10-23trial: Add docstrings, clean up commentsTeddy Wing
2018-10-23print_trial_days(): Add a real output messageTeddy Wing
2018-10-23decode_datetime(): Fix incorrect encoded & IV string splittingTeddy Wing
2018-10-23do_trial(): Fix unreachable `DurationError` patternsTeddy Wing
2018-10-23trial: Fix timezone errorTeddy Wing
2018-10-23trial: Implement `do_trial()`Teddy Wing
2018-10-22Add a description to `get_trial_start()`Teddy Wing
2018-10-22Fill in `get_trial_start()` functionTeddy Wing
2018-10-22Move trial timestamp file to a hidden fileTeddy Wing
2018-10-22initialize_trial_start(): Don't rewrite the file if it already existsTeddy Wing
2018-10-22trial: Add a function to initialise a trial timestamp in a fileTeddy Wing
2018-10-22decode_datetime(): Return a `Result`Teddy Wing
2018-10-22trial: Encrypt and decrypt timestampTeddy Wing
2018-10-21Add `trial` module, calculate days remainingTeddy Wing