MiNode/minode
Lee Miller b9e5b07e1b
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 to string for logging.
2025-02-18 03:07:46 +02:00
..
i2p Added docstrings in i2p.util 2025-01-27 22:26:43 +02:00
tests Add a test for the closed connection remaining in memory 2024-10-22 04:48:38 +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: 2025-02-18 03:07:46 +02: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 Unref open connections in the listener loops to let gc collect when closed 2024-10-22 04:48:45 +03:00
main.py A rough implementation of proper bootstrapping: 2024-09-23 04:28:33 +03:00
manager.py Generate new nonce for the I2P connections and improve nonce handling: 2025-02-18 03:07:46 +02:00
message.py Define abstract bases in message and structure to reduce docstrings 2025-01-27 22:26:42 +02:00
proofofwork.py Document the main proofofwork call 2025-01-27 22:26:43 +02:00
shared.py Don't connect to nodes with the same nonce 2025-02-18 03:07:46 +02:00
structure.py Define abstract bases in message and structure to reduce docstrings 2025-01-27 22:26:42 +02:00