Commit graph

70 commits

Author SHA1 Message Date
d764e6c7b4 Add retention policy to annotations 2023-06-16 01:46:30 -07:00
642044a15a Switch to a Json Serializer 2023-06-16 01:19:48 -07:00
df9525fca6 Add a dynamic serializer 2023-06-15 23:33:13 -07:00
4f9a39fc4d Change datatypes to the XMLRPC standard 2023-06-15 20:46:24 -07:00
c4cb1966bd Make some format changes for the Linden XMLRPC 2023-06-15 20:36:57 -07:00
a5e6306f4b Update outdated readme 2023-06-15 16:11:19 -07:00
cb5da20242 Fix a oversight made by auto-generated code. 2023-06-15 16:09:04 -07:00
eec82aa293 Adds byte serializing 2023-06-15 06:06:31 -07:00
81fdc0a8c5 Add serializing for Long data type as a integer 2023-06-14 15:45:56 -07:00
9c82323cfa Rewrite deserialize array function from the ChatGPT generated method. 2023-06-14 04:03:07 -07:00
085c04716d Adds a termination to the struct. 2023-06-14 03:52:54 -07:00
9978dd6a3f Fixes a error 2023-06-14 03:47:59 -07:00
70aee2d733 Add a field for debugging purposes to the stream reader 2023-06-14 03:40:45 -07:00
31fe49b24d Fix a error in stream reader 2023-06-14 03:26:12 -07:00
c5e6abd684 Fix a error in stream reader 2023-06-14 03:23:38 -07:00
92a28dc627 Fix a error in stream reader 2023-06-14 03:20:17 -07:00
318c470f3b Fix a error in stream reader 2023-06-14 03:16:22 -07:00
5d51c2e478 Redo the deserialize params method 2023-06-14 03:07:02 -07:00
9d8d7740e6 Expose the parameter map 2023-06-13 23:17:05 -07:00
5f170b0e32 Update the API Version 2023-06-13 23:01:08 -07:00
7d862f046f Add some basic structures to aid in serialize/deserializing 2023-06-13 22:58:43 -07:00
609ffd6a86 Adds in some XmlRpc functions 2023-06-13 22:34:45 -07:00
3d34b5f508 Adds a readme 2023-06-13 20:04:03 -07:00
9a1c71967b Add XMLRPC Exception 2023-06-13 20:02:01 -07:00
4296ec0ba6 Add XMLRPC tokens 2023-06-13 19:58:33 -07:00
8accb0a714 Begin to add a custom XmlRPC system 2023-06-13 19:54:21 -07:00
ef3ecbaa43 Add getter and setter for DelayedExecutorService#repeater 2023-05-24 12:28:36 -07:00
7988bcdf12 Remove the debug after fixing the issue 2023-05-08 17:11:01 -07:00
9feebd4582 Add some debug 2023-05-08 17:08:00 -07:00
693db6d3a7 Mark thread pool for garbage collection on being shut down 2023-05-08 17:05:03 -07:00
0917ad4173 Change thread pool size 2023-05-08 17:02:49 -07:00
c9feb419e5 Reduces the time delay on spinner task 2023-05-08 16:32:08 -07:00
7813125688 Make SpinnerTask execute immediately, reverse the line feed for other printers. 2023-05-08 16:31:49 -07:00
112beb7284 Add DelayedExecutorService#instantExec 2023-05-08 16:30:22 -07:00
c392f6e80c Grr....remove quotes 2023-05-08 16:21:38 -07:00
3be12b8bf9 I do not know why this file got left out 2023-05-08 16:20:50 -07:00
2cea070bb9 Update build file to fix error 2023-05-08 16:19:09 -07:00
8758db6f75 Fix: DelayedExecutorService's watchdog was not being set to repeat 2023-05-08 16:14:37 -07:00
387b329d73 Update build file and API version to automatically append patchversion 2023-05-08 16:10:37 -07:00
725217967b Fix a bug in SpinnerTask and attempt to fix the DelayedExecutorService#stopRepeatingThread 2023-05-08 16:05:09 -07:00
7be51f52d6 Fix an oversight in the TaskBus 2023-05-08 15:59:32 -07:00
47e114ba57 Switched DelayedExecutorService to use ScheduledThreadPoolExecutor 2023-05-08 15:46:39 -07:00
8be88eedda Attempt to resolve a concurrent modification exception inside of DelayedExecutorService#onTick 2023-05-08 06:09:09 -07:00
ab51609213 Fix compile errors surrounding new fixes 2023-05-08 02:55:12 -07:00
94ec7d3303 Fix compile errors surrounding new fixes 2023-05-08 02:51:54 -07:00
c30a980ea0 Fix delayed executor. 2023-05-08 02:43:28 -07:00
abed7cd895 Fix a leftover piece of older code 2023-05-06 04:35:22 -07:00
aaf677669d Remove some excess debug and fix Task 2023-05-06 04:16:35 -07:00
6cc07c0b72 Add two missing helper functions to Task 2023-05-06 03:49:24 -07:00
ec58268a25 Add a simple task bus with console status messages. 2023-05-06 03:37:01 -07:00