noisyfox
2307c9515e
add proxy settings
10 years ago
everyx
c1fd3f3035
take @laincat's advice
10 years ago
everyx
22d081f72e
improve tray icon color
10 years ago
everyx
45aaaa6ed9
update function name
10 years ago
everyx
1d5854dfa7
feature #490
10 years ago
Gang Zhuo
93b9e1b158
remove debug code
10 years ago
Gang Zhuo
87ff1c158d
fix first run check update
10 years ago
Licshee
687f397ae3
using StringEx
10 years ago
kimw
1ee07d196a
save bandwidth in config file per shadowsocks server
10 years ago
kimw
937171996a
name the variable better: rename LogFile => LogFilePath
10 years ago
kimw
b813d9eebc
featured middle click on tray pops up log viewer
10 years ago
kimw
0b16ef7445
Merge upstream
# Conflicts:
# README.md
# shadowsocks-csharp/Controller/Service/AvailabilityStatistics.cs
# shadowsocks-csharp/Controller/Service/PACServer.cs
# shadowsocks-csharp/Controller/Strategy/SimplyChooseByStatisticsStrategy.cs
# shadowsocks-csharp/Data/cn.txt
# shadowsocks-csharp/Model/Configuration.cs
# shadowsocks-csharp/Model/LogViewerConfig.cs
# shadowsocks-csharp/View/LogForm.Designer.cs
# shadowsocks-csharp/View/LogForm.cs
# shadowsocks-csharp/View/MenuViewController.cs
10 years ago
Gang Zhuo
3d49bc3128
delay check for updates
10 years ago
icylogic
4684af053e
Merge branch 'master' into feature/statistics_ui
10 years ago
Gang Zhuo
d0518e5a11
typo
10 years ago
Gang Zhuo
a070c3c986
small fix
10 years ago
Gang Zhuo
ab79dbce0e
Download updates automatically
10 years ago
Gang Zhuo
00ccb52bef
Add an option for checking updates
10 years ago
kimw
0a733c61b8
fixed: standardize Logging usage
1. Add Logging.Info()
2. Console.WriteLine() -> Logging.Info()
3. Console.WriteLine() in exceptions -> Logging.LogUsefulException()
10 years ago
kimw
2a71bd7ed7
fixed: rename LogFile -> LogFilePath, for more understandable
10 years ago
kimw
a66441ea71
feature: double click on tray icon shows up LogForm instead of ConfigForm.
10 years ago
icylogic
e45dd8b695
core functions finished
10 years ago
icylogic
4e1b140dd9
Add Json.Net and separate out Statistics Configuration file
Import Json.Net since it's difficult for SimpleJson to deal with nested type.
10 years ago
kimw
758c497eba
same the source code format.
1/ removed dual empty line
2/ removed tailing spaces
3/ converted tabs into spaces
4/ added some TODO comments
10 years ago
clowwindy
71bd0d2b5a
improve user experience for some users
10 years ago
icylogic
0e4f0f17cd
Add availability statistics service and a simple strategy
Strategy: Simply Choose By Statistics
11 years ago
clowwindy
45e0968d29
fix #238
11 years ago
clowwindy
5acfadcdb6
add log viewer
11 years ago
clowwindy
dafe33f7ed
fix a crash
11 years ago
clowwindy
ddd46ed8c6
add HA
11 years ago
clowwindy
4afd5faf3f
add load balancing
11 years ago
clowwindy
95242208ec
UX fix
1. only enable menu items relevant to pac status
2. rename edit pac file into edit local pac file
3. users are allowed to enable online pac then input online pac url, not to input then enable
11 years ago
Gang Zhuo
532a53c971
revert
11 years ago
Gang Zhuo
c6e6d019f1
fix regular expression
11 years ago
Gang Zhuo
00f57ee329
validate user input
11 years ago
Gang Zhuo
5f2ec3ccff
Use VB.NET InputBox instead of implement a message box
11 years ago
Gang Zhuo
e0612854d6
support online pac, see https://github.com/shadowsocks/shadowsocks-csharp/issues/163
11 years ago
clowwindy
eb2e5cc242
add GUI for user rule support
11 years ago
clowwindy
5eaa1b9e2b
encourage users to report to gfwlist
11 years ago
clowwindy
700cd3a7e7
show less detail
11 years ago
clowwindy
7cb863b0c2
update some menu title
11 years ago
clowwindy
f4007b685b
update name for share over lan
11 years ago
clowwindy
01f033225b
fix typo
11 years ago
clowwindy
d3365a8fa4
remove unecessary code
11 years ago
Sharuru
7918cb4bd2
Show current mode in tray menu
11 years ago
clowwindy
3e56b3d3a4
use local port in update checker
11 years ago
clowwindy
fb51f30fd9
rename Enable
11 years ago
clowwindy
1bf0c8bd46
refine qr code scan
11 years ago
clowwindy
0040972886
support multiple screens
11 years ago
clowwindy
40aded9571
refine error message
11 years ago