Commit Graph

1048 Commits

Author SHA1 Message Date
J. Nick Koston
541ce059c0
Add slots to all models when using py3.10 or later (#459) 2023-07-18 17:23:07 -05:00
github-actions[bot]
46622cfcef Bump version to 15.1.10 2023-07-18 19:29:10 +00:00
J. Nick Koston
65e659e4a5
Split _frame_helper into plain_text and noise (#491) 2023-07-18 14:28:56 -05:00
github-actions[bot]
85cf377e14 Bump version to 15.1.9 2023-07-18 19:11:23 +00:00
J. Nick Koston
8060c3c99d
Small speed up to bluetooth message wrapper (#490) 2023-07-18 14:11:06 -05:00
J. Nick Koston
7b215038f7
Cleanup connection send_message from earlier refactoring (#488) 2023-07-18 13:15:56 -05:00
github-actions[bot]
7817674cd1 Bump version to 15.1.10 2023-07-18 18:06:37 +00:00
J. Nick Koston
401ff3b61a
Reduce ChaCha20CipherReuseable overhead (#489) 2023-07-18 13:06:19 -05:00
J. Nick Koston
7196ca6ee8
Speed up encrypted handshake (#487) 2023-07-17 14:51:47 -10:00
github-actions[bot]
f83d3f4e6f Bump version to 15.1.9 2023-07-18 00:14:14 +00:00
J. Nick Koston
ab3c096c9b
Speed up noise handshake (#486) 2023-07-17 14:13:58 -10:00
J. Nick Koston
0c1f710869
Cleanups to connect process (#485) 2023-07-17 10:11:34 -10:00
J. Nick Koston
92ec96469d
Remove memoryview wrapping for cameras (#484) 2023-07-17 09:47:06 -10:00
github-actions[bot]
f7569dc080 Bump version to 15.1.8 2023-07-17 19:28:18 +00:00
J. Nick Koston
e909891ebe
Fix pong timer warning when pending ping is skipped (#483) 2023-07-17 09:27:59 -10:00
J. Nick Koston
6aeea79884
Speed up BLE connections (#482) 2023-07-15 11:16:44 -10:00
J. Nick Koston
ed0a611994
Improve error reporting for authenticated vs non-authenticated requests (#481) 2023-07-15 10:34:46 -10:00
J. Nick Koston
24cddc22a8
Reduce overhead to send and process a complex message (#480) 2023-07-15 10:12:29 -10:00
J. Nick Koston
f8ffa6ae83
Reduce overhead to send messages that need to wait for responses (#479) 2023-07-15 09:58:45 -10:00
J. Nick Koston
bbfa761aa0
Speed up timeout implementation in send_message_await_response_complex (#478) 2023-07-15 09:28:06 -10:00
J. Nick Koston
5dd12169f1
Speed up formatting the cipher nonce (#477) 2023-07-15 09:12:33 -10:00
J. Nick Koston
8306058703
Improve performance of processing incoming packets (#475) 2023-07-15 08:48:47 -10:00
J. Nick Koston
0dbab1ebac
Make do_append and do_stop optional in send_message_await_response_complex (#474) 2023-07-15 08:31:37 -10:00
J. Nick Koston
0a0172fa89
Reduce latancy when sending complex messages (#473) 2023-07-15 08:24:03 -10:00
J. Nick Koston
ce07e11e93
Reduce overhead to handle read exceptions (#472) 2023-07-15 08:18:31 -10:00
J. Nick Koston
0dfaa58f07
Simplify logic in send_message_callback_response (#471) 2023-07-15 08:00:33 -10:00
J. Nick Koston
9112a68bf9
Guard a few frequently called instance checks with if TYPE_CHECKING (#469) 2023-07-15 07:55:07 -10:00
dependabot[bot]
dd6eb76667
Bump docker/setup-buildx-action from 2.9.0 to 2.9.1 (#467)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-14 11:43:19 -10:00
github-actions[bot]
4e3dac9368 Bump version to 15.1.7 2023-07-11 21:22:49 +00:00
dependabot[bot]
68d58be945
Bump black from 23.3.0 to 23.7.0 (#466)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-11 11:22:30 -10:00
github-actions[bot]
2eb37d9251 Bump version to 15.1.6 2023-07-11 07:49:51 +00:00
J. Nick Koston
5f82e90b70
Reduce lookups for noise in the frame helper (#465) 2023-07-10 21:49:34 -10:00
J. Nick Koston
7a80e3529b
Improve error reporting when encryption is disabled on device but client requests it (#464) 2023-07-10 21:15:14 -10:00
github-actions[bot]
24be8b0666 Bump version to 15.1.5 2023-07-11 07:00:41 +00:00
J. Nick Koston
6b0d84110e
Avoid sending pings when we have traffic (#463) 2023-07-10 21:00:24 -10:00
J. Nick Koston
8ac62a321f
Improve performance of converting raw BLE advertisements (#462) 2023-07-09 13:06:06 -10:00
J. Nick Koston
b81fe760ba
Improve performance reassembling fragmented packets (#461) 2023-07-09 12:10:33 -10:00
github-actions[bot]
74ba67d792 Bump version to 15.1.4 2023-07-07 17:56:24 +00:00
dependabot[bot]
4d5d145d39
Bump docker/setup-buildx-action from 2.8.0 to 2.9.0 (#460)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-07 07:56:05 -10:00
J. Nick Koston
69b4c42cf3
Add checks for debug logging in the write path (#458) 2023-07-03 19:54:22 -05:00
github-actions[bot]
87e580914f Bump version to 15.1.3 2023-07-03 23:27:05 +00:00
J. Nick Koston
d53ab5d5bb
Use memoryview for camera images (#456) 2023-07-03 18:26:52 -05:00
J. Nick Koston
f3f5bd6b55
Reduce protocol overhead (#454) 2023-07-03 11:57:04 -05:00
github-actions[bot]
0626fbe45f Bump version to 15.1.2 2023-07-02 21:55:51 +00:00
J. Nick Koston
974b8e3ac1
Check if debug is enabled once per packet (#455) 2023-07-02 16:55:36 -05:00
github-actions[bot]
aa88d51a45 Bump version to 15.1.1 2023-07-01 21:32:12 +00:00
J. Nick Koston
34f6badcde
Use slots for APIConnection and APIClient (#453) 2023-07-01 16:31:58 -05:00
github-actions[bot]
45ded8590d Bump version to 15.1.0 2023-07-01 16:12:55 +00:00
J. Nick Koston
59a66ba870
Include the server name in the exception for invalid encryption key (#452) 2023-07-01 11:12:38 -05:00
dependabot[bot]
cfb3972c9d
Bump mypy from 1.4.0 to 1.4.1 (#449)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-30 09:07:27 -05:00