59 Commits (342d3e14783f837739455121f8872cc410ed172a)

Author SHA1 Message Date
Miguel Freitas 36da093939 recheckusertorrent rpc 11 years ago
Miguel Freitas f4d6c2be28 getnumpieces rpc 11 years ago
Miguel Freitas bd479f0b2e new rpc adddnsseed 11 years ago
Miguel Freitas 277c917b53 no use for setting/getting defaultuser, it just adds confusion. 11 years ago
Miguel Freitas 6ade53ce53 implement new rpc dumppubkey. 11 years ago
Miguel Freitas 2cd0b0a881 rescandirectmsgs: rescan all streams of users we follow for new and old directmessages 11 years ago
Miguel Freitas d17224516f shorter rpc name: getlocaldirectmessages => getdirectmsgs 11 years ago
Miguel Freitas f75fc11274 getlocaldirectmessages: get decrypted direct messages sent/received by user 11 years ago
Miguel Freitas 7182f1bad8 getlasthave 11 years ago
Miguel Freitas ea32a5a117 - begin refactoring twister_utils.h 11 years ago
Miguel Freitas 8294e75672 listusernamespartial rpc 11 years ago
Miguel Freitas ac55203421 follow/unfollow rpc 11 years ago
Miguel Freitas 2e1c79a4c8 setspammsg rpc 11 years ago
Miguel Freitas 5e68d4e2ae new getposts rpc 11 years ago
Miguel Freitas 460be48e63 rpc cleanups 11 years ago
Miguel Freitas 198c85f8ae newrtmsg command working. requires original post json object "v" (containing userpost/sig_userpost) 11 years ago
miguel b9c5b90e4d error handling in newpostmsg and newdirectmsg implemented 11 years ago
miguel 5112e73a07 newpostmsg command, working. 11 years ago
Miguel Freitas 830a02c009 dht get/put kind of working. with json interface. amazing. 11 years ago
Miguel Freitas 78ba2a5609 another big wallet cleanup 12 years ago
Miguel Freitas f2699c4753 rpcwallet cleanups 12 years ago
Miguel Freitas 927aad13a5 send transation of a new user created in wallet 12 years ago
Miguel Freitas f764674865 create/list users in wallet 12 years ago
Jeff Garzik 091aa8dae9 RPC: add getbestblockhash, to return tip of best chain 12 years ago
Pieter Wuille 4e534aa9d8 Add dumpwallet and importwallet RPCs 12 years ago
Jeff Garzik f590653377 RPC: add 'verifychain', to verify chain database at runtime 12 years ago
Wladimir J. van der Laan d98bf10f23 Move pMiningKey init out of StartRPCThreads 12 years ago
Gavin Andresen 36e826cea1 Clean up mining CReserveKey to prevent crash at shutdown 12 years ago
Gavin Andresen 92f2c1fe0f Use boost::asio::deadline_timer for walletpassphrase timeout 12 years ago
Gavin Andresen 21eb5adadb Port Thread* methods to boost::thread_group 12 years ago
freewil 10ef361169 CRPCCommand.unlocked -> CRPCCommand.threadSafe 12 years ago
Matt Corallo 67a11bd6c5 Add a getaddednodeinfo RPC. 12 years ago
Matt Corallo 72a348fd9a Add addnode RPC command. 12 years ago
Jeff Garzik fdbb537d26 Add new RPC "lockunspent", to prevent spending of selected outputs 12 years ago
Gavin Andresen 34226be7a8 New createmultisig rpc command 12 years ago
Pieter Wuille beeb57610c Add gettxout and gettxoutsetinfo RPCs 12 years ago
Wladimir J. van der Laan 285746d3db Add constants for HTTP status codes 12 years ago
Wladimir J. van der Laan 738835d7b8 Document RPC error codes 12 years ago
coderrr 22dfd73598 Add address groupings RPC from the coincontrol patches. 12 years ago
Jeff Garzik 0e1d3551da RPC: add facility to enable RPCs to run outside cs_main, wallet locks 12 years ago
Gavin Andresen b4b7ed1915 Fix 32-bit build error: include util.h to get int64 typedef 12 years ago
Jeff Garzik c625ae04d2 RPC, cosmetic: move more RPC code to new rpcblockchain.cpp module 12 years ago
Jeff Garzik e3bc569865 RPC, cosmetic: move wallet-related RPCs to new rpcwallet.cpp module 12 years ago
Gavin Andresen cc6dfd1f4b Allow signrawtransaction '...' null null 'hashtype' 12 years ago
Gavin Andresen 899d373b3c RPCTypeCheck method to make type-checking JSON Arrays easier. 13 years ago
Jeff Garzik 480d44bd0b rpcdump: include cleanup. move JSONRPCError def to bitcoinrpc.h. 13 years ago
Jeff Garzik 7b671f52e0 Define BOOST_SPIRIT_THREADSAFE in all makefiles 13 years ago
Fordy 3a25a2b9b0 Update License in File Headers 13 years ago
David Joel Schwartz e9205293bd Support multi-threaded JSON-RPC 13 years ago
Wladimir J. van der Laan 460c51fdad Add UI RPC console / debug window 13 years ago