MiNode/minode
Lee Miller 62be2ed7c6
Generate new nonce for the I2P connections and improve nonce handling:
- make tuple (host, port) a key for shared.nonce_pool
    to differentiate incoming tor connections,
  - reserve 127.0.0.1, 8448 for self,
  - convert nonce for string for logging.
2024-06-25 20:26:43 +03:00
..
i2p Lower logging level for connection error messages in I2PDialer 2023-12-24 01:44:08 +02:00
tests Cleanup the wait time in test_process, correct format in TestProcess.fail() 2024-06-18 19:09:31 +03:00
tls Experimental I2P support 2017-06-09 20:41:33 +02:00
__init__.py Experimental I2P support 2017-06-09 20:41:33 +02:00
advertiser.py Add basic docstrings 2023-07-30 03:45:59 +03:00
connection.py Generate new nonce for the I2P connections and improve nonce handling: 2024-06-25 20:26:43 +03:00
core_nodes.csv Added a few more bootstrap nodes 2017-08-23 18:03:04 +02:00
i2p_core_nodes.csv Add new I2P bootstrap nodes 2018-02-04 14:59:03 +01:00
listener.py Add basic docstrings 2023-07-30 03:45:59 +03:00
main.py Make load_data a static method in manager, 2023-10-14 01:06:31 +03:00
manager.py Generate new nonce for the I2P connections and improve nonce handling: 2024-06-25 20:26:43 +03:00
message.py Add Error message class, handle fatal 2023-10-12 19:49:32 +03:00
proofofwork.py Add basic docstrings 2023-07-30 03:45:59 +03:00
shared.py Don't connect to nodes with the same nonce 2024-06-25 20:26:43 +03:00
structure.py Set object tag for object types supporting it 2023-10-12 19:50:18 +03:00