Student Main
94a1d68fbb
Merge branch 'master' into v5/master
6 years ago
Allen Zhu
d423a24c57
Merge pull request #2904 from studentmain/always-sip002
Always sip002
6 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
6 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
6 years ago
Student Main
f3c4dfb106
switch legacy url generation by hidden flag in config
6 years ago
Student Main
b1d8027952
move url generation into Server class
6 years ago
Student Main
1d89e9bc6d
Server.FriendlyName()->Server.ToString()
6 years ago
Student Main
60321826fc
add gitattributes, run unix2dos to unify line ending
6 years ago
Student Main
13689dbd69
Merge branch 'master' into v5/master
# Conflicts:
# appveyor.yml
# shadowsocks-csharp/Controller/Service/TCPRelay.cs
# shadowsocks-csharp/Program.cs
# shadowsocks-csharp/Properties/Resources.Designer.cs
# shadowsocks-csharp/View/MenuViewController.cs
# shadowsocks-csharp/packages.config
# shadowsocks-csharp/shadowsocks-csharp.csproj
6 years ago
Student Main
e712db0cea
update name and translation
6 years ago
Student Main
e8b8397809
replace GFWListUpdater to GeositeUpdater
6 years ago
Allen Zhu
597eb3c848
Merge pull request #2874 from studentmain/v5/pinvoke-based-sysproxy
drop sysproxy.exe in net-core version
6 years ago
MysticBoy
07fd49b4c3
fix menuitem
6 years ago
MysticBoy
565892a44e
合并主分支
6 years ago
database64128
a1e4245b3a
💬 Added MessageBox for ss:// import result.
6 years ago
database64128
ee586d8804
🐛 Fixed the issue where associating ss:// links requires admin privilege.
6 years ago
database64128
183a0b7285
🌐 Translations related to ss:// association.
6 years ago
Student Main
1e92b30fe5
add from url without another instance
also with some i18n update
6 years ago
Student Main
7c22506eb1
add protocol handler in registry
6 years ago
Student Main
f4d052169b
toggle menu item Enable by WinINet state
6 years ago
Student Main
2763b5dd06
Merge 'maikebing/master' into net-core #2833
target set to net core 3.1
managed cryptography implementation, drop x86 only
few modify to make new target working
6 years ago
MysticBoy
b097328230
https://stackoverflow.com/questions/7693429/process-start-to-open-an-url-getting-an-exception
6 years ago
MysticBoy
adab9f9672
https://stackoverflow.com/questions/7693429/process-start-to-open-an-url-getting-an-exception
6 years ago
MysticBoy
eec839b3f8
Merge branch 'master' of https://github.com/maikebing/shadowsocks-windows
6 years ago
MysticBoy
c7137b3ea9
Merge branch 'master' of https://github.com/shadowsocks/shadowsocks-windows
6 years ago
Student Main
69dff0cce5
per encryptor optimization
6 years ago
Student Main
bd393af8b2
correctly open url in net core
6 years ago
Student Main
1a59724aff
toggle server correctly in MenuViewController
6 years ago
Student Main
e843ad8f66
Merge remote-tracking branch 'maikebing/master' into net-core-build
6 years ago
Student Main
4dfba3bf63
UI get cipher info from EncryptorFactory
6 years ago
MysticBoy
d4fcefc9df
修正重复服务器菜单问题
6 years ago
Student Main
eac24ede19
Merge bouncy-castle into net-core-build
6 years ago
MysticBoy
d1d9bfe9d7
fix for menu
6 years ago
MysticBoy
4490594358
调整
6 years ago
Stzx
25a10d2635
Fix #2830
6 years ago
Student Main
25bbd90f17
show message when cipher not exist
6 years ago
Student Main
64c8473d82
Merge branch 'net-rc4' into cross-platform
6 years ago
Student Main
cdc620fc68
Merge branch 'master' into check-updated
6 years ago
celeron533
a03e9a5b0a
Fix LogForm error after deleted log file
6 years ago
Student Main
a3d40ca5c6
Merge pull request #2801 from studentmain/deprecate-stream
deprecate all stream cipher
6 years ago
Student Main
695716cd29
bring back table, add plain
revert d24548a04f
6 years ago
Student Main
3f5e308df7
Use monospace font in PasswordTextBox
6 years ago
Student Main
0bda62d9e8
deprecate all stream cipher
https://github.com/shadowsocks/shadowsocks-org/issues/154
6 years ago
Allen Zhu
94f00f6b1b
Merge pull request #2783 from celeron533/nlog
Using NLog as the logger
No wrapper is used since we would use NLog for some time.
Currently the UI is not fully ready to select all log levels.
6 years ago
celeron533
6922ba1646
Fix "clear log" function
6 years ago
celeron533
e15cfacacd
Refind code and comments
6 years ago
Allen Zhu
a67198fa0a
Merge pull request #2757 from studentmain/deprecate-chacha20
deprecate unsafe encryption method
6 years ago
Student Main
01e3b10f5e
deprecate unsafe encryption method
6 years ago
celeron533
95f4e0ae1a
Bug fix: wrong server in tray menu as selected server when there has an invalid server in the list
Fix #2782
6 years ago
celeron533
1d0aa5881e
Working NLog with config file and "verbose log" option
6 years ago