aprsd/aprsd/cmds
Hemna 4a65f52939 Removed Packet.send()
This patch decouples sending a message from the internals of
the Packet classes.  This allows the rest of the code to use
Packet objects as type hints in methods to enforce Packets
in the plugins.

The send method was moved to a single place in the threads.tx.send()
2022-12-21 16:26:36 -05:00
..
__init__.py Refactor the cli 2021-11-05 13:36:33 -04:00
completion.py Added new feature to list-plugins command 2021-12-08 17:16:17 -05:00
dev.py Cleaned out all references to messaging 2022-12-16 15:58:02 -05:00
healthcheck.py Removed debug code 2022-01-07 15:17:16 -05:00
list_plugins.py Fix PyPI scraping 2022-10-27 12:33:31 -02:30
listen.py Fix pep8 violation 2022-12-19 20:41:57 -05:00
send_message.py Removed Packet.send() 2022-12-21 16:26:36 -05:00
server.py Change RX packet processing to enqueu 2022-12-18 08:52:58 -05:00
webchat.py Removed Packet.send() 2022-12-21 16:26:36 -05:00