kimw
0eee5cd98f
add feature: save LogForm's config into json file.
10 years ago
kimw
f1019b4aad
fix variables' name: (first letter uppercase -> lowercase)
1. WrapTextTrigger -> wrapTextTrigger
2. WrapTextTriggerLock -> wrapTextTriggerLock
3. TopMostTrigger -> topMostTrigger
4. TopMostTriggerLock -> topMostTriggerLock
5. ShowToolbarTrigger -> toolbarTrigger
10 years ago
kimw
b632d4a8a9
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.
10 years ago
Gang Zhuo
b197af124b
fix bug: shadowsocks restart twice, when click Ok button on Edit Servers window
10 years ago
Gang Zhuo
2ec1340261
fix "Only TrueType fonts are supported. This is not a TrueType font."
10 years ago
Gang Zhuo
1d1c325ce1
fix UnitTest
10 years ago
Gang Zhuo
ab79dbce0e
Download updates automatically
10 years ago
Gang Zhuo
00ccb52bef
Add an option for checking updates
10 years ago
Gang Zhuo
204d6b856e
verbiage
10 years ago
Gang Zhuo
19085a3cd1
Update the hash function
follow with 5ae4df94e4
10 years ago
Gang Zhuo
ab1f366049
Combine libsscrypto.dll and libsslcrypto2.dll
10 years ago
Gang Zhuo
eae3943556
reserve buffer for one-time auth
10 years ago
Gang Zhuo
ca8df1b51f
fix buffer size
10 years ago
Gang Zhuo
1564e9ff81
support onetime auth
10 years ago
icylogic
c68283430a
bump 2.5.8
10 years ago
Wensheng Tang
29afe43414
Update GFWList URL
10 years ago
icylogic
8d2574b003
bump 2.5.7
10 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.
10 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.
10 years ago
icylogic
879163dc2b
Add more clear log
10 years ago
kimw
14381cf887
update version number
10 years ago
kimw
99fe540e53
Merge remote-tracking branch 'upstream/master'
10 years ago
clowwindy
765720dbd9
small fix
10 years ago
clowwindy
c767f55b3c
add portable mode
10 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
10 years ago
clowwindy
7ab5eae64c
Merge pull request #297 from kimw/master
2 fixes, 1 feature, 1 code beautify
10 years ago
clowwindy
b1ebfe7772
prevent moving up and down when unsaved
10 years ago
kimw
f6085d9362
Merge remote-tracking branch 'upstream/master'
10 years ago
kimw
0b6dd0d653
refresh server list with friendly name
10 years ago
clowwindy
7081819390
timeout 30min -> 15min
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
kimw
3e1044fc41
rename variable `_oldSelectedIndex` to `_lastSelectedIndex`
10 years ago
kimw
feaf7f70d0
fix translation typo
10 years ago
kimw
b623216af3
Merge remote-tracking branch 'upstream/master'
10 years ago
clowwindy
750ee4fa5f
add handler timeout
10 years ago
clowwindy
3bc77d212a
reduce cache size
10 years ago
kimw
f33fb04b89
support customize the server order
10 years ago
clowwindy
63b31f5aba
fix translation
10 years ago
clowwindy
590322bca2
fix some translation
10 years ago
clowwindy
71bd0d2b5a
improve user experience for some users
10 years ago
clowwindy
e84825c25d
fix a path problem
10 years ago
clowwindy
05726cdb67
revert part of #257
10 years ago
clowwindy
ab38538b34
allow multiple instances
10 years ago
Pink Floyd
9522d1d17b
Update UpdateChecker.cs
Update UpdateURL
10 years ago
icylogic
7978817492
fixed #280 , log "No such host is known" and other PingException
10 years ago
clowwindy
b4647e5b15
bump
10 years ago
clowwindy
7d2c292034
prevent privoxy from showing tray icon
10 years ago
clowwindy
b238aaf8cc
bump 2.5.3
10 years ago
clowwindy
674e120af3
fix proj
10 years ago
clowwindy
fdf91705ac
minor fixes
10 years ago