HYec
511feb2e31
Close sockets before stop plugins
7 years ago
celeron533
647f986003
Avoid raise FileSystemWatcher event twice
When saving user-rule.txt file, some text editors can raise FileSystemWatcher event twice.
The 1st time is blank content, then the 2nd time is the modified content.
7 years ago
celeron533
8cd64d4022
Reuse the PAC file merge procedure
7 years ago
Allen Zhu
7021edd61f
Merge pull request #1564 from jinliming2/user-rule
Put user rules at the begin of the PAC file.
7 years ago
Allen Zhu
f7cd2390b2
Merge pull request #1568 from wongsyrone/patch-1
Close connection if received zero bytes
7 years ago
Syrone Wong
218925e191
Close connection if received zero bytes
This might fix 500 Privoxy Internal Error: no-server-data
7 years ago
Liming Jin
dc718a583b
Put user rules at the begin of the PAC file.
Fix : #1468
Enhance: 46d40fec67
7 years ago
celeron533
0c877a76c6
Update CHANGES and bump version
7 years ago
celeron533
c24714e168
Simplify SystemEvents_PowerModeChanged()
7 years ago
celeron533
46d40fec67
Add the UserRule at the beginning of PAC file
7 years ago
Allen Zhu
aacc4edf69
Merge pull request #1438 from SharerMax/master
Add option to show password
7 years ago
SharerMax
acc192df34
Remove useless code
7 years ago
SharerMax
eae0b1cfac
Add option to show password
7 years ago
Allen Zhu
63980b3a12
Merge pull request #1406 from celeron533/SIP002_Refine
Sip002 refine
7 years ago
celeron533
a4c4967f5f
Rename GetQRCode() to GetServerURL()
7 years ago
celeron533
55c19187c7
Refine URL parser
- Bring back the legacy parser
- Refine SIP002 logic
7 years ago
celeron533
7c73aaa1cf
Append more test cases for ParseShadowsocksUrlTest
7 years ago
celeron533
77a93a9140
Fix the issue "unable to add server from URL"
Base64 code ended with '=' cause the Uri invalid to parse.
Simplified the logic.
7 years ago
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