danicoin/src/rpc
moneromooo-monero 072102cfd2
abstracted nework addresses
All code which was using ip and port now uses a new IPv4 object,
subclass of a new network_address class. This will allow easy
addition of I2P addresses later (and also IPv6, etc).
Both old style and new style peer lists are now sent in the P2P
protocol, which is inefficient but allows peers using both
codebases to talk to each other. This will be removed in the
future. No other subclasses than IPv4 exist yet.
2017-05-27 11:35:54 +01:00
..
CMakeLists.txt update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
core_rpc_server.cpp abstracted nework addresses 2017-05-27 11:35:54 +01:00
core_rpc_server.h daemon: new relay_tx command and RPC 2017-04-02 12:17:35 +01:00
core_rpc_server_commands_defs.h abstracted nework addresses 2017-05-27 11:35:54 +01:00
core_rpc_server_error_codes.h update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
rpc_args.cpp rpc: s/rcp/rpc/ 2017-02-23 21:02:15 +00:00
rpc_args.h Add server auth to monerod, and client auth to wallet-cli and wallet-rpc 2017-02-06 01:15:41 -05:00