celeron533
9439fc617a
Config form UI updates
* Add tooltips
* Translations
7 years ago
celeron533
b7e30318cd
Add plugin CLI arguments support
7 years ago
celeron533
2227595998
Update README.md
- Add section "Open Source Components / Libraries"
- Other minor changes
7 years ago
Allen Zhu
7fb75f27b1
Merge pull request #1769 from studentmain/master
[Fix] QRCodeSplashForm.cs无法在窗体设计工具中打开
7 years ago
Allen Zhu
78e46188f6
Merge pull request #1782 from tltltltl/patch-1
Update zh_TW.txt
7 years ago
tltltltl
58f2c3937b
Update zh_TW.txt
change some translations
7 years ago
Zch
81dcad5df5
fix #1768
Move PerPixelAlphaForm's code into QRCodeSplashForm to avoid 2 derived class of Form in same file.
Before: QRCodeSplashForm -> PerPixelAlphaForm -> Form
After: QRCodeSplashForm -> Form
7 years ago
celeron533
5a78ee9212
Add square bracket for SIP002 IPv6 (RFC3986)
7 years ago
Max Lv
4431610205
Merge pull request #1762 from celeron533/Server_IPV6_URL
Server address should not be encoded
7 years ago
celeron533
257448a80a
Misc
7 years ago
celeron533
c9ead3eee9
Server address should not be encoded
7 years ago
wzxjohn
226ad0cf50
Fix wrong splash on multi display ( #1729 )
Because the splash is already on the target display, the target rect doesn't need to calculate with the screen position.
7 years ago
Chen Shaoju
5138e43aff
"Allow Clients from LAN" Description & Translation optimization ( #1753 )
"Allow Clients from LAN" --> "Allow other Devices to connect"
7 years ago
celeron533
25c1d02395
Update CHANGES and bump version
7 years ago
celeron533
897934c233
Add comments in app.config
7 years ago
Allen Zhu
fdbd3a975b
Merge pull request #1732 from wongsyrone/patch-1
add official way to dump network tracing info
7 years ago
Syrone Wong
7fd9ce2bc3
add official way to dump network tracing info
just uncomment the specific node in app.config, no need to recompile
to take effect. It will be shipped as Shadowsocks.exe.config after built.
This is for debugging only.
7 years ago
Allen Zhu
c168af6975
Merge pull request #1725 from celeron533/master
add xchacha20-ietf-poly1305
7 years ago
Syrone Wong
3329291ab9
add xchacha20-ietf-poly1305
- update mbedtls to 2.7.0, use new md5 api
- update libsodium to 1.0.16
- static link to openssl 1.1.0g, check libsscrypto repo for detail
7 years ago
celeron533
1e04279d37
Update issue template
7 years ago
celeron533
20fa87ba89
Fix proxy bypass list #1674
7 years ago
celeron533
5db7c79407
Minor changes on Forward Proxy
7 years ago
HYec
85bd65e021
Only start the current server's plugin
7 years ago
HYec
7197e46b53
Close sockets before stop plugins
7 years ago
Allen Zhu
b2c0bba953
Merge pull request #1682 from chenshaoju/patch-1
Add new requirement
7 years ago
Chen Shaoju
d266ea2e39
fix
7 years ago
Chen Shaoju
a5b11aee34
Add new requirements
7 years ago
celeron533
e2b9822224
Update CHANGES and bump version
7 years ago
Allen Zhu
a12a70ccf0
Merge pull request #1671 from wongsyrone/master
Add OpenSSL 1.1.0g support due to hardware acceleration
7 years ago
Syrone Wong
b2645f9f0a
Fix bf-cfb name
Don't use Cname
7 years ago
Syrone Wong
4d4f1753c7
Add OpenSSL 1.1.0g support due to hardware acceleration
Note: If you want to compile it by yourself, please make sure
do NOT use `no-asm` configure option, since the main point of
this commit is to utilize assembly in openssl
Add OpenSSL test
7 years ago
celeron533
502397b5f9
Update nuget packages
7 years ago
celeron533
f042e91305
Minor changes
SIP003 server port validation
Year 2018
7 years ago
Allen Zhu
d1219bbfca
Merge pull request #1618 from hyec/master
Close sockets before stop plugins
Do not activate all servers' plugins at the same time
7 years ago
HYec
7564e79ede
Only start the current server's plugin
7 years ago
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