aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/webhooks.py
Commit message (Expand)AuthorAgeFilesLines
* webhooks: fix lambda wrapper around _process_requestArksine2020-07-131-1/+1
* webooks: do not connect if debuginput is enabledArksine2020-07-061-3/+3
* webhooks: process request handlers using a Reactor CallbackArksine2020-07-061-17/+7
* klippy: return message category in get_state_message()Arksine2020-06-241-5/+3
* webhooks: protect command processing from re-entryArksine2020-06-241-4/+16
* webhooks: Initial implementationArksine2020-06-241-0/+270