Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |