hiddifypanel 8.3.4__py3-none-any.whl → 8.3.6__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/drivers/xray_api.py +2 -2
- hiddifypanel/panel/user/link_maker.py +1 -1
- 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/fa/LC_MESSAGES/messages.po +2 -2
- hiddifypanel/translations/pt/LC_MESSAGES/messages.mo +0 -0
- hiddifypanel/translations/pt/LC_MESSAGES/messages.po +2 -2
- hiddifypanel/translations/zh/LC_MESSAGES/messages.mo +0 -0
- hiddifypanel/translations/zh/LC_MESSAGES/messages.po +2 -2
- {hiddifypanel-8.3.4.dist-info → hiddifypanel-8.3.6.dist-info}/METADATA +1 -1
- {hiddifypanel-8.3.4.dist-info → hiddifypanel-8.3.6.dist-info}/RECORD +18 -18
- {hiddifypanel-8.3.4.dist-info → hiddifypanel-8.3.6.dist-info}/LICENSE.md +0 -0
- {hiddifypanel-8.3.4.dist-info → hiddifypanel-8.3.6.dist-info}/WHEEL +0 -0
- {hiddifypanel-8.3.4.dist-info → hiddifypanel-8.3.6.dist-info}/entry_points.txt +0 -0
- {hiddifypanel-8.3.4.dist-info → hiddifypanel-8.3.6.dist-info}/top_level.txt +0 -0
hiddifypanel/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
8.3.
|
1
|
+
8.3.6
|
hiddifypanel/VERSION.py
CHANGED
hiddifypanel/drivers/xray_api.py
CHANGED
@@ -73,7 +73,7 @@ class XrayApi(DriverABS):
|
|
73
73
|
p, protocol = proto(t)
|
74
74
|
if not p:
|
75
75
|
continue
|
76
|
-
if protocol == "vless" and p != "xtls" and p != "realityin":
|
76
|
+
if (protocol == "vless" and p != "xtls" and p != "realityin") or "realityingrpc" in t:
|
77
77
|
xray_client.add_client(t, f'{uuid}', f'{uuid}@hiddify.com', protocol=protocol, flow='\0',)
|
78
78
|
else:
|
79
79
|
xray_client.add_client(t, f'{uuid}', f'{uuid}@hiddify.com', protocol=protocol, flow='xtls-rprx-vision', alter_id=0, cipher='chacha20_poly1305')
|
@@ -103,7 +103,7 @@ class XrayApi(DriverABS):
|
|
103
103
|
xray_client = self.get_xray_client()
|
104
104
|
d = xray_client.get_client_download_traffic(f'{uuid}@hiddify.com', reset=reset)
|
105
105
|
u = xray_client.get_client_upload_traffic(f'{uuid}@hiddify.com', reset=reset)
|
106
|
-
|
106
|
+
|
107
107
|
res = None
|
108
108
|
if d is None:
|
109
109
|
res = u
|
Binary file
|
@@ -3,8 +3,8 @@ msgid ""
|
|
3
3
|
msgstr ""
|
4
4
|
"Project-Id-Version: HiddifyPanel\n"
|
5
5
|
"Report-Msgid-Bugs-To: \n"
|
6
|
-
"POT-Creation-Date: 2023-09-03
|
7
|
-
"PO-Revision-Date: 2023-09-
|
6
|
+
"POT-Creation-Date: 2023-09-03 17:03+0200\n"
|
7
|
+
"PO-Revision-Date: 2023-09-03 04:07-0500\n"
|
8
8
|
"Last-Translator: hidden u\n"
|
9
9
|
"Language-Team: English (USA)\n"
|
10
10
|
"Language: en_US\n"
|
Binary file
|
@@ -3,8 +3,8 @@ msgid ""
|
|
3
3
|
msgstr ""
|
4
4
|
"Project-Id-Version: HiddifyPanel\n"
|
5
5
|
"Report-Msgid-Bugs-To: \n"
|
6
|
-
"POT-Creation-Date: 2023-09-03
|
7
|
-
"PO-Revision-Date: 2023-09-
|
6
|
+
"POT-Creation-Date: 2023-09-03 17:03+0200\n"
|
7
|
+
"PO-Revision-Date: 2023-09-03 04:07-0500\n"
|
8
8
|
"Last-Translator: hidden u\n"
|
9
9
|
"Language: fa\n"
|
10
10
|
"Language-Team: Persian\n"
|
Binary file
|
@@ -3,8 +3,8 @@ msgid ""
|
|
3
3
|
msgstr ""
|
4
4
|
"Project-Id-Version: HiddifyPT\n"
|
5
5
|
"Report-Msgid-Bugs-To: \n"
|
6
|
-
"POT-Creation-Date: 2023-09-03
|
7
|
-
"PO-Revision-Date: 2023-09-
|
6
|
+
"POT-Creation-Date: 2023-09-03 17:03+0200\n"
|
7
|
+
"PO-Revision-Date: 2023-09-03 04:07-0500\n"
|
8
8
|
"Last-Translator: lymanrudni\n"
|
9
9
|
"Language: pt\n"
|
10
10
|
"Language-Team: Portuguese\n"
|
Binary file
|
@@ -3,8 +3,8 @@ msgid ""
|
|
3
3
|
msgstr ""
|
4
4
|
"Project-Id-Version: HiddifyPanel\n"
|
5
5
|
"Report-Msgid-Bugs-To: \n"
|
6
|
-
"POT-Creation-Date: 2023-09-03
|
7
|
-
"PO-Revision-Date: 2023-09-
|
6
|
+
"POT-Creation-Date: 2023-09-03 17:03+0200\n"
|
7
|
+
"PO-Revision-Date: 2023-09-03 04:07-0500\n"
|
8
8
|
"Last-Translator: hidden u\n"
|
9
9
|
"Language: zh\n"
|
10
10
|
"Language-Team: Chinese\n"
|
@@ -1,6 +1,6 @@
|
|
1
1
|
hiddifypanel/Events.py,sha256=mkIsfz4YQqegdeFgH4quxvLIx7AundtjAW6HBSP9I-M,719
|
2
|
-
hiddifypanel/VERSION,sha256=
|
3
|
-
hiddifypanel/VERSION.py,sha256
|
2
|
+
hiddifypanel/VERSION,sha256=AGFjb90qUrxlfkYj-Y87XQhB7vuQfXZ3eivrHN-YMsE,6
|
3
|
+
hiddifypanel/VERSION.py,sha256=-qIs4yDjm3Vm2pVKb6BW09gE5FitcbGfGNMWwoTap-M,111
|
4
4
|
hiddifypanel/__init__.py,sha256=b4nIILUBiDaAWF1Mnkew84MxzR5OeWogcVbR-gpnbrA,217
|
5
5
|
hiddifypanel/__main__.py,sha256=GaHLsnu3y4zNTh6x-9kuZLOYaShltkG96rRAHOuMLak,270
|
6
6
|
hiddifypanel/base.py,sha256=E6xJJFc0NrECMsVhNqW_usJWOjtBwVJgxR-S8FKCoIM,2954
|
@@ -9,7 +9,7 @@ hiddifypanel/drivers/abstract_driver.py,sha256=5fwU4T6h4TkRA7ANFx3nPXyqPw69TI6MU
|
|
9
9
|
hiddifypanel/drivers/singbox_api.py,sha256=F6qvlRbAqCs3ecVbYxzvXbh2Yz_DxKduYTa8Oh07sm8,1695
|
10
10
|
hiddifypanel/drivers/ssh_liberty_bridge_api.py,sha256=gEvEc666ht9Da61W0OOLrOs-m2Cp9JOt8lxbABHASwc,1807
|
11
11
|
hiddifypanel/drivers/user_driver.py,sha256=KZKfmxp_gwDcQJ0F6fW3gLlDoWKtVXAkhNayZIyBUWM,1773
|
12
|
-
hiddifypanel/drivers/xray_api.py,sha256=
|
12
|
+
hiddifypanel/drivers/xray_api.py,sha256=WN2smG8PqckgD7GcD44mODVwIYgBabacggqqQrDJnXA,4076
|
13
13
|
hiddifypanel/models/__init__.py,sha256=zj_Rjc808mt_Zr2XtHqeEW1nXviZCgK82BBxjbOvUaM,988
|
14
14
|
hiddifypanel/models/admin.py,sha256=ft1p02TBi4-kML4Y8ZmA1oerUg_KH8JRm8ZgEwHdbNg,5652
|
15
15
|
hiddifypanel/models/child.py,sha256=HVKasfftcYJNgvNF-VGe3M5UX-Me6AwFWLnYM9WckOk,1137
|
@@ -81,7 +81,7 @@ hiddifypanel/panel/commercial/templates/configc.html,sha256=WCQtEXf-Vf1s8mhTlECd
|
|
81
81
|
hiddifypanel/panel/commercial/templates/parent_dash.html,sha256=pMZRHQRxb2blYe0fv0vrbBaHfnBZB_TXln_QavoCiog,1917
|
82
82
|
hiddifypanel/panel/user/__init__.py,sha256=C1oDWpEwa_bNdrff9I33_m9h2F_ma0_Ruu6T1QfMlMI,1047
|
83
83
|
hiddifypanel/panel/user/link_maker.html,sha256=g420NAm_fUI8asYjyfCiXyUOIwEQfDPonZA9xh3p0-8,177
|
84
|
-
hiddifypanel/panel/user/link_maker.py,sha256=
|
84
|
+
hiddifypanel/panel/user/link_maker.py,sha256=35nffaJu8436XQeKb0o5CqSRQ6ObzQD40IXtjjeVUl4,30143
|
85
85
|
hiddifypanel/panel/user/user.py,sha256=7jdw6Tj1Zip_BlEQEQMLjogBoK-zN4zwAx-PHRdiwwU,15138
|
86
86
|
hiddifypanel/panel/user/templates/all_configs copy.txt,sha256=ivn6fiOLnn4R7WLoKiPFbW-oOu-v1hdSqOW-sSeYmXA,510
|
87
87
|
hiddifypanel/panel/user/templates/all_configs.txt,sha256=q_Is8KCiiQcowf9-xsPj34YFILgk3cyAGULBfrf7vdg,1126
|
@@ -685,17 +685,17 @@ hiddifypanel/templates/macros.html,sha256=lvw_I1hYTx5mq5e9j9kwbNp5n_WDdjFgwKzI3J
|
|
685
685
|
hiddifypanel/templates/master.html,sha256=yOha6lyWmV5izMDPp3yYQEATG2vcJ2oG6rE3-oU5XyE,20933
|
686
686
|
hiddifypanel/templates/static.html,sha256=jp6q4wtx-k2A_cjqJoNiMS7Ee30arE45qI3ev4d5ky4,165
|
687
687
|
hiddifypanel/templates/hiddify-flask-admin/list.html,sha256=St0TD6-ZIJ24A6Akbh51JNkTEOpimFq2iiRydcUjQlA,13642
|
688
|
-
hiddifypanel/translations/en/LC_MESSAGES/messages.mo,sha256=
|
689
|
-
hiddifypanel/translations/en/LC_MESSAGES/messages.po,sha256=
|
690
|
-
hiddifypanel/translations/fa/LC_MESSAGES/messages.mo,sha256=
|
691
|
-
hiddifypanel/translations/fa/LC_MESSAGES/messages.po,sha256=
|
692
|
-
hiddifypanel/translations/pt/LC_MESSAGES/messages.mo,sha256=
|
693
|
-
hiddifypanel/translations/pt/LC_MESSAGES/messages.po,sha256=
|
694
|
-
hiddifypanel/translations/zh/LC_MESSAGES/messages.mo,sha256=
|
695
|
-
hiddifypanel/translations/zh/LC_MESSAGES/messages.po,sha256=
|
696
|
-
hiddifypanel-8.3.
|
697
|
-
hiddifypanel-8.3.
|
698
|
-
hiddifypanel-8.3.
|
699
|
-
hiddifypanel-8.3.
|
700
|
-
hiddifypanel-8.3.
|
701
|
-
hiddifypanel-8.3.
|
688
|
+
hiddifypanel/translations/en/LC_MESSAGES/messages.mo,sha256=oaT-I-W-BNE0uDwmcHQnpfaPuxZ0pZVGKLDnPt_Z7F8,58704
|
689
|
+
hiddifypanel/translations/en/LC_MESSAGES/messages.po,sha256=HsCpIkkpYeLAbaN8pq9QK92M9WNwdmAPiI-9IZqsA4o,164898
|
690
|
+
hiddifypanel/translations/fa/LC_MESSAGES/messages.mo,sha256=D7bYpWSB50vt7xEO3EdBOSrNkSkpYaV9mQm8ATXvQcM,78970
|
691
|
+
hiddifypanel/translations/fa/LC_MESSAGES/messages.po,sha256=PV49LVt7TWaauLSUNRjmATmmFDWhDDPRMsirhabyyek,188291
|
692
|
+
hiddifypanel/translations/pt/LC_MESSAGES/messages.mo,sha256=7Ch1GT8xXnZj252QEkULPwYH1-jtEt5Aqbfics0mnEo,60273
|
693
|
+
hiddifypanel/translations/pt/LC_MESSAGES/messages.po,sha256=Mm8GZaTv5UKN18yEy2GVtXRY8U3t4MX-4qHIMLZS_7E,163331
|
694
|
+
hiddifypanel/translations/zh/LC_MESSAGES/messages.mo,sha256=boMwtzW5R0w_bNFkmQE5kRsoLV56aSOhe9VgJf6wZx0,50378
|
695
|
+
hiddifypanel/translations/zh/LC_MESSAGES/messages.po,sha256=RaV8yr9Caaa1v40SSgJdDCijerYFBYos_11dNMLIHW4,158174
|
696
|
+
hiddifypanel-8.3.6.dist-info/LICENSE.md,sha256=oDrt-cUsyiDGnRPjEJh-3dH2ddAuK_bIVBD8ntkOtZw,19807
|
697
|
+
hiddifypanel-8.3.6.dist-info/METADATA,sha256=5ESMG9HAvhYDEjZSgrsIvRIo9sx85Z9-nio3NcrM2hM,2854
|
698
|
+
hiddifypanel-8.3.6.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
|
699
|
+
hiddifypanel-8.3.6.dist-info/entry_points.txt,sha256=Xzpqlh3nwBtZhoV9AANJykano056VJvYzaujxPztJaM,60
|
700
|
+
hiddifypanel-8.3.6.dist-info/top_level.txt,sha256=rv-b3qFWUZQTBy0kyBfsr7L6tPpeO7AaQlLHXn-HI5M,13
|
701
|
+
hiddifypanel-8.3.6.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|