aboutsummaryrefslogtreecommitdiff
path: root/src/qt/peerdialog.cpp
Commit message (Collapse)AuthorAgeFilesLines
* fix typoPatrick Lodder2021-08-131-2/+2
|
* qt: translate all user-exposed stringsPatrick Lodder2021-08-111-13/+13
|
* Add a form dialog for adding peersShafil Alam2021-06-051-0/+176
Fixed tabIndex and width in debugwindow.ui Added Qt UI files for each dialog Added Qt UI files Added separate thread for peer dialogs to run RPC commands Fixed tabIndex Remove unneeded includes Fixed error Replaced RPCExecutor with g_connman Replaced RPCExecutor with g_connman Added two input fields for peer address and port Remove peerThread Validate IP addresses Remove Peer now uses selected IP address in peerWidget Interpret RPC response Remove redundant include Use a regular expression to validate IPs Disconnect node if it has been discovered Use port based on current chain Change peerAddress -> peerPort Allowed DNS names to be entered Update src/qt/peerdialog.cpp Co-authored-by: Ross Nicoll <[email protected]> Fix typo Co-authored-by: Ross Nicoll <[email protected]> Use LookupHost to check address Co-authored-by: Ross Nicoll <[email protected]> Fix syntax typo