Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-02 | rpcauth: Make it possible to provide a custom password | Wladimir J. van der Laan | |
This adds the functionality to specify a custom password to `rpcauth.py`, as well as makes the code (IMO) easier to understand. | |||
2018-04-24 | [tests] Make rpcauth.py testable and add unit tests | Qasim Javed | |
refs #12995 | |||
2018-04-16 | Minor Python cleanups to make flake8 pass with the new rules enabled | practicalswift | |
2018-04-16 | tests: Remove compatibility code not needed now when we're on Python 3 | practicalswift | |
2018-03-26 | Change all python files to use Python3 | John Newbery | |
2018-01-03 | Increment MIT Licence copyright header year on files modified in 2017 | Akira Takizawa | |
2017-12-06 | Rename rpcuser.py to rpcauth.py | Henrik Jonsson | |
This script creates `rpcauth` entries for bitcoin.conf, not the deprecated `rpcuser` entry, so this changes the name of the script to match. |