database64128
5f760a5e57
📊 Separate QR code scanning from MenuViewController
5 years ago
database64128
5c6e5b927c
🧹 Remove statistics strategy
5 years ago
database64128
a9c1097ac5
🔙 Add back `_isStartupCheck` + refresh `_config` before checking
- This prevents the "no available updates" pop-up from showing up when it's an automatic check. Thank you @chenshaoju for your feedback.
- Checking pre-release checks in the menu would work on the current run now.
5 years ago
database64128
d37600231f
🎂 ForwardProxyView + HotkeysView + OnlineConfigView + VersionUpdatePromptView
- Infrastructure: use one HttpClient instance throughout the lifecycle
- Version update: rewrite the update service and add update prompt window
- Server sharing: add copy link button
- Dependencies: add ReactiveUI.Events.WPF, ReactiveUI.Fody, ReactiveUI.Validation, WPFLocalizeExtension, MdXaml
5 years ago
database64128
a05a782293
❌ Remove ShadowsocksController.GetConfigurationCopy() and ServerSharingWindow
5 years ago
database64128
d72c2b0429
✔ Geosite group validation + PAC regeneration on version update
- Validate geosite group configuration
- Reset to default if specified group doesn't exist
- Regenerate pac.txt on version update (can be turned off)
- Cleanup of `Configuration` to separate loading logic and processing logic
5 years ago
database64128
127cb9662a
🧹 Cleanup and update dependencies
- Remove StringEx.CS
- Update all dependencies
- Eliminate all warnings
5 years ago
database64128
1c2ac2978c
⛲ Use WPF window instead of WinForms ElementHost
5 years ago
database64128
3aaff9cc7e
👁 ServerSharingView & ServerSharingViewModel
- Use ElementHost in QRCodeForm
- Cleanup: Server.Equals
5 years ago
database64128
d19c5db77e
🔄 Retrieve server group from UI
5 years ago
database64128
2fc5ac24bd
🔠 Update translations for SIP008
5 years ago
database64128
6889e9ba7e
🧹 Cleanup and fixes
- Deserialize the configuration using a constructor to set default values and initialize objects
- Re-enable the UI when online config update failed
5 years ago
Student Main
1848678899
tweak ui
5 years ago
Student Main
0cbb581b41
delete old server when update online config url
5 years ago
Student Main
4f05e7c985
put online config group info into ui
5 years ago
Student Main
f46b1fb8b0
online config deletion, and update when startup
5 years ago
Student Main
787f33acae
connect view and controller
5 years ago
Student Main
1287b57410
add onlineConfigForm
5 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
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
e712db0cea
update name and translation
6 years ago
Student Main
e8b8397809
replace GFWListUpdater to GeositeUpdater
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
Stzx
25a10d2635
Fix #2830
6 years ago
Student Main
25bbd90f17
show message when cipher not exist
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
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
celeron533
84c55d116d
WIP: Migrate to NLog
6 years ago
Student Main
13a3471fa3
Invoke EventHandler instead of show balloon tip when updated
6 years ago
Student Main
f12ef1a5be
replace ShowFirstTimeBalloon with ShowBalloonTip
6 years ago
Student Main
79d8c41654
Check program is updated
6 years ago
Student Main
35950b9a58
Rename and translate title of statistics form. close #2768
6 years ago