Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Klipper3d/klipper.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-06webhooks: Close clients that become unresponsiveKevin O'Connor
2022-07-06webhooks: Use reactor to watch for writable fdsKevin O'Connor
2021-10-04webhooks: Convert to Python3 string encodingKevin O'Connor
2021-08-22webhooks: Add register_mux_endpoint() helper functionKevin O'Connor
2021-08-21webhooks: log client requests on shutdownEric Callahan
2021-07-29webhooks: Remove spaces from json messages sent on api serverKevin O'Connor
2021-01-18webhooks: Fix use of deprecated Exception.message attribute (#3781)Maƫl Kerbiriou
2021-01-08gcode: Move definition of CommandError and Coord from homing.py to gcode.pyKevin O'Connor
2020-12-01webhooks: Improve python3 compatibilityKevin O'Connor
2020-11-05webhooks: Add "register_remote_method" endpointArksine
2020-09-04homing: Prefer printer.command_error() instead of homing.CommandError()Kevin O'Connor
2020-08-26webhooks: Add client_info parameter to "info" webhookKevin O'Connor
2020-08-21gcode: Remove "action_" commands from get_status() callsKevin O'Connor
2020-08-16webhooks: Improve type checking of api requestsKevin O'Connor
2020-08-16webhooks: Convert to a json-rpc inspired message formatKevin O'Connor
2020-08-16webhooks: Remove call_remote_method()Kevin O'Connor
2020-08-16webhooks: Add klippy state to webhooks get_status() methodKevin O'Connor
2020-08-16webhooks: Rework get_status() subscriptionsKevin O'Connor
2020-08-16webhooks: Require a subscription to receive gcode outputKevin O'Connor
2020-08-16webhooks: Remove "method" parameter from webhook requestsKevin O'Connor
2020-08-16webhooks: Create StatusHandler class in add_early_printer_objects()Kevin O'Connor
2020-08-16webhooks: Remove register_static_path()Kevin O'Connor
2020-08-16webhooks: Specify server_address on klippy command-lineKevin O'Connor
2020-08-11webhooks: register gcode output handler and additional static pathsArksine
2020-08-11webhooks: Implement a send buffer for socket writesArksine
2020-08-11webhooks: Implement unix domain socket serverArksine
2020-08-06webhooks: Implement StatusHandler classArksine
2020-08-06webhooks: Add call_remote_method helper functionArksine
2020-08-06webhooks: Directly invoke printer.invoke_shutdown()Kevin O'Connor
2020-08-06webhooks: Introduce add_early_printer_objects()Kevin O'Connor
2020-07-14webhooks: fix lambda wrapper around _process_requestArksine
2020-07-06webooks: do not connect if debuginput is enabledArksine
2020-07-06webhooks: process request handlers using a Reactor CallbackArksine
2020-06-25klippy: return message category in get_state_message()Arksine
2020-06-25webhooks: protect command processing from re-entryArksine
2020-06-25webhooks: Initial implementationArksine