Commit Graph
419 Commits
Author SHA1 Message Date
Oran Juice 41948fa2ec Uses new Japanese file. Gives credit to dabura667. English file indentation tabs to spaces. 2014-10-05 02:41:15 +05:30
Oran Juice 443d46a6f1 Don't show Old English as an available option 2014-10-03 16:25:44 +05:30
Oran Juice 3e6b6bad2d Had missed const and had to use .at instead of [] 2014-10-02 22:36:02 +05:30
Oran Juice b80755063e Stop copying word list files to build directory 2014-10-02 21:47:49 +05:30
Oran Juice 4498e9efa0 Removed old word list file 2014-10-02 21:46:16 +05:30
Oran Juice d683c8c724 Use reference types on LHS when using language methods 2014-10-02 21:45:31 +05:30
Oran Juice fa723d8af8 Cut short word lists to 1626 words, added attribution to Electrum, some bug fixes 2014-10-02 21:44:26 +05:30
Oran Juice 4517bac7f3 Restructured language sources to be singletons 2014-10-02 21:43:28 +05:30
Oran Juice 6c3b85de21 Separated word lists to header files 2014-10-02 21:41:56 +05:30
Oran Juice 423bf69dca Added attribution to Electrum for their word-lists 2014-09-30 23:53:02 +05:30
Oran Juice 4cbf8d4243 Is forgiving of spelling mistakes beyond the 1st 4 characters. 2014-09-30 23:30:27 +05:30
Oran Juice cf70cc7787 Change seed message to '25' words from '24' words 2014-09-30 18:17:56 +05:30
Oran Juice 4f693d715c Merge with origin/master 2014-09-28 15:52:05 +05:30
Oran Juice 2b60646c9b Minor comment changes and code clean-up 2014-09-28 14:10:23 +05:30
Oran Juice 473c9644a9 Default to new style English seed 2014-09-28 13:49:47 +05:30
Oran Juice 230b80a5db Minor code refactor and comment changes 2014-09-28 13:48:52 +05:30
Oran Juice 8f587ba1c8 CRC Checksum for word seed. Gives a new 25 word seed with checksum if one without checksum is passed. Doxygen comment fix. 2014-09-28 02:29:25 +05:30
Oran Juice f31adbc977 Doxygen comments in 2014-09-27 18:20:15 +05:30
Oran Juice 91aa25e055 Informs about old style mnemonics from older wallet and provides a new one. CMakeLists.txt update. 2014-09-27 17:04:23 +05:30
Oran Juice 262e155bab Throw error when word list file is empty and quick bug fix 2014-09-27 00:55:21 +05:30
Oran Juice 3c0e87e1b6 Supports wallet restoration 2014-09-26 23:34:35 +05:30
Oran Juice a1ac92e185 Accepts seed language choice from user. 2014-09-25 18:04:30 +05:30
Riccardo Spagni 59a8366bb1 Revert "low risk, potentially varint overflow bug patched thanks to BBR"
This reverts commit 4e2b2b942d.
2014-09-25 08:24:42 +02:00
Thomas Winget 145dc19eeb Merge pull request #160 from tewinget/remove_ldns_dep
Remove ldns dependency
2014-09-24 23:50:51 -04:00
Thomas Winget fab95aef64 Remove LDNS dep and fix a bug in libunbound const correctness fix 2014-09-24 23:45:01 -04:00
Thomas Winget 2248124453 Removed ldns dependency
ldns dependency was only still around for constants defined in ldns/rr.h,
but those constants are RFC specified DNS constants, and to reduce deps
have been replicated in dns_utils.h instead of including ldns/rr.h.
2014-09-24 22:45:17 -04:00
Riccardo SpagniandThomas Winget 4e2b2b942d low risk, potentially varint overflow bug patched thanks to BBR 2014-09-24 22:17:33 -04:00
Riccardo Spagni 5cd77a9f0b Merge pull request #159
7383574 libunbound has const correctness issues... (Thomas Winget)
2014-09-25 02:17:58 +02:00
Thomas Winget 738357459b libunbound has const correctness issues... 2014-09-24 20:05:34 -04:00
Tomer KonfortyandRiccardo Spagni 06a4578bf2 Added ability to read chechpoint hashes from json file in data folder 2014-09-25 00:00:44 +02:00
iamsmoothandRiccardo Spagni 9956b68b18 checkpoint 2014-09-24 23:52:40 +02:00
iamsmoothandRiccardo Spagni d19cf1f458 checkpoint 2014-09-24 23:52:31 +02:00
iamsmoothandRiccardo Spagni c428c29051 checkpoints 2014-09-24 23:52:26 +02:00
iamsmoothandRiccardo Spagni b1d586af4b checkpoint 2014-09-24 23:52:20 +02:00
iamsmoothandRiccardo Spagni 400f1016dd checkpoints 2014-09-24 23:52:13 +02:00
Riccardo Spagni dda5a03146 fixed FreeBSD miniupnpc niggly 2014-09-24 21:23:23 +02:00
Riccardo Spagni 524eae58cc never use the baked-in miniupnpc on FreeBSD because explosions 2014-09-24 20:57:09 +02:00
Riccardo Spagni f93de2f553 fixed unbound libs in test 2014-09-24 20:42:54 +02:00
Riccardo Spagni bff1f9d4c4 redo FindUnbound.cmake 2014-09-24 20:38:24 +02:00
Riccardo Spagni 71f4b10b15 fixed cmake folder 2014-09-24 20:09:30 +02:00
Riccardo Spagni 777d1ac930 added tomerkon's GPG key, cmake folder fix 2014-09-24 20:08:50 +02:00
Oran Juice 26ea53d461 Copies word lists directory to the location of the executable 2014-09-24 22:44:36 +05:30
Riccardo Spagni d1a7f699c6 use boost::asio::ip::address because cross-platform plz 2014-09-24 14:45:54 +02:00
Thomas WingetandRiccardo Spagni 1e193d687d temp commit 2014-09-24 09:13:18 +02:00
Thomas WingetandRiccardo Spagni 1dece111cc Added function to check syntax of URL for DNS lookup
For now, simply checks for '.' character, but that will be easy to
change in the future if necessary/desired.
2014-09-23 22:59:57 +02:00
Thomas WingetandRiccardo Spagni 24f325a33d Fixed artifacts from cherry-picking devel->master 2014-09-23 22:59:47 +02:00
Thomas WingetandRiccardo Spagni 5bd343778f Fixed CMake search for libunbound
As it turns out, some of CMake's built-in modules for detecting headers
and libraries don't work if you have certain compiler flags set, such as
-Werror=old-style-definition, as they do "int main()" rather than
"int main(void)".  Having CMake search for libs before compiler flags
are set alleviates this issue, and I believe the underlying issue will
be fixed in future releases of CMake.
2014-09-23 22:58:31 +02:00
Thomas WingetandRiccardo Spagni c14c7e1683 change to allow (at least a bit) for multiple TXT records 2014-09-23 22:58:28 +02:00
Thomas WingetandRiccardo Spagni f437cb58bf Simplewallet should now resolve urls to addresses
Simplewallet should now do a DNS query on an address if it fails to
convert the given string to a binary representation of an address
(base58->binary).  It will prompt the user, telling of what the "url"
passed was, what monero address it translated to, and whether or not
DNSSEC validation was a success, and ask for a confirmation that these
are all acceptable.
2014-09-23 22:58:25 +02:00
Thomas WingetandRiccardo Spagni a5757a628f Monero addres from DNS TXT record implemented, tests pass
Still need to deal with DNSSEC and optional fields in the TXT record.
2014-09-23 22:58:21 +02:00