celeron533
08f06f7177
Update CHANGES and bump version
7 years ago
celeron533
cb3afafd54
Update readme.md
7 years ago
celeron533
05df449826
Add notification message
7 years ago
celeron533
d0e692a491
Translation for SIP003
7 years ago
Allen Zhu
b0a2c2735b
Merge pull request #1336 from rwasef1830/use_job_for_sip003_plugin
Use job objects with SIP003 plugin to avoid lingering processes if app is killed
7 years ago
Raif Atef
f239244af2
Early start SIP003 plugins when reloading servers to avoid delay on first packet.
7 years ago
Raif Atef
a316b95f45
Logging for SIP003 start failure.
7 years ago
Raif Atef
cf5de91acb
Use job objects with SIP003 plugin to avoid lingering processes if app is killed.
7 years ago
Allen Zhu
71120e5c3e
Merge pull request #1298 from rwasef1830/sip003
SIP002 and SIP003 support.
7 years ago
Raif Atef
caa96ad334
Fix port range check and move Sip003Plugin.
7 years ago
Raif Atef
f04b497d79
SIP002 and SIP003 support
7 years ago
celeron533
ed31a3cab0
Update CHANGES and bump version
7 years ago
celeron533
081bbaf011
Fix #1301 . Configuration is not fully initialized and cause NullReferenceException crash
7 years ago
celeron533
0251130fa5
Socket.ConnectAsync() does not call SocketAsyncEventArgs.Completed when operation completed synchronously.
#1273
7 years ago
Jacob Zuo
f0b196c8c3
Fix "4.0.4 launch exception" error (PR #1232 )
7 years ago
celeron533
057b148092
Merge pull request #1227 from gitzhuoer/patch-2
Add .NET Framework 4.6.2 requirement
8 years ago
Zhuoer Dong
101c33d0f1
Update README.md
8 years ago
Syrone Wong
bbfc5d332d
Update CHANGES and bump version
Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
8 years ago
Syrone Wong
5d75e19c26
prefer to use aes-256-gcm in libsodium
which is hardware accelerated compared to AES-GCM in mbedtls
We have to drop this commit when mbedtls support hw-accelerated GCM
when compiling with MSVC
Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
8 years ago
Syrone Wong
816651ebdc
Save user wininet settings as another config file
8 years ago
Syrone Wong
44afefed71
Update CHANGES and bump version
Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
8 years ago
Syrone Wong
2eeebc29d7
Replace circular buffer with the blockcopy variant
to get rid of deep copy
- update NuGet pkg
Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
8 years ago
Ninedyz
0e01f8303c
update Japanese translation ( #1138 )
* Update ja.txt
* Update ja.txt
* Update ja.txt
Sorry for the multiple posts(´・ω・`)
* Update ja.txt
* Update ja.txt
8 years ago
Syrone Wong
2fcf843bba
libsodium: enable AVX2 for x86
Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
8 years ago
Syrone Wong
3b3a8c9077
fix legacy key derivation
8 years ago
Syrone Wong
60a5572808
update CHANGES and bump version
8 years ago
Syrone Wong
877644609b
spare enough space for UDP packet
8 years ago
Syrone Wong
54335d4889
capture non-whitespace chars for ss url tag
8 years ago
Syrone Wong
08f12b3b24
reduce port forwarder buffer size
8 years ago
Syrone Wong
1c8f4168cf
do not popup if we have fake Base64 strings
8 years ago
Syrone Wong
43672a8bda
allow to add multiple servers via ss url
invalid URLs will be ignored
8 years ago
Syrone Wong
1c899f5013
update CHANGES and bump version
8 years ago
Syrone Wong
d7e59699f7
fix appveyor link
8 years ago
Allen Zhu
84b69d3dff
Chart Refactor ( #1019 )
* Rename variable 'traffic' to 'trafficPerSecondQueue' and 'trafficInfoQueue'
* Remove class QueueLast<T> by using linq Queue.Last()
* Slight changes, such as rename, move several variables from function domain to class domain to improve performance.
Logic remains the same.
* Update the logic of copying queue from Controller to View.
* Move the TrafficInfo declaration into LogForm class
Overwise, the VS UI designer does not work.
8 years ago
Syrone Wong
805edb9809
add appveyor
8 years ago
Syrone Wong
e747805c36
drop OTA translations
8 years ago
Syrone Wong
7408a75f0e
drop OTA; add AEAD config
8 years ago
Syrone Wong
9ca61defe8
record user wininet settings and restore after use
8 years ago
Syrone Wong
3de14098d7
add AEAD support
8 years ago
Syrone Wong
317c64f47e
update NuGet packages
replace zxing with NuGet pkg
8 years ago
Allen Zhu
8cd66a682f
Merge pull request #1064 from celeron533/master
I18n Improvements (rework)
8 years ago
celeron533
a6db852e95
I18n. Rename language resources by using underscore.
8 years ago
celeron533
d8ccc9810e
I18n. Rename language resources
cn -> zh-CN
zh-tw -> zh-TW
jp -> ja
8 years ago
celeron533
6b6cf1516c
I18n. Uniform the EOL (end of line) style
Convert CF (Unix) to CRLF (Windows) in both Traditional Chinese and Japanese definitions.
8 years ago
celeron533
a372e9c66e
I18n. Fix typo
Remove unexpected empty lines of item [&View] in both Traditional Chinese and Japanese language definitions.
8 years ago
Allen Zhu
34ff3583bd
Merge pull request #1059 from JonasGao/master
add: language jp support
8 years ago
Jonas Gao
4abcdbfb28
add: language jp support
8 years ago
LNDDYL
d800ec7a0a
Update zh-TW translation ( #1021 )
8 years ago
Syrone Wong
e9ba34373b
Update CHANGES and bump version
Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
8 years ago
Syrone Wong
4c49f1b736
Make the previous portable mode as default
- change dir name to "ss_win_temp" to make things clear.
- throw any exception caught when creating temp folder
To workaround silly cleaning softwares and careless users.
Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
8 years ago