celeron533
d4472fc629
Merge pull request #2712 from studentmain/i18n
5 years ago
celeron533
328029dd1e
Merge branch 'i18n' of https://github.com/studentmain/shadowsocks-windows into studentmain-i18n
# Conflicts:
# shadowsocks-csharp/Data/ja.txt
# shadowsocks-csharp/Data/zh_CN.txt
# shadowsocks-csharp/Data/zh_TW.txt
5 years ago
Allen Zhu
8d9c9ca13e
Merge pull request #2728 from celeron533/config_gfwlist
Support custom GFWListUrl defined in config file
5 years ago
Allen Zhu
fdb154a3f1
Merge pull request #2733 from shadowsocks/studentmain-patch-1
Update CONTRIBUTING.md to reflect current state
5 years ago
Student Main
2f2c3c321b
Merge pull request #2722 from rwasef1830/show-plugin-output
Implement "Show Plugin Output" checkbox.
5 years ago
Student Main
2684c44873
Merge pull request #2705 from studentmain/pacurl-hash
Use MD5 hash instead of timestamp for PAC URL
5 years ago
Student Main
e69a73a4f0
Update CONTRIBUTING.md to reflect current state
5 years ago
Allen Zhu
6b87dbc539
Merge pull request #2731 from celeron533/framework_download_link
Update .Net Framework download link
5 years ago
celeron533
04e146f1d7
Update pull request template
5 years ago
celeron533
46da8d98b9
Update .Net Framework download link
5 years ago
celeron533
d7f38a7067
Support custom GFWListUrl defined in config file
5 years ago
Raif Atef
b83f5b3d96
Implement "Show Plugin Output" checkbox.
5 years ago
Student Main
0f0f41a4d4
use optional chain syntax in RNG.cs
Hope it will resolve errors in CI.
5 years ago
Student Main
18f448684e
null check for TranslateForm
5 years ago
Student Main
e4237c8ec7
message when fallback to other language
5 years ago
Student Main
8325459cdc
read translation from disk
5 years ago
Student Main
a210888bd3
TranslateForm method, csv translation file
5 years ago
Student Main
fb369a1e1e
Use new grammar in Controller.Reload for readability
5 years ago
Student Main
fb4f7ea2eb
change PAC URL only when SystemProxy.Update
5 years ago
Student Main
84f8491513
generate PacSecret only once.
5 years ago
Allen Zhu
bb48a0a299
Merge pull request #2698 from studentmain/stragety-i18n
Translate statistics config
5 years ago
Student Main
a0786a435f
Use MD5 hash instead of timestamp for PAC URL
5 years ago
Student Main
c25c31e76a
translate CalculationControl
5 years ago
Allen Zhu
803982258d
Merge pull request #2699 from studentmain/default-method
change default method to chacha20-ietf-poly1305
5 years ago
Student Main
9d14196a73
rename statistics window label, fix some translate
5 years ago
Student Main
f01ccd801f
Change default method to chacha20-ietf-poly1305
5 years ago
Student Main
0acf50ffcb
Merge pull request #2273 from DamirAinullin/improve_linq_query
Use id instead of calculating server.Identifier()
5 years ago
Student Main
1602804f77
Partially translate Statistics config
5 years ago
Allen Zhu
9fc0de9501
Merge pull request #2658 from ayanmw/master
BugFix #2657 win10 1903 黑色主题下, trayIcon 会消失的问题;
5 years ago
anmingwei
09db02bd10
BugFix #2657 win10 1903 黑色主题下, trayIcon 会消失的问题;
https://github.com/shadowsocks/shadowsocks-windows/issues/2657
Support Windows 10 1903 Light Theme
But Fix Support Windows 10 1903 Dark Theme
5 years ago
Allen Zhu
3759305d6a
Merge pull request #2616 from KexyBiscuit/patch-1
Format the proxy host name used in GfwListUpdater
5 years ago
Allen Zhu
b4d02f8334
Merge branch 'master' into patch-1
5 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
5 years ago
celeron533
ee36bfcb08
Update CHANGES and bump version
5 years ago
Allen Zhu
003e4a8e5d
Merge pull request #2637 from celeron533/appveyor
Rewrite the Appveyor build pipeline
5 years ago
celeron533
55747ed47d
Rewrite the Appveyor build pipeline
- Backup the original appveyor.yml as appveyor.yml.obsolete
- Fetch an official appveyor sample file as reference
- Create a test scope appveyor pipeline
5 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
5 years ago
Kexy Biscuit
e2f1564b6d
Remove http:// part in proxy host name.
Microsoft Docs is misleading, as always. dotnet/samples#1644
5 years ago
Kexy Biscuit
a6a8b091cb
Format the proxy host name used in GfwListUpdater.
Directly create a WebProxy with IPAddress.IPv6Loopback.ToString() throws UriFormatException. Format the proxy host name to satisfy WebProxy.
5 years ago
Student Main
4f34562fc3
fix wrong abpContent
5 years ago
Damir Ainullin
39b02e449f
Replaced ContainsKey and getting value by key with TryGetValue
(cherry picked from commit 084b6fe72c
)
6 years ago
Student Main
a44f810890
Reformatting some string literals
5 years ago
Student Main
3fe3f99d41
Init JS variable in more reliable and quick way, reduce redundant code
5 years ago
Allen Zhu
5ba8f9a004
Merge pull request #2591 from lonelam/fixstat
FIX: some crash about thread-safe in statistics
5 years ago
lonelam
0a8c9d4eee
FIX: some crash about thread-safe in statistics
5 years ago
celeron533
f8f0ab5600
Rearrange test cases
5 years ago
celeron533
8e0ca62a31
Split test files
5 years ago
Allen Zhu
25e2b82a4a
Merge pull request #2543 from Stzx/master
[fixes #2542 ] Fix accidental index invalidation
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
Allen Zhu
67e630f277
Merge pull request #2539 from celeron533/PAC
Refine PAC server
5 years ago