Max Lv
3f6baa4102
cipher: add plain/none ciphers
3 years ago
database64128
70a88b5794
🚱 Remove infrastructure of stream ciphers
4 years ago
database64128
a05a782293
❌ Remove ShadowsocksController.GetConfigurationCopy() and ServerSharingWindow
4 years ago
database64128
127cb9662a
🧹 Cleanup and update dependencies
- Remove StringEx.CS
- Update all dependencies
- Eliminate all warnings
4 years ago
database64128
d19c5db77e
🔄 Retrieve server group from UI
4 years ago
Student Main
4f05e7c985
put online config group info into ui
4 years ago
Student Main
1d89e9bc6d
Server.FriendlyName()->Server.ToString()
5 years ago
Stzx
25a10d2635
Fix #2830
5 years ago
Student Main
25bbd90f17
show message when cipher not exist
5 years ago
Student Main
0bda62d9e8
deprecate all stream cipher
https://github.com/shadowsocks/shadowsocks-org/issues/154
5 years ago
Student Main
01e3b10f5e
deprecate unsafe encryption method
5 years ago
Student Main
dcb6092eb8
set default method to chacha20-ietf-poly1305 in all place...
5 years ago
Student Main
a210888bd3
TranslateForm method, csv translation file
5 years ago
Stzx
174cf57111
Fix accidental index invalidation
Fixed an invalid index that was unexpectedly caused when the configuration was abandoned, resulting in an list box index exception.
5 years ago
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