Kevin Hester
|
3d197d732c
|
Merge branch 'master' into fix-plugin-return-type
|
2021-10-12 09:15:34 +08:00 |
|
a-f-G-U-C
|
1e455ac4c3
|
issue 879 - add opt-in flag for plugins
|
2021-10-09 14:02:21 +00:00 |
|
Vladislav Osmanov
|
debae67ae7
|
Plugins refactoring: handleReceived return enumeration ProcessMessage
Use `ProcessMessage::CONTINUE` to allows other modules to process a message.
Use `ProcessMessage::STOP` to stop further message processing.
|
2021-09-23 04:42:09 +03:00 |
|
Kevin Hester
|
17a1262382
|
pull in new epaper lib (which required importing configuration.h everywhere
for dumb reasons)
|
2021-06-27 10:56:28 -07:00 |
|
Kevin Hester
|
d179bda728
|
serious bug: connection to phones not being properly tracked
|
2021-05-03 14:46:30 +08:00 |
|
Kevin Hester
|
c15204fed1
|
better debug output
|
2021-05-03 10:53:06 +08:00 |
|
Kevin Hester
|
6dc4471bec
|
fix serious bug! don't send NO-RESPONSE NAKs for messages sent by local node
|
2021-05-03 08:45:32 +08:00 |
|
Kevin Hester
|
cec905914c
|
Fix GPIO service and cleanup response handling
|
2021-04-06 10:34:23 +08:00 |
|
Kevin Hester
|
8ef36bcc9c
|
note about security
|
2021-04-05 08:56:11 +08:00 |
|
Kevin Hester
|
3cd64bb8b5
|
allow passing even encrypted packets through the plugins
|
2021-04-05 08:44:47 +08:00 |
|
Kevin Hester
|
4e87c4411c
|
fix serious nak bug reported by @havealoha and @luxoon
|
2021-03-28 11:44:19 +08:00 |
|
Kevin Hester
|
49b16fdf0c
|
fix channel !authorized check
|
2021-03-23 12:07:04 +08:00 |
|
Kevin Hester
|
d32386a027
|
Return errors for unauthorized requests or out of bound channel nums
|
2021-03-23 11:44:51 +08:00 |
|
Kevin Hester
|
1908d131ca
|
turn on access control for admin plugin, only allow remote access over special channel
|
2021-03-12 20:22:40 +08:00 |
|
Kevin Hester
|
b02212009a
|
progress on remote settings
|
2021-03-12 14:10:36 +08:00 |
|
Kevin Hester
|
959b540c02
|
begin restricting admin ops to the admin channel
|
2021-03-11 10:01:57 +08:00 |
|
Kevin Hester
|
c9c44a934d
|
don't generate acks for locally sourced msgs
|
2021-03-05 12:39:31 +08:00 |
|
Kevin Hester
|
0c0c0babba
|
combine acks works
|
2021-03-05 11:44:45 +08:00 |
|
Kevin Hester
|
950b32232f
|
don't send messages the phone sent us back towards the phone
|
2021-03-05 10:19:27 +08:00 |
|
Kevin Hester
|
989f52494d
|
clean up ack packets
|
2021-02-26 20:36:22 +08:00 |
|
Kevin Hester
|
0307e4161e
|
get settings message works
|
2021-02-26 20:10:41 +08:00 |
|
Kevin Hester
|
e4eb7ab589
|
Merge branch 'dev' into dev1.2
# Conflicts:
# proto
# src/mesh/generated/deviceonly.pb.h
# src/mesh/generated/mesh.pb.h
# src/plugins/esp32/EnvironmentalMeasurementPlugin.cpp
|
2021-02-25 19:44:08 +08:00 |
|
Kevin Hester
|
f8d8dc25c0
|
properly route messages to phone again
|
2021-02-23 14:35:34 +08:00 |
|
Kevin Hester
|
aa8b86c6b2
|
multichannel send/rx kinda works
|
2021-02-23 11:43:30 +08:00 |
|
Charles Crossan
|
ae76ce4024
|
Implement interface for plugins to have custom UI Frames
|
2021-02-21 16:46:46 -05:00 |
|
Kevin Hester
|
69a11e7375
|
WIP phone api changes for dev1.2
|
2021-02-17 19:04:41 +08:00 |
|
Kevin Hester
|
42ae27973e
|
WIP 1.2 move routing into plugin
|
2021-02-17 13:06:23 +08:00 |
|
Kevin Hester
|
e80c79edbe
|
clean up debug msgs
|
2020-12-13 15:59:26 +08:00 |
|
Kevin Hester
|
ee8f4de5ab
|
make plugin reply handling simpler
|
2020-12-13 12:57:37 +08:00 |
|
Kevin Hester
|
90060e84c0
|
WIP on GPIO example
|
2020-12-07 10:18:11 +08:00 |
|
Kevin Hester
|
3e0dc44210
|
move want_replies into new plugin system
|
2020-12-05 11:15:06 +08:00 |
|
Kevin Hester
|
7737123d0f
|
begin moving position stuff into plugin
|
2020-11-28 18:10:31 +08:00 |
|
Kevin Hester
|
5138aff4b2
|
fix static initializer bug with mesh plugins
|
2020-11-28 13:25:03 +08:00 |
|
Kevin Hester
|
0b0d293a66
|
Move text message handling into the new plugin system
|
2020-11-28 12:10:19 +08:00 |
|