2024-11-07 21:49 | Change main public Git repository. | Yuval Langer | 4 | +12 | -4 |
2024-11-07 21:31 | Bump versions and add CHANGELOG entries. | Yuval Langer | 4 | +14 | -2 |
2024-11-07 21:14 | Add a README file to the diceare_wordlists library. Update some of the rusty-diceware README file. | Yuval Langer | 2 | +86 | -10 |
2024-11-07 04:49 | Improve tests. | Yuval Langer | 1 | +7 | -3 |
2024-11-07 02:59 | Add a test for the manual word generator. | Yuval Langer | 1 | +10 | -0 |
2024-11-07 02:48 | Remove unneeded `use rand_chacha`. | Yuval Langer | 1 | +0 | -2 |
2024-11-07 02:45 | Move entropy printing outside of the two word generation cases according to DRY. | Yuval Langer | 1 | +8 | -10 |
2024-11-06 22:54 | Apply suggestions made by `cargo clippy`. | Yuval Langer | 1 | +17 | -8 |
2024-11-06 22:52 | Apply suggestions made by `cargo clippy`. | Yuval Langer | 1 | +36 | -39 |
2024-11-06 18:44 | Switch to non-fully-qualified names. | Yuval Langer | 1 | +14 | -10 |
2024-11-06 18:21 | Convert both word generating methods - RNG and die casting - into two Iterator types. | Yuval Langer | 1 | +81 | -83 |
2024-11-06 15:45 | Fix significance order and some typing. Add comments. | Yuval Langer | 2 | +119 | -70 |
2024-11-06 01:43 | Add the end-of-file case for the single word from die rolls reading function. | Yuval Langer | 1 | +37 | -9 |
2024-11-05 22:57 | Fix return type. | Yuval Langer | 1 | +1 | -1 |
2024-11-04 17:58 | Add generic type definitions and a test. | Yuval Langer | 1 | +22 | -21 |
2024-11-04 00:22 | Rewrite the main function hopefully fix the asks too many dice rolls bug. | Yuval Langer | 1 | +164 | -150 |
2024-09-02 23:40 | Replace "community" chat rooms and IRC channels with monetary support link. | Yuval Langer | 1 | +2 | -2 |
2022-11-04 12:20 | Bump version. Add to CHANGELOG. Update lock file. | Yuval Langer | 3 | +16 | -12 |
2022-11-04 12:11 | Merge branch 'wordlist-clone' into 'master' | Yuval Langer | 1 | +1 | -0 |
2022-11-04 11:33 | feat: derive Clone on Wordlist enum | Jan Christian Grünhage | 1 | +1 | -0 |
2022-10-20 19:17 | Add a Liberapay account link. | Yuval Langer | 1 | +7 | -0 |
2022-10-20 18:32 | Move tests into their own tests directories. | Yuval Langer | 9 | +280 | -264 |
2022-10-20 17:56 | Add tests, bump diceware_wordlists version, update lock file, and add to the CHANGELOG. | Yuval Langer | 4 | +204 | -2 |
2022-10-19 12:37 | Bump a fairly stable looking `diceware_wordlists`, and shuffle some CHANGELOGS. | Yuval Langer | 5 | +12 | -9 |
2022-10-18 15:13 | Update Cargo.lock | Yuval Langer | 1 | +2 | -2 |
2022-10-18 14:56 | Add some changelogs to the CHANGELOG.md and a word about the wordlists crate split in the README.md file. | Yuval Langer | 2 | +11 | -0 |
2022-10-17 09:29 | feat: expose wordlists as an enum | Jan Christian Grünhage | 5 | +123 | -18 |
2022-10-13 21:08 | Change license of the wordlists package. | Yuval Langer | 2 | +3 | -3 |
2022-10-13 14:58 | Specify version of the diceware_wordlists package. | Yuval Langer | 1 | +1 | -1 |
2022-10-13 14:55 | Remove non-existing readme file value, add keyword, and properly describe package. | Yuval Langer | 1 | +2 | -3 |
2022-10-13 14:48 | Update Cargo.lock | Yuval Langer | 1 | +2 | -2 |
2022-10-13 14:47 | Remove unneeded dependencies section. | Yuval Langer | 1 | +0 | -3 |
2022-10-13 14:46 | "Community". | Yuval Langer | 1 | +1 | -1 |
2022-10-13 14:44 | Move wordlists out into their own package. | Yuval Langer | 13 | +159 | -139 |
2022-09-25 16:45 | Add copyright license notice to the main source file. | Yuval Langer | 1 | +18 | -0 |
2022-09-25 16:40 | Update Cargo.lock file. Add Matrix room to README. Bump version. | Yuval Langer | 3 | +12 | -8 |
2022-09-18 16:03 | Bump version. Add to CHANGELOG. | Yuval Langer | 3 | +6 | -2 |
2022-09-18 15:55 | Check for legal die digit. | Yuval Langer | 1 | +7 | -5 |
2022-09-18 15:41 | Add to CHANGELOG. | Yuval Langer | 1 | +1 | -1 |
2022-09-18 15:38 | Move tests into `/src/main.rs`. Bump version. | Yuval Langer | 4 | +64 | -72 |
2022-09-18 15:26 | Add CHANGELOG note. | Yuval Langer | 1 | +4 | -0 |
2022-09-18 15:25 | Move everything from `/src/bin/diceware.rs` and `/src/lib.rs` into `/src/main.rs`. | Yuval Langer | 4 | +289 | -302 |
2022-09-18 15:01 | Add physical dice rolls flag `-r` / `--dicerolls`. | Yuval Langer | 6 | +183 | -85 |
2022-09-17 13:20 | Add the three EFF wordlists as they appear in their Diceware guide https://www.eff.org/dice | Yuval Langer | 10 | +10613 | -127 |
2022-09-16 19:57 | Add a new option. Start obsoleting the literal wordlist flags. | Yuval Langer | 4 | +110 | -30 |
2022-09-13 17:42 | Bump diceware version. | Yuval Langer | 1 | +1 | -1 |
2022-09-13 17:37 | Add (bad?) notes to CHANGELOG. | Yuval Langer | 1 | +8 | -0 |
2022-09-09 14:14 | Use a more general function argument type. | Yuval Langer | 2 | +7 | -7 |
2022-09-09 12:18 | Remove vestigial naming used when we were stupidly overusing the type system. | Yuval Langer | 1 | +2 | -2 |
2022-09-08 00:11 | Add test for MiniLock wordlist. | Yuval Langer | 3 | +41 | -26 |
2022-09-07 19:30 | Add a note about the `--wordlist-file` commandline option. | Yuval Langer | 1 | +1 | -0 |
2022-09-07 19:11 | Add diceware v0.3.8 changes. | Yuval Langer | 1 | +9 | -8 |
2022-09-07 19:06 | Bump diceware version. | Yuval Langer | 1 | +1 | -1 |
2022-09-07 18:58 | Add an option to read a newline delimited wordlist file. | Yuval Langer | 1 | +33 | -1 |
2022-09-07 18:42 | Remove unnecessary struct definitions words of different wordlists. | Yuval Langer | 4 | +51 | -92 |
2022-09-07 00:47 | Bump diceware version number. | Yuval Langer | 1 | +1 | -1 |
2022-09-07 00:40 | Deduplicate build stuff and note in CHANGELOG. | Yuval Langer | 2 | +45 | -36 |
2022-09-06 22:57 | Merge branch 'feature/macros' into 'master' | Yuval Langer | 2 | +66 | -133 |
2022-09-06 08:33 | Implement tests using a macro | Valentin Brandl | 1 | +33 | -45 |
2022-09-06 08:07 | Remove unnecessary clone | Valentin Brandl | 1 | +1 | -1 |
2022-09-06 07:58 | Implement generators using a macro | Valentin Brandl | 1 | +33 | -88 |
2022-09-05 16:45 | Use the `Word` trait. Bump diceware version number. Add to CHANGELOG. | Yuval Langer | 3 | +7 | -2 |
2022-09-05 16:33 | Add note to CHANGELOG. | Yuval Langer | 2 | +5 | -1 |
2022-09-05 16:29 | Merge branch 'fix-test-cases' into 'master' | Yuval Langer | 1 | +2 | -2 |
2022-09-05 15:59 | Add Rustlang edition change to CHANGELOG. | Yuval Langer | 1 | +1 | -0 |
2022-09-05 15:48 | Deduplicate printing code. | Yuval Langer | 5 | +88 | -84 |
2022-09-04 12:38 | Fix values in test cases | Jan Christian Grünhage | 1 | +2 | -2 |
2022-09-03 22:09 | Bump Rustlang version. | Yuval Langer | 1 | +1 | -1 |
2022-09-03 16:35 | Bump version number. | Yuval Langer | 1 | +1 | -1 |
2022-09-03 16:32 | Fix links. Add more Wayback Machine mirror links. | Yuval Langer | 1 | +11 | -6 |
2022-09-03 16:25 | Add Wayback Machine mirror links. | Yuval Langer | 1 | +15 | -5 |
2022-09-03 16:02 | Upgrade to latest rand package. Bump version number. | Yuval Langer | 2 | +4 | -4 |
2022-09-03 14:57 | Add a delimiter flag to the command. Fix clippy issues. Bump version. | Yuval Langer | 3 | +57 | -36 |
2019-05-12 17:33 | Apply `cargo fmt`. | Yuval Langer | 1 | +20 | -16 |
2019-05-12 16:12 | Update gitignore file. | Yuval Langer | 1 | +1 | -0 |
2019-05-12 16:09 | Fix `use` line. | Yuval Langer | 1 | +2 | -1 |
2019-05-12 16:06 | Bump version number and remove unneeded `Cargo.toml` line. | Yuval Langer | 1 | +1 | -2 |
2019-05-12 16:05 | Change crate layout, from bin crate to lib crate. | Yuval Langer | 4 | +87 | -91 |
2019-05-12 15:27 | Remove uneeded `cfg` pragma, as they hide errors, also fix those errors. | Yuval Langer | 3 | +6 | -9 |
2019-05-12 14:35 | Update `rand` dependency version from `^0.5` to `^0.6` and replace deprecated `rand` stuff. | Yuval Langer | 3 | +10 | -8 |
2019-05-12 14:09 | Replace misuse of the `match` expression with `let` deconstructing assignment. | Yuval Langer | 1 | +6 | -9 |
2019-05-12 14:08 | Upgrade to 2018 edition. | Yuval Langer | 1 | +1 | -0 |
2019-05-12 13:58 | Fix `cargo fix --edition` removal of `use` lines. | Yuval Langer | 1 | +2 | -2 |
2019-05-12 13:56 | Run `cargo fix --edition`. | Yuval Langer | 2 | +3 | -3 |
2018-10-17 10:59 | Remove unsafe code | Yuval Langer | 1 | +1 | -3 |
2018-10-17 10:21 | Add metadata in Cargo file | Yuval Langer | 1 | +3 | -1 |
2018-10-17 10:16 | Add IntelliJ configuration directory to gitignore | Yuval Langer | 1 | +1 | -0 |
2018-10-17 09:35 | Add license | Yuval Langer | 1 | +661 | -0 |
2018-10-17 09:34 | Modernize trait for generating random words and update tests | Yuval Langer | 5 | +86 | -38 |
2015-06-16 20:27 | Deleting unused function | Yuval Langer | 1 | +0 | -11 |
2015-06-16 20:20 | Oops, forgot tests.rs | Yuval Langer | 1 | +31 | -0 |
2015-06-16 20:14 | Adding a proper command line interface | Yuval Langer | 3 | +77 | -65 |
2015-06-15 20:15 | Sending people to gitlab and linking important things | Yuval Langer | 1 | +20 | -2 |
2015-06-14 11:31 | Moved the diceware logic out into diceware.rs | Yuval Langer | 2 | +71 | -72 |
2015-06-14 09:43 | Getting rid of a useless line | Yuval Langer | 1 | +0 | -1 |
2015-06-13 23:31 | MiniLock wordlist now works | Yuval Langer | 2 | +64 | -9 |
2015-06-13 12:07 | Adding some work in progress minilock wordlist generating code | Yuval Langer | 1 | +14 | -0 |
2015-06-13 11:20 | Adding the miniLock wordlist | Yuval Langer | 1 | +43 | -0 |
2015-06-12 21:42 | Adding some tests | Yuval Langer | 1 | +50 | -2 |
2015-06-12 20:26 | Making the contents of the BealeWord and ReinholdWord structs private | Yuval Langer | 1 | +3 | -3 |
2015-06-12 19:58 | Adding Cargo.lock to gitignore | Yuval Langer | 1 | +1 | -0 |
2015-06-12 19:25 | the rand::Rand trait for BealeWord and ReinholdWord work great | Yuval Langer | 4 | +7836 | -11 |
2015-06-12 14:00 | Adding wordlist build.rs file | Yuval Langer | 3 | +73 | -22 |
2015-06-12 12:10 | Adding module diceware and some commented out getopts code | Yuval Langer | 2 | +97 | -11 |
2015-06-11 18:23 | Fixing xkcd link | Yuval Langer | 1 | +2 | -1 |
2015-06-11 18:21 | Linking rustlang | Yuval Langer | 1 | +2 | -1 |
2015-06-11 18:15 | Adding some due credit to Arnold G. Reinhold | Yuval Langer | 1 | +4 | -2 |
2015-06-11 18:14 | fixing wordlist file location | Yuval Langer | 1 | +1 | -1 |
2015-06-11 17:12 | Moving bin files, changing title, adding xkcd page | Yuval Langer | 3 | +9 | -3 |
2015-06-10 21:23 | Fixing mirror links? | Yuval Langer | 1 | +2 | -2 |
2015-06-10 21:21 | Create README.md | Yuval Langer | 1 | +11 | -0 |
2015-06-10 21:16 | First commit | Yuval Langer | 4 | +7817 | -0 |