This project is mirrored from https://:*****@github.com/savoirfairelinux/opendht.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Mar 14, 2023
-
-
Adrien Béraud authored
-
- Mar 13, 2023
-
-
Adrien Béraud authored
-
Adrien Béraud authored
- Mar 12, 2023
-
-
Adrien Béraud authored
This reverts commit b9d7957b.
-
Adrien Béraud authored
-
Adrien Béraud authored
-
Adrien Béraud authored
-
- Mar 09, 2023
-
-
Adrien Béraud authored
-
- Mar 01, 2023
-
-
Adrien Béraud authored
-
- Feb 28, 2023
-
-
Adrien Béraud authored
-
Adrien Béraud authored
-
- Feb 23, 2023
-
-
Adrien Béraud authored
-
- Feb 01, 2023
-
-
Adrien Béraud authored
- Jan 30, 2023
-
- Jan 29, 2023
-
-
Adrien Béraud authored
-
Adrien Béraud authored
-
- Jan 27, 2023
-
-
Adrien Béraud authored
-
Adrien Béraud authored
-
Adrien Béraud authored
-
Up until now, these were only set by the GNU Build System in configure.ac, and so the pkg-config files generated from CMake builds did not have the right Libs.private and Requires.private, especially useful when linking statically.
-
- Jan 26, 2023
-
-
Adrien Béraud authored
-
Adrien Béraud authored
-
- Dec 31, 2022
-
-
Adrien Béraud authored
-
Adrien Béraud authored
-
Adrien Béraud authored
-
Adrien Béraud authored
-
Because there is multiple unifiedpush endpoint (ntfy.sh is one), we should not pass it as an option to dhtnode, but use the one provided by the user in the token (from unified push library).
-
-
- Nov 17, 2022
-
-
This allow android to change the platform to "unifiedpush".
-
- Oct 11, 2022
-
-
Make the proxy able to support the UnifiedPush platform, so that applications using the proxy server can use any UnifiedPush provider. Documentation: https://unifiedpush.org/ How to test: + Install a UnifiedPush provider on a device (e.g. https://ntfy.sh) + Run dhtnode with a proxyserver and --unifiedpush https://ntfy.sh + Subscribe to a random topic on ntfy (e.g. "dhtproxytest") + Subscribe to a hash on the DHT: curl -X SUBSCRIBE http://my.dht.proxy:8000/key/foo \ -d '{"key":"dhtproxytest", "platform":"unifiedpush"}' + Send data on the subscribed hash Note: the topic should be completely random.
-
If the proxy got TLS enabled, this doesn't mean that the REST endpoint for push notifications is also using TLS. Also, fix an incorrect log.
-
- Sep 22, 2022
-
-
Adrien Béraud authored
-
- Sep 15, 2022
-
-
when searching for a value to put, the proxy server returned a json with value->id = 0, causing the client to not refreshing correctly the values later (when timeout-ing, the value to refresh is not found).
-
- Sep 08, 2022
-
-
- Sep 07, 2022
-
-
When a second permanent put request was received, we didn't call async_wait after changing the expiration, causing push to not be sent the second day and presence to expire on some devices after ~3 days.
-
- Sep 02, 2022
-
-
Adrien Béraud authored
-