- Berlin, Germany
- https://lostcave.ddnss.de/
- Joined on
2019-12-14
BodgeMaster commented on issue BodgeMaster/FOSS-VG#67
Dependencies: Sockpp fails to build on Cygwin.I have a Windows box, that’s not a problem. (Otherwise, I wouldn’t know this doesn’ŧ work lol)
BodgeMaster pushed to master at BodgeMaster/FOSS-VG
- 4abb1f223c lib/nbt: Lists can no longer be constructed from invalid sets of data
BodgeMaster commented on issue BodgeMaster/FOSS-VG#60
lib/nbt: Lists and compounds can be constructed with vectors of invalid dataList done. An additional unit test for trying to construct a list from mixed tags is needed.
BodgeMaster closed issue BodgeMaster/FOSS-VG#63
lib/nbt and tools/dumpnbt: Unit test for the NBT parser and dumpnbtBodgeMaster pushed to master at BodgeMaster/FOSS-VG
- 4da50d3c6b test/dumpnbt: Add unit test (fixing #63)
- c9b56d4d7f tools/dumpnbt: Remove unused CLI flag
- 7bccaca7b9 fossvg and fossvgd: Add stub programs for client and server
- Compare 3 commits »
BodgeMaster opened issue BodgeMaster/FOSS-VG#69
tools/dumpnbt: Deal with compressed filesBodgeMaster commented on issue BodgeMaster/FOSS-VG#41
test/nbt_size_helpers: Add tests for errors and edge casespriblems will be addressed as they show up
BodgeMaster closed issue BodgeMaster/FOSS-VG#41
test/nbt_size_helpers: Add tests for errors and edge casesBodgeMaster commented on issue BodgeMaster/FOSS-VG#29
lib/cli: convenient to use way of preparing all the flags and argumentsNah (Turns out the way this is currently done is quite reasonable and good enough.)
BodgeMaster closed issue BodgeMaster/FOSS-VG#29
lib/cli: convenient to use way of preparing all the flags and argumentsBodgeMaster opened issue BodgeMaster/FOSS-VG#68
lib/nbt: Linking against lib/javacompat fails on CygwinBodgeMaster closed issue BodgeMaster/FOSS-VG#47
tools/dumpnbt: Wanted feature trackerBodgeMaster commented on issue BodgeMaster/FOSS-VG#47
tools/dumpnbt: Wanted feature trackerJust eliminating feature creep here... Dumpnbt is for visualization which it is doing a fine job at. If we ever actually need XML support a dedicated issue for that can be filed later. Hex…
BodgeMaster opened issue BodgeMaster/FOSS-VG#67
Dependencies: Sockpp fails to build on Cygwin.BodgeMaster commented on issue BodgeMaster/FOSS-VG#65
tools/hexnet: doesn’t exit when the connection gets closed by remote peerApparently sockpp sockets aren’t thread safe. This may or may not be the cause of this issue.
BodgeMaster pushed to master at BodgeMaster/FOSS-VG
- f6b965040d tools/hexnet: Compile with POSIX threads
BodgeMaster opened issue BodgeMaster/FOSS-VG#66
tools/hexnet: Unit tests??BodgeMaster pushed to master at BodgeMaster/FOSS-VG
- b5c18cd0de tools/hexnet: Implement bi-directional communication
- a1ba08b7db tools/hexnet: Shut down connections when gracefully handling signals
- 1d7e98d0b3 tools/hexnet: Implement function for reading bytes from stdin
- a7e07d2c3c tools/hexnet: Implement UDP support (and minor refactoring)
- 7ae843039c tools/hexnet: Implement TCP v6 handler, rename readFromTCPSocket to readFromTCP
- Compare 6 commits »
BodgeMaster closed issue BodgeMaster/FOSS-VG#64
tools/hexnet: Wanted featuresBodgeMaster opened issue BodgeMaster/FOSS-VG#65
tools/hexnet: TCP listen mode doesn’t exit when the connection gets closed