icylogic
3895446715
Merge pull request #320 from icylogic/release/2.5.8
bump 2.5.8
9 years ago
icylogic
c68283430a
bump 2.5.8
9 years ago
icylogic
13ae8461d9
Merge pull request #319 from legendtang/master
Update GFWList URL
9 years ago
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
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
0f72ba1e48
Merge pull request #308 from icylogic/master
Add more clear log for exceptions occured in ICMP tests
9 years ago
icylogic
968c9deca0
Merge branch 'hotfix/more_clear_log'
9 years ago
icylogic
879163dc2b
Add more clear log
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
kimw
0b6dd0d653
refresh server list with friendly name
9 years ago
clowwindy
7081819390
timeout 30min -> 15min
9 years ago
kimw
1df5e4eb8a
Merge remote-tracking branch 'upstream/master'
9 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
9 years ago
kimw
3e1044fc41
rename variable `_oldSelectedIndex` to `_lastSelectedIndex`
9 years ago
kimw
feaf7f70d0
fix translation typo
9 years ago
clowwindy
e21eac1e40
Merge pull request #296 from kimw/master
support customize the server order
9 years ago
clowwindy
750ee4fa5f
add handler timeout
9 years ago
clowwindy
3bc77d212a
reduce cache size
9 years ago
kimw
b623216af3
Merge remote-tracking branch 'upstream/master'
9 years ago
kimw
f33fb04b89
support customize the server order
9 years ago
clowwindy
63b31f5aba
fix translation
9 years ago
clowwindy
590322bca2
fix some translation
9 years ago
clowwindy
71bd0d2b5a
improve user experience for some users
9 years ago
clowwindy
3b90b2124f
Update README.md
9 years ago
clowwindy
85dc46d11e
Update README.md
9 years ago
clowwindy
fe692f89e1
Update README.md
9 years ago
clowwindy
e84825c25d
fix a path problem
9 years ago
clowwindy
05726cdb67
revert part of #257
9 years ago
clowwindy
ab38538b34
allow multiple instances
9 years ago
clowwindy
4f92fabc88
Merge pull request #289 from PINK-FL0YD/patch-1
Update UpdateChecker.cs
9 years ago
Pink Floyd
9522d1d17b
Update UpdateChecker.cs
Update UpdateURL
9 years ago
clowwindy
36c61b7dd5
Merge pull request #283 from icylogic/hotfix/PingException
hotfix/PingException
9 years ago