markqvist___Reticulum/RNS
Aareon Sullivan 4226a62f23
fix(rnstatus): Add validation for missing -i flag when using -R
Add check to ensure `management_identity` is provided when using remote
query flag (`-R`). Prevents `TypeError` and provides clear error message
when user forgets to specify identity file with `-i` flag.

Before: `expected str, bytes or os.PathLike object, not NoneType`
After: `Remote management requires an identity file. Use -i to specify the path to a management identity.`

Fixes #792
2025-06-08 19:52:46 -05:00
..
Cryptography Cleanup 2025-05-13 13:26:26 +02:00
Interfaces Added option to specify shared instance type 2025-05-15 01:14:55 +02:00
Utilities fix(rnstatus): Add validation for missing -i flag when using -R 2025-06-08 19:52:46 -05:00
vendor Updated license 2025-04-15 20:19:33 +02:00
__init__.py Updated license 2025-04-15 20:19:33 +02:00
_version.py Updated version 2025-05-26 19:08:03 +02:00
Buffer.py Updated license 2025-04-15 20:19:33 +02:00
Channel.py Updated license 2025-04-15 20:19:33 +02:00
Destination.py Cleanup 2025-05-13 13:32:35 +02:00
Identity.py Removed legacy AES-128 handlers 2025-05-26 19:04:30 +02:00
Link.py Removed legacy AES-128 handlers 2025-05-26 19:04:30 +02:00
Packet.py Updated descriptions 2025-05-10 15:42:22 +02:00
Resolver.py Updated license 2025-04-15 20:19:33 +02:00
Resource.py Cleanup 2025-05-11 16:40:14 +02:00
Reticulum.py Added option to specify shared instance type 2025-05-15 01:14:55 +02:00
Transport.py Fixed announce handlers not triggering after shared instance disappearance/reappearance 2025-05-12 11:41:06 +02:00