Wensheng Tang
29afe43414
Update GFWList URL
9 years ago
icylogic
391b1de2cf
Merge pull request #316 from icylogic/release/2.5.7
Release/2.5.7
9 years ago
icylogic
8d2574b003
bump 2.5.7
9 years ago
icylogic
8e1c2193e4
replace Appveyor badges
9 years ago
icylogic
86bf0b3b2c
Merge pull request #315 from icylogic/hotfix/repeated_iv
no repeat random number generator by GangZhuo
9 years ago
Gang Zhuo
72ea01d566
no repeat random number generator
The stock code use class Random to generate IV, the Random is pseudo random number generator. The IV maybe repeat, this will cause shadowsocks-libev closed the sockets with the error message 'invalid password or cipher'. Reference https://github.com/shadowsocks/shadowsocks-libev/issues/389
Solution is use class RNGCryptoServiceProvider to generate IV, of course it's lower performance, but a little bit.
9 years ago
icylogic
3f56deb418
init chart
9 years ago
icylogic
6c7f33dec3
ping asynchronously to accelerate evaluating
9 years ago
icylogic
eb6ae48bc1
refactor
9 years ago
icylogic
107bc99282
move loading and filtering jobs to statistics service
9 years ago
kimw
0a733c61b8
fixed: standardize Logging usage
1. Add Logging.Info()
2. Console.WriteLine() -> Logging.Info()
3. Console.WriteLine() in exceptions -> Logging.LogUsefulException()
9 years ago
kimw
2a71bd7ed7
fixed: rename LogFile -> LogFilePath, for more understandable
9 years ago
kimw
a66441ea71
feature: double click on tray icon shows up LogForm instead of ConfigForm.
9 years ago
kimw
b4f0285307
fixed: typo
9 years ago
kimw
7a5451976c
fixed: remove useless exception throw out.
9 years ago
kimw
9977a6e056
Merge remote-tracking branch 'origin/master'
9 years ago
kimw
4f310efeac
Merge remote-tracking branch 'upstream/master'
9 years ago
kimw
0759bc894f
Move: gfwlist from googelcode -> github
9 years ago
icylogic
b4699492ad
Merge pull request #309 from huhu2207/master
Fix a tiny bug
9 years ago
Jackson Ming Hu
2fdb26c063
Fix a tiny bug
Sometimes the users may hit enter key by mistake, and the form will
close without saving entries.
9 years ago
icylogic
e45dd8b695
core functions finished
9 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.
9 years ago
icylogic
0f72ba1e48
Merge pull request #308 from icylogic/master
Add more clear log for exceptions occured in ICMP tests
9 years ago
icylogic
a30cb166a5
Merge branch 'hotfix/more_clear_log' into develop
# Conflicts:
# shadowsocks-csharp/Controller/Service/AvailabilityStatistics.cs
9 years ago
icylogic
968c9deca0
Merge branch 'hotfix/more_clear_log'
9 years ago
icylogic
879163dc2b
Add more clear log
9 years ago
icylogic
aa2334c9fd
Merge branch 'master' into feature/statistics_ui
# Conflicts:
# shadowsocks-csharp/Controller/Service/AvailabilityStatistics.cs
# shadowsocks-csharp/Controller/Strategy/StatisticsStrategy.cs
# shadowsocks-csharp/View/LogForm.Designer.cs
# shadowsocks-csharp/View/MenuViewController.cs
9 years ago
kimw
0bf8132d56
update urls
9 years ago
kimw
1280f43878
fixed: file changes event triggers twice
9 years ago
kimw
bdd29e8384
fixed: Log Form will hidden when restart Windows
9 years ago
kimw
3283c93857
fix: auto detected `user-rule.txt`'s change while no `gfwlist.txt` file, the application crashs.
9 years ago
kimw
b2c2d05c94
support auto check `user-rule.txt`'s change, and update the PAC file.
Note: This is a dirty hack.
9 years ago
kimw
17c75de9c0
convert "\r\n" -> Environment.NewLine
9 years ago
kimw
b1f17e02a1
1. limit the windows' minimized size
2. store window's size & position in config file.
3. fix: scroll bar sometimes disappear while sizing the window.
9 years ago
kimw
79e9a23d94
add feature: save LogForm's config into json file.
9 years ago
kimw
9953ae2e68
fix variables' name: (first letter uppercase -> lowercase)
1. WrapTextTrigger -> wrapTextTrigger
2. WrapTextTriggerLock -> wrapTextTriggerLock
3. TopMostTrigger -> topMostTrigger
4. TopMostTriggerLock -> topMostTriggerLock
5. ShowToolbarTrigger -> toolbarTrigger
9 years ago
kimw
6ed32ff709
improved `log viewer`:
1. add menu items for `clear logs`, `change fonts`, `wrap text` and `top most` functions.
2. hide toolbar default. but you can trigger it out by menu.
9 years ago
clowwindy
b07a9ef3b0
Merge pull request #300 from kimw/master
improved `log viewer` windows
9 years ago
clowwindy
c095030041
Update README.md
9 years ago
clowwindy
b8858c4f8d
bump 2.5.6
9 years ago
clowwindy
726200c0f1
update CHANGES
9 years ago
clowwindy
765720dbd9
small fix
9 years ago
clowwindy
c767f55b3c
add portable mode
9 years ago
kimw
14381cf887
update version number
9 years ago
kimw
e8fd92b9f7
Merge remote-tracking branch 'upstream/master'
9 years ago
kimw
99fe540e53
Merge remote-tracking branch 'upstream/master'
9 years ago
kimw
cec6f79e7e
improved `log viewer`:
1. add `clean log` feature
2. add `change font` feature
3. add `wrap text` feature
4. add `top most` feature
9 years ago
clowwindy
7ab5eae64c
Merge pull request #297 from kimw/master
2 fixes, 1 feature, 1 code beautify
9 years ago
clowwindy
b1ebfe7772
prevent moving up and down when unsaved
9 years ago
kimw
f6085d9362
Merge remote-tracking branch 'upstream/master'
9 years ago