aboutsummaryrefslogtreecommitdiff
path: root/src/mnemonics/language_base.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2017-03-25mnemonics: sanity checks for word listsmoneromooo-monero1-3/+26
and a test to go with it Remember to run the test when changing word lists, or simplewallet will throw uncaught if that word list is used.
2017-03-25mnemonics: misc cleanupmoneromooo-monero1-20/+16
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
2016-12-10mnemonics: fix misc STL containers leakmoneromooo-monero1-0/+6
found by coverity
2015-12-31updated copyright yearRiccardo Spagni1-1/+1
2015-06-23mnemonics: fix duplicate symbol errorWladimir J. van der Laan1-1/+1
2015-06-21mnemonics: fix prefix extraction with non ASCII textmoneromooo-monero1-1/+21
2015-01-02year updated in licenseRiccardo Spagni1-1/+1
2014-10-07Variable unique prefix lengths for seedOran Juice1-4/+4
2014-10-05added other skipped commitRiccardo Spagni1-1/+1
2014-10-05added skipped commitRiccardo Spagni1-0/+1
2014-10-05added trim_length to language_base class, added license to langeuage_baseRiccardo Spagni1-0/+36
2014-10-03Don't show Old English as an available optionOran Juice1-73/+73
2014-10-02Use reference types on LHS when using language methodsOran Juice1-7/+41
2014-10-02Cut short word lists to 1626 words, added attribution to Electrum, some bug ↵Oran Juice1-61/+61
fixes
2014-10-02Restructured language sources to be singletonsOran Juice1-0/+61