m1m1sha
5605d239ce
🐳 chore: eslint config and script
...
`eslint` 只忽略 `tauri` 文件目录
增加 `eslint` 自动修复命令
2024-05-07 23:39:38 +08:00
m1m1sha
831ede7d35
🌈 style: lint
2024-05-07 23:39:38 +08:00
m1m1sha
97e8cbb9ed
🐞 fix: 不可使用顶级 await
2024-05-07 23:39:38 +08:00
m1m1sha
705c34623c
🐳 chore: eslint 命令行忽略文件
...
由于未知原因导致 eslint 配置项中 ignores 未生效,暂时使用命令行代替
2024-05-07 23:39:38 +08:00
m1m1sha
42f933dfc3
🐞 fix: i18n 读写 key 不一致
2024-05-07 23:39:38 +08:00
m1m1sha
d2f89bb0ac
🐳 chore: eslint config
2024-05-07 23:39:38 +08:00
m1m1sha
114208081f
🐳 chore: 修改工作区配置
...
move the gui workspace configuration from the main workspace to the gui workspace to avoid issues such as plugin warnings
2024-05-07 23:39:38 +08:00
m1m1sha
bd484eb7fe
🐳 chore: vsc recommendations
2024-05-07 23:39:38 +08:00
m1m1sha
d44b63d45f
🌈 style: 清理依赖
2024-05-07 23:39:38 +08:00
m1m1sha
307a0c7b3c
🐳 chore: vsc workspace
2024-05-07 23:39:38 +08:00
m1m1sha
c66939249f
🌈 style: eslint lint
2024-05-07 23:39:38 +08:00
m1m1sha
6f75dd72b9
🐳 chore: eslint
2024-05-07 23:39:38 +08:00
m1m1sha
e6408f2582
🎈 perf: 修改多语言图标
2024-05-07 23:39:38 +08:00
m1m1sha
934cfce1b0
🐞 fix: 可能使用不存在的语言
2024-05-07 23:39:38 +08:00
m1m1sha
76292a8377
🎈 perf: 移除无用tsconfig
2024-05-07 23:39:38 +08:00
m1m1sha
20c509da77
🎈 perf: 拆分main
2024-05-07 23:39:38 +08:00
m1m1sha
584d924433
🎈 perf: 更新引入
2024-05-07 23:39:38 +08:00
m1m1sha
740d2938f5
🎈 perf: 使用路径路由
2024-05-07 23:39:38 +08:00
m1m1sha
7314309750
🎈 perf: 拆分composable
2024-05-07 23:39:38 +08:00
m1m1sha
af3e1634d1
🎈 perf: 拆分store
2024-05-07 23:39:38 +08:00
m1m1sha
376d533527
🎈 perf: 拆分i18n
2024-05-07 23:39:38 +08:00
m1m1sha
f583fea5e4
🎈 perf: 拆分type
2024-05-07 23:39:38 +08:00
m1m1sha
14a391d4fc
🐳 chore: 增加依赖
2024-05-07 23:39:38 +08:00
Sijie.Sun
14df3d3075
mips support wireguard ( #87 )
2024-05-07 23:14:29 +08:00
m1m1sha
1280e1dde2
replace yarn with pnpm ( #85 )
...
* 🐳 chore: replace yarn with pnpm
2024-05-07 22:40:09 +08:00
Sijie.Sun
8440eb842b
fix bugs and improve user experiance ( #86 )
...
* correctly set mtu, and allow set mtu manually
* communicate between enc and non-enc should not panic
* allow loading cfg from file
* allow change file log level dynamically
2024-05-07 00:38:05 +08:00
Sijie.Sun
e5b537267e
bug fix and improve ( #81 )
...
1. fix manual connector do not retry if dns resolve failed.
2. allow not creating tun device if no virtual ipv4 is assigned.
2024-05-05 16:18:05 +08:00
m1m1sha
638013a93d
🎈 perf: hidden cmd windows ( #79 )
...
* 🎈 perf: hidden cmd window, use CREATE_NO_WINDOW flag when exec shell cmd.
2024-05-05 15:33:05 +08:00
m1m1sha
064a009cb4
🐞 fix: Unable to correctly locate protoc
in PATH
2024-05-05 13:02:12 +08:00
m1m1sha
0af32526f7
🐞 fix: 修复nightly错误 ( https://github.com/KKRainbow/EasyTier/issues/74 ) ( #75 )
...
* 🐞 fix: 修复 1.80 nightly 编译错误错误
TODO: need fork boringtun and publish to crates.io before publishing easytier
issues: https://github.com/KKRainbow/EasyTier/issues/74
2024-05-05 11:46:10 +08:00
Sijie.Sun
714667fdce
Update rust.yml ( #76 )
...
fix [PR from fork cannot use github secret directly](https://docs.github.com/en/actions/security-guides/using-secrets-in-github-actions#using-secrets-in-a-workflow )
2024-05-05 11:06:39 +08:00
Sijie.Sun
3a5332e31d
use mimalloc for mips/mipsel ( #71 )
2024-05-04 00:26:57 +08:00
Sijie.Sun
61d5e38cc9
Update README.md ( #70 )
2024-05-03 21:50:48 +08:00
Sijie.Sun
3763c959db
Merge pull request #68 from KKRainbow/mips
...
Add mips / mipsel support
- mips do not support wireguard.
- mips use aes-gcm crates instead of ring crates for encryption
2024-05-03 17:28:10 +08:00
sijie.sun
873851e6d0
mips
2024-05-03 17:09:46 +08:00
Sijie.Sun
ebbed97ed5
bump version in Carto.toml to v1.0.0 ( #67 )
2024-05-03 07:57:05 +08:00
sijie.sun
1be6db661e
bump version in Carto.toml to v1.0.0
2024-05-02 23:28:38 +08:00
Sijie.Sun
d8446778cc
update readme ( #65 )
...
add picture of gui
2024-04-29 21:50:58 +08:00
Sijie.Sun
70dee329d1
fix crash bugs ( #64 )
2024-04-29 21:02:05 +08:00
Sijie.Sun
6595c2837e
fix win multi network ( #63 )
2024-04-28 23:21:58 +08:00
sijie.sun
577cef131b
fix wireguard deadlock
2024-04-28 22:24:24 +08:00
sijie.sun
b3717d974b
ipv6 set v6 only when bind
2024-04-28 22:24:24 +08:00
sijie.sun
d8033a77b9
support use ipv6
2024-04-28 22:24:24 +08:00
sijie.sun
3a965efab2
allow tunnel listener alloc port after listen
2024-04-28 22:24:24 +08:00
sijie.sun
a3e85a1270
tunnel support ipv6
2024-04-28 22:24:24 +08:00
Sijie.Sun
66b3241be7
fix handshake dead lock, clean old code ( #61 )
...
* fix handshake dead lock
* remove old code
2024-04-27 16:27:42 +08:00
Sijie.Sun
fcc73159b3
support encryption ( #60 )
2024-04-27 13:44:59 +08:00
Sijie.Sun
69651ae3fd
Perf improve ( #59 )
...
* improve perf
* fix forward
2024-04-26 23:02:07 +08:00
Sijie.Sun
096af6aa45
fix tun device on mac ( #58 )
2024-04-26 21:19:47 +08:00
Sijie.Sun
57c9f11371
adapt tun device to zerocopy ( #57 )
2024-04-25 23:25:37 +08:00