glosc-mcp 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (169) hide show
  1. package/README.md +23 -0
  2. package/build/GloscMcp.js +207 -0
  3. package/build/GloscTools.js +495 -0
  4. package/build/index.js +12 -0
  5. package/libs/7z/Linux/7zz +0 -0
  6. package/libs/7z/Linux/7zzs +0 -0
  7. package/libs/7z/Linux/History.txt +178 -0
  8. package/libs/7z/Linux/License.txt +144 -0
  9. package/libs/7z/Linux/MANUAL/cmdline/commands/add.htm +96 -0
  10. package/libs/7z/Linux/MANUAL/cmdline/commands/bench.htm +186 -0
  11. package/libs/7z/Linux/MANUAL/cmdline/commands/delete.htm +64 -0
  12. package/libs/7z/Linux/MANUAL/cmdline/commands/extract.htm +101 -0
  13. package/libs/7z/Linux/MANUAL/cmdline/commands/extract_full.htm +77 -0
  14. package/libs/7z/Linux/MANUAL/cmdline/commands/hash.htm +101 -0
  15. package/libs/7z/Linux/MANUAL/cmdline/commands/index.htm +36 -0
  16. package/libs/7z/Linux/MANUAL/cmdline/commands/list.htm +79 -0
  17. package/libs/7z/Linux/MANUAL/cmdline/commands/rename.htm +51 -0
  18. package/libs/7z/Linux/MANUAL/cmdline/commands/style.css +232 -0
  19. package/libs/7z/Linux/MANUAL/cmdline/commands/test.htm +51 -0
  20. package/libs/7z/Linux/MANUAL/cmdline/commands/update.htm +74 -0
  21. package/libs/7z/Linux/MANUAL/cmdline/exit_codes.htm +27 -0
  22. package/libs/7z/Linux/MANUAL/cmdline/index.htm +29 -0
  23. package/libs/7z/Linux/MANUAL/cmdline/style.css +232 -0
  24. package/libs/7z/Linux/MANUAL/cmdline/switches/ar_exclude.htm +58 -0
  25. package/libs/7z/Linux/MANUAL/cmdline/switches/ar_include.htm +84 -0
  26. package/libs/7z/Linux/MANUAL/cmdline/switches/ar_no.htm +52 -0
  27. package/libs/7z/Linux/MANUAL/cmdline/switches/bb.htm +61 -0
  28. package/libs/7z/Linux/MANUAL/cmdline/switches/bs.htm +67 -0
  29. package/libs/7z/Linux/MANUAL/cmdline/switches/charset.htm +61 -0
  30. package/libs/7z/Linux/MANUAL/cmdline/switches/email.htm +43 -0
  31. package/libs/7z/Linux/MANUAL/cmdline/switches/exclude.htm +81 -0
  32. package/libs/7z/Linux/MANUAL/cmdline/switches/include.htm +152 -0
  33. package/libs/7z/Linux/MANUAL/cmdline/switches/index.htm +117 -0
  34. package/libs/7z/Linux/MANUAL/cmdline/switches/large_pages.htm +60 -0
  35. package/libs/7z/Linux/MANUAL/cmdline/switches/list_tech.htm +36 -0
  36. package/libs/7z/Linux/MANUAL/cmdline/switches/method.htm +1067 -0
  37. package/libs/7z/Linux/MANUAL/cmdline/switches/output_dir.htm +53 -0
  38. package/libs/7z/Linux/MANUAL/cmdline/switches/overwrite.htm +56 -0
  39. package/libs/7z/Linux/MANUAL/cmdline/switches/password.htm +80 -0
  40. package/libs/7z/Linux/MANUAL/cmdline/switches/recurse.htm +104 -0
  41. package/libs/7z/Linux/MANUAL/cmdline/switches/sa.htm +58 -0
  42. package/libs/7z/Linux/MANUAL/cmdline/switches/scc.htm +42 -0
  43. package/libs/7z/Linux/MANUAL/cmdline/switches/scrc.htm +54 -0
  44. package/libs/7z/Linux/MANUAL/cmdline/switches/sdel.htm +39 -0
  45. package/libs/7z/Linux/MANUAL/cmdline/switches/sfx.htm +154 -0
  46. package/libs/7z/Linux/MANUAL/cmdline/switches/shared.htm +40 -0
  47. package/libs/7z/Linux/MANUAL/cmdline/switches/sni.htm +56 -0
  48. package/libs/7z/Linux/MANUAL/cmdline/switches/sns.htm +77 -0
  49. package/libs/7z/Linux/MANUAL/cmdline/switches/spf.htm +80 -0
  50. package/libs/7z/Linux/MANUAL/cmdline/switches/spm.htm +72 -0
  51. package/libs/7z/Linux/MANUAL/cmdline/switches/ssc.htm +50 -0
  52. package/libs/7z/Linux/MANUAL/cmdline/switches/stdin.htm +56 -0
  53. package/libs/7z/Linux/MANUAL/cmdline/switches/stdout.htm +54 -0
  54. package/libs/7z/Linux/MANUAL/cmdline/switches/stl.htm +39 -0
  55. package/libs/7z/Linux/MANUAL/cmdline/switches/stop_switch.htm +32 -0
  56. package/libs/7z/Linux/MANUAL/cmdline/switches/stx.htm +50 -0
  57. package/libs/7z/Linux/MANUAL/cmdline/switches/style.css +232 -0
  58. package/libs/7z/Linux/MANUAL/cmdline/switches/type.htm +146 -0
  59. package/libs/7z/Linux/MANUAL/cmdline/switches/update.htm +179 -0
  60. package/libs/7z/Linux/MANUAL/cmdline/switches/volume.htm +49 -0
  61. package/libs/7z/Linux/MANUAL/cmdline/switches/working_dir.htm +56 -0
  62. package/libs/7z/Linux/MANUAL/cmdline/switches/yes.htm +48 -0
  63. package/libs/7z/Linux/MANUAL/cmdline/syntax.htm +118 -0
  64. package/libs/7z/Linux/MANUAL/general/7z.htm +117 -0
  65. package/libs/7z/Linux/MANUAL/general/faq.htm +125 -0
  66. package/libs/7z/Linux/MANUAL/general/formats.htm +104 -0
  67. package/libs/7z/Linux/MANUAL/general/index.htm +28 -0
  68. package/libs/7z/Linux/MANUAL/general/license.htm +26 -0
  69. package/libs/7z/Linux/MANUAL/general/performance.htm +55 -0
  70. package/libs/7z/Linux/MANUAL/general/register.htm +24 -0
  71. package/libs/7z/Linux/MANUAL/general/style.css +232 -0
  72. package/libs/7z/Linux/MANUAL/general/thanks.htm +44 -0
  73. package/libs/7z/Linux/MANUAL/start.htm +38 -0
  74. package/libs/7z/Linux/MANUAL/style.css +232 -0
  75. package/libs/7z/Linux/readme.txt +100 -0
  76. package/libs/7z/README.md +1 -0
  77. package/libs/7z/macOS/7zz +0 -0
  78. package/libs/7z/macOS/History.txt +178 -0
  79. package/libs/7z/macOS/License.txt +144 -0
  80. package/libs/7z/macOS/MANUAL/cmdline/commands/add.htm +96 -0
  81. package/libs/7z/macOS/MANUAL/cmdline/commands/bench.htm +186 -0
  82. package/libs/7z/macOS/MANUAL/cmdline/commands/delete.htm +64 -0
  83. package/libs/7z/macOS/MANUAL/cmdline/commands/extract.htm +101 -0
  84. package/libs/7z/macOS/MANUAL/cmdline/commands/extract_full.htm +77 -0
  85. package/libs/7z/macOS/MANUAL/cmdline/commands/hash.htm +101 -0
  86. package/libs/7z/macOS/MANUAL/cmdline/commands/index.htm +36 -0
  87. package/libs/7z/macOS/MANUAL/cmdline/commands/list.htm +79 -0
  88. package/libs/7z/macOS/MANUAL/cmdline/commands/rename.htm +51 -0
  89. package/libs/7z/macOS/MANUAL/cmdline/commands/style.css +232 -0
  90. package/libs/7z/macOS/MANUAL/cmdline/commands/test.htm +51 -0
  91. package/libs/7z/macOS/MANUAL/cmdline/commands/update.htm +74 -0
  92. package/libs/7z/macOS/MANUAL/cmdline/exit_codes.htm +27 -0
  93. package/libs/7z/macOS/MANUAL/cmdline/index.htm +29 -0
  94. package/libs/7z/macOS/MANUAL/cmdline/style.css +232 -0
  95. package/libs/7z/macOS/MANUAL/cmdline/switches/ar_exclude.htm +58 -0
  96. package/libs/7z/macOS/MANUAL/cmdline/switches/ar_include.htm +84 -0
  97. package/libs/7z/macOS/MANUAL/cmdline/switches/ar_no.htm +52 -0
  98. package/libs/7z/macOS/MANUAL/cmdline/switches/bb.htm +61 -0
  99. package/libs/7z/macOS/MANUAL/cmdline/switches/bs.htm +67 -0
  100. package/libs/7z/macOS/MANUAL/cmdline/switches/charset.htm +61 -0
  101. package/libs/7z/macOS/MANUAL/cmdline/switches/email.htm +43 -0
  102. package/libs/7z/macOS/MANUAL/cmdline/switches/exclude.htm +81 -0
  103. package/libs/7z/macOS/MANUAL/cmdline/switches/include.htm +152 -0
  104. package/libs/7z/macOS/MANUAL/cmdline/switches/index.htm +117 -0
  105. package/libs/7z/macOS/MANUAL/cmdline/switches/large_pages.htm +60 -0
  106. package/libs/7z/macOS/MANUAL/cmdline/switches/list_tech.htm +36 -0
  107. package/libs/7z/macOS/MANUAL/cmdline/switches/method.htm +1067 -0
  108. package/libs/7z/macOS/MANUAL/cmdline/switches/output_dir.htm +53 -0
  109. package/libs/7z/macOS/MANUAL/cmdline/switches/overwrite.htm +56 -0
  110. package/libs/7z/macOS/MANUAL/cmdline/switches/password.htm +80 -0
  111. package/libs/7z/macOS/MANUAL/cmdline/switches/recurse.htm +104 -0
  112. package/libs/7z/macOS/MANUAL/cmdline/switches/sa.htm +58 -0
  113. package/libs/7z/macOS/MANUAL/cmdline/switches/scc.htm +42 -0
  114. package/libs/7z/macOS/MANUAL/cmdline/switches/scrc.htm +54 -0
  115. package/libs/7z/macOS/MANUAL/cmdline/switches/sdel.htm +39 -0
  116. package/libs/7z/macOS/MANUAL/cmdline/switches/sfx.htm +154 -0
  117. package/libs/7z/macOS/MANUAL/cmdline/switches/shared.htm +40 -0
  118. package/libs/7z/macOS/MANUAL/cmdline/switches/sni.htm +56 -0
  119. package/libs/7z/macOS/MANUAL/cmdline/switches/sns.htm +77 -0
  120. package/libs/7z/macOS/MANUAL/cmdline/switches/spf.htm +80 -0
  121. package/libs/7z/macOS/MANUAL/cmdline/switches/spm.htm +72 -0
  122. package/libs/7z/macOS/MANUAL/cmdline/switches/ssc.htm +50 -0
  123. package/libs/7z/macOS/MANUAL/cmdline/switches/stdin.htm +56 -0
  124. package/libs/7z/macOS/MANUAL/cmdline/switches/stdout.htm +54 -0
  125. package/libs/7z/macOS/MANUAL/cmdline/switches/stl.htm +39 -0
  126. package/libs/7z/macOS/MANUAL/cmdline/switches/stop_switch.htm +32 -0
  127. package/libs/7z/macOS/MANUAL/cmdline/switches/stx.htm +50 -0
  128. package/libs/7z/macOS/MANUAL/cmdline/switches/style.css +232 -0
  129. package/libs/7z/macOS/MANUAL/cmdline/switches/type.htm +146 -0
  130. package/libs/7z/macOS/MANUAL/cmdline/switches/update.htm +179 -0
  131. package/libs/7z/macOS/MANUAL/cmdline/switches/volume.htm +49 -0
  132. package/libs/7z/macOS/MANUAL/cmdline/switches/working_dir.htm +56 -0
  133. package/libs/7z/macOS/MANUAL/cmdline/switches/yes.htm +48 -0
  134. package/libs/7z/macOS/MANUAL/cmdline/syntax.htm +118 -0
  135. package/libs/7z/macOS/MANUAL/general/7z.htm +117 -0
  136. package/libs/7z/macOS/MANUAL/general/faq.htm +125 -0
  137. package/libs/7z/macOS/MANUAL/general/formats.htm +104 -0
  138. package/libs/7z/macOS/MANUAL/general/index.htm +28 -0
  139. package/libs/7z/macOS/MANUAL/general/license.htm +26 -0
  140. package/libs/7z/macOS/MANUAL/general/performance.htm +55 -0
  141. package/libs/7z/macOS/MANUAL/general/register.htm +24 -0
  142. package/libs/7z/macOS/MANUAL/general/style.css +232 -0
  143. package/libs/7z/macOS/MANUAL/general/thanks.htm +44 -0
  144. package/libs/7z/macOS/MANUAL/start.htm +38 -0
  145. package/libs/7z/macOS/MANUAL/style.css +232 -0
  146. package/libs/7z/macOS/readme.txt +100 -0
  147. package/libs/7z/win/7za.dll +0 -0
  148. package/libs/7z/win/7za.exe +0 -0
  149. package/libs/7z/win/7zxa.dll +0 -0
  150. package/libs/7z/win/Far/7-ZipEng.hlf +85 -0
  151. package/libs/7z/win/Far/7-ZipEng.lng +220 -0
  152. package/libs/7z/win/Far/7-ZipFar.dll +0 -0
  153. package/libs/7z/win/Far/7-ZipFar64.dll +0 -0
  154. package/libs/7z/win/Far/7-ZipRus.hlf +84 -0
  155. package/libs/7z/win/Far/7-ZipRus.lng +220 -0
  156. package/libs/7z/win/Far/7zToFar.ini +67 -0
  157. package/libs/7z/win/Far/far7z.reg +67 -0
  158. package/libs/7z/win/Far/far7z.txt +73 -0
  159. package/libs/7z/win/License.txt +123 -0
  160. package/libs/7z/win/arm64/7-ZipFar.dll +0 -0
  161. package/libs/7z/win/arm64/7za.dll +0 -0
  162. package/libs/7z/win/arm64/7za.exe +0 -0
  163. package/libs/7z/win/arm64/7zxa.dll +0 -0
  164. package/libs/7z/win/history.txt +347 -0
  165. package/libs/7z/win/readme.txt +125 -0
  166. package/libs/7z/win/x64/7za.dll +0 -0
  167. package/libs/7z/win/x64/7za.exe +0 -0
  168. package/libs/7z/win/x64/7zxa.dll +0 -0
  169. package/package.json +50 -0
@@ -0,0 +1,67 @@
1
+ REGEDIT4
2
+
3
+ [HKEY_LOCAL_MACHINE\SOFTWARE\Far\Plugins\MultiArc\ZIP]
4
+ "Extract"="7z x {-p%%P} -r0 -y {-w%%W} -scsDOS -i@%%LQMN -- %%A"
5
+ "ExtractWithoutPath"="7z e {-p%%P} -r0 -y {-w%%W} -scsDOS -i@%%LQMN -- %%A"
6
+ "Test"="7z t {-p%%P} -r0 -scsDOS -i@%%LQMN -- %%A"
7
+ "Delete"="7z d {-p%%P} -r0 {-w%%W} -scsDOS -i@%%LQMN -- %%A"
8
+ "Add"="7z a {-p%%P} -r0 -tzip {-w%%W} {%%S} -scsDOS -i@%%LQMN -- %%A"
9
+ "AddRecurse"="7z a {-p%%P} -r0 -tzip {-w%%W} {%%S} -scsDOS -i@%%LQMN -- %%A"
10
+ "AllFilesMask"="*"
11
+
12
+ [HKEY_LOCAL_MACHINE\SOFTWARE\Far\Plugins\MultiArc\TAR]
13
+ "Extract"="7z x -r0 -y {-w%%W} -scsDOS -i@%%LQMN -- %%A"
14
+ "ExtractWithoutPath"="7z e -r0 -y {-w%%W} -scsDOS -i@%%LQMN -- %%A"
15
+ "Test"="7z t -r0 -scsDOS -i@%%LQMN -- %%A"
16
+ "Delete"="7z d -r0 {-w%%W} -scsDOS -i@%%LQMN -- %%A"
17
+ "Add"="7z a -r0 -y -ttar {-w%%W} {%%S} -scsDOS -i@%%LQMN -- %%A"
18
+ "AddRecurse"="7z a -r0 -y -ttar {-w%%W} {%%S} -scsDOS -i@%%LQMN -- %%A"
19
+ "AllFilesMask"="*"
20
+
21
+ [HKEY_LOCAL_MACHINE\SOFTWARE\Far\Plugins\MultiArc\GZIP]
22
+ "Extract"="7z x -r0 -y {-w%%W} -scsDOS -i@%%LQMN -- %%A"
23
+ "ExtractWithoutPath"="7z e -r0 -y {-w%%W} -scsDOS -i@%%LQMN -- %%A"
24
+ "Test"="7z t -r0 -scsDOS -i@%%LQMN -- %%A"
25
+ "Delete"="7z d -r0 {-w%%W} -scsDOS -i@%%LQMN -- %%A"
26
+ "Add"="7z a -r0 -tgzip {-w%%W} {%%S} -scsDOS -i@%%LQMN -- %%A"
27
+ "AddRecurse"="7z a -r0 -tgzip {-w%%W} {%%S} -scsDOS -i@%%LQMN -- %%A"
28
+ "AllFilesMask"="*"
29
+
30
+ [HKEY_LOCAL_MACHINE\SOFTWARE\Far\Plugins\MultiArc\BZIP]
31
+ "Extract"="7z x -r0 -y {-w%%W} -scsDOS -i@%%LQMN -- %%A"
32
+ "ExtractWithoutPath"="7z e -r0 -y {-w%%W} -scsDOS -i@%%LQMN -- %%A"
33
+ "Test"="7z t -r0 -scsDOS -i@%%LQMN -- %%A"
34
+ "Delete"="7z d -r0 {-w%%W} -scsDOS -i@%%LQMN -- %%A"
35
+ "Add"="7z a -r0 -tbzip2 {-w%%W} {%%S} -scsDOS -i@%%LQMN -- %%A"
36
+ "AddRecurse"="7z a -r0 -tbzip2 {-w%%W} {%%S} -scsDOS -i@%%LQMN -- %%A"
37
+ "AllFilesMask"="*"
38
+
39
+ [HKEY_LOCAL_MACHINE\SOFTWARE\Far\Plugins\MultiArc\ARJ]
40
+ "Extract"="7z x -r0 -y {-w%%W} -scsDOS -i@%%LQMN -- %%A"
41
+ "ExtractWithoutPath"="7z e -r0 -y {-w%%W} -scsDOS -i@%%LQMN -- %%A"
42
+ "Test"="7z t -r0 -scsDOS -i@%%LQMN -- %%A"
43
+ "AllFilesMask"="*"
44
+
45
+ [HKEY_LOCAL_MACHINE\SOFTWARE\Far\Plugins\MultiArc\CAB]
46
+ "Extract"="7z x -r0 -y {-w%%W} -scsDOS -i@%%LQMN -- %%A"
47
+ "ExtractWithoutPath"="7z e -r0 -y {-w%%W} -scsDOS -i@%%LQMN -- %%A"
48
+ "Test"="7z t -r0 -scsDOS -i@%%LQMN -- %%A"
49
+ "AllFilesMask"="*"
50
+
51
+ [HKEY_LOCAL_MACHINE\SOFTWARE\Far\Plugins\MultiArc\LZH]
52
+ "Extract"="7z x -r0 -y {-w%%W} -scsDOS -i@%%LQMN -- %%A"
53
+ "ExtractWithoutPath"="7z e -r0 -y {-w%%W} -scsDOS -i@%%LQMN -- %%A"
54
+ "Test"="7z t -r0 -scsDOS -i@%%LQMN -- %%A"
55
+ "AllFilesMask"="*"
56
+
57
+ [HKEY_LOCAL_MACHINE\SOFTWARE\Far\Plugins\MultiArc\RAR]
58
+ "Extract"="7z x -r0 -y {-w%%W} -scsDOS -i@%%LQMN -- %%A"
59
+ "ExtractWithoutPath"="7z e -r0 -y {-w%%W} -scsDOS -i@%%LQMN -- %%A"
60
+ "Test"="7z t -r0 -scsDOS -i@%%LQMN -- %%A"
61
+ "AllFilesMask"="*"
62
+
63
+ [HKEY_LOCAL_MACHINE\SOFTWARE\Far\Plugins\MultiArc\Z(Unix)]
64
+ "Extract"="7z x -r0 -y {-w%%W} -scsDOS -i@%%LQMN -- %%A"
65
+ "ExtractWithoutPath"="7z e -r0 -y {-w%%W} -scsDOS -i@%%LQMN -- %%A"
66
+ "Test"="7z t -r0 -scsDOS -i@%%LQMN -- %%A"
67
+ "AllFilesMask"="*"
@@ -0,0 +1,73 @@
1
+ 7-Zip Plugin for FAR Manager
2
+ ----------------------------
3
+
4
+ FAR Manager is a file manager working in text mode.
5
+ You can download "FAR Manager" from site:
6
+ http://www.farmanager.com
7
+
8
+ Files:
9
+
10
+ far7z.txt - This file
11
+ far7z.reg - Regisrty file for MultiArc Plugin
12
+ 7zToFar.ini - Supporting 7z for MultiArc Plugin
13
+ 7-ZipFar.dll - 7-Zip Plugin for FAR Manager
14
+ 7-ZipEng.hlf - Help file in English for FAR Manager
15
+ 7-ZipRus.hlf - Help file in Russian for FAR Manager
16
+ 7-ZipEng.lng - Plugin message strings in English for FAR Manager
17
+ 7-ZipRus.lng - Plugin message strings in Russian for FAR Manager
18
+
19
+ There are two ways to use 7-Zip with FAR Manager:
20
+
21
+ 1) Via 7-Zip FAR Plugin (it's recommended way).
22
+ 2) Via standard MultiArc Plugin.
23
+
24
+
25
+ 7-Zip FAR Plugin
26
+ ~~~~~~~~~~~~~~~~
27
+
28
+ 7-Zip FAR Plugin is first level plugin for FAR Manager, like MultiArc plugin.
29
+ It very fast extracts and updates files in archive, since it doesn't use
30
+ external programs. It supports all formats supported by 7-Zip:
31
+ 7z, ZIP, RAR, CAB, ARJ, GZIP, BZIP2, Z, TAR, CPIO, RPM and DEB.
32
+
33
+ To install 7-Zip FAR Plugin:
34
+ 1) Create "7-Zip" folder in ...\Program Files\Far\Plugins folder.
35
+ 2) Copy all files from "FAR" folder of this package to created folder.
36
+ 3) Install 7-Zip, or copy 7z.dll from 7-Zip to Program Files\Far\Plugins\7-Zip\
37
+ 4) Restart FAR.
38
+
39
+ Also you must enable "OEM plugin support" option in FAR Manager:
40
+
41
+ 1) F9 / Options / Plugins manager settings / check on "OEM plugin support".
42
+ 2) F9 / Options / Save setup.
43
+ 4) Restart FAR
44
+
45
+ You can open archives with one of the following ways:
46
+ * Pressing Enter.
47
+ * Pressing Ctrl-PgDown.
48
+ * Pressing F11 and selecting 7-Zip item.
49
+
50
+
51
+ You can create new archives with 7-Zip by pressing F11 and
52
+ selecting 7-Zip (add to archive) item.
53
+
54
+ If you think that some operations with archives is better to do with MultiArc Plugin,
55
+ you can disable 7-Zip plugin via Options / Pligin configuration / 7-Zip. In such mode
56
+ opening archives by pressing Enter and Ctrl-PgDown will start MultiArc Plugin. And
57
+ if you want to open archive with 7-Zip, press F11 and select 7-Zip item.
58
+
59
+
60
+ Using command line 7-Zip via MultiArc Plugin
61
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
62
+
63
+ If you want to use 7-Zip via MultiArc Plugin, you must
64
+ register file far7z.reg.
65
+
66
+ If you want to use 7z archives via MultiArc Plugin, you must
67
+ append contents of file Far\7zToFar.ini to file
68
+ ..\Program Files\Far\Plugins\MultiArc\Formats\Custom.ini.
69
+
70
+
71
+ If you want to cancel using 7-Zip by MultiArc, just remove lines that contain
72
+ 7-Zip (7z) program name from HKEY_LOCAL_MACHINE\SOFTWARE\Far\Plugins\MultiArc\ZIP
73
+ registry key.
@@ -0,0 +1,123 @@
1
+ 7-Zip Extra
2
+ ~~~~~~~~~~~
3
+ License for use and distribution
4
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5
+
6
+ Copyright (C) 1999-2025 Igor Pavlov.
7
+
8
+ The licenses for files are:
9
+
10
+ - 7za.exe:
11
+ - The "GNU LGPL" as main license for most of the code
12
+ - The "BSD 3-clause License" for some code
13
+ - The "BSD 2-clause License" for some code
14
+ - All other files: the "GNU LGPL".
15
+
16
+ Redistributions in binary form must reproduce related license information from this file.
17
+
18
+ Note:
19
+ You can use 7-Zip Extra on any computer, including a computer in a commercial
20
+ organization. You don't need to register or pay for 7-Zip.
21
+
22
+ It is allowed to digitally sign DLL and EXE files included into this package
23
+ with arbitrary signatures of third parties.
24
+
25
+
26
+ GNU LGPL information
27
+ --------------------
28
+
29
+ This library is free software; you can redistribute it and/or
30
+ modify it under the terms of the GNU Lesser General Public
31
+ License as published by the Free Software Foundation; either
32
+ version 2.1 of the License, or (at your option) any later version.
33
+
34
+ This library is distributed in the hope that it will be useful,
35
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
36
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
37
+ Lesser General Public License for more details.
38
+
39
+ You can receive a copy of the GNU Lesser General Public License from
40
+ http://www.gnu.org/
41
+
42
+
43
+
44
+ BSD 3-clause License in 7-Zip code
45
+ ----------------------------------
46
+
47
+ The "BSD 3-clause License" is used for the following code in 7za.exe
48
+ - ZSTD data decompression.
49
+ that code was developed using original zstd decoder code as reference code.
50
+ The original zstd decoder code was developed by Facebook Inc,
51
+ that also uses the "BSD 3-clause License".
52
+
53
+ Copyright (c) Facebook, Inc. All rights reserved.
54
+ Copyright (c) 2023-2025 Igor Pavlov.
55
+
56
+ Text of the "BSD 3-clause License"
57
+ ----------------------------------
58
+
59
+ Redistribution and use in source and binary forms, with or without modification,
60
+ are permitted provided that the following conditions are met:
61
+
62
+ 1. Redistributions of source code must retain the above copyright notice, this
63
+ list of conditions and the following disclaimer.
64
+
65
+ 2. Redistributions in binary form must reproduce the above copyright notice,
66
+ this list of conditions and the following disclaimer in the documentation
67
+ and/or other materials provided with the distribution.
68
+
69
+ 3. Neither the name of the copyright holder nor the names of its contributors may
70
+ be used to endorse or promote products derived from this software without
71
+ specific prior written permission.
72
+
73
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
74
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
75
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
76
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
77
+ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
78
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
79
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
80
+ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
81
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
82
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
83
+
84
+ ---
85
+
86
+
87
+
88
+
89
+ BSD 2-clause License in 7-Zip code
90
+ ----------------------------------
91
+
92
+ The "BSD 2-clause License" is used for the XXH64 code in 7za.exe.
93
+
94
+ XXH64 code in 7-Zip was derived from the original XXH64 code developed by Yann Collet.
95
+
96
+ Copyright (c) 2012-2021 Yann Collet.
97
+ Copyright (c) 2023-2025 Igor Pavlov.
98
+
99
+ Text of the "BSD 2-clause License"
100
+ ----------------------------------
101
+
102
+ Redistribution and use in source and binary forms, with or without modification,
103
+ are permitted provided that the following conditions are met:
104
+
105
+ 1. Redistributions of source code must retain the above copyright notice, this
106
+ list of conditions and the following disclaimer.
107
+
108
+ 2. Redistributions in binary form must reproduce the above copyright notice,
109
+ this list of conditions and the following disclaimer in the documentation
110
+ and/or other materials provided with the distribution.
111
+
112
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
113
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
114
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
115
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
116
+ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
117
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
118
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
119
+ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
120
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
121
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
122
+
123
+ ---
Binary file
Binary file
Binary file
Binary file
@@ -0,0 +1,347 @@
1
+ 7-Zip Extra history
2
+ -------------------
3
+
4
+ This file contains only information about changes related to that package exclusively.
5
+ The full history of changes is listed in history.txt in main 7-Zip program.
6
+
7
+ 25.01 2025-08-03
8
+ -------------------------
9
+ - The code for handling symbolic links has been changed
10
+ to provide greater security when extracting files from archives.
11
+ Command line switch -snld20 can be used to bypass default security
12
+ checks when creating symbolic links.
13
+
14
+
15
+ 25.00 2025-07-05
16
+ -------------------------
17
+ - 7-Zip for Windows can now use more than 64 CPU threads for compression
18
+ to zip/7z/xz archives and for the 7-Zip benchmark.
19
+ If there are more than one processor group in Windows (on systems with more than
20
+ 64 cpu threads), 7-Zip distributes running CPU threads across different processor groups.
21
+ - bzip2 compression speed was increased by 15-40%.
22
+ - deflate (zip/gz) compression speed was increased by 1-3%.
23
+ - improved support for zip, cpio and fat archives.
24
+ - fixed some bugs and vulnerabilities.
25
+
26
+
27
+ 24.09 2024-11-29
28
+ -------------------------
29
+ - The default dictionary size values for LZMA/LZMA2 compression methods were increased:
30
+ dictionary size compression level
31
+ v24.08 v24.09 v24.09
32
+ 32-bit 64-bit
33
+ 8 MB 16 MB 16 MB -mx4
34
+ 16 MB 32 MB 32 MB -mx5 : Normal
35
+ 32 MB 64 MB 64 MB -mx6
36
+ 32 MB 64 MB 128 MB -mx7 : Maximum
37
+ 64 MB 64 MB 256 MB -mx8
38
+ 64 MB 64 MB 256 MB -mx9 : Ultra
39
+ The default dictionary size values for 32-bit versions of LZMA/LZMA2 don't exceed 64 MB.
40
+ - If an archive update operation uses a temporary archive folder and
41
+ the archive is moved to the destination folder, 7-Zip shows the progress of moving
42
+ the archive file, as this operation can take a long time if the archive is large.
43
+ - Some bugs were fixed.
44
+
45
+
46
+ 24.08 2024-08-11
47
+ -------------------------
48
+ - The bug in 7-Zip 24.00-24.07 was fixed:
49
+ For creating a zip archive: 7-Zip could write extra zero bytes after the end of the archive,
50
+ if a file included to archive cannot be compressed to a size smaller than original.
51
+ The created zip archive is correct except for the useless zero bytes after the end of the archive.
52
+ When unpacking such a zip archive, 7-Zip displays a warning:
53
+ "WARNING: There are data after the end of archive".
54
+
55
+
56
+ 24.07 2024-06-19
57
+ -------------------------
58
+ - The bug was fixed: 7-Zip could crash for some incorrect ZSTD archives.
59
+
60
+
61
+ 24.06 2024-05-26
62
+ -------------------------
63
+ - The bug was fixed: 7-Zip could not unpack some ZSTD archives.
64
+
65
+
66
+ 24.05 2024-05-14
67
+ -------------------------
68
+ - New switch -myv={MMNN} to set decoder compatibility version for 7z archive creating.
69
+ {MMNN} is 4-digit number that represents the version of 7-Zip without a dot.
70
+ If -myv={MMNN} switch is specified, 7-Zip will only use compression methods that can
71
+ be decoded by the specified version {MMNN} of 7-Zip and newer versions.
72
+ If -myv={MMNN} switch is not specified, -myv=2300 is used, and 7-Zip will only
73
+ use compression methods that can be decoded by 7-Zip 23.00 and newer versions.
74
+ - New switch -myfa={FilterID} to allow 7-Zip to use the specified filter method for 7z archive creating.
75
+ - New switch -myfd={FilterID} to disallow 7-Zip to use the specified filter method for 7z archive creating.
76
+
77
+
78
+ 24.03 2024-03-23
79
+ -------------------------
80
+ - 7-Zip now can use new RISCV filter for compression to 7z and xz archives.
81
+ RISCV filter can increase compression ratio for data containing executable
82
+ files compiled for RISC-V architecture.
83
+ - The speed for LZMA and LZMA2 decompression in ARM64 version for Windows
84
+ was increased by 20%-60%.
85
+ - new switch -smemx{size}g : to set allowed memory usage limit for RAR archive unpacking.
86
+ RAR archives can use dictionary up 64 GB. Default allowed limit for RAR unpacking is 4 GB.
87
+ - -slmu switch : to show timestamps as UTC instead of LOCAL TIME.
88
+ - -slsl switch : in console 7-Zip for Windows : to show file paths with
89
+ linux path separator slash '/' instead of backslash separator '\'.
90
+ - 7-Zip supports .sha256 files that use backslash path separator '\'.
91
+ - Some bugs were fixed.
92
+
93
+
94
+ 24.01 2024-01-31
95
+ -------------------------
96
+ - 7-Zip now can unpack ZSTD archives (.zst filename extension).
97
+ - 7-Zip now can unpack ZIP archives that use ZSTD compression method.
98
+ - 7-Zip now supports fast hash algorithm XXH64 that is used in ZSTD.
99
+ - Speed optimizations for archive unpacking: zip, gz, cab.
100
+ - Speed optimizations for hash caclulation: CRC-32, CRC-64.
101
+ - arm64 binaries are included to 7-Zip Extra package.
102
+ - The bug was fixed: 7-Zip for Linux could fail for multivolume creation in some cases.
103
+ - Some bugs were fixed.
104
+
105
+
106
+ 23.01 2023-06-20
107
+ -------------------------
108
+ - Some bugs were fixed.
109
+
110
+
111
+ 23.00 2023-05-07
112
+ -------------------------
113
+ - 7-Zip now can use new ARM64 filter for compression to 7z and xz archives.
114
+ ARM64 filter can increase compression ratio for data containing executable
115
+ files compiled for ARM64 (AArch64) architecture.
116
+ Also 7-Zip now parses executable files (that have exe and dll filename extensions)
117
+ before compressing, and it selects appropriate filter for each parsed file:
118
+ - BCJ or BCJ2 filter for x86 executable files,
119
+ - ARM64 filter for ARM64 executable files.
120
+ Previous versions by default used x86 filter BCJ or BCJ2 for all exe/dll files.
121
+ - Default section size for BCJ2 filter was changed from 64 MiB to 240 MiB.
122
+ It can increase compression ratio for executable files larger than 64 MiB.
123
+ - When new 7-Zip creates multivolume archive, 7-Zip keeps in open state
124
+ only volumes that still can be changed. Previous versions kept all volumes
125
+ in open state until the end of the archive creation.
126
+ - 7-Zip for Linux and macOS now can reduce the number of simultaneously open files,
127
+ when 7-Zip opens, extracts or creates multivolume archive. It allows to avoid
128
+ the failures for cases with big number of volumes, bacause there is a limitation
129
+ for number of open files allowed for a single program in Linux and macOS.
130
+ - The bugs were fixed:
131
+ - ZIP archives: if multithreaded zip compression was performed with more than one
132
+ file to stdout stream (-so switch), 7-zip didn't write "data descriptor" for some files.
133
+ - Some another bugs were fixed.
134
+
135
+
136
+ 22.00 2022-06-16
137
+ -------------------------
138
+ - 7-Zip now can create TAR archives in POSIX (pax) tar format with the switches
139
+ -ttar -mm=pax or -ttar -mm=posix
140
+ - 7-Zip now can store additional file timestamps with high precision (1 ns in Linux)
141
+ in tar/pax archives with the following switches:
142
+ -ttar -mm=pax -mtp=3 -mtc -mta
143
+
144
+
145
+ 21.07 2021-12-26
146
+ -------------------------
147
+ - New switches: -spm and -im!{file_path} to exclude directories from processing
148
+ for specified paths that don't contain path separator character at the end of path.
149
+ - The sorting order of files in archives was slightly changed to be more consistent
150
+ for cases where the name of some directory is the same as the prefix part of the name
151
+ of another directory or file.
152
+ - TAR archives created by 7-Zip now are more consistent with archives created by GNU TAR program.
153
+
154
+
155
+ 21.06 2021-11-24
156
+ -------------------------
157
+ - New switch -mmemuse={N}g / -mmemuse=p{N} to set a limit on memory usage (RAM)
158
+ for compressing and decompressing.
159
+ - Bug in versions 21.00-21.05 was fixed:
160
+ 7-Zip didn't set attributes of directories during archive extracting.
161
+ - Some bugs were fixed.
162
+
163
+
164
+ 21.04 beta 2021-11-02
165
+ -------------------------
166
+ - 7-Zip now reduces the number of working CPU threads for compression,
167
+ if RAM size is not enough for compression with big LZMA2 dictionary.
168
+ - 7-Zip now can create and check "file.sha256" text files that contain the list
169
+ of file names and SHA-256 checksums in format compatible with sha256sum program.
170
+ 7-Zip can work with such checksum files as with archives,
171
+ but these files don't contain real file data.
172
+ The context menu commands for command line version::
173
+ 7z a -thash file.sha256 *.txt
174
+ 7z t -thash file.sha256
175
+ 7z t -thash -shd. file.sha256
176
+ New -shd{dir_path} switch to set the directory that is used to check files
177
+ referenced by "file.sha256" file for "Test" operation.
178
+ If -shd{dir_path} is not specified, 7-Zip uses the directory where "file.sha256" is stored.
179
+ - New -xtd switch to exclude directory metadata records from processing.
180
+
181
+
182
+ 21.03 beta 2021-07-20
183
+ -------------------------
184
+ - The maximum dictionary size for LZMA/LZMA2 compressing was increased to 4 GB (3840 MiB).
185
+ - Minor speed optimizations in LZMA/LZMA2 compressing.
186
+
187
+
188
+ 21.02 alpha 2021-05-06
189
+ -------------------------
190
+ - 7-Zip now writes additional field for filename in UTF-8 encoding to zip archives.
191
+ It allows to extract correct file name from zip archives on different systems.
192
+ - Some changes and improvements in ZIP and TAR code.
193
+
194
+
195
+ 21.01 alpha 2021-03-09
196
+ -------------------------
197
+ - The improvements for speed of ARM64 version using hardware CPU instructions
198
+ for AES, CRC-32, SHA-1 and SHA-256.
199
+ - The bug in versions 18.02 - 21.00 was fixed:
200
+ 7-Zip could not correctly extract some ZIP archives created with xz compression method.
201
+ - Some bugs were fixed.
202
+
203
+
204
+ 20.02 alpha 2020-08-08
205
+ -------------------------
206
+ - The default number of LZMA2 chunks per solid block in 7z archive was increased to 64.
207
+ It allows to increase the compression speed for big 7z archives, if there is a big number
208
+ of CPU cores and threads.
209
+ - The speed of PPMd compressing/decompressing was increased for 7z/ZIP archives.
210
+ - The new -ssp switch. If the switch -ssp is specified, 7-Zip doesn't allow the system
211
+ to modify "Last Access Time" property of source files for archiving and hashing operations.
212
+ - Some bugs were fixed.
213
+
214
+
215
+ 20.00 alpha 2020-02-06
216
+ -------------------------
217
+ - 7-Zip now supports new optional match finders for LZMA/LZMA2 compression: bt5 and hc5,
218
+ that can work faster than bt4 and hc4 match finders for the data with big redundancy.
219
+ - The compression ratio was improved for Fast and Fastest compression levels with the
220
+ following default settings:
221
+ - Fastest level (-mx1) : hc5 match finder with 256 KB dictionary.
222
+ - Fast level (-mx3) : hc5 match finder with 4 MB dictionary.
223
+ - Minor speed optimizations in multithreaded LZMA/LZMA2 compression for Normal/Maximum/Ultra
224
+ compression levels.
225
+ - bzip2 decoding code was updated to support bzip2 archives, created by lbzip2 program.
226
+
227
+
228
+ 19.02 alpha 2019-09-05
229
+ -------------------------
230
+ - 7-Zip now can use new x86/x64 hardware instructions for SHA-1 and SHA-256, supported
231
+ by AMD Ryzen and latest Intel CPUs: Ice Lake and Goldmont.
232
+ It increases
233
+ - the speed of SHA-1/SHA-256 hash value calculation,
234
+ - the speed of encryption/decryption in zip AES,
235
+ - the speed of key derivation for encryption/decryption in 7z/zip/rar archives.
236
+ - The speed of zip AES encryption and 7z/zip/rar AES decryption was increased with
237
+ the following improvements:
238
+ - 7-Zip now can use new x86/x64 VAES (AVX Vector AES) instructions, supported by
239
+ Intel Ice Lake CPU.
240
+ - The existing code of x86/x64 AES-NI was improved also.
241
+ - Some bugs were fixed.
242
+
243
+
244
+ 19.00 2019-02-21
245
+ -------------------------
246
+ - Encryption strength for 7z archives was increased:
247
+ the size of random initialization vector was increased from 64-bit to 128-bit,
248
+ and the pseudo-random number generator was improved.
249
+ - Some bugs were fixed.
250
+
251
+
252
+ 18.06 2018-12-30
253
+ -------------------------
254
+ - The speed for LZMA/LZMA2 compressing was increased by 3-10%,
255
+ and there are minor changes in compression ratio.
256
+ - Some bugs were fixed.
257
+
258
+
259
+ 18.05 2018-04-30
260
+ -------------------------
261
+ - The speed for LZMA/LZMA2 compressing was increased
262
+ by 8% for fastest/fast compression levels and
263
+ by 3% for normal/maximum compression levels.
264
+
265
+
266
+ 18.03 beta 2018-03-04
267
+ -------------------------
268
+ - The speed for single-thread LZMA/LZMA2 decoding
269
+ was increased by 30% in x64 version and by 3% in x86 version.
270
+ - 7-Zip now can use multi-threading for 7z/LZMA2 decoding,
271
+ if there are multiple independent data chunks in LZMA2 stream.
272
+
273
+
274
+ 9.35 beta 2014-12-07
275
+ ------------------------------
276
+ - SFX modules were moved to LZMA SDK package.
277
+
278
+
279
+ 9.34 alpha 2014-06-22
280
+ ------------------------------
281
+ - Minimum supported system now is Windows 2000 for EXE and DLL files.
282
+ - all EXE and DLL files use msvcrt.dll.
283
+ - 7zr.exe now support AES encryption.
284
+
285
+
286
+ 9.18 2010-11-02
287
+ ------------------------------
288
+ - New small SFX module for installers.
289
+
290
+
291
+ 9.17 2010-10-04
292
+ ------------------------------
293
+ - New 7-Zip plugin for FAR Manager x64.
294
+
295
+
296
+ 9.10 2009-12-30
297
+ ------------------------------
298
+ - 7-Zip for installers now supports LZMA2.
299
+
300
+
301
+ 9.09 2009-12-12
302
+ ------------------------------
303
+ - LZMA2 compression method support.
304
+ - Some bugs were fixed.
305
+
306
+
307
+ 4.65 2009-02-03
308
+ ------------------------------
309
+ - Some bugs were fixed.
310
+
311
+
312
+ 4.38 beta 2006-04-13
313
+ ------------------------------
314
+ - SFX for installers now supports new properties in config file:
315
+ Progress, Directory, ExecuteFile, ExecuteParameters.
316
+
317
+
318
+ 4.34 beta 2006-02-27
319
+ ------------------------------
320
+ - ISetProperties::SetProperties:
321
+ it's possible to specify desirable number of CPU threads:
322
+ PROPVARIANT: name=L"mt", vt = VT_UI4, ulVal = NumberOfThreads
323
+ If "mt" is not defined, 7za.dll will check number of processors in system to set
324
+ number of desirable threads.
325
+ Now 7za.dll can use:
326
+ 2 threads for LZMA compressing
327
+ N threads for BZip2 compressing
328
+ 4 threads for BZip2 decompressing
329
+ Other codecs use only one thread.
330
+ Note: 7za.dll can use additional "small" threads with low CPU load.
331
+ - It's possible to call ISetProperties::SetProperties to specify "mt" property for decoder.
332
+
333
+
334
+ 4.33 beta 2006-02-05
335
+ ------------------------------
336
+ - Compressing speed and Memory requirements were increased.
337
+ Default dictionary size was increased: Fastest: 64 KB, Fast: 1 MB,
338
+ Normal: 4 MB, Max: 16 MB, Ultra: 64 MB.
339
+ - 7z/LZMA now can use only these match finders: HC4, BT2, BT3, BT4
340
+
341
+
342
+ 4.27 2005-09-21
343
+ ------------------------------
344
+ - Some GUIDs/interfaces were changed.
345
+ IStream.h:
346
+ ISequentialInStream::Read now works as old ReadPart
347
+ ISequentialOutStream::Write now works as old WritePart