summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-shadowsocks-libev/luasrc/model/shadowsocks-libev.lua
AgeCommit message (Collapse)Author
2019-11-04luci-app-shadowsocks-libev: port to client sideRichard Yu
Signed-off-by: Richard Yu <yurichard3839@gmail.com>
2019-05-09luci-app-shadowsocks-libev: move plugin options to server sectionsYousong Zhou
In this change, plugin options are moved from component settings to only server settings. This should make the configuration easier. And it will be less error-prone as it's impossible now for users to inconsisitent plugin settings for instances referring to the same remote server Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2019-05-06luci-app-shadowsocks-libev: allow setting plugin optionsYousong Zhou
Reference: https://github.com/openwrt/packages/issues/8903 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2019-05-06luci-app-shadowsocks-libev: reword base64 -encoding-Yousong Zhou
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2019-01-22luci-app-shadowsocks-libev: Fix HTML tagSoha Jin
Signed-off-by: Soha Jin <soha@lohu.info>
2019-01-01treewide: fix query arguments to admin/system/opkgYousong Zhou
Right now the handler only recognizes "query=xx" argument, others will be ignored. Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2019-01-01treewide: fix redirecting to System->SoftwareYousong Zhou
By replacing url "admin/system/packages" with "admin/system/opkg" Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-05-28shadowsocks-libev: fix enumerating server and ss_redir sectionsYousong Zhou
The issue existed since the first revision of the rewrite and was exposed by commit 4024d4f (luci-base: switch to ubus uci operations) A quick scan of the current repo indicates that these are the only sites of wrong call pattern Fixes openwrt/packages#6113 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-02-05luci-app-shadowsocks-libev: remove deprecated option disable_sniYousong Zhou
This reverts commit 5d916835752f83c53528cada375e3dd57c693483. Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-02-05luci-app-shadowsocks-libev: add no_delay to names_options_commonYousong Zhou
It will appear in the instance overview list Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-01-04luci-app-shadowsocks-libev: remove option manager_addressYousong Zhou
It's an option that is supposed to be fed by ss-manager. It can be in the form of host:port or path to unix dgram socket. Drop it now with the assumption that it has no real user at the moment Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-01-04luci-app-shadowsocks-libev: support option no_delayYousong Zhou
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-01-04luci-app-shadowsocks-libev: display disabled state of remote serverYousong Zhou
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2017-08-22luci-app-shadowsocks-libev: enumerate ifnames with sys.net.devices()Yousong Zhou
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2017-08-22luci-app-shadowsocks-libev: tweak list of redir instancesYousong Zhou
- Skip disabled ones - Allow empty value Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2017-08-20luci-app-shadowsocks-libev: support ss_rules options: dst_default, ifnamesYousong Zhou
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2017-08-20luci-app-shadowsocks-libev: add 2 aead methodsYousong Zhou
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2017-08-13luci-app-shadowsocks-libev: assume ss-redir has default mode tcp_onlyYousong Zhou
This is in accordance with the current actual implementation of ss-redir. Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2017-08-08luci-app-shadowsocks-libev: hide key, password value in instance overviewYousong Zhou
This is mainly for ss_server section Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2017-08-04luci-app-shadowsocks-libev: support ss_redir disable_sni optionYousong Zhou
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2017-08-02luci-app-shadowsocks-libev: add common flag ipv6_firstYousong Zhou
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2017-08-02luci-app-shadowsocks-libev: remove redundant duplicate methodsYousong Zhou
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2017-07-23luci-app-shadowsocks-libev: rewrite for shadowsocks-libev 3.0.6-2Yousong Zhou
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>