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
*
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