Commit graph

204 commits

Author SHA1 Message Date
2779372abd bump dependencies 2025-05-27 13:41:35 -07:00
e8e9accd13 Fix a bug relating to NBT decimal precision 2025-05-27 13:39:09 -07:00
ef1dc9c5c4 Bump version number 2025-05-25 00:02:28 -07:00
b203e4f97f Repair testsuites 2025-05-25 00:01:08 -07:00
7df013a6aa Merge branch 'fix/dartdoc' 2025-05-24 23:35:45 -07:00
5c35e68d48 Merge branch 'main' into fix/dartdoc 2025-05-24 23:33:58 -07:00
619c9ee329 Bump version number 2025-05-24 23:33:21 -07:00
88afaae298 Add feature: days to Time API 2025-05-24 23:31:50 -07:00
7083b58ffc Remove dart doc workaround 2025-05-24 23:30:58 -07:00
b81e2dccd7 Merge pull request 'Add a workaround for dart doc' (#13) from fix/dartdoc into main
Reviewed-on: #13
2025-03-22 09:35:47 -07:00
66e4a4c2d8 Add a workaround for dart doc 2025-03-22 09:34:21 -07:00
8df69c9ddc Change publish path 2025-03-09 20:09:30 -07:00
aa813f4cdd Fix unit tests 2025-03-09 20:09:00 -07:00
4957fe633e Fix some inconsistencies 2025-02-03 12:16:21 -07:00
cfd97a687c Minor fix: Remove description object from abstract class 2025-01-22 04:14:25 -07:00
82f5c18129 Overhaul the argument parsing API 2025-01-22 03:58:52 -07:00
62d26082c9 Fix io_test hardcoded test directory size 2025-01-22 03:14:04 -07:00
900a5358a8 Fix negative number handling for snbt parsers 2025-01-22 03:12:53 -07:00
18e98ca918 Fix SNBT Parsing and writing of single quoted strings, and strings with quotes or single quotes within. 2025-01-22 01:48:17 -07:00
bdb087fabc Fix client lacking encryption support 2025-01-06 11:28:06 -07:00
84cef345eb Finish implementing some encryption in the network protocols with AES 2025-01-06 02:28:54 -07:00
38eb7c6acd Add encryption routines to the server 2025-01-05 04:15:33 -07:00
d7cc626144 Fix: Write locking on windows
On windows this write lock seems to persist even after writing has completed, so we switch to a Random Access File instead by opening then closing the file when done reading or writing to it.
2024-11-25 11:57:59 -07:00
1882e19289 Change build node label 2024-10-05 19:22:24 -07:00
c25d0174ea Adds some more functionality to the TimeUtils class. 2024-09-03 03:26:26 -07:00
05cee1da36 Removal of the CLI Tools being migrated 2024-08-30 11:19:16 -07:00
7da8dbef33 Move CLI Tools to a different repo dedicated to helper tools. 2024-08-30 11:18:05 -07:00
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
170f2d35f7 Fix a syntax error 2024-08-29 15:13:59 -07:00
a7c1daf806 Fix total number of bytes in sanity check 2024-08-29 14:48:39 -07:00
a7e448f6b4 Attempt to fix the server by adding total packet length to the send and receive areas. 2024-08-29 11:25:04 -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
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
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
ccb23fdf3d Attempt 2 to fix indentation on first line of file listing 2024-08-24 07:58:31 -07:00
7c1c7879da Fix indentation of report output for file / dir listing. 2024-08-24 07:55:04 -07:00
5a53f161e0 Add optional flag to generate only plaintext reports instead of HTML 2024-08-24 07:52:00 -07:00
d4ecb34c03 Output report file size to console 2024-08-24 07:44:37 -07:00
2af235fca0 Allow publishing to fail in the event of only updating a bundled binary program 2024-08-24 07:42:35 -07:00
fca391a2da Bump version to let CI finish building 2024-08-24 07:24:00 -07:00
78104ed1b7 Fix crash due to not awaiting print 2024-08-24 07:21:12 -07:00
317d6930f9 Fix order of operations, rename output flag 2024-08-24 07:16:02 -07:00
e7726f10d2 Adds verbose checks and moves the message for generating report 2024-08-24 07:14:27 -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
efa039b64b Forgot to bump pubspec version 2024-08-24 00:06:50 -07:00
94d1c928e0 Fix jenkinsfile syntax error 2024-08-24 00:03:26 -07:00