aboutsummaryrefslogtreecommitdiff
path: root/src/mnemonics/english.h
Commit message (Collapse)AuthorAgeFilesLines
* Copyright: Update to 2022mj-xmr2022-03-041-1/+1
|
* Update copyright year to 2020SomaticFanatic2020-05-061-1/+1
| | | | Update copyright year to 2020
* Update 2019 copyrightbinaryFate2019-03-051-1/+1
|
* mnemonics: fix outrageous compile time with CLANG in releasemoneromooo-monero2018-08-291-3/+6
| | | | from several minutes to 10-15 seconds
* simplewallet: new --use-english-language-names flagmoneromooo-monero2018-03-171-1/+1
| | | | | On some Windows systems, displaying language names in their own languages freezes the display.
* Update 2018 copyrightxmr-eric2018-01-261-1/+1
|
* mnemonics: misc cleanupmoneromooo-monero2017-03-251-8/+3
| | | | | | Pass relevant information to the base class instead of overwriting default values later, use objects instead of pointers to objects to avoid having to new objects unnecessarily.
* update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-211-1/+1
|
* updated copyright yearRiccardo Spagni2015-12-311-1/+1
|
* fix license on English wordlistRiccardo Spagni2015-07-221-2/+0
|
* fixed English word list issue: 'launchpad' should be 'ourselves'Riccardo Spagni2015-03-041-1/+1
|
* fixed English word list issue: 'incline' should have remained 'inline'Riccardo Spagni2015-03-041-1/+1
|
* year updated in licenseRiccardo Spagni2015-01-021-1/+1
|
* Variable unique prefix lengths for seedOran Juice2014-10-071-0/+1
|
* minor English wordlist tweaksRiccardo Spagni2014-10-061-23/+23
|
* added trim_length to language_base class, added license to langeuage_baseRiccardo Spagni2014-10-051-0/+1
|
* new English word list, trim length of 3, average word size of 6 letters, ↵Riccardo Spagni2014-10-051-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 Juice2014-10-051-1639/+1639
| | | | tabs to spaces.
* Use reference types on LHS when using language methodsOran Juice2014-10-021-0/+10
|
* Cut short word lists to 1626 words, added attribution to Electrum, some bug ↵Oran Juice2014-10-021-2074/+1681
| | | | fixes
* Restructured language sources to be singletonsOran Juice2014-10-021-2090/+2066
|
* Separated word lists to header filesOran Juice2014-10-021-0/+2098