95 Commits (0b0fc179ab8795463e0a0f07e989ec6f592a1f90)

Author SHA1 Message Date
Peter Todd 08843ed998 Add relaytxes status to getpeerinfo 9 years ago
Jonas Schnelli f6d9d5ee75
add (max)uploadtarget infos to getnettotals RPC help 9 years ago
Jonas Schnelli 872fee3fcc
Introduce -maxuploadtarget 9 years ago
MarcoFalke bf681918d7 [trivial] rpcnet: fix typo 9 years ago
Jonas Schnelli 9623e93473 [Univalue] add univalue over subtree 9 years ago
Jonas Schnelli 6135309816 [Qt] banlist, UI optimizing and better signal handling 9 years ago
Jonas Schnelli 5f42132950 [Qt] add ui signal for banlist changes 9 years ago
Matt Corallo a6eb4ba38b Report minimum ping time in getpeerinfo 9 years ago
Pavol Rusnak 7b79cbd722 limit total length of user agent comments 9 years ago
Ross Nicoll 9ca7857df7 Rationalize currency unit to "BTC" 9 years ago
Pavol Rusnak 557f8eac7a implement uacomment config parameter 9 years ago
Jorge Timón 9dd793f499 TRIVIAL: Missing includes 9 years ago
Jonas Schnelli 409bccfbf5 use CBanEntry as object container for banned nodes 9 years ago
Jonas Schnelli f581d3d656 banlist.dat: store banlist on disk 9 years ago
Jonas Schnelli 1c043d5672 fix lock issue for QT node diconnect and RPC disconnectnode 9 years ago
Jonas Schnelli 1f02b80253 setban: add RPCErrorCode 9 years ago
Jonas Schnelli 4e36e9bcc7 setban: rewrite to UniValue, allow absolute bantime 9 years ago
Jonas Schnelli 3de24d7647 rename json field "bannedtill" to "banned_until" 9 years ago
Jonas Schnelli 433fb1a95d [RPC] extend setban to allow subnets 9 years ago
Jonas Schnelli d930b26a26 [RPC] add setban/listbanned/clearbanned RPC commands 9 years ago
Alex van der Peet 60dbe73016 New RPC command disconnectnode 9 years ago
Stephen ef2a3de25c Add paytxfee to getwalletinfo, warnings to getnetworkinfo 9 years ago
Philip Kaufmann a9ac95c1bc use const references where appropriate 9 years ago
Jonas Schnelli 9a8897f4ac Remove JSON Spirit wrapper, remove JSON Spirit leftovers 9 years ago
Jonas Schnelli 3df0411ad9 remove JSON Spirit UniValue wrapper 9 years ago
Jonas Schnelli 6c7bee0624 expicit set UniValue type to avoid empty values 9 years ago
Jeff Garzik 15982a8b69 Convert tree to using univalue. Eliminate all json_spirit uses. 9 years ago
Wladimir J. van der Laan 67a7949397 privacy: Stream isolation for Tor 9 years ago
Eric Lombrozo 4401b2d7c5 Removed main.h dependency from rpcserver.cpp 10 years ago
sandakersmann f914f1a746
Added "Core" to copyright headers 10 years ago
Pavel Janík 26a6bae753 Add time offset to getpeerinfo output 10 years ago
Michael Ford 72fb3d295a Update comments in src/rpc* to be doxygen compatible 10 years ago
Cory Fields 71697f97d3 Separate protocol versioning from clientversion 10 years ago
Pieter Wuille ad6e601712 RPC additions after headers-first 10 years ago
Pieter Wuille 341735eb8f Headers-first synchronization 10 years ago
Philip Kaufmann b5ec5fe0cb update getnetworkinfo help with subversion 10 years ago
Jeff Garzik ff36cbe8d0 RPC getnetworkinfo: export local node's client sub-version string 10 years ago
imharrywu c15e483f23 typo fix of booleamn to boolean 10 years ago
Philip Kaufmann ee304b6e35 minor changes for help message of getpeerinfo 10 years ago
Philip Kaufmann 611116d4e3 header include cleanup 10 years ago
Wladimir J. van der Laan aa8279513b
Add detailed network info to getnetworkinfo RPC 10 years ago
Philip Kaufmann 7de3f1cfd6 fix help message for RPC getpeerinfo 10 years ago
Gregory Maxwell c4a321f5c6 Add peerid to getpeerinfo to allow correlation with the logs. 10 years ago
Pieter Wuille dc942e6f27 Introduce whitelisted peers. 10 years ago
Philip Kaufmann 0127a9be14 remove SOCKS4 support from core and GUI 10 years ago
Gavin Andresen 13fc83c77b
Move fee policy out of core 10 years ago
Pieter Wuille aa81564700 Track peers' available blocks 10 years ago
Wladimir J. van der Laan 14f888ca80 Move network-time related functions to timedata.cpp/h 10 years ago
Peter Todd 99ddc6cb70 Add nLocalServices info to RPC getinfo 10 years ago
Gavin Andresen c6cb21d17a Type-safe CFeeRate class 10 years ago