hiddifypanel 10.10.16__py3-none-any.whl → 10.10.17__py3-none-any.whl
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.
- hiddifypanel/VERSION +1 -1
- hiddifypanel/VERSION.py +1 -1
- hiddifypanel/panel/user/link_maker.py +2 -3
- hiddifypanel/translations/en/LC_MESSAGES/messages.mo +0 -0
- hiddifypanel/translations/en/LC_MESSAGES/messages.po +2 -2
- hiddifypanel/translations/fa/LC_MESSAGES/messages.mo +0 -0
- hiddifypanel/translations/pt/LC_MESSAGES/messages.mo +0 -0
- hiddifypanel/translations/ru/LC_MESSAGES/messages.mo +0 -0
- hiddifypanel/translations/zh/LC_MESSAGES/messages.mo +0 -0
- hiddifypanel/translations.i18n/en.json +1 -1
- {hiddifypanel-10.10.16.dist-info → hiddifypanel-10.10.17.dist-info}/METADATA +3 -3
- {hiddifypanel-10.10.16.dist-info → hiddifypanel-10.10.17.dist-info}/RECORD +16 -16
- {hiddifypanel-10.10.16.dist-info → hiddifypanel-10.10.17.dist-info}/LICENSE.md +0 -0
- {hiddifypanel-10.10.16.dist-info → hiddifypanel-10.10.17.dist-info}/WHEEL +0 -0
- {hiddifypanel-10.10.16.dist-info → hiddifypanel-10.10.17.dist-info}/entry_points.txt +0 -0
- {hiddifypanel-10.10.16.dist-info → hiddifypanel-10.10.17.dist-info}/top_level.txt +0 -0
hiddifypanel/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
10.10.
|
1
|
+
10.10.17
|
hiddifypanel/VERSION.py
CHANGED
@@ -404,11 +404,10 @@ def to_link(proxy):
|
|
404
404
|
if proxy.get('fingerprint', 'none') != 'none':
|
405
405
|
baseurl += "&fp=" + proxy['fingerprint']
|
406
406
|
if proxy['l3'] != 'quic':
|
407
|
-
if
|
408
|
-
ProxyProto.vless, ProxyProto.vmess]:
|
407
|
+
if proxy.get('transport') == ProxyTransport.tcp and proxy['proto'] in [ProxyProto.vless, ProxyProto.vmess]:
|
409
408
|
baseurl += '&headerType=http'
|
410
409
|
else:
|
411
|
-
baseurl += '&headerType=None'
|
410
|
+
baseurl += '&headerType=None'
|
412
411
|
if proxy['mode'] == 'Fake' or proxy['allow_insecure']:
|
413
412
|
baseurl += "&allowInsecure=true"
|
414
413
|
if proxy.get('flow'):
|
Binary file
|
@@ -2362,9 +2362,9 @@ msgstr ""
|
|
2362
2362
|
|
2363
2363
|
msgid "serverssh.password-login.warning"
|
2364
2364
|
msgstr ""
|
2365
|
-
"Your server is vulnerable to abuses because
|
2365
|
+
"Your server is vulnerable to abuses because Password Authentication is "
|
2366
2366
|
"enabled in your SSH. To secure your server, please switch to key "
|
2367
|
-
"authentication mechanism and turn off
|
2367
|
+
"authentication mechanism and turn off Password Authentication. <a "
|
2368
2368
|
"href='https://github.com/hiddify/Hiddify-Manager/wiki/Disable-SSH-Password-"
|
2369
2369
|
"Authentication'>read more... </a>"
|
2370
2370
|
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -1000,7 +1000,7 @@
|
|
1000
1000
|
"selected domain for REALITY is not in the same ASN. To better use of the protocol, it is better to find a domain in the same ASN.": "Selected Domain for REALITY is not in the same ASN. To better use of the Protocol, it is better to find a Domain in the same ASN",
|
1001
1001
|
"serverssh": {
|
1002
1002
|
"password-login": {
|
1003
|
-
"warning": "Your server is vulnerable to abuses because
|
1003
|
+
"warning": "Your server is vulnerable to abuses because Password Authentication is enabled in your SSH. To secure your server, please switch to key authentication mechanism and turn off Password Authentication. <a href='https://github.com/hiddify/Hiddify-Manager/wiki/Disable-SSH-Password-Authentication'>read more... </a>"
|
1004
1004
|
}
|
1005
1005
|
},
|
1006
1006
|
"singbox: ssh": "SingBox: SSH",
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: hiddifypanel
|
3
|
-
Version: 10.10.
|
3
|
+
Version: 10.10.17
|
4
4
|
Summary: hiddifypanel multi proxy panel
|
5
5
|
Home-page: https://github.com/hiddify/hiddify-manager/
|
6
6
|
Author: hiddify
|
@@ -37,7 +37,7 @@ Requires-Dist: netifaces ==0.11.0
|
|
37
37
|
Requires-Dist: paramiko ==3.3.1
|
38
38
|
Requires-Dist: ping3 ==4.0.4
|
39
39
|
Requires-Dist: psutil ==5.9.5
|
40
|
-
Requires-Dist: pymysql
|
40
|
+
Requires-Dist: pymysql ==1.1.0
|
41
41
|
Requires-Dist: python-dateutil ==2.8.2
|
42
42
|
Requires-Dist: python-dotenv ==1.0.0
|
43
43
|
Requires-Dist: python-redis-cache ==3.0
|
@@ -58,7 +58,7 @@ Requires-Dist: xtlsapi ==3.1.2
|
|
58
58
|
Requires-Dist: apiflask ==2.0.2
|
59
59
|
Requires-Dist: flask-apispec ==0.11.4
|
60
60
|
Requires-Dist: bjoern ==3.2.2
|
61
|
-
Requires-Dist: mysqlclient
|
61
|
+
Requires-Dist: mysqlclient <=2.2.4
|
62
62
|
Requires-Dist: fastenumplus ==1.4.0
|
63
63
|
Provides-Extra: test
|
64
64
|
Requires-Dist: flask-debugtoolbar ; extra == 'test'
|
@@ -1,6 +1,6 @@
|
|
1
1
|
hiddifypanel/Events.py,sha256=AlnRdjVul0jP-NCT4-zoaQgowoOo-JhdQB4ytetAFKA,723
|
2
|
-
hiddifypanel/VERSION,sha256=
|
3
|
-
hiddifypanel/VERSION.py,sha256=
|
2
|
+
hiddifypanel/VERSION,sha256=Fk-gk-oH6axfva4_h0Ni838ZqHGp0wwbq54rEnvdO1Q,9
|
3
|
+
hiddifypanel/VERSION.py,sha256=eixydufs_Nc2qP40kweMT2XIeeSE1HfBniKlulqB1eg,114
|
4
4
|
hiddifypanel/__init__.py,sha256=aLukp3ORszdcH4G9J-MlxhjHN6yFlOuOE6mm-L3aG_g,266
|
5
5
|
hiddifypanel/__main__.py,sha256=IVchnXpK6bm8T3N--mN17HBQNLMeLAjyP7iwzULexB4,218
|
6
6
|
hiddifypanel/auth.py,sha256=ouAFprxAfsbeuC-YFGkMyA1Z4dtWzixv8DqB7nQXrtA,6640
|
@@ -152,7 +152,7 @@ hiddifypanel/panel/common_bp/login.py,sha256=wNfH7rzYtmanrIityKQhhVvUJooC658QhSE
|
|
152
152
|
hiddifypanel/panel/common_bp/templates/login.html,sha256=jDl9-Nh2qMuCsLQmXm7e5jvSaRAlBxReVVCbNSTTHJw,1312
|
153
153
|
hiddifypanel/panel/user/__init__.py,sha256=n-BkHg0CtVfJyQtrBW6Rve98CVI9MmqbrpLsdm7DY48,1884
|
154
154
|
hiddifypanel/panel/user/link_maker.html,sha256=g420NAm_fUI8asYjyfCiXyUOIwEQfDPonZA9xh3p0-8,177
|
155
|
-
hiddifypanel/panel/user/link_maker.py,sha256=
|
155
|
+
hiddifypanel/panel/user/link_maker.py,sha256=27FWR7GroqILoLGDx6Ee7RaFkp5MNScYn7iVoAnvkO4,43756
|
156
156
|
hiddifypanel/panel/user/user.py,sha256=X6InPE_VsN8GplD7b0vEl77Wd4S2gYgHWyYKKkFTV7I,13488
|
157
157
|
hiddifypanel/panel/user/templates/all_configs copy.txt,sha256=o3Re6RYpNzbJp_BHWy9u4ArZfZXxalEpmXbyLdZGUw0,520
|
158
158
|
hiddifypanel/panel/user/templates/all_configs.txt,sha256=VG-3kcr8XnxgNtnsdiUIbJH4j8oeYi4giLemPOHb_d4,1232
|
@@ -793,24 +793,24 @@ hiddifypanel/templates/redirect.html,sha256=K9x_O4P96vEkqBhOXIhoGrWw1KIqd2bL0BjI
|
|
793
793
|
hiddifypanel/templates/static.html,sha256=jp6q4wtx-k2A_cjqJoNiMS7Ee30arE45qI3ev4d5ky4,165
|
794
794
|
hiddifypanel/templates/hiddify-flask-admin/actions.html,sha256=2NeITe2e-lPKCk_o511tCIqVtrPu8LYHE1wTCtrFUrI,1331
|
795
795
|
hiddifypanel/templates/hiddify-flask-admin/list.html,sha256=MBGrTqZpzNLe4sZy0RozvXNr8seFUQc2C6v88BJtNWc,11095
|
796
|
-
hiddifypanel/translations/en/LC_MESSAGES/messages.mo,sha256=
|
797
|
-
hiddifypanel/translations/en/LC_MESSAGES/messages.po,sha256=
|
798
|
-
hiddifypanel/translations/fa/LC_MESSAGES/messages.mo,sha256=
|
796
|
+
hiddifypanel/translations/en/LC_MESSAGES/messages.mo,sha256=K5_q7W3yuKgXCpErwjCxXmQRO_NVQHuNEbYbyZ2qa7o,71684
|
797
|
+
hiddifypanel/translations/en/LC_MESSAGES/messages.po,sha256=0SICXsRrtodJLbX70wBgnFPOIJZKXB_MxJvrd7-EMVk,74763
|
798
|
+
hiddifypanel/translations/fa/LC_MESSAGES/messages.mo,sha256=2ohdoOmfAvdhQXG4ywEU_PuGdOvwEPcIkll3BRszQ6M,95005
|
799
799
|
hiddifypanel/translations/fa/LC_MESSAGES/messages.po,sha256=lRZtWP8SXfVGtjUUN6KHCEEqYu_Gxrvqru3Sd7McB-A,98548
|
800
|
-
hiddifypanel/translations/pt/LC_MESSAGES/messages.mo,sha256=
|
800
|
+
hiddifypanel/translations/pt/LC_MESSAGES/messages.mo,sha256=_ETXv8TQfiEa3dSG4VY3HVldIdCKx1zW2twP2h11TEk,60377
|
801
801
|
hiddifypanel/translations/pt/LC_MESSAGES/messages.po,sha256=vQhcmhHh54yCYGEyTmx-SglRRHN-16dCL_Eo_0d3244,68451
|
802
|
-
hiddifypanel/translations/ru/LC_MESSAGES/messages.mo,sha256=
|
802
|
+
hiddifypanel/translations/ru/LC_MESSAGES/messages.mo,sha256=IshQ04J34g4DtF40oceuQLcP5cMSUGBY5wPn-94gNMM,82219
|
803
803
|
hiddifypanel/translations/ru/LC_MESSAGES/messages.po,sha256=u-t_ipqC8OPw4lP8-TqlM-wHsquiA7JIisETogYvMys,90947
|
804
|
-
hiddifypanel/translations/zh/LC_MESSAGES/messages.mo,sha256=
|
804
|
+
hiddifypanel/translations/zh/LC_MESSAGES/messages.mo,sha256=Lgfj16JarTUjPrtPFglW9zHLN6uQ9C1DYkjAqBNeIis,55966
|
805
805
|
hiddifypanel/translations/zh/LC_MESSAGES/messages.po,sha256=anelhDCHK0Ybgm65zZP9qIv0kub5xUqtXbsmxxELOTw,64106
|
806
|
-
hiddifypanel/translations.i18n/en.json,sha256=
|
806
|
+
hiddifypanel/translations.i18n/en.json,sha256=2EgLy7C0DJThOf7F7FeTFM05_GDl2n7XPKoQ5dQy52o,65119
|
807
807
|
hiddifypanel/translations.i18n/fa.json,sha256=2camX-DWmcJE-Y1UYvsjBc1fzcIrU2XFDtebATZ8lrM,88916
|
808
808
|
hiddifypanel/translations.i18n/pt.json,sha256=g3IlroQJX0K9JoHHJErMeftddWvrSnP1HldB-jRwBgo,59098
|
809
809
|
hiddifypanel/translations.i18n/ru.json,sha256=X3lvVYtStUD-OZPpv4ieKieOgLp5xIq5Wrtwhb25hLA,81525
|
810
810
|
hiddifypanel/translations.i18n/zh.json,sha256=rj7npV-rBWi-N3zQNR5jvVr1d3MTn0VO8HtHYKmOCKk,55143
|
811
|
-
hiddifypanel-10.10.
|
812
|
-
hiddifypanel-10.10.
|
813
|
-
hiddifypanel-10.10.
|
814
|
-
hiddifypanel-10.10.
|
815
|
-
hiddifypanel-10.10.
|
816
|
-
hiddifypanel-10.10.
|
811
|
+
hiddifypanel-10.10.17.dist-info/LICENSE.md,sha256=oDrt-cUsyiDGnRPjEJh-3dH2ddAuK_bIVBD8ntkOtZw,19807
|
812
|
+
hiddifypanel-10.10.17.dist-info/METADATA,sha256=ZfKkDBPxRagnhCejvfn28nRAzJg6CiShLYyxCwSrgpY,3988
|
813
|
+
hiddifypanel-10.10.17.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
814
|
+
hiddifypanel-10.10.17.dist-info/entry_points.txt,sha256=Xzpqlh3nwBtZhoV9AANJykano056VJvYzaujxPztJaM,60
|
815
|
+
hiddifypanel-10.10.17.dist-info/top_level.txt,sha256=rv-b3qFWUZQTBy0kyBfsr7L6tPpeO7AaQlLHXn-HI5M,13
|
816
|
+
hiddifypanel-10.10.17.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|