aboutsummaryrefslogtreecommitdiff
path: root/src/qt/rpcconsole.cpp
Commit message (Expand)AuthorAgeFilesLines
* qt: translate more user-exposed stringschromatic2021-08-141-1/+1
* qt: translate all user-exposed stringsPatrick Lodder2021-08-111-3/+3
* Merge pull request #1825 from alamshafil/masterRoss Nicoll2021-06-081-0/+61
|\
| * Add a form dialog for adding peersShafil Alam2021-06-051-0/+61
* | [qt] User-friendly interpretation of null responses in rpc consolePatrick Lodder2021-03-111-2/+11
|/
* net: define NodeId as an int64_tCory Fields2017-04-141-2/+2
* Ensure an item exists on the rpcconsole stack before addingAndrew Chow2017-03-271-0/+4
* net: Consistently use GetTimeMicros() for inactivity checksSuhas Daftuar2017-01-251-3/+3
* Rename lambda argument name to prevent shadowing.Pavel Janík2017-01-091-3/+3
* Merge #9450: Increment MIT licence copyright header year on files modified in...Wladimir J. van der Laan2017-01-041-1/+1
|\
| * Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* | GUI/RPCConsole: Include importmulti in history sensitive-command filterLuke Dashjr2016-12-291-0/+1
* | Qt/RPCConsole: Use RPCParseCommandLine to perform command filteringLuke Dashjr2016-12-291-31/+46
* | Qt/RPCConsole: Teach RPCParseCommandLine how to filter out arguments to sensi...Luke Dashjr2016-12-291-2/+30
* | Qt/RPCConsole: Make it possible to parse a command without executing itLuke Dashjr2016-12-291-11/+13
* | Qt/RPCConsole: Truncate filtered commands to just the command name, rather th...Luke Dashjr2016-12-291-16/+14
* | Qt/RPCConsole: Add signmessagewithprivkey to list of commands filtered from h...Luke Dashjr2016-12-291-0/+1
* | Qt/RPCConsole: Refactor command_may_contain_sensitive_data function out of RP...Luke Dashjr2016-12-291-10/+16
* | Bugfix: Do not add sensitive information to history for realLuke Dashjr2016-12-291-1/+4
* | Qt/RPCConsole: Don't store commands with potentially sensitive information in...Jonas Schnelli2016-12-291-9/+28
* | Qt/RPCConsole: Save current command entry when browsing historyJonas Schnelli2016-12-291-0/+10
|/
* Merge #9329: [Qt] Console: allow empty argumentsWladimir J. van der Laan2016-12-191-11/+23
|\
| * [Qt] Console: don't allow empty arguments when using the comma-syntaxJonas Schnelli2016-12-141-3/+15
| * [Qt] Console: allow empty argumentsJonas Schnelli2016-12-131-11/+11
* | [Qt] Console: add security warningJonas Schnelli2016-12-121-1/+6
|/
* Merge #9255: qt: layoutAboutToChange signal is called layoutAboutToBeChangedWladimir J. van der Laan2016-12-081-7/+1
|\
| * qt: Remove on_toggleNetworkActiveButton_clicked from RPCConsoleWladimir J. van der Laan2016-12-071-5/+0
| * qt: layoutAboutToChange signal is called layoutAboutToBeChangedWladimir J. van der Laan2016-12-011-2/+1
* | Merge #9266: Bugfix: Qt/RPCConsole: Put column enum in the right placesWladimir J. van der Laan2016-12-081-6/+6
|\ \ | |/ |/|
| * Bugfix: Qt/RPCConsole: Put column enum in the right placesLuke Dashjr2016-12-021-6/+6
* | qt: Prevent thread/memory leak on exiting RPCConsoleWladimir J. van der Laan2016-11-231-10/+14
* | qt: Plug many memory leaksWladimir J. van der Laan2016-11-231-2/+2
* | Merge #8996: Network activity toggleJonas Schnelli2016-11-111-4/+26
|\ \
| * | Qt: Add GUI feedback and control of network activity state.Jon Lund Steffensen2016-10-241-4/+26
* | | Fix auto-deselection of peersAndrew Chow2016-11-081-9/+21
| |/ |/|
* | Multiple Selection for peer and ban tablesAndrew Chow2016-11-081-35/+51
* | [RPC] Give RPC commands more information about the RPC requestJonas Schnelli2016-10-191-1/+4
* | Display minimum ping in debug window.R E Broadley2016-10-151-0/+1
* | gui: fix ban from qt consoleCory Fields2016-10-041-12/+13
|/
* Do not shadow in src/qtPavel Janík2016-09-231-4/+4
* Merge #7783: [Qt] RPC-Console: support nested commands and simple value queriesWladimir J. van der Laan2016-09-201-69/+160
|\
| * [Qt] RPC-Console: support nested commands and simple value queriesJonas Schnelli2016-08-231-69/+160
* | net: Add most functions needed for vNodes to CConnmanCory Fields2016-09-081-4/+4
* | net: move ban and addrman functions into CConnmanCory Fields2016-09-081-16/+13
* | gui: add NodeID to the peer tableCory Fields2016-09-081-3/+3
|/
* net: narrow include scope after moving to netaddressCory Fields2016-07-311-0/+1
* net: Split resolving out of CSubNetCory Fields2016-07-311-1/+2
* net: Split resolving out of CNetAddrCory Fields2016-07-311-1/+4
* qt: Remove client name from debug windowWladimir J. van der Laan2016-06-281-1/+0
* PR #7772 is not enough to fix the issue with QCompleter, use event filter ins...UdjinM62016-05-311-3/+9