Commit Graph

1793 Commits

Author SHA1 Message Date
AmadeusGhost
c5ac0034f8 Merge Mainline 2020-05-10 11:39:25 +08:00
AmadeusGhost
f2c4cd42ff Merge Lean's source 2020-05-09 18:16:05 +08:00
coolsnowwolf
f26c892a0b Version bump to R20.5.9 2020-05-09 15:39:00 +08:00
manyeechen
7c2d28fbae
npc:bump version to 0.26.7 (#4569)
add:
api /client/list 添加获取服务端连接host和连接类型 #483
添加自定义客户端断开时间 #485
fix:
web手机浏览输入框或者按钮被遮挡问题,感谢 @kekxv
android客户端无法粘贴的问题 #479
p2p 由于上个版本的一些改动造成无法使用的问题 #515
2020-05-09 15:05:39 +08:00
Hugo Yuan
b7be5fd5fa
UnblockNeteaseMusic: bump to 0.25.0 (#4570) 2020-05-09 15:05:25 +08:00
coolsnowwolf
f231323db5 luci-app-frps: fix disable when upgrade 2020-05-09 15:03:44 +08:00
HiGarfield
82792a1d11
luci-app-openvpn-server: avoid repeated forwarding rules (#4558)
Fix the bug that flashing firmware multiple times will cause repeated forwarding rules in firewall.
2020-05-08 20:43:27 +08:00
lunatickochiya
b689600046
luci-app-openvpn-server:add lan to vpn forwarding (#4553)
we can control client directly by adding this forwarding 
also use uci -q batch commands can lead start router faster
2020-05-06 23:34:18 +08:00
lunatickochiya
b80d00eede
luci-app-openvpn-server:fix start crash in AR9341 (#4540)
just one uci commit in script 
too many commits may crash start in AR9341 routers
2020-05-06 00:13:25 +08:00
CN_SZTL
435f94e6ec
Merge Mainline 2020-05-05 11:37:27 +08:00
CN_SZTL
a88a9225d7
luci-theme-*: bump jQuery to v3.5.0 2020-05-05 11:36:18 +08:00
CN_SZTL
89a0bf36df
Merge Mainline 2020-05-04 19:29:35 +08:00
CN_SZTL
8a0ff33cd1
Mod 20.05 2020-05-04 19:26:15 +08:00
CN_SZTL
3c3f9c1540
Merge Mainline 2020-05-04 17:18:30 +08:00
CN_SZTL
bf52a118f3
luci-app-ssrserver-python: fully convert to python3 2020-05-04 16:32:41 +08:00
LitingLin
d71dc69844
make compatible with new upstream Luci requirement (#4529) 2020-05-04 10:55:07 +08:00
CN_SZTL
ceb6b1fa4c
Merge Mainline 2020-05-02 20:12:16 +08:00
CN_SZTL
e56373ae93
Merge Lean's source 2020-05-02 16:48:51 +08:00
CN_SZTL
0c3df07d9d
luci-app-ssrserver-python: switch to python3 2020-05-01 13:00:14 +08:00
coolsnowwolf
d0cc3d0230 luci-app-qbittorrent: update python3 for search 2020-05-01 11:53:30 +08:00
ardanzhu
21b36d6f9f
Update to frp 0.33.0 version (#4486) 2020-05-01 11:48:08 +08:00
CN_SZTL
920cf867f4
Merge Mainline 2020-05-01 10:38:39 +08:00
CN_SZTL
49a4a56c9f
luci-app-ssr-plus: sync with upstream source 2020-04-30 20:33:06 +08:00
AmadeusGhost
e19377e68b Merge Lean's source 2020-04-30 18:09:47 +08:00
coolsnowwolf
f2f84a682e jquery v3.5.0 mark 2020-04-30 11:31:31 +08:00
coolsnowwolf
e3e03876c2 add rclone package and luci-app-rclone 2020-04-30 10:14:30 +08:00
AmadeusGhost
64b3974593 Merge Lean's source 2020-04-29 17:35:14 +08:00
lunatickochiya
11848e8b43
shadowsocksr-libev:reduce file size (#4467)
参数来源:c54a826086 (diff-517378957dd5ecc51358b1ae79836edb)
经测试,对于ssr也可以优化
测试平台:ar71xx ramips
2020-04-28 13:58:13 +08:00
AmadeusGhost
40f24da8a7 Merge Lean's source 2020-04-27 09:28:51 +08:00
Mattraks
a561416254
v2ray-plugin:Add GOPROXY support (#4421) 2020-04-27 00:57:24 +08:00
coolsnowwolf
9206d58b34 luci-app-ipsec-vpnd: fix outboud rules with some China android phones 2020-04-26 16:20:39 +08:00
coolsnowwolf
fcfde03578 UnblockNeteaseMusic: update search api 2020-04-26 16:09:40 +08:00
wybb
ceb6d06fd0
fix xlnetacc logout (#4422)
迅雷快鸟openwrt的原作者项目:https://github.com/sensec/luci-app-xlnetacc/blob/master/files/root/etc/init.d/xlnetacc
原项目并没有采用kill -9的强杀方式
lean项目中迁移后的版本使用kill -9会导致不能正确注销,从而产生如下问题。
1、luci 快鸟web界面中切换从“启用”切换为“不启用”后,短期内无法停止提速效果(因为只是强杀xlnetacc.sh)
2、强杀将导致未注销就丢失了最近一次的sessionid(该变量为xlnetacc.sh的临时变量,强杀后就丢失了)。根据迅雷快鸟的官方规则,在前一次未注销的情况下,假如ip变化,那么新ip在24小时内将无法再次加速。
所以导致了在
a.重启路由
b.重启光猫
c.重新插拔光猫网线
d.web界面中手工停用快鸟后又进行了重新拨号

这些操作都将导致24小时内无法再次提速

原始项目中采用不加-9的kill能够安全发送信号导致注销操作
2020-04-26 15:25:46 +08:00
CN_SZTL
9446333d6e
luci-app-sfe: drop outdated option 2020-04-25 12:28:59 +08:00
CN_SZTL
38032f3a97
Merge Mainline 2020-04-25 08:43:48 +08:00
CN_SZTL
5a192cf749
mtwifi: remove outdated package 2020-04-25 08:42:58 +08:00
ElonH
d97fb67bf3
npc: add architecture dependence
fix https://github.com/project-openwrt/openwrt-latest-isco/issues/138
2020-04-23 18:17:37 +08:00
CN_SZTL
d42417c49c
Merge Mainline 2020-04-21 23:22:58 +08:00
CN_SZTL
03e75fbd87
Merge Lean's source 2020-04-21 23:19:45 +08:00
CN_SZTL
b20f9a70dc
luci-app-unblockmusic: drop outdated server (#4386) 2020-04-20 21:02:20 +08:00
AmadeusGhost
6577d6ae05 bcm47xx/63xx: add kernel 5.4 support 2020-04-20 08:30:18 +08:00
CN_SZTL
8b41b12f5b
Merge Mainline 2020-04-19 19:58:30 +08:00
CN_SZTL
a20ee5eabf
Merge Lean's source 2020-04-19 19:35:34 +08:00
Kui Wu
b7e9fc662c
luci-app-frpc: add proxy_protocol_version option for proxy config (#4370) 2020-04-18 20:20:40 +08:00
CN_SZTL
7f9ab3cee4
Merge Upstream 2020-04-17 22:40:20 +08:00
CN_SZTL
1211ab828d
Merge Lean's source 2020-04-17 22:37:21 +08:00
Xiaok
639f3631e8
n2n: update to v2.6.0-stable (#4349) 2020-04-17 11:51:15 +08:00
CN_SZTL
14cd0c3225
Merge Upstream 2020-04-17 03:57:30 +08:00
CN_SZTL
6185d309d6
Merge Lean's source 2020-04-17 01:15:46 +08:00
CN_SZTL
447dce768b
Merge Upstream 2020-04-16 20:23:36 +08:00