aboutsummaryrefslogtreecommitdiff
path: root/src/mnemonics/language_base.h
Commit message (Collapse)AuthorAgeFilesLines
* Copyright: Update to 2022mj-xmr2022-03-041-1/+1
|
* Only INFO log for short seed words with ALLOW_SHORT_WORDS activerbrunner72021-01-031-1/+1
|
* Merge pull request #6512Alexander Blair2020-07-191-1/+1
|\ | | | | | | 5ef0607da Update copyright year to 2020 (SomaticFanatic)
| * Update copyright year to 2020SomaticFanatic2020-05-061-1/+1
| | | | | | | | Update copyright year to 2020
* | easylogging++: sanitize log payloadmoneromooo-monero2020-05-241-70/+4
|/ | | | | | Some of it might be coming from untrusted sources Reported by itsunixiknowthis
* mnemonics: fix 4 byte UTF-8 rewritingmoneromooo-monero2019-04-301-1/+1
|
* Update 2019 copyrightbinaryFate2019-03-051-1/+1
|
* mnemonics: compare canonical words (lowercase)moneromooo-monero2019-01-111-4/+92
|
* mnemonics: fix outrageous compile time with CLANG in releasemoneromooo-monero2018-08-291-2/+11
| | | | from several minutes to 10-15 seconds
* wallet: wipe seed from memory where appropriatemoneromooo-monero2018-08-161-12/+17
|
* simplewallet: new --use-english-language-names flagmoneromooo-monero2018-03-171-2/+12
| | | | | On some Windows systems, displaying language names in their own languages freezes the display.
* Update 2018 copyrightxmr-eric2018-01-261-1/+1
|
* mnemonics: sanity checks for word listsmoneromooo-monero2017-03-251-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.
* mnemonics: misc cleanupmoneromooo-monero2017-03-251-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.
* update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-211-1/+1
|
* mnemonics: fix misc STL containers leakmoneromooo-monero2016-12-101-0/+6
| | | | found by coverity
* updated copyright yearRiccardo Spagni2015-12-311-1/+1
|
* mnemonics: fix duplicate symbol errorWladimir J. van der Laan2015-06-231-1/+1
|
* mnemonics: fix prefix extraction with non ASCII textmoneromooo-monero2015-06-211-1/+21
|
* year updated in licenseRiccardo Spagni2015-01-021-1/+1
|
* Variable unique prefix lengths for seedOran Juice2014-10-071-4/+4
|
* added other skipped commitRiccardo Spagni2014-10-051-1/+1
|
* added skipped commitRiccardo Spagni2014-10-051-0/+1
|
* added trim_length to language_base class, added license to langeuage_baseRiccardo Spagni2014-10-051-0/+36
|
* Don't show Old English as an available optionOran Juice2014-10-031-73/+73
|
* Use reference types on LHS when using language methodsOran Juice2014-10-021-7/+41
|
* Cut short word lists to 1626 words, added attribution to Electrum, some bug ↵Oran Juice2014-10-021-61/+61
| | | | fixes
* Restructured language sources to be singletonsOran Juice2014-10-021-0/+61