index
:
monzero-core.git
main
Monzero core node, command-line wallet, consensus code, and release tooling.
www-data
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mnemonics
/
electrum-words.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
electrum-words: fix seed mistakenly thought to be old style
moneromooo-monero
2017-06-22
1
-2
/
+3
*
Change Old_English to English_Old - 'Old English' is actually a language
Nano Akron
2017-04-24
1
-2
/
+2
*
Change all wallet language names into native names (and scripts)
Nano Akron
2017-04-24
1
-14
/
+14
*
Merge pull request #1984
Riccardo Spagni
2017-04-24
1
-1
/
+1
|
\
|
*
mnemonics: ignore multiple whitespace between words
moneromooo-monero
2017-04-16
1
-1
/
+1
*
|
Added Simplified Chinese electrum word list
Nano Akron
2017-04-16
1
-0
/
+7
|
/
*
Add Dutch mnemonics wordlist
Roy Jacobs
2017-03-25
1
-0
/
+7
*
Fixes #1850 - Add French mnemonics wordlist
assylias
2017-03-23
1
-0
/
+7
*
update copyright year, fix occasional lack of newline at line end
Riccardo Spagni
2017-02-21
1
-1
/
+1
*
mnemonics: fix language detection with checksum word
moneromooo-monero
2017-01-15
1
-1
/
+26
*
updated copyright year
Riccardo Spagni
2015-12-31
1
-1
/
+1
*
added Russian wordlist
Riccardo Spagni
2015-07-24
1
-0
/
+7
*
add Germany and Italian wordlists
Riccardo Spagni
2015-07-22
1
-0
/
+14
*
mnemonics: fix prefix extraction with non ASCII text
moneromooo-monero
2015-06-21
1
-4
/
+4
*
year updated in license
Riccardo Spagni
2015-01-02
1
-1
/
+1
*
return true on success
warptangent
2014-12-01
1
-1
/
+1
*
deterministic wallet use of twelve words fixed
warptangent
2014-12-01
1
-1
/
+1
*
Added unit test. Fails for Japanese for some reason.
Oran Juice
2014-10-08
1
-4
/
+4
*
Remove iostream header put in during testing
Oran Juice
2014-10-07
1
-2
/
+0
*
Variable unique prefix lengths for seed
Oran Juice
2014-10-07
1
-43
/
+37
*
Don't show Old English as an available option
Oran Juice
2014-10-03
1
-2
/
+1
*
Had missed const and had to use .at instead of []
Oran Juice
2014-10-02
1
-5
/
+5
*
Use reference types on LHS when using language methods
Oran Juice
2014-10-02
1
-6
/
+4
*
Cut short word lists to 1626 words, added attribution to Electrum, some bug f...
Oran Juice
2014-10-02
1
-2
/
+3
*
Restructured language sources to be singletons
Oran Juice
2014-10-02
1
-201
/
+181
*
Separated word lists to header files
Oran Juice
2014-10-02
1
-0
/
+6
*
Added attribution to Electrum for their word-lists
Oran Juice
2014-09-30
1
-0
/
+5
*
Is forgiving of spelling mistakes beyond the 1st 4 characters.
Oran Juice
2014-09-30
1
-29
/
+68
*
Minor comment changes and code clean-up
Oran Juice
2014-09-28
1
-1
/
+1
*
Default to new style English seed
Oran Juice
2014-09-28
1
-1
/
+1
*
Minor code refactor and comment changes
Oran Juice
2014-09-28
1
-4
/
+4
*
CRC Checksum for word seed. Gives a new 25 word seed with checksum if one wit...
Oran Juice
2014-09-28
1
-27
/
+82
*
Doxygen comments in
Oran Juice
2014-09-27
1
-14
/
+56
*
Informs about old style mnemonics from older wallet and provides a new one. C...
Oran Juice
2014-09-27
1
-0
/
+12
*
Throw error when word list file is empty and quick bug fix
Oran Juice
2014-09-27
1
-5
/
+9
*
Supports wallet restoration
Oran Juice
2014-09-26
1
-15
/
+39
*
Accepts seed language choice from user.
Oran Juice
2014-09-25
1
-1
/
+18
*
Copies word lists directory to the location of the executable
Oran Juice
2014-09-24
1
-3
/
+4
*
Check for error after opening word list file
Oran Juice
2014-09-23
1
-6
/
+11
*
Added code to separate old word list to raw input file and support for multip...
Oran Juice
2014-09-23
1
-12
/
+61
*
Moved mnemonics code to src/mnemonics
Oran Juice
2014-09-23
1
-0
/
+138