Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-03-04 | Copyright: Update to 2022 | mj-xmr | 1 | -1/+1 | |
2021-01-03 | Only INFO log for short seed words with ALLOW_SHORT_WORDS active | rbrunner7 | 1 | -1/+1 | |
2020-07-19 | Merge pull request #6512 | Alexander Blair | 1 | -1/+1 | |
5ef0607da Update copyright year to 2020 (SomaticFanatic) | |||||
2020-05-24 | easylogging++: sanitize log payload | moneromooo-monero | 1 | -70/+4 | |
Some of it might be coming from untrusted sources Reported by itsunixiknowthis | |||||
2020-05-06 | Update copyright year to 2020 | SomaticFanatic | 1 | -1/+1 | |
Update copyright year to 2020 | |||||
2019-04-30 | mnemonics: fix 4 byte UTF-8 rewriting | moneromooo-monero | 1 | -1/+1 | |
2019-03-05 | Update 2019 copyright | binaryFate | 1 | -1/+1 | |
2019-01-11 | mnemonics: compare canonical words (lowercase) | moneromooo-monero | 1 | -4/+92 | |
2018-08-29 | mnemonics: fix outrageous compile time with CLANG in release | moneromooo-monero | 1 | -2/+11 | |
from several minutes to 10-15 seconds | |||||
2018-08-16 | wallet: wipe seed from memory where appropriate | moneromooo-monero | 1 | -12/+17 | |
2018-03-17 | simplewallet: new --use-english-language-names flag | moneromooo-monero | 1 | -2/+12 | |
On some Windows systems, displaying language names in their own languages freezes the display. | |||||
2018-01-26 | Update 2018 copyright | xmr-eric | 1 | -1/+1 | |
2017-03-25 | mnemonics: sanity checks for word lists | moneromooo-monero | 1 | -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-25 | mnemonics: misc cleanup | moneromooo-monero | 1 | -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-21 | update copyright year, fix occasional lack of newline at line end | Riccardo Spagni | 1 | -1/+1 | |
2016-12-10 | mnemonics: fix misc STL containers leak | moneromooo-monero | 1 | -0/+6 | |
found by coverity | |||||
2015-12-31 | updated copyright year | Riccardo Spagni | 1 | -1/+1 | |
2015-06-23 | mnemonics: fix duplicate symbol error | Wladimir J. van der Laan | 1 | -1/+1 | |
2015-06-21 | mnemonics: fix prefix extraction with non ASCII text | moneromooo-monero | 1 | -1/+21 | |
2015-01-02 | year updated in license | Riccardo Spagni | 1 | -1/+1 | |
2014-10-07 | Variable unique prefix lengths for seed | Oran Juice | 1 | -4/+4 | |
2014-10-05 | added other skipped commit | Riccardo Spagni | 1 | -1/+1 | |
2014-10-05 | added skipped commit | Riccardo Spagni | 1 | -0/+1 | |
2014-10-05 | added trim_length to language_base class, added license to langeuage_base | Riccardo Spagni | 1 | -0/+36 | |
2014-10-03 | Don't show Old English as an available option | Oran Juice | 1 | -73/+73 | |
2014-10-02 | Use reference types on LHS when using language methods | Oran Juice | 1 | -7/+41 | |
2014-10-02 | Cut short word lists to 1626 words, added attribution to Electrum, some bug ↵ | Oran Juice | 1 | -61/+61 | |
fixes | |||||
2014-10-02 | Restructured language sources to be singletons | Oran Juice | 1 | -0/+61 | |