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
Gang Zhuo
4bdd864d2f
Merge pull request #456 from wongsyrone/privoxy-3.0.24
update privoxy to 3.0.24
9 years ago
icylogic
a1ae4a6062
Merge pull request #457 from icylogic/feature/statistics_ui
feature/statistics ui
9 years ago
icylogic
65e12e43c9
make hints more friendly.
9 years ago
icylogic
11066b7581
in case of broken configs
9 years ago
icylogic
8f175c481e
filter out meanless data.
9 years ago
icylogic
e72822aac0
turn on optimization
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
icylogic
7914d704d9
finish basic calculation
9 years ago
icylogic
7a3f946913
fix databinding
9 years ago
icylogic
e0e0f646b0
fix the chart
9 years ago
icylogic
3b7cbf8020
fix weird logic for reading files.
9 years ago
icylogic
2086b5900d
Merge remote-tracking branch 'upstream/master' into feature/statistics_ui
# Conflicts:
# shadowsocks-csharp/Controller/Service/AvailabilityStatistics.cs
# shadowsocks-csharp/Controller/Strategy/StatisticsStrategy.cs
# shadowsocks-csharp/View/StatisticsStrategyConfigurationForm.cs
9 years ago
Gang Zhuo
ea43e2a72d
use ConcurrentDictionary instead of Dictionary
9 years ago
Gang Zhuo
3c8ff1c666
Merge pull request #438 from Licshee/using-StringEx
Using StringEx
9 years ago
Licshee
dbab0c1852
Merge branch 'master' into using-StringEx
9 years ago
Licshee
6f0c7af5c6
update dependencies
9 years ago
Licshee
0f075f67a2
.
9 years ago