kimw
0eee5cd98f
add feature: save LogForm's config into json file.
11 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
11 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.
11 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
41c0c803cd
Merge pull request #326 from GangZhuo/issues-301
- Add an option for checking updates
- download updates automatically
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
ff0bc37694
fix UnitTest
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
3895446715
Merge pull request #320 from icylogic/release/2.5.8
bump 2.5.8
10 years ago
icylogic
c68283430a
bump 2.5.8
10 years ago
icylogic
13ae8461d9
Merge pull request #319 from legendtang/master
Update GFWList URL
10 years ago
Wensheng Tang
29afe43414
Update GFWList URL
10 years ago
icylogic
391b1de2cf
Merge pull request #316 from icylogic/release/2.5.7
Release/2.5.7
10 years ago
icylogic
8d2574b003
bump 2.5.7
10 years ago
icylogic
8e1c2193e4
replace Appveyor badges
10 years ago
icylogic
86bf0b3b2c
Merge pull request #315 from icylogic/hotfix/repeated_iv
no repeat random number generator by GangZhuo
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
icylogic
b4699492ad
Merge pull request #309 from huhu2207/master
Fix a tiny bug
11 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.
11 years ago
icylogic
0f72ba1e48
Merge pull request #308 from icylogic/master
Add more clear log for exceptions occured in ICMP tests
11 years ago
icylogic
968c9deca0
Merge branch 'hotfix/more_clear_log'
11 years ago
icylogic
879163dc2b
Add more clear log
11 years ago
clowwindy
b07a9ef3b0
Merge pull request #300 from kimw/master
improved `log viewer` windows
11 years ago
clowwindy
c095030041
Update README.md
11 years ago
clowwindy
b8858c4f8d
bump 2.5.6
11 years ago
clowwindy
726200c0f1
update CHANGES
11 years ago
clowwindy
765720dbd9
small fix
11 years ago
clowwindy
c767f55b3c
add portable mode
11 years ago
kimw
14381cf887
update version number
11 years ago
kimw
e8fd92b9f7
Merge remote-tracking branch 'upstream/master'
11 years ago
kimw
99fe540e53
Merge remote-tracking branch 'upstream/master'
11 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
11 years ago
clowwindy
7ab5eae64c
Merge pull request #297 from kimw/master
2 fixes, 1 feature, 1 code beautify
11 years ago
clowwindy
b1ebfe7772
prevent moving up and down when unsaved
11 years ago
kimw
f6085d9362
Merge remote-tracking branch 'upstream/master'
11 years ago
kimw
0b6dd0d653
refresh server list with friendly name
11 years ago
clowwindy
7081819390
timeout 30min -> 15min
11 years ago
kimw
1df5e4eb8a
Merge remote-tracking branch 'upstream/master'
11 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
11 years ago
kimw
3e1044fc41
rename variable `_oldSelectedIndex` to `_lastSelectedIndex`
11 years ago
kimw
feaf7f70d0
fix translation typo
11 years ago
clowwindy
e21eac1e40
Merge pull request #296 from kimw/master
support customize the server order
11 years ago