Commit graph

46 commits

Author SHA1 Message Date
88afaae298 Add feature: days to Time API 2025-05-24 23:31:50 -07:00
84cef345eb Finish implementing some encryption in the network protocols with AES 2025-01-06 02:28:54 -07:00
c25d0174ea Adds some more functionality to the TimeUtils class. 2024-09-03 03:26:26 -07:00
c6b8eec4ed Add redundancy to PacketServer 2024-08-29 07:56:42 -07:00
7bcb3a755a Rework the hashing Helpers 2024-08-29 07:19:16 -07:00
84192c69db Completely rework SNBT Parser
(NOTE: ChatGPT Was used for regex only)
2024-08-29 06:55:12 -07:00
7c87ef444f Patches a bug in IOTools#getFileSize and #getDirectorySize on platforms with hard links which point to folders that no longer exist as a part of the base OS design (I am looking at you... windows) 2024-08-24 12:44:19 -07:00
86070dc8b9 Fix status messages 2024-08-24 07:06:43 -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
bcaf02091f Start to add discord API structures 2024-07-08 02:36:56 -07:00
dfd536ae1c Finish implementing - and testing SNBT 2024-06-06 18:14:41 -07:00
d885485684 TryCatch tail functions 2024-06-05 22:01:01 -07:00
2a5774bd6d Rcon was not working 2024-06-04 15:34:07 -07:00
15aae5c3d7 Roll my own rcon implementation due to problems with other implementation 2024-06-04 13:30:12 -07:00
74fe37d7d8 Adds tail functions 2024-06-03 16:42:59 -07:00
5af94f3988 Add rcon from https://github.com/aidanlok/mc_rcon/tree/master but without flutter requirement 2024-05-24 14:40:28 -07:00
1133992078 Change package name, remove flutter as SDK 2024-05-24 14:36:51 -07:00
dd40eace38 Adds a secondary copy method 2024-05-23 17:49:35 -07:00
5f9f0e08ef Add a copy method to Time 2024-05-23 17:47:50 -07:00
730535d4b8 Sanity check seconds, and lock to 0 or above. Disallow negative time 2024-05-23 17:43:52 -07:00
d4a6a3609e Adds a testsuite to Time API. 2024-05-23 17:25:14 -07:00
6ba00044af Adds a time utility for keeping track of time 2024-05-23 17:15:02 -07:00
302595d45d Add two helper API functions to PathHelper 2024-05-23 12:15:52 -07:00
18d55666e6 Fix another error 2024-05-23 11:44:48 -07:00
312176d37f Add a missing instruction, and a testcase 2024-05-23 11:40:16 -07:00
95d769bf89 Attempt to fix null UUIDs being handled strangely when serializing to NbtUUID 2024-05-23 11:35:41 -07:00
cc151e9109 Add a converter method 2024-05-23 10:13:51 -07:00
71f028f25c Add some more helpers 2024-05-22 01:06:22 -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
1024c4dbd7 Adds a base64 encode wrapper, and a way to encode NBT to Base64 2024-05-16 13:22:05 -07:00
9348bf1370 Fixes a invalid length hash due to the way dart outputs hex 2024-05-16 02:59:10 -07:00
b2f12eae15 Adds several helper hash functions 2024-05-15 13:25:57 -07:00
c10ffc58b8 Apply dart autofixes 2024-05-08 14:44:37 -07:00
06d93df1bb Fix parser 2024-05-08 13:17:00 -07:00
2e81e5cbca Apply fixes from Blue 2024-05-08 13:09:38 -07:00
c98b8d5d67 Fix generator 2024-05-08 13:03:26 -07:00
a9abed7279 Push latest work 2024-05-08 12:09:33 -07:00
852ddf8972 Push latest work 2024-05-07 17:11:06 -07:00
f8918b9fcf Push unsigned read methods 2024-05-07 14:18:35 -07:00
7d75a2b5f8 More QOL updates 2024-05-07 04:29:48 -07:00
9b7b84153f Push more utilities and UUID stuff 2024-05-06 20:49:48 -07:00
dd6ee1bf60 Apply autofixes 2024-05-06 13:45:52 -07:00
5357da3746 Adds some helper utilities. 2024-05-06 01:56:09 -07:00