aboutsummaryrefslogtreecommitdiff
path: root/src/mnemonics/english.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2018-08-29mnemonics: fix outrageous compile time with CLANG in releasemoneromooo-monero1-3/+6
from several minutes to 10-15 seconds
2018-03-17simplewallet: new --use-english-language-names flagmoneromooo-monero1-1/+1
On some Windows systems, displaying language names in their own languages freezes the display.
2018-01-26Update 2018 copyrightxmr-eric1-1/+1
2017-03-25mnemonics: misc cleanupmoneromooo-monero1-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.
2017-02-21update copyright year, fix occasional lack of newline at line endRiccardo Spagni1-1/+1
2015-12-31updated copyright yearRiccardo Spagni1-1/+1
2015-07-22fix license on English wordlistRiccardo Spagni1-2/+0
2015-03-04fixed English word list issue: 'launchpad' should be 'ourselves'Riccardo Spagni1-1/+1
2015-03-04fixed English word list issue: 'incline' should have remained 'inline'Riccardo Spagni1-1/+1
2015-01-02year updated in licenseRiccardo Spagni1-1/+1
2014-10-07Variable unique prefix lengths for seedOran Juice1-0/+1
2014-10-06minor English wordlist tweaksRiccardo Spagni1-23/+23
2014-10-05added trim_length to language_base class, added license to langeuage_baseRiccardo Spagni1-0/+1
2014-10-05new English word list, trim length of 3, average word size of 6 letters, ↵Riccardo Spagni1-1288/+1288
designed to be a bit unusual and thus easier to memorise
2014-10-05Uses new Japanese file. Gives credit to dabura667. English file indentation ↵Oran Juice1-1639/+1639
tabs to spaces.
2014-10-02Use reference types on LHS when using language methodsOran Juice1-0/+10
2014-10-02Cut short word lists to 1626 words, added attribution to Electrum, some bug ↵Oran Juice1-2074/+1681
fixes
2014-10-02Restructured language sources to be singletonsOran Juice1-2090/+2066
2014-10-02Separated word lists to header filesOran Juice1-0/+2098