Silence Tai
ecd59c8f57
Switch configuration enable button ( #2460 )
Fix shadowsocks/shadowsocks-windows/#2458
6 years ago
Silence Tai
b7089275f6
Fix #2458 Unexpected delete server behavior ( #2459 )
* Fix shadowsocks/shadowsocks-windows/#2458
* Servers List Box position adjustment is consistent with the v4.1.6 version
6 years ago
Stzx
9529fc1a59
Refactoring the Config Form interactive code
Add new hints and fixed some old interaction bugs
6 years ago
Stzx
5556a060ab
fixed shadowsocks/shadowsocks-windows/#2371
6 years ago
Kevin2Law
aea690d356
feat: Add apply button for server configuration form.
6 years ago
Student Main
5791618ac5
Replace 'Arguement' to 'Argument'
6 years ago
Student Main
0433c12a85
correction names
6 years ago
Student Main
2079cab91d
Update zh_CN text
6 years ago
Student Main
4bce18a595
Add check box to toggle plugin argument input
6 years ago
Soul Dark
22fdc823f2
修复ConfigForm不安全代码。链接分隔符支持空格。
6 years ago
celeron533
c77d69f931
Minor updates on ConfigForm
7 years ago
celeron533
db1bbd8039
Minor updates on Hotkeys form
7 years ago
celeron533
409f58bf1b
Minor updates on ConfigForm
7 years ago
celeron533
79f33bc326
Simplify the temp folder mechanism: portable mode is back
- Portable mode ON: executable file's folder
- Portable mode OFF: current user's temp folder
7 years ago
Opportunity
70ec5df5b0
Add temp folder path selection ( #1827 )
* Translation
* Environment Variables support
7 years ago
celeron533
9439fc617a
Config form UI updates
* Add tooltips
* Translations
7 years ago
celeron533
b7e30318cd
Add plugin CLI arguments support
7 years ago
SharerMax
acc192df34
Remove useless code
7 years ago
SharerMax
eae0b1cfac
Add option to show password
7 years ago
Raif Atef
f04b497d79
SIP002 and SIP003 support
7 years ago
Syrone Wong
7408a75f0e
drop OTA; add AEAD config
8 years ago
noisyfox
8a68a3515b
Check server url before saving it
Don't clear the textbox, focus it instead. We want the user to see the wrong input instead of a blank textbox.
8 years ago
noisyfox
86eeba3b7d
Fix crash while showing config dialog.
If user manually deleted servers from gui-config.json
8 years ago
Syrone Wong
131114f0c2
Fix #779
Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
8 years ago
Syrone Wong
af139d7587
Only integer is allowed for timeout
Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
8 years ago
Syrone Wong
04ed25e16f
Add timeout support for server and forward proxy
Also, fix typo in ProxyForm
Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
8 years ago
Syrone Wong
b10f7cb3a6
Refine duplicate behaviour in ConfigForm
- Use insert instead and move to newly inserted
item instead of the last one after operation
Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
8 years ago
Syrone Wong
ef17b72d25
Refine PR #730
Squashed commit of the following:
commit 48eb4d8839
Author: Syrone Wong <wong.syrone@gmail.com>
Date: Sun Sep 18 15:46:09 2016 +0800
Drop useless interface impl
Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
commit c0a4f3421a
Author: Logan Zhou <xorcererzc@gmail.com>
Date: Sun Sep 18 00:58:02 2016 +0800
Revert "Updated to meet the hint from Wongsyrone."
This reverts commit 84c8053577
.
commit 84c8053577
Author: Logan Zhou <xorcererzc@gmail.com>
Date: Sun Sep 18 00:52:21 2016 +0800
Updated to meet the hint from Wongsyrone.
commit 333ccb6d1f
Author: Logan Zhou <xorcererzc@gmail.com>
Date: Sun Sep 18 00:34:52 2016 +0800
Added duplicate button to config form.
Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
8 years ago
Syrone Wong
514bb02098
Fix config selection
User wants to use that server after selected it in the ConfigForm. If user deletes
the server in use, we can't find its index, then the previous logic will revert to
index 0, which is not expected behaviour.
Since we handled 'ServersListBox.SelectedIndex' in various event handlers, we can
trust it all the time.
Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
8 years ago
Syrone Wong
2b4b6cba07
Minor ConfigForm changes
- add event handler for KeyDown
- drop unused code, we don't support
table and rc4 now
Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
8 years ago
Syrone Wong
acf7963de7
OTA is stable now
Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
8 years ago
Mingye Wang
5916592234
"Server IP" -> "Server Addr"
9 years ago
Gang Zhuo
1097d4fc5b
remove space by trim()
9 years ago
icylogic
82b661e6a5
Merge pull request #345 from everyx/fix-ArgumentOutOfRangeException
fix ArgumentOutOfRangeException
9 years ago
everyx
1e9f1f3764
fix ArgumentOutOfRangeException
9 years ago
Gang Zhuo
29d70acfb5
replace 'one_time_auth' to 'auth'
9 years ago
Gang Zhuo
5c570fbb56
disable one-time auth when method is table or rc4
9 years ago
Gang Zhuo
3aac1cfcfc
Refine the authentication for true CCA
9 years ago
Gang Zhuo
204d6b856e
verbiage
9 years ago
Gang Zhuo
1564e9ff81
support onetime auth
9 years ago
Jackson Ming Hu
2fdb26c063
Fix a tiny bug
Sometimes the users may hit enter key by mistake, and the form will
close without saving entries.
9 years ago
clowwindy
7ab5eae64c
Merge pull request #297 from kimw/master
2 fixes, 1 feature, 1 code beautify
9 years ago
clowwindy
b1ebfe7772
prevent moving up and down when unsaved
9 years ago
kimw
0b6dd0d653
refresh server list with friendly name
9 years ago
kimw
3e1044fc41
rename variable `_oldSelectedIndex` to `_lastSelectedIndex`
9 years ago
kimw
f33fb04b89
support customize the server order
9 years ago
clowwindy
a0e79f37bc
fix #235
10 years ago
clowwindy
ddd46ed8c6
add HA
10 years ago
clowwindy
4afd5faf3f
add load balancing
10 years ago
clowwindy
444fabaa79
local port now is the same for different servers
10 years ago