Gang Zhuo
098640e792
refact
9 years ago
Gang Zhuo
c5e27486fb
Protocol V2
9 years ago
Gang Zhuo
d0518e5a11
typo
9 years ago
Gang Zhuo
3aac1cfcfc
Refine the authentication for true CCA
9 years ago
Gang Zhuo
f7c9f2049c
default font name
9 years ago
kimw
969ee15ad6
convert "\r\n" -> Environment.NewLine
9 years ago
Gang Zhuo
83276f4750
Merge pull request #329 from GangZhuo/master
improved log viewer
9 years ago
Gang Zhuo
a070c3c986
small fix
9 years ago
kimw
0eee5cd98f
add feature: save LogForm's config into json file.
9 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
9 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.
9 years ago
Gang Zhuo
0f793a43a0
Merge pull request #328 from GangZhuo/master
Restart twice, when click Ok button on Edit Servers window
9 years ago
Gang Zhuo
b197af124b
fix bug: shadowsocks restart twice, when click Ok button on Edit Servers window
9 years ago
Gang Zhuo
2ec1340261
fix "Only TrueType fonts are supported. This is not a TrueType font."
9 years ago
Gang Zhuo
41c0c803cd
Merge pull request #326 from GangZhuo/issues-301
- Add an option for checking updates
- download updates automatically
9 years ago
Gang Zhuo
1d1c325ce1
fix UnitTest
9 years ago
Gang Zhuo
ab79dbce0e
Download updates automatically
9 years ago
Gang Zhuo
00ccb52bef
Add an option for checking updates
9 years ago
Gang Zhuo
204d6b856e
verbiage
9 years ago
Gang Zhuo
19085a3cd1
Update the hash function
follow with 5ae4df94e4
9 years ago
icylogic
efdc347d68
Merge branch 'master' into feature/statistics_ui
9 years ago
Gang Zhuo
ab1f366049
Combine libsscrypto.dll and libsslcrypto2.dll
9 years ago
Gang Zhuo
ff0bc37694
fix UnitTest
9 years ago
Gang Zhuo
eae3943556
reserve buffer for one-time auth
9 years ago
Gang Zhuo
ca8df1b51f
fix buffer size
9 years ago
Gang Zhuo
1564e9ff81
support onetime auth
9 years ago
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
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