add list files for autoupdate feature

put new Versioning
fix bugs
This commit is contained in:
Alex Bezdieniezhnykh
2025-06-10 23:38:37 +03:00
parent dcd0fabc1f
commit f9815a0a3f
26 changed files with 204 additions and 127 deletions
+2
View File
@@ -1,6 +1,8 @@
cdef enum CommandType:
OK = 3
LOGIN = 10
LIST_REQUEST = 15
LIST_FILES = 18
LOAD = 20
LOAD_BIG_SMALL = 22
UPLOAD_BIG_SMALL = 24