- Berlin, Germany
- https://lostcave.ddnss.de/
- Joined on
2019-12-14
BodgeMaster opened issue BodgeMaster/FOSS-VG#28
tools/hexnet: use arguments parser in cli libBodgeMaster commented on issue BodgeMaster/FOSS-VG#27
lib/cli: unit testsarguments parser is implemented, unit tests needed
BodgeMaster pushed to master at BodgeMaster/FOSS-VG
- 390087fc35 lib/cli: finish initial implementation
- a2084e296a lib/error: Remove ErrorOr<T>(bool) constructor
- Compare 2 commits »
BodgeMaster pushed to master at BodgeMaster/FOSS-VG
- e6f4884b60 lib/error: finally removed that useless cpp file
- 91f3dfaa5e lib/cli: Add a library for command line arguments parsing
- 7e049fcfd1 lib/error: rename and add error constants
- c406555e4e tools/hexnet: argument parser fix
- 5cb1a52ec4 tools/hexnet: replace "server" with "listen" because that's what netcat calls it and the argument we use is -l like netcat's listen mode
- Compare 6 commits »
BodgeMaster opened issue BodgeMaster/FOSS-VG#27
lib/cli: Build a proper arguments parserBodgeMaster pushed to master at BodgeMaster/FOSS-VG
- 310011a6da tools/hexnet: replace exit codes with macros to improve readability
- 6a5096dfa3 tools/hexnet: add server/client concept to arguments parser
- Compare 2 commits »
BodgeMaster pushed to master at BodgeMaster/Minecraft-Server
- 09c27d5d30 added moar items
BodgeMaster opened issue BodgeMaster/FOSS-VG#26
Hexnet: wanted feature trackerBodgeMaster opened issue BodgeMaster/FOSS-VG#25
Tools: Unit tests for hexnetBodgeMaster pushed to master at BodgeMaster/FOSS-VG
- b3cd8709fb Tools: Add WIP hexnet tool. This will be similar to hexdump and netcat in one.
- eaedc0cb56 Build instructions: add missing dep
- Compare 2 commits »
BodgeMaster pushed to master at BodgeMaster/FOSS-VG
- e608d82444 Dependencies: add sockpp
BodgeMaster opened issue BodgeMaster/FOSS-VG#24
Build system: Setup script: support for toolchain override variablesBodgeMaster pushed to master at BodgeMaster/Minecraft-Server
- 23c32c9df1 add glowstone dust
BodgeMaster pushed to master at BodgeMaster/Minecraft-Server
- 9b0558874c add redstone ore
BodgeMaster opened issue BodgeMaster/FOSS-VG#22
Prune download cache as neededBodgeMaster closed issue BodgeMaster/FOSS-VG#20
Setup script doesn't verify downloaded files.BodgeMaster pushed to master at BodgeMaster/FOSS-VG
- a1b200b694 Build system: verify downloaded files
BodgeMaster pushed to master at BodgeMaster/FOSS-VG
- 91ec84e625 Documentation: Fix typos and formatting