Mark Qvist
|
136713eec1
|
Added announce frequency stats
|
2023-09-30 19:13:58 +02:00 |
|
Mark Qvist
|
8908022b88
|
Updated license headers
|
2023-09-29 10:31:20 +02:00 |
|
Mark Qvist
|
a8a7af4b74
|
Handle missing identity file in rncp. Fixes #317.
|
2023-05-31 15:39:55 +02:00 |
|
Mark Qvist
|
dd7931d421
|
Added signal quality stats to announce log output
|
2022-12-22 11:26:59 +01:00 |
|
Mark Qvist
|
60773ceb16
|
Return public identity for registered destinations in Identity.recall()
|
2022-10-13 20:43:38 +02:00 |
|
Mark Qvist
|
cb55189e5c
|
Truncate name_hash to 80 bits. Take all array slices from Identity.NAME_HASH_LENGTH constant.
|
2022-10-06 23:14:32 +02:00 |
|
Mark Qvist
|
89d8342ce5
|
Improved logging. Reject mismatching keys on hash collision.
|
2022-10-04 22:42:59 +02:00 |
|
Mark Qvist
|
7997fd104e
|
Fix destination hash construction and random blob extraction
|
2022-10-04 09:11:20 +02:00 |
|
Mark Qvist
|
8a61d2c8d5
|
Fixed missing validation in announce processing
|
2022-10-04 06:59:33 +02:00 |
|
Mark Qvist
|
32ee4216fd
|
Changed log levels
|
2022-09-24 12:23:59 +02:00 |
|
Mark Qvist
|
921987c999
|
Added table persist on local client disconnect
|
2022-09-13 22:32:00 +02:00 |
|
Mark Qvist
|
75e32af1c5
|
Added periodic data persistence for shared and standalone instances
|
2022-09-13 20:17:25 +02:00 |
|
Mark Qvist
|
9775893840
|
Improved known destination saving
|
2022-09-06 19:43:46 +02:00 |
|
Mark Qvist
|
8cff18f8ce
|
Improved cache handling
|
2022-07-02 15:15:47 +02:00 |
|
Mark Qvist
|
1cd7c85a52
|
Cleanup
|
2022-06-30 19:32:47 +02:00 |
|
Mark Qvist
|
5faf13d505
|
Expanded address space to 128 bits
|
2022-06-30 14:02:57 +02:00 |
|
Mark Qvist
|
e0b795b4d0
|
Added internal python-only implementation of Ed25519
|
2022-06-08 19:47:09 +02:00 |
|
Mark Qvist
|
94edc8eff3
|
Implemented proxies to pyca X25519
|
2022-06-08 17:03:40 +02:00 |
|
Mark Qvist
|
e2aeb56c12
|
Renamed file
|
2022-06-08 15:54:48 +02:00 |
|
Mark Qvist
|
06fffe5a94
|
Use internal implementation for X25519 key exchanges
|
2022-06-08 13:36:23 +02:00 |
|
Mark Qvist
|
7a596882a8
|
Cleanup
|
2022-06-08 12:52:42 +02:00 |
|
Mark Qvist
|
4bd5f05e0e
|
Moved Link Fernet to internal implementation
|
2022-06-08 12:34:31 +02:00 |
|
Mark Qvist
|
5d3a0efc89
|
Moved Identity Fernet to internal implementation
|
2022-06-08 12:29:51 +02:00 |
|
Mark Qvist
|
19a033db96
|
Freed RNS from dependency on PyCA HMAC, HKDF and hashes
|
2022-06-07 15:48:23 +02:00 |
|
Mark Qvist
|
715a84c6f2
|
Moved hashing to native python3 hashlib
|
2022-06-07 12:51:41 +02:00 |
|
Mark Qvist
|
600bd0e64d
|
Updated documentation
|
2022-04-28 14:17:12 +02:00 |
|
Mark Qvist
|
cf1ca01a3b
|
Configuration support for interface access codes
|
2022-04-27 13:21:53 +02:00 |
|
Mark Qvist
|
0db64610b1
|
Added reverse path detection
|
2022-04-20 19:29:25 +02:00 |
|
Mark Qvist
|
402b5fc461
|
Random hash length from truncated hash length
|
2022-04-20 13:08:21 +02:00 |
|
Mark Qvist
|
71e5eef8c1
|
Improved announce logging
|
2022-04-20 10:08:30 +02:00 |
|
Mark Qvist
|
3d38ef27d4
|
Improved announce logging
|
2022-04-20 09:04:12 +02:00 |
|
Mark Qvist
|
dc6877927e
|
Updated license headers
|
2022-04-01 17:18:18 +02:00 |
|
Mark Qvist
|
550dfd44cb
|
Improved cryptography API compatibility
|
2022-03-08 00:38:51 +01:00 |
|
Mark Qvist
|
5dad76879c
|
Improved known destination saving on shared instances
|
2021-10-08 08:52:50 +02:00 |
|
Mark Qvist
|
0fe76d50f6
|
Improved documentation.
|
2021-09-02 20:35:42 +02:00 |
|
Mark Qvist
|
e9c89209c7
|
Optimised sent Fernet token data.
|
2021-09-02 18:34:58 +02:00 |
|
Mark Qvist
|
cd8de64201
|
Implemented ability to change MTU.
|
2021-09-02 18:00:03 +02:00 |
|
Mark Qvist
|
972fcdee22
|
Fixed identity saving.
|
2021-08-29 01:24:21 +02:00 |
|
Mark Qvist
|
2e7126ef39
|
Cleaned up log statements
|
2021-08-27 22:51:16 +02:00 |
|
Mark Qvist
|
ad67c553d7
|
Added exception when trying to remember an invalid public key
|
2021-05-20 22:30:54 +02:00 |
|
Mark Qvist
|
db527b6759
|
Optimised announces to 151 bytes
|
2021-05-20 16:56:08 +02:00 |
|
Mark Qvist
|
ce405b9252
|
Migrated all asymmetric crypto operations to ECIES on Curve25519.
|
2021-05-20 15:31:38 +02:00 |
|
Mark Qvist
|
dfb5af5dd1
|
Added docstrings, refactored method names.
|
2021-05-16 23:14:49 +02:00 |
|
Mark Qvist
|
522204d8a5
|
Added Identity docstrings. Renamed Identity method.
|
2021-05-16 21:58:50 +02:00 |
|
Mark Qvist
|
55c0f44e58
|
Refactored Packet method names
|
2021-05-16 16:42:07 +02:00 |
|
Mark Qvist
|
d03b7d7a52
|
Refactored Identity method names
|
2021-05-16 16:15:57 +02:00 |
|
Mark Qvist
|
aa02931364
|
Refactored and documented Reticulum class
|
2021-05-16 13:02:46 +02:00 |
|
Mark Qvist
|
51ab2d3488
|
Implemented app_data recall from announces, better destination registration handling and link inactivity querying.
|
2021-05-13 16:41:23 +02:00 |
|
Mark Qvist
|
54206d9101
|
Added thread locking to log output. Various housekeeping.
|
2021-05-03 20:24:44 +02:00 |
|
Mark Qvist
|
b9301a2a8a
|
Fixed public exponent
|
2020-08-13 12:25:56 +02:00 |
|