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
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
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
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
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
Bigtan
d23af40fa1
add statistics config translation
add statistics config translation
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
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
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
clowwindy
ddd46ed8c6
add HA
10 years ago
clowwindy
4afd5faf3f
add load balancing
10 years ago
clowwindy
f9f49552ae
add port check for 8123
10 years ago
clowwindy
95242208ec
UX fix
1. only enable menu items relevant to pac status
2. rename edit pac file into edit local pac file
3. users are allowed to enable online pac then input online pac url, not to input then enable
10 years ago
Gang Zhuo
532a53c971
revert
10 years ago
Gang Zhuo
00f57ee329
validate user input
10 years ago
Gang Zhuo
80dc5c0e90
remove not use message
10 years ago
Gang Zhuo
5f2ec3ccff
Use VB.NET InputBox instead of implement a message box
10 years ago
Gang Zhuo
f946b0d99c
fix I18N
10 years ago
Gang Zhuo
e0612854d6
support online pac, see https://github.com/shadowsocks/shadowsocks-csharp/issues/163
10 years ago
clowwindy
fcb0adfc3f
add comments in cn.txt
10 years ago
clowwindy
eb2e5cc242
add GUI for user rule support
10 years ago
clowwindy
138e4f0715
language
10 years ago
clowwindy
5eaa1b9e2b
encourage users to report to gfwlist
10 years ago
clowwindy
700cd3a7e7
show less detail
10 years ago
clowwindy
7cb863b0c2
update some menu title
10 years ago
clowwindy
f4007b685b
update name for share over lan
10 years ago
clowwindy
fb51f30fd9
rename Enable
10 years ago
clowwindy
40aded9571
refine error message
10 years ago
clowwindy
0f1aff24a5
try 5 different focus
10 years ago