| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | updated copyright year | Riccardo Spagni | 2015-12-31 | 13 | -13/+13 |
| | | |||||
| * | slight modification to wordlist contributor tagline (as these contributors ↵ | Riccardo Spagni | 2015-07-24 | 2 | -2/+2 |
| | | | | | haven't used git to submit a PR, so we're creating the wordlist on their behalf | ||||
| * | added Russian wordlist | Riccardo Spagni | 2015-07-24 | 3 | -0/+1701 |
| | | |||||
| * | change unique_prefix_length=4 for japanese.h | David Vorick | 2015-07-23 | 1 | -1/+1 |
| | | | | I ran some tests, and all prefixes seem to be unique for len(3) | ||||
| * | add Germany and Italian wordlists | Riccardo Spagni | 2015-07-22 | 4 | -0/+3402 |
| | | |||||
| * | fix portuguese wordlist | Riccardo Spagni | 2015-07-22 | 1 | -3/+3 |
| | | |||||
| * | fix license on English wordlist | Riccardo Spagni | 2015-07-22 | 1 | -2/+0 |
| | | |||||
| * | mnemonics: fix duplicate symbol error | Wladimir J. van der Laan | 2015-06-23 | 1 | -1/+1 |
| | | |||||
| * | mnemonics: fix prefix extraction with non ASCII text | moneromooo-monero | 2015-06-21 | 2 | -5/+25 |
| | | |||||
| * | fixed English word list issue: 'launchpad' should be 'ourselves' | Riccardo Spagni | 2015-03-04 | 1 | -1/+1 |
| | | |||||
| * | fixed English word list issue: 'incline' should have remained 'inline' | Riccardo Spagni | 2015-03-04 | 1 | -1/+1 |
| | | |||||
| * | year updated in license | Riccardo Spagni | 2015-01-02 | 10 | -11/+11 |
| | | |||||
| * | return true on success | warptangent | 2014-12-01 | 1 | -1/+1 |
| | | |||||
| * | deterministic wallet use of twelve words fixed | warptangent | 2014-12-01 | 1 | -1/+1 |
| | | |||||
| * | cmake: support 2.8.7 | Ben Boeckel | 2014-10-24 | 1 | -1/+1 |
| | | | | | | | Older versions of CMake support LINK_{PUBLIC,PRIVATE} while newer versions prefer PUBLIC and PRIVATE instead, but still support the LINK_ prefix. | ||||
| * | cmake: handle private vs. public headers | Ben Boeckel | 2014-10-23 | 1 | -2/+7 |
| | | |||||
| * | cmake: refactor common code with libraries | Ben Boeckel | 2014-10-23 | 1 | -6/+1 |
| | | |||||
| * | cmake: put each library into its own directory | Ben Boeckel | 2014-10-23 | 1 | -0/+52 |
| | | | | | | This cleans up the CMake code and shows patterns more easily (to be refactored in the next commit). | ||||
| * | Added unit test. Fails for Japanese for some reason. | Oran Juice | 2014-10-08 | 2 | -5/+6 |
| | | |||||
| * | Remove iostream header put in during testing | Oran Juice | 2014-10-07 | 1 | -2/+0 |
| | | |||||
| * | Variable unique prefix lengths for seed | Oran Juice | 2014-10-07 | 7 | -47/+46 |
| | | |||||
| * | minor English wordlist tweaks | Riccardo Spagni | 2014-10-06 | 1 | -23/+23 |
| | | |||||
| * | added other skipped commit | Riccardo Spagni | 2014-10-05 | 1 | -1/+1 |
| | | |||||
| * | added skipped commit | Riccardo Spagni | 2014-10-05 | 1 | -0/+1 |
| | | |||||
| * | added trim_length to language_base class, added license to langeuage_base | Riccardo Spagni | 2014-10-05 | 5 | -1/+41 |
| | | |||||
| * | new English word list, trim length of 3, average word size of 6 letters, ↵ | Riccardo Spagni | 2014-10-05 | 1 | -1288/+1288 |
| | | | | | designed to be a bit unusual and thus easier to memorise | ||||
| * | Uses new Japanese file. Gives credit to dabura667. English file indentation ↵ | Oran Juice | 2014-10-05 | 2 | -2096/+2096 |
| | | | | | tabs to spaces. | ||||
| * | Don't show Old English as an available option | Oran Juice | 2014-10-03 | 8 | -6652/+6652 |
| | | |||||
| * | Had missed const and had to use .at instead of [] | Oran Juice | 2014-10-02 | 1 | -5/+5 |
| | | |||||
| * | Removed old word list file | Oran Juice | 2014-10-02 | 5 | -9399/+0 |
| | | |||||
| * | Use reference types on LHS when using language methods | Oran Juice | 2014-10-02 | 9 | -14/+114 |
| | | |||||
| * | Cut short word lists to 1626 words, added attribution to Electrum, some bug ↵ | Oran Juice | 2014-10-02 | 8 | -9604/+8511 |
| | | | | | fixes | ||||
| * | Restructured language sources to be singletons | Oran Juice | 2014-10-02 | 9 | -9830/+9762 |
| | | |||||
| * | Separated word lists to header files | Oran Juice | 2014-10-02 | 6 | -0/+9653 |
| | | |||||
| * | Added attribution to Electrum for their word-lists | Oran Juice | 2014-09-30 | 4 | -0/+8 |
| | | |||||
| * | Is forgiving of spelling mistakes beyond the 1st 4 characters. | Oran Juice | 2014-09-30 | 2 | -32/+72 |
| | | |||||
| * | Minor comment changes and code clean-up | Oran Juice | 2014-09-28 | 2 | -2/+2 |
| | | |||||
| * | Default to new style English seed | Oran Juice | 2014-09-28 | 1 | -1/+1 |
| | | |||||
| * | Minor code refactor and comment changes | Oran Juice | 2014-09-28 | 1 | -4/+4 |
| | | |||||
| * | CRC Checksum for word seed. Gives a new 25 word seed with checksum if one ↵ | Oran Juice | 2014-09-28 | 2 | -35/+99 |
| | | | | | without checksum is passed. Doxygen comment fix. | ||||
| * | Doxygen comments in | Oran Juice | 2014-09-27 | 2 | -15/+98 |
| | | |||||
| * | Informs about old style mnemonics from older wallet and provides a new one. ↵ | Oran Juice | 2014-09-27 | 6 | -0/+7783 |
| | | | | | CMakeLists.txt update. | ||||
| * | Throw error when word list file is empty and quick bug fix | Oran Juice | 2014-09-27 | 1 | -5/+9 |
| | | |||||
| * | Supports wallet restoration | Oran Juice | 2014-09-26 | 1 | -15/+39 |
| | | |||||
| * | Accepts seed language choice from user. | Oran Juice | 2014-09-25 | 2 | -2/+20 |
| | | |||||
| * | Copies word lists directory to the location of the executable | Oran Juice | 2014-09-24 | 2 | -3/+4 |
| | | |||||
| * | Check for error after opening word list file | Oran Juice | 2014-09-23 | 1 | -6/+11 |
| | | |||||
| * | Added code to separate old word list to raw input file and support for ↵ | Oran Juice | 2014-09-23 | 3 | -3273/+1688 |
| | | | | | multiple new languages | ||||
| * | Moved mnemonics code to src/mnemonics | Oran Juice | 2014-09-23 | 2 | -0/+3446 |
