ak
|
0e3c46569a
|
fix: last delay fallback (#468)
|
2023-12-03 22:09:29 +08:00 |
|
wzdnzd
|
a0f80aa62d
|
feat: proxy group is always placed at the forefront when sorting proxies (#458)
|
2023-12-01 19:16:42 +08:00 |
|
kunish
|
677d024e98
|
feat: new themes
|
2023-12-01 18:54:12 +08:00 |
|
kunish
|
62c0cd9a63
|
feat(proxy): add back the render proxies in two columns option, closes #360
|
2023-10-29 20:02:21 +08:00 |
|
ak
|
4d5543c64b
|
feat: add support for IPv6 check (#403)
* feat: add support for IPv6 check
* Update src/i18n/en.ts
Co-authored-by: kunish <17328586+kunish@users.noreply.github.com>
Signed-off-by: ak <140048181+arkxfly@users.noreply.github.com>
* Update src/i18n/zh.ts
Co-authored-by: kunish <17328586+kunish@users.noreply.github.com>
Signed-off-by: ak <140048181+arkxfly@users.noreply.github.com>
---------
Signed-off-by: ak <140048181+arkxfly@users.noreply.github.com>
Co-authored-by: kunish <17328586+kunish@users.noreply.github.com>
|
2023-10-22 13:00:09 +08:00 |
|
PuerNya
|
173e2e228b
|
chores for proxy latency check (#290)
* chore: update compatibility
* chore: fix proxy related type declarations
* chore: update latency test timeout
|
2023-09-26 01:28:24 +08:00 |
|
kunish
|
db24ad20bb
|
fix(proxy): proxy provider health check not working, closes #282
|
2023-09-25 11:12:20 +08:00 |
|
kunish
|
0052ce4325
|
feat(proxy): single proxy node latency testing state indicator
|
2023-09-24 18:05:52 +08:00 |
|
kunish
|
8f8a54af0a
|
refactor(proxy): move states into useProxies, rename properties
|
2023-09-24 17:56:52 +08:00 |
|
kunish
|
9255658e54
|
feat(proxy): single proxy node latency test
|
2023-09-24 17:10:01 +08:00 |
|
kunish
|
81fe550912
|
fix(proxy): fetch proxies after latency test
|
2023-09-24 15:29:26 +08:00 |
|
kunish
|
be0bc55317
|
feat(theme): update default theme
|
2023-09-23 20:47:29 +08:00 |
|
kunish
|
e4a324625f
|
refactor(i18n): add i18n context provider
|
2023-09-23 01:38:36 +08:00 |
|
kunish
|
ba21999ed1
|
fix: time from now date string not following locale changes
|
2023-09-23 00:34:09 +08:00 |
|
kunish
|
2b16de18b0
|
feat(connection): add sniffHost support, #246
|
2023-09-22 00:12:52 +08:00 |
|
kunish
|
2a0b21bcc7
|
feat(proxy): fetch proxies after latency test
|
2023-09-21 22:48:11 +08:00 |
|
kunish
|
4cc5eeb01f
|
refactor: hoist the websocket connection of connections to global App level
|
2023-09-19 20:24:13 +08:00 |
|
kunish
|
3e4078d99e
|
chore: websocket connection string queries type definition
|
2023-09-17 15:41:37 +08:00 |
|
kunish
|
dc0b286a88
|
fix(proxy): selectProxyInGroup
|
2023-09-17 14:55:03 +08:00 |
|
kunish
|
e04ec712ea
|
perf: batch signals
|
2023-09-17 03:09:56 +08:00 |
|
kunish
|
2be357e73c
|
feat(config): update page layout
|
2023-09-16 23:55:48 +08:00 |
|
kunish
|
e538f9d057
|
feat(connections): tag client source ip with name, closes #181
|
2023-09-16 23:31:40 +08:00 |
|
kunish
|
3fbed0d694
|
fix(log): log level value not selected
|
2023-09-16 15:38:42 +08:00 |
|
kunish
|
6ffd1a8605
|
feat(config): reload config file, flush fake-ip data
|
2023-09-16 02:50:21 +08:00 |
|
kunish
|
353b5ebff3
|
feat: drop ForTwoColumns renderer
|
2023-09-16 01:00:30 +08:00 |
|
kunish
|
6743ebde8f
|
feat(rules): renderInTwoColumns
|
2023-09-16 00:17:41 +08:00 |
|
kunish
|
9e556d959e
|
feat(proxy): hideUnAvailableProxies, closes #200
|
2023-09-15 23:56:21 +08:00 |
|
kunish
|
d77626058a
|
feat: settings per-page
|
2023-09-15 23:43:55 +08:00 |
|
kunish
|
c607a31070
|
chore(connections): fix connections type definition
|
2023-09-15 13:37:11 +08:00 |
|
sdttttt
|
b66dd8902d
|
[Feature] 添加日志保留行数调节选项 (#217)
* feat: Add LogLevel option.
* style: update debug log color.
* fix: code lint, constant extract, i18
* chore: Add prettierignore
* refactor: Remove LogType.
* fix(type err.): type err
* Update src/signals/request.ts
Co-authored-by: kunish <17328586+kunish@users.noreply.github.com>
Signed-off-by: sdttttt <Kaltsit@111.com>
* refactor: var name change.
* Update package.json
Co-authored-by: kunish <17328586+kunish@users.noreply.github.com>
Signed-off-by: sdttttt <Kaltsit@111.com>
* feat: Add log max rows option.
* style(format): format
* fix: import err.
* chore: reset.
* Update package.json
Co-authored-by: kunish <17328586+kunish@users.noreply.github.com>
Signed-off-by: sdttttt <Kaltsit@111.com>
* Update src/pages/Config.tsx
Co-authored-by: kunish <17328586+kunish@users.noreply.github.com>
Signed-off-by: sdttttt <Kaltsit@111.com>
* Update src/pages/Config.tsx
Co-authored-by: kunish <17328586+kunish@users.noreply.github.com>
Signed-off-by: sdttttt <Kaltsit@111.com>
---------
Signed-off-by: sdttttt <Kaltsit@111.com>
Signed-off-by: sdttttt <sdttttt@163.com>
Co-authored-by: kunish <17328586+kunish@users.noreply.github.com>
|
2023-09-14 18:31:52 +08:00 |
|
kunish
|
ef36decc3c
|
refactor: auto switch theme
|
2023-09-14 17:12:55 +08:00 |
|
kunish
|
51f99b94ef
|
style: set endOfLine as lf instead of crlf
|
2023-09-14 16:53:33 +08:00 |
|
sdttttt
|
0026008178
|
[Feature] 添加日志等级设置 (#215)
* feat: Add LogLevel option.
* style: update debug log color.
* fix: code lint, constant extract, i18
* chore: Add prettierignore
* refactor: Remove LogType.
* fix(type err.): type err
* Update src/signals/request.ts
Co-authored-by: kunish <17328586+kunish@users.noreply.github.com>
Signed-off-by: sdttttt <Kaltsit@111.com>
* refactor: var name change.
* Update package.json
Co-authored-by: kunish <17328586+kunish@users.noreply.github.com>
Signed-off-by: sdttttt <Kaltsit@111.com>
---------
Signed-off-by: sdttttt <Kaltsit@111.com>
Co-authored-by: kunish <17328586+kunish@users.noreply.github.com>
|
2023-09-14 16:49:39 +08:00 |
|
kunish
|
8483d313c5
|
refactor: set api authorization headers
|
2023-09-13 15:26:58 +08:00 |
|
kunish
|
71fd8ab22e
|
refactor: add api module
|
2023-09-12 21:33:16 +08:00 |
|
kunish
|
34ea1f1c56
|
feat(config): select tunnel mode
|
2023-09-12 20:50:52 +08:00 |
|
nb5p
|
9f227c9c2c
|
fix(overview): error when reading length (#188)
* fix(overview): error when reading length
* fix(connections): update WsMsg type definition
---------
Signed-off-by: nb5p <2098464+nb5p@users.noreply.github.com>
Co-authored-by: nb5p <nb5p@users.noreply.github.com>
|
2023-09-12 18:11:47 +08:00 |
|
kunish
|
07f461f110
|
feat(connections): use Index instead of key
|
2023-09-10 18:47:01 +08:00 |
|
nb5p
|
a9aa8e540e
|
feat(rules): tab style for rules page #163 (#187)
Co-authored-by: nb5p <nb5p@users.noreply.github.com>
Co-authored-by: kunish <kunish.butt@gmail.com>
|
2023-09-09 17:16:18 +08:00 |
|
kunish
|
daf168208e
|
feat(connections): show connection detail on click of a button
|
2023-09-09 03:49:29 +08:00 |
|
Zephyruso
|
f2ef7790dd
|
refactor: use ws request conns
|
2023-09-08 18:42:15 +08:00 |
|
Zephyruso
|
4b498fa022
|
refactor: use const instead of func
|
2023-09-08 17:09:32 +08:00 |
|
Zephyruso
|
04ccde246e
|
refactor(proxies): untrack msg
|
2023-09-08 15:45:15 +08:00 |
|
Zephyruso
|
bed4be6742
|
refactor(proxies): remove allconnections reactive for better performance
|
2023-09-08 15:35:06 +08:00 |
|
Zephyruso
|
a7213df135
|
refactor(proxies): use connection msg instead of active connections for better performance
|
2023-09-08 15:22:07 +08:00 |
|
Zephyruso
|
a8cb75f29d
|
fix(proxies): disconnect after proxy is changed
|
2023-09-08 15:09:19 +08:00 |
|
Zephyruso
|
f3423abe92
|
fix(connections): close conns
|
2023-09-08 13:53:08 +08:00 |
|
Zephyruso
|
5263710d30
|
fix(connections): limit number of conns
|
2023-09-08 13:43:47 +08:00 |
|
Zephyruso
|
700302fd78
|
refactor: connections and types
|
2023-09-08 13:39:51 +08:00 |
|
kunish
|
9fb91e764b
|
chore: fix typos
|
2023-09-08 11:55:22 +08:00 |
|