Commit Graph

28 Commits (develop-ruff)

Author SHA1 Message Date
as3ii 4a458730ea
Removed unused imports
Ruff's rule F401
2025-11-13 20:12:55 +01:00
as3ii 6f7288335f
Switched from editing `sys.path` to proper PEP8 imports
See: https://peps.python.org/pep-0008/#imports

Here absolute imports have been used to avoid the error
`ImportError: attempted relative import with no known parent package`.
2025-11-13 19:49:38 +01:00
as3ii 66b2c6bf4e
Run `ruff format`
This applies mostly the same rules that `black` used.

This commit should not have introduced any logical or functional
changes, only fixing style consistency
2025-11-13 15:53:43 +01:00
DJ2LS 0dfb7840f5 fixing #981 2025-06-01 16:49:45 +02:00
DJ2LS be9999efb3 announce arq session 2025-05-02 15:47:06 +02:00
DJ2LS 38edb46d32 more p2p adjustments 2025-05-02 14:13:01 +02:00
DJ2LS 363520cac5 fixes to p2pcon 2025-05-01 21:42:32 +02:00
DJ2LS bebf3e491b first adjustments to tests 2025-04-29 21:13:42 +02:00
DJ2LS 653afee648 first commit containing introduction of context object 2025-04-28 21:43:29 +02:00
DJ2LS e234c3744a fix callsign blacklisting #926 2025-03-28 08:45:21 +01:00
DJ2LS 8ca0783cd0 fixing tests and merging problems 2025-03-18 08:22:11 +01:00
DJ2LS ccf22dde2e
Merge branch 'develop' into dev-connected-mode 2025-03-17 11:38:11 +01:00
DJ2LS f40c021a43 more docstrings 2025-03-12 13:07:51 +01:00
DJ2LS 8455f3f700 fixing callsign exchange 2025-02-22 18:55:20 +01:00
modernham d17639bd53 Added same code for DataSocket class as the CommandSocket class to make sure the handlers are accessible.
Started work on getting the client to accept several callsigns as connection methods, and passing the correct connecting one to the receiving client.

For now, storing some variables that need used later within the SocketInterfaceHandler.
2025-02-11 21:24:57 -05:00
modernham ac0d756751 Added same code for DataSocket class as the CommandSocket class to make sure the handlers are accessible.
Started work on getting the client to accept several callsigns as connection methods, and passing the correct connecting one to the receiving client.

For now, storing some variables that need used later within the SocketInterfaceHandler.
2025-01-25 23:20:57 -05:00
DJ2LS d4c51ba59a added socket endpoint to command dispatcher for receivind side 2025-01-21 13:38:27 +01:00
DJ2LS da8624b420 get dxcall by session id 2024-11-09 11:18:25 +01:00
DJ2LS 2180e72066 get dxcall by session id 2024-11-09 11:11:34 +01:00
DJ2LS 08ea177681 get dxcall by session id 2024-11-09 11:09:09 +01:00
DJ2LS ed6796f3a6 adjusted gridsquare save and lookup 2024-11-09 10:53:55 +01:00
DJ2LS d6d94f7830 possibly fixed fram,e hander 2024-09-21 21:43:18 +02:00
DJ2LS 3d3089338e attemot fixing missing grid 2024-09-19 13:00:42 +02:00
DJ2LS f50cfec67c try to find station info in database 2024-09-13 20:26:04 +02:00
DJ2LS 909cdf513a removed some unneeded dependencies 2024-09-08 11:45:10 +02:00
DJ2LS f3ba329ae0 callsign blacklist 2024-09-08 11:39:39 +02:00
DJ2LS 59b462d91f added away from key to beacon event 2024-05-22 11:12:35 +02:00
DJ2LS d5097b8b94 another folder renaming 2024-04-18 11:04:25 +02:00