Syrone Wong
20b481ecfd
Merge PR #566 from @kimw( #646 )
8 years ago
Syrone Wong
d3acb3e681
Refine verbose logging handling
I can't wait until PR #604 get merged, do it manually.
Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
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
Allen Zhu
c8f8ff5277
Fix the System.ObjectDisposedException when closing the LogForm. ( #641 )
This exception is caused by processing Invoke Action while trafficChart is already disposed.
=====
Exception reproduce frequency: RARE. Once triggered, ShadowSocks crashes.
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
f21c534704
minor changes
Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
9 years ago
Syrone Wong
0494f95fbb
Merge branch 'log_connect_to' of https://github.com/kimw/shadowsocks-windows into kimw-log_connect_to
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
Allen Zhu
b0f71c43f5
Add traffic chart and traffic icon support ( #595 )
* Implement the line chart on Log View window for inbound/outbound traffic per second
* Implement dynamic tray icon to indicate Inbound and Outbound
* Refine linechart
* Bugfix for dynamic icon
* Refine chart presentation
* Change the data points' type for more accurate calculation
* Tweak inbound/outbound indicator image for tray icon
9 years ago
noisyfox
4a1aa01a4f
Enable proxy switch
9 years ago
noisyfox
9493f93c0f
Add Socks5 Proxy
9 years ago
noisyfox
95d4e3a0c0
Add proxy support
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
Gang Zhuo
977ae5c513
Merge pull request #593 from chenshaoju/patch-1
Update cn.txt
9 years ago
Gang Zhuo
0b0edb31d1
Merge pull request #592 from Arthur2e5/patch-1
"Server IP" -> "Server Addr"
9 years ago
Chen Shaoju
e217143c27
Update cn.txt (2)
Fix.
9 years ago
Gang Zhuo
d310377c49
Merge pull request #551 from kimw/disable_statistics
Disable StatisticsStrategy by default.
9 years ago
Gang Zhuo
39bdb34892
Merge pull request #565 from kimw/fix_password_mask
fixed password mask
9 years ago
Chen Shaoju
7275eee88d
Update cn.txt
Use new string in https://github.com/shadowsocks/shadowsocks-windows/pull/592
9 years ago
Mingye Wang
5916592234
"Server IP" -> "Server Addr"
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
kimw
f9296b49b1
clean up buggy parameter.
Replaced SocketFlags.None (an enum which euqals 0) from zero.
9 years ago
kimw
ff04a2a18a
clean up code in C# 6
9 years ago
kimw
0cee110e59
renamed private properties with prefix underline
9 years ago
kimw
4b3ec38691
featured print "connect to hostname:port" to log
9 years ago
kimw
ba7bfc4a82
fixed code indent
9 years ago
kimw
3f8d5b415b
fixed password mask
9 years ago
Gang Zhuo
f9499e7945
Merge pull request #538 from Mygod/master
Support one-time authentication in ss urls for sharing
9 years ago
kimw
13e125d364
bump up version
9 years ago
kimw
5b1cf36a67
Disable StatisticsStrategy by default.
9 years ago
Mygod
9c7b100f2b
Support one-time authentication in ss urls for sharing
This commit implements the new ss protocol proposed here:
https://github.com/shadowsocks/shadowsocks-org/issues/16
Also removes a TODO in Server.cs. You are welcome.
9 years ago
Gang Zhuo
87aa9ebea0
Merge pull request #496 from everyx/feature#490
Feature #490 We can get proxy state according to tray icon color
9 years ago
everyx
c1fd3f3035
take @laincat's advice
9 years ago
everyx
22d081f72e
improve tray icon color
9 years ago
everyx
45aaaa6ed9
update function name
9 years ago
everyx
1d5854dfa7
feature #490
9 years ago
Gang Zhuo
b01aced174
Merge pull request #473 from GangZhuo/master
Minor fixes
9 years ago
Gang Zhuo
3da00178de
better way to kill privoxy
9 years ago
Gang Zhuo
4325b7f6f9
fix https://github.com/shadowsocks/shadowsocks-windows/issues/466
9 years ago
Gang Zhuo
40d208e3c2
Merge pull request #464 from GangZhuo/master
not check update when no configuration
9 years ago
Gang Zhuo
5aff8c3c48
update project file
9 years ago
Gang Zhuo
93b9e1b158
remove debug code
9 years ago
Gang Zhuo
eaad4836b5
fix issue#461
9 years ago
Gang Zhuo
87ff1c158d
fix first run check update
9 years ago
Gang Zhuo
0b59fcb8c9
Merge pull request #460 from GangZhuo/master
Conditional compile
9 years ago
Gang Zhuo
a486514afb
Conditional compile
9 years ago
Gang Zhuo
079e9e248d
Update CHANGES
9 years ago
Gang Zhuo
5d14999988
Merge pull request #458 from GangZhuo/master
bump 3.0
9 years ago
Gang Zhuo
a9589dba8b
bump 3.0
9 years ago