Student Main
7c22506eb1
add protocol handler in registry
6 years ago
Student Main
5846c9dc93
named pipe for url ipc
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
a210888bd3
TranslateForm method, csv translation file
6 years ago
Allen Zhu
ad36bf6d4d
Merge pull request #2598 from studentmain/pac-structure
Init JS variable in more reliable and quick way, reduce redundant code
6 years ago
celeron533
cd4595ad69
Update the nuget configurations and packages
- Redirect the nuget \3rd folder to ..\packages folder as default by
remove the nuget.config file
- Update csproj file: remove unnecessary scripts for old nuget
packages on old .Net framework
- Upgrade nuget packages to .Net framework 4.7.2 as the target framework
- Downgrade Fody to 4.2.1. The 5.0.0+ requires MSBuild 16 and above
6 years ago
Student Main
3fe3f99d41
Init JS variable in more reliable and quick way, reduce redundant code
6 years ago
celeron533
36297b9132
Refine PAC resources
- Uncompress the text file for better version control
- Touch the PAC files in first place
6 years ago
celeron533
7030c380a1
Refine PAC server
- Split the file operations to new PACDaemon
- More precise matching logic for handling PAC content http request
6 years ago
celeron533
148d3885ad
Code refactoring: Notification tray icon
7 years ago
celeron533
a1c96055d5
Merge pull request #2379 from TGSAN/master
Support Windows 10 1903 Light Theme
7 years ago
celeron533
d1c6900b90
Upgrade the .Net Framework and Visual Studio version
7 years ago
TGSAN
6f71e6cca6
Support Windows 10 1903 Light Theme
Support Windows 10 1903 Light Theme (Menu icon color)
7 years ago
celeron533
fcef17a252
Update nuget
7 years ago
celeron533
7194f5ab71
Update nuget packages
7 years ago
Syrone Wong
9911a173bc
update privoxy to 3.0.28
binary modified via OD with tray icon function calls bypassed
Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
7 years ago
celeron533
721fb3f0ef
Refine HotkeyReg logic
7 years ago
voq
f24c0e9872
Merge pull request #1130 from voq/master
Auto register hotkeys
7 years ago
Syrone Wong
3329291ab9
add xchacha20-ietf-poly1305
- update mbedtls to 2.7.0, use new md5 api
- update libsodium to 1.0.16
- static link to openssl 1.1.0g, check libsscrypto repo for detail
8 years ago
Allen Zhu
a12a70ccf0
Merge pull request #1671 from wongsyrone/master
Add OpenSSL 1.1.0g support due to hardware acceleration
8 years ago
Syrone Wong
4d4f1753c7
Add OpenSSL 1.1.0g support due to hardware acceleration
Note: If you want to compile it by yourself, please make sure
do NOT use `no-asm` configure option, since the main point of
this commit is to utilize assembly in openssl
Add OpenSSL test
8 years ago
celeron533
502397b5f9
Update nuget packages
8 years ago
SharerMax
eae0b1cfac
Add option to show password
8 years ago
Raif Atef
caa96ad334
Fix port range check and move Sip003Plugin.
8 years ago
Raif Atef
f04b497d79
SIP002 and SIP003 support
8 years ago
Syrone Wong
816651ebdc
Save user wininet settings as another config file
9 years ago
Syrone Wong
2eeebc29d7
Replace circular buffer with the blockcopy variant
to get rid of deep copy
- update NuGet pkg
Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
9 years ago
Syrone Wong
3de14098d7
add AEAD support
9 years ago
Syrone Wong
317c64f47e
update NuGet packages
replace zxing with NuGet pkg
9 years ago
celeron533
a6db852e95
I18n. Rename language resources by using underscore.
9 years ago
celeron533
d8ccc9810e
I18n. Rename language resources
cn -> zh-CN
zh-tw -> zh-TW
jp -> ja
9 years ago
Jonas Gao
4abcdbfb28
add: language jp support
9 years ago
noisyfox
28954600a2
Revert "Rename Shadowsocks.Proxy -> Shadowsocks.ForwardProxy"
This reverts commit be3cc3f3a6 .
9 years ago
noisyfox
dd269ac89d
Revert "Remove privoxy"
This reverts commit 0d4d01af3b .
9 years ago
noisyfox
09d89b424d
Revert "First working built-in http proxy"
This reverts commit 5ba0dffa5d .
9 years ago
noisyfox
efe6d5ba81
Revert "http -> shadowsocks protocol directly"
This reverts commit b04c59d8e6 .
9 years ago
noisyfox
c0299090c4
Merge branch 'proxy_dev'
9 years ago
noisyfox
b04c59d8e6
http -> shadowsocks protocol directly
No more http->socks5 transform.
9 years ago
noisyfox
5ba0dffa5d
First working built-in http proxy
9 years ago
noisyfox
0d4d01af3b
Remove privoxy
9 years ago
noisyfox
be3cc3f3a6
Rename Shadowsocks.Proxy -> Shadowsocks.ForwardProxy
9 years ago
noisyfox
5c5f753721
Use external agents to set system proxy.
This fix the proxy issue on win10 insider preview.
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
noisyfox
41827f283e
Refine code
9 years ago
noisyfox
63816ccdd1
Fix hotkey unregister issue.
Use singleton mode for hotkey callbacks.
9 years ago
noisyfox
b63bab0d1a
Refine LogViewerConfig. Don't store window size in main settings file
9 years ago
noisyfox
cfc6e674da
Catch and log known exceptions in SystemProxy
9 years ago
Syrone Wong
8fcb66b6ff
Refine RNG usage
- Create instance once, bind it to ShadowsocksController
Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
9 years ago
Syrone Wong
1c1cc62235
System proxy support for Remote Access Service
e.g. Dial-up connection and VPN
- use INTERNET_OPTION_PROXY_SETTINGS_CHANGED instead of INTERNET_OPTION_SETTINGS_CHANGED
Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
9 years ago