celeron533
c8740b3982
Update CHANGES and bump version
5 years ago
Student Main
6a3dfeff60
Write i18n.csv on demand
5 years ago
Student Main
f21903bb55
Merge remote-tracking branch 'upstream/master'
5 years ago
Student Main
65b161fdd8
Fix IndexOutOfRange when init i18n
5 years ago
celeron533
2e954cbc6e
Update CHANGES and bump version
5 years ago
Student Main
11514dbf02
let PACServer running when proxy disabled
revert fb4f7ea2eb
5 years ago
Student Main
43a05ecacb
translate Show Plugin Option
5 years ago
Student Main
6cecd28cb8
fix #2739
5 years ago
celeron533
afa370b120
Update CHANGES and bump version
5 years ago
celeron533
e44cc54dbc
Using win32 native error code
Also update i18n
5 years ago
celeron533
55fcad8cd7
Fix issue when plugin program file is in system environment path
5 years ago
celeron533
8da3f11d43
Give a more user friendly message when plugin program file does not exist
5 years ago
celeron533
1b77280f6d
Update .Net Framework 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
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
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
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
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
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
lonelam
0a8c9d4eee
FIX: some crash about thread-safe in statistics
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