Syrone Wong
bb7171674b
Refine traditional Chinese translation again
Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
8 years ago
Syrone Wong
3b1ac7500f
typo
Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
8 years ago
Syrone Wong
2bebe515fa
Refine traditional Chinese translation
- Respect shadowsocks-android translation by @LNDDYL
- pretend to be native speaker
Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
8 years ago
破娃酱
da234ef857
add Traditional Chinese ( #698 )
* add Traditional Chinese
* fix a resource type
* fix the Traditional Chinese name of "address", "port", "screen", "Open Location"
8 years ago
Syrone Wong
cbc94e0eb7
Update privoxy to 3.0.26
Close #686
Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
8 years ago
Syrone Wong
acf7963de7
OTA is stable now
Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
8 years ago
Syrone Wong
3417a984fa
Change requirements
- Running on Windows Vista or above
Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
8 years ago
noisyfox
aef88543d2
Fix typo
Update translate
Signed-off-by: noisyfox <timemanager.rick@gmail.com>
8 years ago
Syrone Wong
2fafc52def
Refine encryption( #655 )
* Refine encryption
- Add AES-CTR, blowfish and camellia ciphers
aes-256-ctr
aes-192-ctr
aes-128-ctr
bf-cfb
camellia-128-cfb
camellia-192-cfb
camellia-256-cfb
- Merge the previous PolarSSL and MbedTLS
- Switch to MbedTLS's cipher layer functions
- Add workaround to set cipher operation(encrypt/decrypt)
Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
* Add function to get MbedTLS cipher context size
and drop hard-coded ctx sizes
Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
8 years ago
Syrone Wong
a9af9fdfc0
Refactor
- use null conditional access in case some connections been
cancelled unexpectedly and may cause null reference exception
- Refine error message
- use conditional operator to simplify some code
Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
8 years ago
Syrone Wong
a4fead74db
Update libsscrypto
- update libsodium to tagged 1.0.11
- update mbedtls to tagged 2.3.0
Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
8 years ago
Syrone Wong
93e7641446
Minor changes
- display user-friendly server name
- clarify proxy type
Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
8 years ago
Noisyfox He
6a3e06cdb3
Merge branch 'master' of https://github.com/shadowsocks/shadowsocks-windows.git into dev_proxy
# Conflicts:
# shadowsocks-csharp/Controller/Service/TCPRelay.cs
# shadowsocks-csharp/Controller/ShadowsocksController.cs
# shadowsocks-csharp/View/MenuViewController.cs
8 years ago
Syrone Wong
20b481ecfd
Merge PR #566 from @kimw( #646 )
8 years ago
Syrone Wong
fb3fcdb90d
Add verbose logging to log every connection
Note:
- Added a configuration entry, user should add this
by hand or reset from scratch.
Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
8 years ago
Syrone Wong
382c581365
apply I18N to traffic chart legend ( #636 )
Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
9 years ago
Syrone Wong
6a8a09983e
Merge fixes from @GangZhuo , close #478 ( #638 )
Squashed commit of the following:
commit e280c2385c
Merge: 579039f
87aa9eb
Author: Gang Zhuo <gang.zhuo@gmail.com>
Date: Wed Mar 16 04:02:27 2016 -0400
Merge remote-tracking branch 'origin/master'
commit 579039fe40
Author: Gang Zhuo <gang.zhuo@gmail.com>
Date: Fri Mar 4 21:45:23 2016 +0800
log unhandle exception
commit 8d863f1d5f
Author: Gang Zhuo <gang.zhuo@gmail.com>
Date: Fri Mar 4 21:44:54 2016 +0800
fix Availability Statistics
commit b3ce1c698a
Author: Gang Zhuo <gang.zhuo@gmail.com>
Date: Fri Mar 4 21:07:54 2016 +0800
tiny refactor
commit 0f7d39e27e
Merge: bd7078a
b01aced
Author: Gang Zhuo <gang.zhuo@gmail.com>
Date: Fri Mar 4 20:02:58 2016 +0800
Merge remote-tracking branch 'origin/master'
commit bd7078aa4f
Author: Gang Zhuo <gang.zhuo@gmail.com>
Date: Fri Mar 4 20:01:58 2016 +0800
tiny refactor
commit 49adb95b6e
Author: Gang Zhuo <gang.zhuo@gmail.com>
Date: Fri Mar 4 03:44:26 2016 -0500
log more Ping information for debug
commit 2aa0620ddd
Author: Gang Zhuo <gang.zhuo@gmail.com>
Date: Fri Mar 4 03:04:10 2016 -0500
reduce 3rd packages
[solve conflicts and squash to make history clean]
Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
9 years ago
noisyfox
2307c9515e
add proxy settings
9 years ago
Gang Zhuo
31f6864e20
Merge pull request #580 from wongsyrone/master
Simplify MD5 handling
9 years ago
Chen Shaoju
e217143c27
Update cn.txt (2)
Fix.
9 years ago
Chen Shaoju
7275eee88d
Update cn.txt
Use new string in https://github.com/shadowsocks/shadowsocks-windows/pull/592
9 years ago
Syrone Wong
89a9b49e35
Simplify MD5 handling
- use mbedtls_md5() instead
- update libsscrypto
Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
9 years ago
Gang Zhuo
4bdd864d2f
Merge pull request #456 from wongsyrone/privoxy-3.0.24
update privoxy to 3.0.24
9 years ago
icylogic
a99fef37d3
track multiple servers at the same time
Correct AvailabilityStatistics's behavior under special strategies like "LoadBalance", which may switch the server several times in a short period.
9 years ago
Syrone Wong
72046973ed
update privoxy to 3.0.24
The executable was modified based on official release version, which
prevents privoxy from showing tray icon.
jmp dword ptr [<&SHELL32.Shell_NotifyIconA>] => nop
This should close #455
Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
9 years ago
Bigtan
d23af40fa1
add statistics config translation
add statistics config translation
9 years ago
Syrone Wong
131c4940c6
add chacha20-ietf support with updated libsscrypto
ChaCha20 with an extended (96 bit) nonce and a 32-bit counter has
been implemented as crypto_stream_chacha20_ietf() from LibSodium 1.0.4
Please refer to https://tools.ietf.org/html/rfc7539 for details.
Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
9 years ago
Gang Zhuo
dd0d047402
override MD5, so compatible with FIPS
9 years ago
ayanamist
ad75e4fd9c
Update privoxy_conf.txt
use __POLIPO_BIND_PORT__ to avoid potential port conflict
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
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
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
Gang Zhuo
ab1f366049
Combine libsscrypto.dll and libsslcrypto2.dll
9 years ago
Gang Zhuo
1564e9ff81
support onetime auth
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
kimw
feaf7f70d0
fix translation typo
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
ab38538b34
allow multiple instances
9 years ago
clowwindy
7d2c292034
prevent privoxy from showing tray icon
9 years ago
clowwindy
fdf91705ac
minor fixes
9 years ago
clowwindy
4e01a40dd8
replace polipo with privoxy
9 years ago
icylogic
40cb772823
adjust description
10 years ago
icylogic
0e4f0f17cd
Add availability statistics service and a simple strategy
Strategy: Simply Choose By Statistics
10 years ago