MaimMim Man in the middle minetest interceptor

- prototype
- between client and server, allow to capture all exchanges and potentially change them
- created to capture server maps in laby
- first test get only MapBlock, support version serialization version 28
  - prepartion for 29 with zstd but untested.

# Conflicts:
#	fetch_dependencies.sh
This commit is contained in:
philippe lhardy
2023-07-30 10:18:45 +02:00
parent d789870fbc
commit 9792b79c56
29 changed files with 1144 additions and 12 deletions

View File

@@ -1,9 +0,0 @@
<component name="libraryTable">
<library name="artgaphics-0.1.0">
<CLASSES>
<root url="jar://$PROJECT_DIR$/libs/artgaphics-0.1.0.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>

9
.idea/libraries/zstd_jni_1_5_2_2.xml generated Normal file
View File

@@ -0,0 +1,9 @@
<component name="libraryTable">
<library name="zstd-jni-1.5.2-2">
<CLASSES>
<root url="jar://$PROJECT_DIR$/libs/zstd-jni-1.5.2-2.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>