| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | CMake: Add missing headers via monero_find_all_headers macro | mj-xmr | 2022-04-06 | 1 | -17/+1 |
| | | |||||
| * | Copyright: Update to 2022 | mj-xmr | 2022-03-04 | 18 | -18/+18 |
| | | |||||
| * | wallet_rpc_server: set seed language in generate_from_keys | moneromooo-monero | 2021-03-06 | 2 | -0/+10 |
| | | | | | Also sanity check language name | ||||
| * | Merge pull request #7346 | luigi1111 | 2021-02-18 | 1 | -1/+0 |
| |\ | | | | | | | 85db173 Remove unused variables in monero codebase (Kevin Barbour) | ||||
| | * | Remove unused variables in monero codebase | Kevin Barbour | 2021-02-09 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | There are quite a few variables in the code that are no longer (or perhaps never were) in use. These were discovered by enabling compiler warnings for unused variables and cleaning them up. In most cases where the unused variables were the result of a function call the call was left but the variable assignment removed, unless it was obvious that it was a simple getter with no side effects. | ||||
| * | | Only INFO log for short seed words with ALLOW_SHORT_WORDS active | rbrunner7 | 2021-01-03 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #6512 | Alexander Blair | 2020-07-19 | 18 | -18/+18 |
| |\ | | | | | | | 5ef0607da Update copyright year to 2020 (SomaticFanatic) | ||||
| | * | Update copyright year to 2020 | SomaticFanatic | 2020-05-06 | 18 | -18/+18 |
| | | | | | | | | | Update copyright year to 2020 | ||||
| * | | easylogging++: sanitize log payload | moneromooo-monero | 2020-05-24 | 1 | -70/+4 |
| |/ | | | | | | Some of it might be coming from untrusted sources Reported by itsunixiknowthis | ||||
| * | mnemonics: fix 4 byte UTF-8 rewriting | moneromooo-monero | 2019-04-30 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #5295 | Riccardo Spagni | 2019-04-01 | 1 | -3/+1 |
| |\ | | | | | | | 2b10f22a mnemonics: fix half length seed to bytes conversion (moneromooo-monero) | ||||
| | * | mnemonics: fix half length seed to bytes conversion | moneromooo-monero | 2019-03-15 | 1 | -3/+1 |
| | | | |||||
| * | | Update 2019 copyright | binaryFate | 2019-03-05 | 18 | -18/+18 |
| |/ | |||||
| * | mnemonics: compare canonical words (lowercase) | moneromooo-monero | 2019-01-11 | 2 | -24/+115 |
| | | |||||
| * | singleton: fix missing *this return value in operator= | moneromooo-monero | 2018-12-07 | 1 | -2/+2 |
| | | | | | | while there, disable both operator= and copy ctor, since they are not supposed to be around for a singleton | ||||
| * | move int-util.h to epee | moneromooo-monero | 2018-12-04 | 1 | -1/+1 |
| | | |||||
| * | Removed a lot of unnecessary includes | Martijn Otto | 2018-11-15 | 2 | -9/+0 |
| | | |||||
| * | Merge pull request #4726 | Riccardo Spagni | 2018-11-06 | 1 | -0/+1 |
| |\ | | | | | | | 91eaea9c mnemonics: fix words_to_bytes on big endian (moneromooo-monero) | ||||
| | * | mnemonics: fix words_to_bytes on big endian | moneromooo-monero | 2018-10-25 | 1 | -0/+1 |
| | | | |||||
| * | | mnemonics/electrum-words/create_checksum_index(): updated to work with non ↵ | Paul Shapiro | 2018-10-21 | 1 | -1/+1 |
| |/ | | | | fixed word list length mnemonic | ||||
| * | mnemonics: fix outrageous compile time with CLANG in release | moneromooo-monero | 2018-08-29 | 14 | -41/+89 |
| | | | | | from several minutes to 10-15 seconds | ||||
| * | electrum-words: fix bytes_to_words on big endian | moneromooo-monero | 2018-08-23 | 1 | -1/+2 |
| | | | | | Reported by cslashm | ||||
| * | wallet: wipe seed from memory where appropriate | moneromooo-monero | 2018-08-16 | 3 | -75/+86 |
| | | |||||
| * | simplewallet: fix language detection when using --use-english-language-names | moneromooo-monero | 2018-07-22 | 1 | -48/+14 |
| | | |||||
| * | Changed URLs to HTTPS | einsteinsfool | 2018-06-23 | 2 | -2/+2 |
| | | |||||
| * | mnemonics: add some logs to help debug failures | moneromooo-monero | 2018-04-25 | 1 | -2/+26 |
| | | |||||
| * | simplewallet: new --use-english-language-names flag | moneromooo-monero | 2018-03-17 | 16 | -24/+60 |
| | | | | | | On some Windows systems, displaying language names in their own languages freezes the display. | ||||
| * | Update 2018 copyright | xmr-eric | 2018-01-26 | 18 | -18/+18 |
| | | |||||
| * | Merge pull request #3005 | Riccardo Spagni | 2018-01-10 | 1 | -1/+1 |
| |\ | | | | | | | 369884a6 mnemonics: typo fix (4 bytes == 3 words, not 8 bytes) (stoffu) | ||||
| | * | mnemonics: typo fix (4 bytes == 3 words, not 8 bytes) | stoffu | 2017-12-25 | 1 | -1/+1 |
| | | | |||||
| * | | fix some link errors in debug mode for macos | stoffu | 2018-01-10 | 1 | -0/+1 |
| | | | |||||
| * | | add empty container sanity checks when using front() and back() | moneromooo-monero | 2017-12-18 | 1 | -0/+2 |
| |/ | |||||
| * | mnemonics: support for arbitrary (if multiple of 4 bytes) length data | moneromooo-monero | 2017-11-09 | 2 | -19/+80 |
| | | |||||
| * | mnemonics: new Lojban word list | Wei Tang | 2017-09-26 | 3 | -2/+1703 |
| | | | | | | | | Word list authored by: sorpaas Sources: lo gimste jo'u lo ma'oste (http://guskant.github.io/lojbo/gismu-cmavo.html) N-grams of Lojban corpus (https://mw.lojban.org/papri/N-grams_of_Lojban_corpus) | ||||
| * | mnemonics: new Esperanto word list | moneromooo-monero | 2017-08-14 | 3 | -2/+1705 |
| | | | | | | | | | | Word list authored by: Engelberg, ProkhorZ Sources: Baza Radikaro Oficiala Reta Vortaro (http://www.reta-vortaro.de/revo/) Esperanto Panorama - Esperanto-English Dictionary (http://www.esperanto-panorama.net/vortaro/eoen.htm) ESPDIC - Paul Denisowski (http://www.denisowski.org/Esperanto/ESPDIC/espdic.txt) | ||||
| * | electrum-words: fix seed mistakenly thought to be old style | moneromooo-monero | 2017-06-22 | 2 | -3/+4 |
| | | | | | It'd see "empty" words due to extraneous spaces | ||||
| * | shared libs build (i.e. make debug) | stoffu | 2017-05-17 | 1 | -0/+1 |
| | | |||||
| * | Change Old_English to English_Old - 'Old English' is actually a language | Nano Akron | 2017-04-24 | 4 | -10/+10 |
| | | |||||
| * | Change all wallet language names into native names (and scripts) | Nano Akron | 2017-04-24 | 10 | -32/+32 |
| | | |||||
| * | Merge pull request #1984 | Riccardo Spagni | 2017-04-24 | 1 | -1/+1 |
| |\ | | | | | | | | | a255a540 simplewallet: allow multiline seed (moneromooo-monero) 5fce581c mnemonics: ignore multiple whitespace between words (moneromooo-monero) | ||||
| | * | mnemonics: ignore multiple whitespace between words | moneromooo-monero | 2017-04-16 | 1 | -1/+1 |
| | | | |||||
| * | | Amended software licenses for Portuguese and Spanish | Nano Akron | 2017-04-16 | 3 | -28/+92 |
| | | | |||||
| * | | Added Simplified Chinese electrum word list | Nano Akron | 2017-04-16 | 3 | -0/+1717 |
| |/ | |||||
| * | mnemonics: sanity checks for word lists | moneromooo-monero | 2017-03-25 | 3 | -5/+28 |
| | | | | | | | | 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 cleanup | moneromooo-monero | 2017-03-25 | 11 | -100/+46 |
| | | | | | | | 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. | ||||
| * | Add Dutch mnemonics wordlist | Roy Jacobs | 2017-03-25 | 3 | -0/+1699 |
| | | |||||
| * | Fixes #1850 - Add French mnemonics wordlist | assylias | 2017-03-23 | 3 | -0/+1699 |
| | | |||||
| * | update copyright year, fix occasional lack of newline at line end | Riccardo Spagni | 2017-02-21 | 13 | -13/+13 |
| | | |||||
| * | extract some basic code from libcryptonote_core into libcryptonote_basic | kenshi84 | 2017-02-08 | 1 | -0/+2 |
| | | |||||
| * | mnemonics: fix language detection with checksum word | moneromooo-monero | 2017-01-15 | 1 | -1/+26 |
| | | | | | | | | | | | | | If a checksum word is present, language detection would use just the word prefixes. However, a set of word prefixes may be found in more than one language, and so the wrong language may be found first, which could then fail the checksum, since the check may be done with a different unique prefix length from the one it was created from. We now make a checksum test when we we detect a language from prefixes only, to make sure we have the correct one. | ||||
