index
:
kutter
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
klippy
/
webhooks.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove logfile support
Tomasz Kramkowski
2025-08-15
1
-7
/
+1
*
Rename everything significant to Kutter except for docs
Tomasz Kramkowski
2025-08-15
1
-2
/
+2
*
Remove python2 support (first party)
Tomasz Kramkowski
2025-08-06
1
-22
/
+1
*
Run black on all first party python code
Tomasz Kramkowski
2025-08-06
1
-78
/
+116
*
klippy: fix typos in python code (#6989)
Thijs Triemstra
2025-07-25
1
-1
/
+1
*
webhooks: support msgspec json serialization
Eric Callahan
2025-05-02
1
-22
/
+34
*
webhooks: Add process id, user id and group id to the info endpoint. (#6284)
SkyKnight
2023-07-28
1
-2
/
+7
*
webhooks: Log json encoding errors
Justin Schuh
2023-04-19
1
-2
/
+8
*
webhooks: Close clients that become unresponsive
Kevin O'Connor
2022-07-06
1
-0
/
+15
*
webhooks: Use reactor to watch for writable fds
Kevin O'Connor
2022-07-06
1
-27
/
+22
*
webhooks: Convert to Python3 string encoding
Kevin O'Connor
2021-10-04
1
-15
/
+18
*
webhooks: Add register_mux_endpoint() helper function
Kevin O'Connor
2021-08-22
1
-0
/
+28
*
webhooks: log client requests on shutdown
Eric Callahan
2021-08-21
1
-1
/
+19
*
webhooks: Remove spaces from json messages sent on api server
Kevin O'Connor
2021-07-29
1
-1
/
+1
*
webhooks: Fix use of deprecated Exception.message attribute (#3781)
Maƫl Kerbiriou
2021-01-17
1
-3
/
+3
*
gcode: Move definition of CommandError and Coord from homing.py to gcode.py
Kevin O'Connor
2021-01-08
1
-8
/
+3
*
webhooks: Improve python3 compatibility
Kevin O'Connor
2020-12-01
1
-1
/
+1
*
webhooks: Add "register_remote_method" endpoint
Arksine
2020-11-04
1
-0
/
+29
*
homing: Prefer printer.command_error() instead of homing.CommandError()
Kevin O'Connor
2020-09-04
1
-1
/
+1
*
webhooks: Add client_info parameter to "info" webhook
Kevin O'Connor
2020-08-26
1
-14
/
+29
*
gcode: Remove "action_" commands from get_status() calls
Kevin O'Connor
2020-08-20
1
-1
/
+1
*
webhooks: Improve type checking of api requests
Kevin O'Connor
2020-08-16
1
-29
/
+31
*
webhooks: Convert to a json-rpc inspired message format
Kevin O'Connor
2020-08-16
1
-21
/
+26
*
webhooks: Remove call_remote_method()
Kevin O'Connor
2020-08-16
1
-13
/
+1
*
webhooks: Add klippy state to webhooks get_status() method
Kevin O'Connor
2020-08-16
1
-11
/
+4
*
webhooks: Rework get_status() subscriptions
Kevin O'Connor
2020-08-16
1
-116
/
+89
*
webhooks: Require a subscription to receive gcode output
Kevin O'Connor
2020-08-16
1
-12
/
+50
*
webhooks: Remove "method" parameter from webhook requests
Kevin O'Connor
2020-08-16
1
-32
/
+14
*
webhooks: Create StatusHandler class in add_early_printer_objects()
Kevin O'Connor
2020-08-16
1
-4
/
+4
*
webhooks: Remove register_static_path()
Kevin O'Connor
2020-08-16
1
-29
/
+10
*
webhooks: Specify server_address on klippy command-line
Kevin O'Connor
2020-08-16
1
-8
/
+7
*
webhooks: register gcode output handler and additional static paths
Arksine
2020-08-11
1
-0
/
+24
*
webhooks: Implement a send buffer for socket writes
Arksine
2020-08-11
1
-25
/
+29
*
webhooks: Implement unix domain socket server
Arksine
2020-08-11
1
-38
/
+77
*
webhooks: Implement StatusHandler class
Arksine
2020-08-06
1
-1
/
+134
*
webhooks: Add call_remote_method helper function
Arksine
2020-08-06
1
-0
/
+12
*
webhooks: Directly invoke printer.invoke_shutdown()
Kevin O'Connor
2020-08-06
1
-2
/
+1
*
webhooks: Introduce add_early_printer_objects()
Kevin O'Connor
2020-08-06
1
-0
/
+3
*
webhooks: fix lambda wrapper around _process_request
Arksine
2020-07-13
1
-1
/
+1
*
webooks: do not connect if debuginput is enabled
Arksine
2020-07-06
1
-3
/
+3
*
webhooks: process request handlers using a Reactor Callback
Arksine
2020-07-06
1
-17
/
+7
*
klippy: return message category in get_state_message()
Arksine
2020-06-24
1
-5
/
+3
*
webhooks: protect command processing from re-entry
Arksine
2020-06-24
1
-4
/
+16
*
webhooks: Initial implementation
Arksine
2020-06-24
1
-0
/
+270