kimw
84f14d71c9
clean up avoid log message on timeout and network cut off. it's useless but confuse users.
9 years ago
kimw
b813d9eebc
featured middle click on tray pops up log viewer
9 years ago
kimw
9194b0325f
avoid warning message while compile
9 years ago
kimw
64390d45ac
GetTempPath() now supports: return a full path with filename combined which pointed to the temporary directory
9 years ago
kimw
2cce646700
featured show bandwidth in log form's title
9 years ago
kimw
0b16ef7445
Merge upstream
# Conflicts:
# README.md
# shadowsocks-csharp/Controller/Service/AvailabilityStatistics.cs
# shadowsocks-csharp/Controller/Service/PACServer.cs
# shadowsocks-csharp/Controller/Strategy/SimplyChooseByStatisticsStrategy.cs
# shadowsocks-csharp/Data/cn.txt
# shadowsocks-csharp/Model/Configuration.cs
# shadowsocks-csharp/Model/LogViewerConfig.cs
# shadowsocks-csharp/View/LogForm.Designer.cs
# shadowsocks-csharp/View/LogForm.cs
# shadowsocks-csharp/View/MenuViewController.cs
9 years ago
Gang Zhuo
e76582c602
Merge pull request #405 from wongsyrone/chacha20-ietf
add chacha20-ietf support with updated libsscrypto
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
c539e027d7
support custom abp file
9 years ago
Gang Zhuo
3d49bc3128
delay check for updates
9 years ago
Gang Zhuo
805226024b
Merge pull request #400 from SuperHentai/master
Fix https://github.com/shadowsocks/shadowsocks-windows/issues/399
9 years ago
Kaguya
87c5b23e21
https://github.com/shadowsocks/shadowsocks-windows/issues/399
9 years ago
icylogic
0ffee0110a
Merge pull request #391 from icylogic/master
Fix #389
9 years ago
icylogic
e900ad30d7
Merge branch 'hotfix/check_usability'
9 years ago
icylogic
1196696ed7
fix #389 : crash on empty statistic data.
9 years ago
Gang Zhuo
961ca041b2
Fix bug
9 years ago
Gang Zhuo
dd0d047402
override MD5, so compatible with FIPS
9 years ago
Gang Zhuo
1097d4fc5b
remove space by trim()
9 years ago
Gang Zhuo
6838c9d605
Merge pull request #376 from 10people/master
Fix error in open log file in debug mode.
9 years ago
10people
d0e16dc658
Add debug log in network transfer.
9 years ago
10people
ca44b52593
Fix error in open log file in debug mode.
9 years ago
Gang Zhuo
8067a5bcec
Merge pull request #372 from ayanamist/ayanamist-patch-1
Update privoxy_conf.txt
9 years ago
ayanamist
ad75e4fd9c
Update privoxy_conf.txt
use __POLIPO_BIND_PORT__ to avoid potential port conflict
9 years ago
Gang Zhuo
d24548a04f
rm rc4 and table
9 years ago
icylogic
82b661e6a5
Merge pull request #345 from everyx/fix-ArgumentOutOfRangeException
fix ArgumentOutOfRangeException
9 years ago
everyx
1e9f1f3764
fix ArgumentOutOfRangeException
9 years ago
Gang Zhuo
8a6249c4a3
revert Newtonsoft.Json
9 years ago
Gang Zhuo
c532cce99d
small fix
9 years ago
Gang Zhuo
092d1168ff
start all instances on boot under portable model
9 years ago
Gang Zhuo
8bc9a7911b
remove reference of Newtonsoft.Json
9 years ago
Gang Zhuo
29d70acfb5
replace 'one_time_auth' to 'auth'
9 years ago
icylogic
6bccd24e81
Catch All Exception for GetStringAsync
9 years ago
icylogic
ad8a8c24e6
Merge pull request #340 from icylogic/feature/statistics_ui
Feature/statistics ui
9 years ago
icylogic
6550c04650
escape comma for csv;
prevent a bug
9 years ago
icylogic
426623c9f2
always notify user that a choice is made
9 years ago
icylogic
dcc751773c
tiny fix
9 years ago
icylogic
b9632f8636
basic statistics form UI
9 years ago
icylogic
4684af053e
Merge branch 'master' into feature/statistics_ui
9 years ago
Gang Zhuo
5c570fbb56
disable one-time auth when method is table or rc4
9 years ago
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