Allen Zhu
|
67679167da
|
Merge pull request #2846 from snakefoot/master
NLogConfig - TouchAndApplyNLogConfig with Exception handler
|
6 years ago |
Student Main
|
23ce58aa34
|
Tweak debug message out levels
|
6 years ago |
Rolf Kristensen
|
b1acc75796
|
NLogConfig - TouchAndApplyNLogConfig with Exception handler
|
6 years ago |
Student Main
|
cdc620fc68
|
Merge branch 'master' into check-updated
|
6 years ago |
celeron533
|
e15cfacacd
|
Refind code and comments
|
6 years ago |
celeron533
|
1d0aa5881e
|
Working NLog with config file and "verbose log" option
|
6 years ago |
celeron533
|
84c55d116d
|
WIP: Migrate to NLog
|
6 years ago |
Student Main
|
a8b11ea30b
|
update detector works when update from v4.1.2 and before
Configuration.version added in 0e426ffe, only 1 year ago
|
6 years ago |
Student Main
|
79d8c41654
|
Check program is updated
|
6 years ago |
Student Main
|
dcb6092eb8
|
set default method to chacha20-ietf-poly1305 in all place...
|
6 years ago |
Allen Zhu
|
8d9c9ca13e
|
Merge pull request #2728 from celeron533/config_gfwlist
Support custom GFWListUrl defined in config file
|
6 years ago |
celeron533
|
d7f38a7067
|
Support custom GFWListUrl defined in config file
|
6 years ago |
Raif Atef
|
b83f5b3d96
|
Implement "Show Plugin Output" checkbox.
|
6 years ago |
Student Main
|
f01ccd801f
|
Change default method to chacha20-ietf-poly1305
|
6 years ago |
celeron533
|
554203aa74
|
Merge pull request #2419 from Yifei0727/master
Support local IPv6 listener
# Conflicts:
# shadowsocks-csharp/Model/Configuration.cs
|
7 years ago |
Yifei0727
|
5c0ce2159b
|
add jsonignore for param localHost
|
7 years ago |
Yifei0727
|
da9af1cf72
|
Add IPv6 param flag to config
|
7 years ago |
Stzx
|
9529fc1a59
|
Refactoring the Config Form interactive code
Add new hints and fixed some old interaction bugs
|
7 years ago |
Allen Zhu
|
a02a59e23e
|
Merge pull request #2377 from Stzx/master
fixed issue #2371
|
7 years ago |
Stzx
|
5556a060ab
|
fixed shadowsocks/shadowsocks-windows/#2371
|
7 years ago |
Hirbod
|
495731e090
|
Fixed a bug with + in query
|
7 years ago |
rickryo
|
0d6c8bd0bc
|
add "basic access authentication" support for http proxy
|
7 years ago |
celeron533
|
f75ffc06fc
|
Minor updates
|
7 years ago |
Student Main
|
9368f444d5
|
https://github.com/shadowsocks/shadowsocks-windows/issues/2100#issuecomment-445434934
|
7 years ago |
celeron533
|
0e426ffe38
|
Add version info to config file
|
7 years ago |
Soul Dark
|
22fdc823f2
|
修复ConfigForm不安全代码。链接分隔符支持空格。
|
7 years ago |
voq
|
f24c0e9872
|
Merge pull request #1130 from voq/master
Auto register hotkeys
|
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
|
8 years ago |
Opportunity
|
70ec5df5b0
|
Add temp folder path selection (#1827)
* Translation
* Environment Variables support
|
8 years ago |
celeron533
|
b7e30318cd
|
Add plugin CLI arguments support
|
8 years ago |
celeron533
|
5a78ee9212
|
Add square bracket for SIP002 IPv6 (RFC3986)
|
8 years ago |
celeron533
|
55c19187c7
|
Refine URL parser
- Bring back the legacy parser
- Refine SIP002 logic
|
8 years ago |
celeron533
|
77a93a9140
|
Fix the issue "unable to add server from URL"
Base64 code ended with '=' cause the Uri invalid to parse.
Simplified the logic.
|
8 years ago |
Raif Atef
|
f04b497d79
|
SIP002 and SIP003 support
|
8 years ago |
celeron533
|
081bbaf011
|
Fix #1301. Configuration is not fully initialized and cause NullReferenceException crash
|
8 years ago |
Syrone Wong
|
816651ebdc
|
Save user wininet settings as another config file
|
9 years ago |
Syrone Wong
|
54335d4889
|
capture non-whitespace chars for ss url tag
|
9 years ago |
Syrone Wong
|
43672a8bda
|
allow to add multiple servers via ss url
invalid URLs will be ignored
|
9 years ago |
Syrone Wong
|
7408a75f0e
|
drop OTA; add AEAD config
|
9 years ago |
noisyfox
|
f66638d14c
|
Don't check and throw exception in a display function. We should check this at input side.
|
9 years ago |
noisyfox
|
b7b92a4af9
|
Very rarely used regex, do not compile
|
9 years ago |
noisyfox
|
22d8cdeff7
|
Add secret in local pac url.
|
9 years ago |
noisyfox
|
65b9c9f5fa
|
Allow check pre-release version
|
9 years ago |
Syrone Wong
|
355ab0e63d
|
Use UTF-8 encoding for optional tag in ss url (#918)
Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
|
9 years ago |
Syrone Wong
|
6d01cb074e
|
Add optional tag support for ss url (#917)
Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
|
9 years ago |
noisyfox
|
206e0b8cb5
|
Fix a null ref
if user manually deleted the whole 'configs' field in gui-config.json.
Which won't crash the app but will lost all other configs.
|
9 years ago |
noisyfox
|
6df3250a9f
|
Fix crash on startup when user manually deleted servers from gui-config.json
|
9 years ago |
Syrone Wong
|
c25e70e888
|
hotkey: Refine system proxy mode switching logic
Merge 'Switch to PAC' and 'Switch to Global'
Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
|
9 years ago |
noisyfox
|
964f681d3b
|
Fix default font error.
|
9 years ago |
noisyfox
|
b63bab0d1a
|
Refine LogViewerConfig. Don't store window size in main settings file
|
9 years ago |