| Commit message (Expand) | Author | Age |
* | Update documentation for Manager refactoring | Robin Krahl | 2019-07-09 |
* | Revert "Refactor User and Admin to use a mutable reference" | Robin Krahl | 2019-02-05 |
* | Refactor User and Admin to use a mutable reference | Robin Krahl | 2019-02-02 |
* | Require mutable reference if method changes device state | Robin Krahl | 2019-02-02 |
* | Prefer eprintln over println for error messages | Robin Krahl | 2019-01-28 |
* | Add license and copyright information | Robin Krahl | 2019-01-23 |
* | Refactor and clean up all code | Robin Krahl | 2019-01-23 |
* | Refactor library errors into LibraryError enum | Robin Krahl | 2019-01-20 |
* | Return Error instead of CommandError | Robin Krahl | 2019-01-20 |
* | Move util::CommandError to the new error module | Robin Krahl | 2019-01-20 |
* | Fix example for GenerateOtp::get_totp_code | Robin Krahl | 2019-01-05 |
* | Add force argument to ConfigureOtp::set_time | Robin Krahl | 2019-01-02 |
* | Derive Clone and Copy for CommandError, LogLevel, OtpMode | Robin Krahl | 2018-12-30 |
* | Use the crate:: path qualifier for modules | Robin Krahl | 2018-12-16 |
* | Use {} instead of {:?} where possible | Robin Krahl | 2018-06-07 |
* | Implement easier CString creation | Robin Krahl | 2018-06-07 |
* | Use Result<(), CommandError> instead of CommandStatus | Robin Krahl | 2018-06-07 |
* | Move set_time from Device to GenerateOtp | Robin Krahl | 2018-05-28 |
* | Rewrap documentation comments to 100 characters | Robin Krahl | 2018-05-28 |
* | Move the authenticate methods to a new Authenticate trait | Robin Krahl | 2018-05-22 |
* | Add an example for setting the current time | Robin Krahl | 2018-05-22 |
* | Improve OtpSlotData constructor / builder | Robin Krahl | 2018-05-22 |
* | Restructure code by functionality | Robin Krahl | 2018-05-22 |