Reticulum/RNS
Aareon Sullivan 1db7ff42c5
Fix exit method to use sys.exit for proper cleanup
Change RNS.__init__.py exit method from os._exit to sys.exit to allow
proper cleanup and exception handling. Keep panic method using os._exit
for immediate termination in unrecoverable scenarios.
2025-06-08 18:28:34 -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 Added option to specify shared instance type 2025-05-15 01:14:55 +02:00
vendor Updated license 2025-04-15 20:19:33 +02:00
__init__.py Fix exit method to use sys.exit for proper cleanup 2025-06-08 18:28:34 -05: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