Skip to content

Commit 4d6c43d

Browse files
committed
Merge branch 'main' of github.com:hiddify/xtlsapi
2 parents 30d3888 + bd5d0c7 commit 4d6c43d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+761
-554
lines changed

HISTORY.md

+79
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
Changelog
2+
=========
3+
4+
5+
(unreleased)
6+
------------
7+
8+
New
9+
~~~
10+
- Update to xtls v7.5. [Your Name]
11+
12+
Other
13+
~~~~~
14+
- Merge pull request #5 from hoshython/patch-1. [Hiddify]
15+
16+
Update utils.py
17+
- Update utils.py. [hoshython]
18+
19+
20+
1.0.14 (2023-01-22)
21+
-------------------
22+
- Release: version 1.0.14 🚀 [hiddify]
23+
- Add statsquery. [hiddify]
24+
25+
26+
1.0.13 (2023-01-22)
27+
-------------------
28+
- Release: version 1.0.13 🚀 [hiddify]
29+
- Update protobuf version. [hiddify]
30+
31+
32+
1.0.12 (2023-01-21)
33+
-------------------
34+
- Release: version 1.0.12 🚀 [hiddify]
35+
- Fix issue. [hiddify]
36+
37+
38+
1.0.11 (2023-01-20)
39+
-------------------
40+
- Release: version 1.0.11 🚀 [hiddify]
41+
- Fix readme. [hiddify]
42+
43+
44+
1.0.1 (2023-01-20)
45+
------------------
46+
- Release: version 1.0.1 🚀 [hiddify]
47+
- Permission. [hiddify]
48+
49+
50+
1.0.01 (2023-01-20)
51+
-------------------
52+
- Release: version 1.0.01 🚀 [hiddify]
53+
- Fix readme. [hiddify]
54+
55+
56+
1.0.0 (2023-01-20)
57+
------------------
58+
- Release: version 1.0.0 🚀 [hiddify]
59+
- Remove test on macos and windows. [hiddify]
60+
- Test xray api . it works fine. [hiddify]
61+
- Merge pull request #1 from Iam54r1n4/fix-import-paths. [Hiddify]
62+
63+
Fix import paths
64+
- Fix more import path & test apis. [Iam54r1n4]
65+
- Merge branch 'main' into fix-import-paths. [Iam54r1n4]
66+
- Remove lint. [Hiddify]
67+
- Add reference. [hiddify]
68+
- Add xray grpc proto generator. [hiddify]
69+
- Update grpc proto. [hiddify]
70+
- Add usage code to README.md. [Iam54r1n4]
71+
- Change client name & fix import path again. [Iam54r1n4]
72+
- Fix added packages path. [Iam54r1n4]
73+
- Add other packages. [Iam54r1n4]
74+
- Fix import paths. [Iam54r1n4]
75+
- Add xray_api grpc. [hiddify]
76+
- ✅ Ready to clone and code. [hiddify]
77+
- Initial commit. [Hiddify]
78+
79+

test.py

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
print(utils.human_readable_bytes(xray_client.get_inbound_upload_traffic(inbound_tag)))
1515

1616

17+
1718
user=None
1819
# Add & Remove client
1920
if protocol=='vmess':

xtlsapi/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.14
1+
1.1.0

xtlsapi/xray_api/app/commander/config_pb2.py

+7-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

xtlsapi/xray_api/app/dispatcher/config_pb2.py

+7-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

xtlsapi/xray_api/app/dns/config_pb2.py

+19-18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

xtlsapi/xray_api/app/dns/fakedns/fakedns_pb2.py

+7-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

xtlsapi/xray_api/app/log/command/config_pb2.py

+11-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

xtlsapi/xray_api/app/log/config_pb2.py

+7-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

xtlsapi/xray_api/app/metrics/config_pb2.py

+5-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

xtlsapi/xray_api/app/observatory/command/command_pb2.py

+11-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

xtlsapi/xray_api/app/observatory/config_pb2.py

+13-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)