Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-05-10 | password: do not use line input on windows | moneromooo-monero | 1 | -5/+1 | |
This keeps its builtin command editing away Thanks iDunk for testing on Windows | |||||
2019-03-05 | Update 2019 copyright | binaryFate | 1 | -1/+1 | |
2018-11-15 | Removed a lot of unnecessary includes | Martijn Otto | 1 | -3/+0 | |
2018-10-10 | password: fix secure input with echo on windows | moneromooo-monero | 1 | -2/+6 | |
Thanks to iDunk for the testing back and forth | |||||
2018-10-10 | password: fix backspace outputting ^? on linux on echoing secure input | moneromooo-monero | 1 | -0/+7 | |
2018-10-04 | secure_pwd_reader: Add proper Unicode handling [Ryo contribution] | fireice-uk | 1 | -11/+23 | |
2018-10-01 | wallet: fix --generate-from-json using wrong password | moneromooo-monero | 1 | -0/+4 | |
2018-08-16 | wallet: wipe seed from memory where appropriate | moneromooo-monero | 1 | -11/+11 | |
2018-06-07 | password: flush cout when prompting for password without newline | moneromooo-monero | 1 | -1/+1 | |
2018-02-10 | handle ^D and ^C while password prompting | Jethro Grassie | 1 | -5/+10 | |
2018-01-26 | Update 2018 copyright | xmr-eric | 1 | -1/+1 | |
2018-01-10 | move memwipe to epee to avoid common<->crypto circular dependencies | moneromooo-monero | 1 | -1/+1 | |
2017-11-28 | Fix password capitalization mismatch | xmr-eric | 1 | -1/+1 | |
2017-11-27 | new wipeable_string class to replace std::string passphrases | moneromooo-monero | 1 | -23/+13 | |
2017-11-27 | use memwipe in a few relevant places | moneromooo-monero | 1 | -2/+5 | |
2017-11-14 | wallet: rejig to avoid prompting in wallet2 | moneromooo-monero | 1 | -5/+2 | |
wallet2 is a library, and should not prompt for stdin. Instead, pass a function so simplewallet can prompt on stdin, and a GUI might display a window, etc. | |||||
2017-11-03 | Disguise password length in prompt | Leon Klingele | 1 | -4/+0 | |
2017-06-18 | Add readline support to cli | jethro | 1 | -0/+7 | |
This PR adds readline support to the daemon and monero-wallet-cli. Only GNU readline is supported (e.g. not libedit) and there are cmake checks to ensure this. There is a cmake variable, Readline_ROOT_DIR that can specify a directory to find readline, otherwise some default paths are searched. There is also a cmake option, USE_READLINE, that defaults to ON. If set to ON, if readline is not found, the build continues but without readline support. One negative side effect of using readline is that the color prompt in the wallet-cli now has no color and just uses terminal default. I know how to fix this but it's quite a big change so will tackle another time. | |||||
2017-02-06 | Add server auth to monerod, and client auth to wallet-cli and wallet-rpc | Lee Clagett | 1 | -2/+25 | |
2016-12-19 | Refactored password prompting for wallets | Lee Clagett | 1 | -167/+114 | |
2016-12-12 | monero-wallet-cli wording changes 'n' stuff | luigi1111 | 1 | -3/+3 | |
Possibly other pedantry. Pedants are people too. | |||||
2016-11-10 | Created monero-wallet-rpc, moving functionality from monero-wallet-cli | Lee Clagett | 1 | -0/+0 | |
2016-08-01 | Fix #864 | guzzi_jones | 1 | -21/+64 | |
Squashed commit of the following: commit 9af9e4223b58bbb65a3519af2c2bfc273cbd23d6 fixed some formatting commit c7920e1cf88ff46eb9294101344d9a567f22e2da Merge: 97eb28b 1da1c68 fix#864 fix using boolean commit 97eb28ba5dd49ddde8c8785f39b24d955e5de31c Fix #864 boolean value used to verify on new wallet commit 1da1c68bd3a9a373c70482b6e6e95251096149f1 fix #864 changed to boolean to prompt for verify commit 5bee96652434762d2c91ce31a1b1c9f169446ddc fix 864; made variable names easier for understanding branching. commit 45715960d30293f781b2ff9e5e647c2ec893f4a3 fix #864; allow password to be entered twice for new wallets for verification. fix #864 password entry verification; ammended boolean fix #864 ; default constructor for password_container should set verify=true | |||||
2015-12-31 | updated copyright year | Riccardo Spagni | 1 | -1/+1 | |
2015-06-12 | simplewallet: allow a different password for the watch-only wallet | moneromooo-monero | 1 | -2/+3 | |
2015-01-02 | year updated in license | Riccardo Spagni | 1 | -1/+1 | |
2014-07-23 | License updated to BSD 3-clause | fluffypony | 1 | -3/+29 | |
2014-03-03 | moved all stuff to github | Antonio Juarez | 1 | -0/+231 | |