Yifei0727
da9af1cf72
Add IPv6 param flag to config
6 years ago
TGSAN
95b760c6e1
Update for #2379
Move GetWindows10SystemThemeSetting() to Util.cs
WindowsThemeMode use enum
Status var windowsThemeMode rename to windowsThemeMode
Used `if else` to replace `switch case`
Delete legacy commint (Some code).
Increase contrast for icon.
6 years ago
Stzx
ba60c51c77
Upgrade appveyor image version
6 years ago
Stzx
62f40a7814
Update I18N file
Added Config Form hint text
6 years ago
Stzx
9529fc1a59
Refactoring the Config Form interactive code
Add new hints and fixed some old interaction bugs
6 years ago
Stzx
e4d3775b4c
Simplified code
6 years ago
Allen Zhu
1b06bab4c4
Merge pull request #2387 from zyc9012/udpfix
Fix udp relay
6 years ago
Allen Zhu
a02a59e23e
Merge pull request #2377 from Stzx/master
fixed issue #2371
6 years ago
celeron533
03926a7b23
Merge branch 'master' of https://github.com/celeron533/shadowsocks-windows
6 years ago
Allen Zhu
9a60980c16
Merge pull request #2364 from HirbodBehnam/master
Fixed a bug with + in query
6 years ago
tato
13c679e514
Fix udp relay
6 years ago
Stzx
5556a060ab
fixed shadowsocks/shadowsocks-windows/#2371
6 years ago
TGSAN
6f71e6cca6
Support Windows 10 1903 Light Theme
Support Windows 10 1903 Light Theme (Menu icon color)
6 years ago
Hirbod
495731e090
Fixed a bug with + in query
6 years ago
celeron533
191d5473bb
bump copyright year
6 years ago
celeron533
62491f4f33
Update CHANGES and bump version
6 years ago
celeron533
d17dcdb971
Update readme
Plugin section
6 years ago
celeron533
2751467b14
Fix typo
Plugin arguments tooltip
6 years ago
celeron533
8a42d3c9d4
Exception for port assignment
When error code is SocketError.AccessDenied/10013(WSAEACCES), the port is reserved by system and you may not find the process name in `netstat`.
https://github.com/shadowsocks/shadowsocks-windows/issues/1835#issuecomment-453528715
6 years ago
Allen Zhu
4bdac977c9
Merge pull request #2306 from Kevin2Law/master
Add "Apply" button to Editor Servers form
6 years ago
Kevin2Law
59b0612217
chore: Resource designer file auto regenerated by Visual Studio.
6 years ago
Kevin2Law
aea690d356
feat: Add apply button for server configuration form.
6 years ago
Allen Zhu
9fc512ea5e
Merge pull request #2301 from Kevin2Law/master
Enhance context menu for System proxy and it's mode.
6 years ago
celeron533
d4ae7b958e
Remove unused translations
6 years ago
Kevin2Law
8b610174a1
Add i18n resource.
6 years ago
Kevin2Law
948457fd52
enhance: Combine enable system proxy and proxy mode as one switcher for better user experience.
6 years ago
Damir Ainullin
48a35d552b
Use id instead of calculating server.Identifier()
6 years ago
Allen Zhu
0546927ede
Merge pull request #2260 from celeron533/ProxyAuth
add "basic access authentication" support for http proxy @rickryo
6 years ago
rickryo
0d6c8bd0bc
add "basic access authentication" support for http proxy
6 years ago
Allen Zhu
9f243197e0
Merge pull request #2212 from studentmain/master
Add check box to toggle plugin argument input
6 years ago
celeron533
db4c560fdb
Update CHANGES and bump version
6 years ago
celeron533
63282a4c8d
Update user-agent
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
Allen Zhu
8d9de516f5
Merge pull request #2220 from DamirAinullin/unused_arrays_allocation
Removed unused array allocations
6 years ago
Allen Zhu
94cc6c523a
Merge pull request #2221 from DamirAinullin/use_proxy_wrong_check
Improve the code readability useProxy test condition
6 years ago
celeron533
cd5f482278
Fix the flash animation in QRCodeSplashForm
Mentioned in PR #2219
6 years ago
Allen Zhu
42401afcc4
Merge pull request #2222 from DamirAinullin/enum_flags
Marked ApplicationRestartFlags with Flags attribute
6 years ago
celeron533
fdd068c414
Log checking GFWList
6 years ago
Damir Ainullin
5a2adf749c
Added flag RESTART_ALWAYS = 0 for ApplicationRestartFlags
6 years ago
Damir Ainullin
7a6230f53d
Fix for appropriate logic of the original design
6 years ago
Damir Ainullin
7ed2434db7
Marked ApplicationRestartFlags with Flags attribute
6 years ago
Damir Ainullin
08e7de224b
Fixed condition for useProxy
6 years ago
Damir Ainullin
842a29a31a
Removed unused array allocations
6 years ago
Student Main
4bce18a595
Add check box to toggle plugin argument input
6 years ago
celeron533
f7944c08cc
Log registered encryptor with conditions
DumpRegisteredEncryptor
6 years ago
Allen Zhu
0cb9158233
Merge pull request #2196 from celeron533/pac_user_rules
Update PAC to handle user rules in a better way
6 years ago
celeron533
780165b093
Update the embedded PAC file
6 years ago
celeron533
9ee988d9f1
Update the PAC javascript to support user rules in a better way
PAC will check the user rules first to find whether the URL should be connected via PROXY or DIRECT. If it does not match, then go to check GFWList rules.
6 years ago