Student Main
0cbb581b41
delete old server when update online config url
4 years ago
Student Main
4f05e7c985
put online config group info into ui
4 years ago
Student Main
f46b1fb8b0
online config deletion, and update when startup
4 years ago
Student Main
787f33acae
connect view and controller
4 years ago
Student Main
1287b57410
add onlineConfigForm
4 years ago
Student Main
ca963c638d
sip008 controller support
4 years ago
Student Main
50f93d62c1
sip008 resolver, preparation for sip008 support
4 years ago
Student Main
8ebe1f45ca
Update CHANGES and bump version
4 years ago
Student Main
75ada62bec
Merge pull request #2954 from HMBSbige/v5/master
Optimization for MD5
4 years ago
Student Main
457404003a
Merge pull request #2950 from database64128/v5/publish-fix
🏗 Use `dotnet publish` for artifacts generation
4 years ago
Student Main
f0ce9bcd20
fix error when convert grammar in js
4 years ago
Student Main
f0b84ad28a
update dlc.dat
4 years ago
Student Main
89794b3998
convert gfwlist grammar to abp grammar in js
4 years ago
Bruce Wayne
2635a29044
Code optimization for MD5
4 years ago
database64128
44e2d7e656
🏗 Use `dotnet publish` for artifacts generation
- Cleanup of build script
- Cleanup of publish profiles
4 years ago
Student Main
c884b05128
use UriBuilder for ss:// URL generation
4 years ago
Student Main
60ddf15b0f
Merge tag '4.2.0.0' into v5/master
# Conflicts:
# shadowsocks-csharp/Controller/Service/UpdateChecker.cs
# shadowsocks-csharp/Controller/System/ProtocolHandler.cs
# shadowsocks-csharp/Program.cs
# shadowsocks-csharp/packages.config
# shadowsocks-csharp/shadowsocks-csharp.csproj
4 years ago
Student Main
8ce2e26302
bouncy castle chacha20-poly1305
4 years ago
celeron533
2ebd4d7469
Update CHANGES and bump version
4 years ago
celeron533
09572f8861
Update UserAgent
4 years ago
Student Main
255b465eac
Merge pull request #2937 from HMBSbige/v5/master
Code optimization for SodiumIncrement
4 years ago
Bruce Wayne
ea1b906b43
Code optimization for SodiumIncrement
4 years ago
Student Main
7d9e73f9ca
go back to mutex based single instance for better reliability
4 years ago
Student Main
5172267289
refactor named pipe IPC
4 years ago
Student Main
f209f8d159
use CommandLineParser to parse command line
4 years ago
Student Main
ced49e2de1
use single method to get ExecutablePath
4 years ago
Student Main
f5c812e38e
hide optional fields in gui-config.json
4 years ago
Allen Zhu
2acac495d1
Merge pull request #2935 from bdbai/master
Fix improperly parsed remark section
4 years ago
bdbai
b9e3aa30ad
Fix improperly parsed remark section
4 years ago
Student Main
e78db0fa41
Merge pull request #2925 from studentmain/v5/udp
v5 udp fix
4 years ago
Student Main
bff6760a9b
async await style udp operation
4 years ago
Student Main
9ced417d54
async await UDP downlink
4 years ago
Student Main
d04adc10b6
fix udp downlink.
4 years ago
Student Main
47105ec5ef
add none cipher
4 years ago
Student Main
465947dbbb
fix udp uplink.
4 years ago
Student Main
676e606961
replace geosite url due to upstream change
4 years ago
Student Main
0c932c0581
Merge updated Japanese translation
4 years ago
kingofotaku
a00ec9982a
Updated some Japanese translations
4 years ago
Student Main
94a1d68fbb
Merge branch 'master' into v5/master
5 years ago
Allen Zhu
d423a24c57
Merge pull request #2904 from studentmain/always-sip002
Always sip002
5 years ago
Allen Zhu
2030163a33
Merge pull request #2910 from database64128/master
🔙 Backport 2c15276
from v5/master to master
5 years ago
Student Main
f6fcab40ad
cleaning in Configuration.cs
5 years ago
Allen Zhu
45052214e9
Merge pull request #2909 from database64128/v5/master
🔐 Add Sha256sum verification for GeoSite db + other fixes and cleanup
5 years ago
database64128
893ff061ba
💬 Refine logging messages as suggested by reviewer @celeron533 .
5 years ago
database64128
b3e15fc645
💬 Refine logging messages as suggested by reviewer @celeron533 .
5 years ago
database64128
728e01580c
🔙 Backport 2c15276
from v5/master to master
- Compared to 2c15276: changed socketsHttpHandler to HttpClientHandler due to legacy .NET Framework
- Use System.Net.Http.HttpClient for GeositeUpdater
- New update check mechanism: first download checksum and compare, only download GeoSite DB on different checksum
- Verifiy downloaded GeoSite DB by comparing sha256sum before committing the change
5 years ago
database64128
a8a2e62552
🧹 Some cleanup
- Removed some legacy compatibility code from Program.cs as we are not using .NET Framework.
- Changed CurrentDirectory detection method so that Self-Contained .exe can have its configuration files in the same directory as the .exe instead of in the temporary folder.
5 years ago
database64128
cc69251f0d
📦 Update dependencies to their latest versions
5 years ago
database64128
623bd37c29
🎯 Add some PublishProfiles for convenience
5 years ago
database64128
2c15276af1
🔐 Add Sha256sum verification for GeositeUpdater
- Use System.Net.Http.HttpClient for GeositeUpdater
- New update check mechanism: first download checksum and compare, only download GeoSite DB on different checksum
- Verifiy downloaded GeoSite DB by comparing sha256sum before committing the change
5 years ago