aboutsummaryrefslogtreecommitdiff
path: root/src/net/parse.cpp (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2019-01-30i2p: initial supportJethro Grassie1-1/+2
2019-01-28Adding initial support for broadcasting transactions over TorLee Clagett1-37/+36
- Support for ".onion" in --add-exclusive-node and --add-peer - Add --anonymizing-proxy for outbound Tor connections - Add --anonymous-inbounds for inbound Tor connections - Support for sharing ".onion" addresses over Tor connections - Support for broadcasting transactions received over RPC exclusively over Tor (else broadcast over public IP when Tor not enabled).
2018-01-26Update 2018 copyrightxmr-eric1-1/+1
2017-02-21update copyright year, fix occasional lack of newline at line endRiccardo Spagni1-1/+1
2017-02-08extract some basic code from libcryptonote_core into libcryptonote_basickenshi841-0/+0
2016-08-28mixable transactions must be rct for v3moneromooo-monero1-0/+1
2016-03-27Convey tx verification failure reasons to the RPC clientmoneromooo-monero1-0/+7
This allows appropriate action to be taken, like displaying the reason to the user. Do just that in simplewallet, which should help a lot in determining why users fail to send. Also make it so a tx which is accepted but not relayed is seen as a success rather than a failure.
2015-12-31updated copyright yearRiccardo Spagni1-1/+1
2015-12-25blockchain: fix bitflipping test with quantized block rewardsmoneromooo-monero1-0/+1
Block reward may now be less than the full amount allowed. This was breaking the bitflipping test. We now keep track of whether a block which was accepted by the core has a lower than allowed block reward, and allow this in the test.
2015-01-02year updated in licenseRiccardo Spagni1-1/+1
2014-07-23License updated to BSD 3-clausefluffypony1-4/+29
2014-03-03moved all stuff to githubAntonio Juarez1-0/+27