aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/webhooks.py
Commit message (Expand)AuthorAgeFilesLines
* webhooks: Remove spaces from json messages sent on api serverKevin O'Connor2021-07-291-1/+1
* webhooks: Fix use of deprecated Exception.message attribute (#3781)Maƫl Kerbiriou2021-01-171-3/+3
* gcode: Move definition of CommandError and Coord from homing.py to gcode.pyKevin O'Connor2021-01-081-8/+3
* webhooks: Improve python3 compatibilityKevin O'Connor2020-12-011-1/+1
* webhooks: Add "register_remote_method" endpointArksine2020-11-041-0/+29
* homing: Prefer printer.command_error() instead of homing.CommandError()Kevin O'Connor2020-09-041-1/+1
* webhooks: Add client_info parameter to "info" webhookKevin O'Connor2020-08-261-14/+29
* gcode: Remove "action_" commands from get_status() callsKevin O'Connor2020-08-201-1/+1
* webhooks: Improve type checking of api requestsKevin O'Connor2020-08-161-29/+31
* webhooks: Convert to a json-rpc inspired message formatKevin O'Connor2020-08-161-21/+26
* webhooks: Remove call_remote_method()Kevin O'Connor2020-08-161-13/+1
* webhooks: Add klippy state to webhooks get_status() methodKevin O'Connor2020-08-161-11/+4
* webhooks: Rework get_status() subscriptionsKevin O'Connor2020-08-161-116/+89
* webhooks: Require a subscription to receive gcode outputKevin O'Connor2020-08-161-12/+50
* webhooks: Remove "method" parameter from webhook requestsKevin O'Connor2020-08-161-32/+14
* webhooks: Create StatusHandler class in add_early_printer_objects()Kevin O'Connor2020-08-161-4/+4
* webhooks: Remove register_static_path()Kevin O'Connor2020-08-161-29/+10
* webhooks: Specify server_address on klippy command-lineKevin O'Connor2020-08-161-8/+7
* webhooks: register gcode output handler and additional static pathsArksine2020-08-111-0/+24
* webhooks: Implement a send buffer for socket writesArksine2020-08-111-25/+29
* webhooks: Implement unix domain socket serverArksine2020-08-111-38/+77
* webhooks: Implement StatusHandler classArksine2020-08-061-1/+134
* webhooks: Add call_remote_method helper functionArksine2020-08-061-0/+12
* webhooks: Directly invoke printer.invoke_shutdown()Kevin O'Connor2020-08-061-2/+1
* webhooks: Introduce add_early_printer_objects()Kevin O'Connor2020-08-061-0/+3
* 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