- Berlin, Germany
- https://lostcave.ddnss.de/
- Joined on
2019-12-14
BodgeMaster pushed to master at BodgeMaster/FOSS-VG
- aab91a2523 lib/nbt: Fix NBT::validateRawNBTData() and NBT::validateRawListContents closing #52 and #53
- 58b1199e38 lib/javacompat: Fixed JavaCompat::importJavaString() hanging when trying to import long strings
- Compare 2 commits »
BodgeMaster commented on issue BodgeMaster/FOSS-VG#53
lib/nbt: NBT::validateRawList() cannot be used for recursionForgot to add the reason: This is due to the function assuming that the list it is trying to validate has a name. A quick and dirty fix would be adding a parameter `bool skipName`. Another…
BodgeMaster opened issue BodgeMaster/FOSS-VG#53
lib/nbt: NBT::validateRawList() cannot be used for recursionBodgeMaster pushed to master at BodgeMaster/FOSS-VG
- 209d0828b4 tools/hexnet: un-comment problematic sections
- b4d4ce77b2 tools/dumpnbt: better variable name and exit when data is invalid
- ee5048331c tools/dumpnbt: start implementing a preliminary version
- Compare 3 commits »
BodgeMaster opened issue BodgeMaster/FOSS-VG#52
lib/nbt: NBT::validateRawNBTData fails to validate nested compounds and listsBodgeMaster opened issue BodgeMaster/FOSS-VG#51
lib/nbt: NBT::validateRawNBTData segfaults when trying to validate servers.datBodgeMaster opened issue BodgeMaster/FOSS-VG#50
Build system: Minimal rebuildsBodgeMaster commented on issue BodgeMaster/FOSS-VG#47
tools/dumpnbt: Wanted feature trackerWorking on a preliminary version right now so i can get away from online development tools (I have been trying to work offline without much success). This will require a full rewrite once the NBT…
BodgeMaster closed issue BodgeMaster/FOSS-VG#17
lib/nbt: return correct error type from read functionsBodgeMaster pushed to master at BodgeMaster/FOSS-VG
- 629c999336 lib/nbt: Return correct error code from read functions (fixes #17)
BodgeMaster opened issue BodgeMaster/FOSS-VG#49
tools/hexnet: Build issuesBodgeMaster closed issue BodgeMaster/FOSS-VG#43
test/nbt_read_write_helpers: Insufficient unit testsBodgeMaster pushed to master at BodgeMaster/FOSS-VG
- cdd17045d1 test/nbt_read_write_helpers: add more tests according to issue #43
- bb40f6553e tools/hexnet: comment sections out temporarily to get rid of compile errors
- Compare 2 commits »
BodgeMaster opened issue BodgeMaster/FOSS-VG#48
Build system: Dependency checkerBodgeMaster pushed to master at BodgeMaster/FOSS-VG
- a9759e3bc2 lib/file: Clarify what the functions do, take cursor position into account for cut functions and add missing cut function
- ab1164557d lib/file: Write header
- 1b8819ffe5 lib/error: Add ErrorOrVoid
- 4934a78aaa lib/error: Move definitions of constructors of ErrorOr<> inside class definition.
- 327ad9a9b5 Copyright Notice: Add authors section
- Compare 5 commits »
BodgeMaster pushed to master at BodgeMaster/FOSS-VG
- bddab2e9f8 setupenv: Add tool directories to PATH, be more verbose
- 017c8a61f8 scripts/tools/arraydump: New tool added
- Compare 2 commits »
BodgeMaster commented on issue BodgeMaster/FOSS-VG#47
tools/dumpnbt: Wanted feature trackerXml could look like this: ```xml <compound> <string name="Test"> This is a test string. </string> <int8 name="Number"> 110 </int8> <compound name="another compound"> <list…
BodgeMaster opened issue BodgeMaster/FOSS-VG#47
tools/dumpnbt: Wanted feature trackerBodgeMaster closed issue BodgeMaster/FOSS-VG#33
lib/nbt: implement NBT validatorBodgeMaster pushed to master at BodgeMaster/FOSS-VG
- 5272636cb8 test/nbt_read_write_helpers: fix unit tests for readString()
- 91d16ea451 test/javacompat: add test for mismatched size
- a1fc0ce4b4 lib/nbt: Fix a possible buffer overflow in readString()
- Compare 3 commits »