Commit graph

30 commits

Author SHA1 Message Date
a126358c5f Remove hash check, and document packet format inbound and out 2024-08-29 18:46:56 -07:00
d1ff953717 Fix sha56 byte count in protocol 2024-08-29 16:25:28 -07:00
842a2b8f0c Fix floats and doubles 2024-08-29 07:08:11 -07:00
84192c69db Completely rework SNBT Parser
(NOTE: ChatGPT Was used for regex only)
2024-08-29 06:55:12 -07:00
676684397e Fix carriage return 2024-08-24 07:02:52 -07:00
6555b6c8f0 Adds some more IO Helpers 2024-08-24 00:01:12 -07:00
c789219481 Add a fictional cipher from "supergirl" 2024-07-27 02:27:08 -07:00
161484f693 Updates tests 2024-07-08 22:25:54 -07:00
6d87807863 Add testsuite for argument parser 2024-07-02 22:22:50 -07:00
dfd536ae1c Finish implementing - and testing SNBT 2024-06-06 18:14:41 -07:00
a0f372693b Implement basic SNBT reader and testsuite 2024-06-06 14:14:13 -07:00
1133992078 Change package name, remove flutter as SDK 2024-05-24 14:36:51 -07:00
d4a6a3609e Adds a testsuite to Time API. 2024-05-23 17:25:14 -07:00
312176d37f Add a missing instruction, and a testcase 2024-05-23 11:40:16 -07:00
178cc201c1 Finish basic server and client impl 2024-05-22 15:53:29 -07:00
d6f0e05713 Make LibAC be web compatible for UUIDs 2024-05-19 18:43:26 -07:00
960cf0d789 Fix null UUIDs 2024-05-16 23:11:30 -07:00
9348bf1370 Fixes a invalid length hash due to the way dart outputs hex 2024-05-16 02:59:10 -07:00
e9d4d51b70 Adds a unit test that writes a snbt file 2024-05-08 20:40:37 -07:00
daf9cb7376 SNBT Serialization now implemented 2024-05-08 20:35:08 -07:00
84b37f8b04 Initial SNBT implementation 2024-05-08 18:52:20 -07:00
c10ffc58b8 Apply dart autofixes 2024-05-08 14:44:37 -07:00
a9abed7279 Push latest work 2024-05-08 12:09:33 -07:00
d4cf453005 Push new test, clean up stream file 2024-05-07 12:24:28 -07:00
9b7b84153f Push more utilities and UUID stuff 2024-05-06 20:49:48 -07:00
b359400c83 Fix #6, testsuite implemented. 2024-05-06 01:16:08 -07:00
c867982482 Implement NbtIO and some unit tests using the HelloWorld NBT 2024-05-05 23:30:27 -07:00
7432530c79 Add two sample test nbt files 2024-05-04 19:44:56 -07:00
79c14b9097 Implement basic NBT PODO 2024-05-04 19:41:19 -07:00
809dbe0b8d Initial commit 2024-05-04 18:09:43 -07:00