Releases: savoirfairelinux/opendht
Releases · savoirfairelinux/opendht
1.3.4
- add systemd modules for dhtnode and dhtcluster
- add service mode (non-forking daemon) to dhtnode
- improve dhtcluster to better work as a daemon/service
- fix potential invalid memory access
- python: add support for filters, queries (Simon Désaulniers)
- http client: add support for queries
1.3.3
1.3.2
1.3.1
- argon2: add support for installed library (still fallback to included sources)
- connecting to loopback address (127.0.0.1) is now supported
- dht::DhtRunner: add bootstrap(sockaddr) to ping a single node with callback
- python: improved crypto bindings
- various bug fixes
- performance improvements
1.3.0
- crypto: support for revocation lists (CRLs)
- dht: add per-ip-range storage ratio. This means a single IP
or IP range won't be able to exhaust the DHT storage anymore.
If storage is full, the oldest value of the most consuming IP range
will be dropped - dht: drop values as soon as they expire
- dht: better support for multiple listens on a single hash
- dht: various optimisations
- abi: symbols are not exported by default anymore
- build: install in standard GNU directories by default to support
multi-arch systems - python: properly check for Cython
- python: small tools updates and fixes