aboutsummaryrefslogtreecommitdiff
path: root/src/mnemonics/language_base.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-03-04Copyright: Update to 2022mj-xmr1-1/+1
2021-01-03Only INFO log for short seed words with ALLOW_SHORT_WORDS activerbrunner71-1/+1
2020-07-19Merge pull request #6512Alexander Blair1-1/+1
5ef0607da Update copyright year to 2020 (SomaticFanatic)
2020-05-24easylogging++: sanitize log payloadmoneromooo-monero1-70/+4
Some of it might be coming from untrusted sources Reported by itsunixiknowthis
2020-05-06Update copyright year to 2020SomaticFanatic1-1/+1
Update copyright year to 2020
2019-04-30mnemonics: fix 4 byte UTF-8 rewritingmoneromooo-monero1-1/+1
2019-03-05Update 2019 copyrightbinaryFate1-1/+1
2019-01-11mnemonics: compare canonical words (lowercase)moneromooo-monero1-4/+92
2018-08-29mnemonics: fix outrageous compile time with CLANG in releasemoneromooo-monero1-2/+11
from several minutes to 10-15 seconds
2018-08-16wallet: wipe seed from memory where appropriatemoneromooo-monero1-12/+17
2018-03-17simplewallet: new --use-english-language-names flagmoneromooo-monero1-2/+12
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: 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