noisyfox
|
2a0dd88525
|
Add import URL from clipboard
|
8 years ago |
noisyfox
|
5650b1d847
|
Use compiled regex
|
8 years ago |
noisyfox
|
b972cb250b
|
Don't zoom QRCode
|
8 years ago |
noisyfox
|
f363b94fd6
|
Show ss URL in QRCode form
|
8 years ago |
noisyfox
|
a08993519f
|
Handle request line correctlly
This coudl fix #937
|
8 years ago |
noisyfox
|
8a68a3515b
|
Check server url before saving it
Don't clear the textbox, focus it instead. We want the user to see the wrong input instead of a blank textbox.
|
8 years ago |
noisyfox
|
76fbd808e3
|
Add menu item to copy local pac url
|
8 years ago |
noisyfox
|
557c797a9a
|
Refine code
|
8 years ago |
noisyfox
|
ac45b44c09
|
Update CHANGES and bump version
|
8 years ago |
noisyfox
|
c0299090c4
|
Merge branch 'proxy_dev'
|
8 years ago |
noisyfox
|
de4a2f862b
|
Update global proxy bypass list
|
8 years ago |
noisyfox
|
430137495c
|
Always use {}
|
8 years ago |
noisyfox
|
566a0fcfa5
|
Logging exception
|
8 years ago |
noisyfox
|
2c15520230
|
Remove unnecessary volatile
|
8 years ago |
noisyfox
|
9cdb71875a
|
Typo and refine code
|
8 years ago |
noisyfox
|
b04c59d8e6
|
http -> shadowsocks protocol directly
No more http->socks5 transform.
|
8 years ago |
noisyfox
|
f2b8e91f81
|
Reuse buffer from first pakcage
Remove some debug output
|
8 years ago |
noisyfox
|
d1e8f38767
|
Better host parse
|
8 years ago |
noisyfox
|
f9e39fdd1d
|
Refine header parse
|
8 years ago |
noisyfox
|
5ba0dffa5d
|
First working built-in http proxy
|
8 years ago |
noisyfox
|
0d4d01af3b
|
Remove privoxy
|
8 years ago |
noisyfox
|
a61b10bb67
|
Allow LineReader to start with a first package
|
8 years ago |
noisyfox
|
be3cc3f3a6
|
Rename Shadowsocks.Proxy -> Shadowsocks.ForwardProxy
|
8 years ago |
noisyfox
|
5c5f753721
|
Use external agents to set system proxy.
This fix the proxy issue on win10 insider preview.
|
8 years ago |
noisyfox
|
264b91d6b0
|
Fix a problem that forward proxy settings are saved twice
Fix #926
|
8 years ago |
noisyfox
|
4b067346bf
|
Refine random string generate.
|
8 years ago |
noisyfox
|
9e51b4a41b
|
Add translation
|
8 years ago |
noisyfox
|
983c1adb28
|
Check secret in PACServer
|
8 years ago |
noisyfox
|
22d8cdeff7
|
Add secret in local pac url.
|
8 years ago |
noisyfox
|
b6cd8e0750
|
Update CHANGES and bump version
|
8 years ago |
noisyfox
|
cc6f77efa5
|
Refine code
|
8 years ago |
noisyfox
|
65b9c9f5fa
|
Allow check pre-release version
|
8 years ago |
Syrone Wong
|
1e7a8de34a
|
Fix privoxy listening port conflict (#920)
Let TCP stack find a free port for us
Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
|
8 years ago |
Syrone Wong
|
355ab0e63d
|
Use UTF-8 encoding for optional tag in ss url (#918)
Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
|
8 years ago |
Syrone Wong
|
6d01cb074e
|
Add optional tag support for ss url (#917)
Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
|
8 years ago |
noisyfox
|
17c60bf9cc
|
Don't UpdateSystemProxy before SaveConfig.
Otherwise we will update proxy twice.
|
8 years ago |
noisyfox
|
41827f283e
|
Refine code
|
8 years ago |
noisyfox
|
e7b559f1da
|
Refine code
|
8 years ago |
noisyfox
|
63816ccdd1
|
Fix hotkey unregister issue.
Use singleton mode for hotkey callbacks.
|
8 years ago |
noisyfox
|
206e0b8cb5
|
Fix a null ref
if user manually deleted the whole 'configs' field in gui-config.json.
Which won't crash the app but will lost all other configs.
|
8 years ago |
noisyfox
|
86eeba3b7d
|
Fix crash while showing config dialog.
If user manually deleted servers from gui-config.json
|
8 years ago |
noisyfox
|
6df3250a9f
|
Fix crash on startup when user manually deleted servers from gui-config.json
|
8 years ago |
Syrone Wong
|
c25e70e888
|
hotkey: Refine system proxy mode switching logic
Merge 'Switch to PAC' and 'Switch to Global'
Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
|
8 years ago |
noisyfox
|
964f681d3b
|
Fix default font error.
|
8 years ago |
noisyfox
|
b63bab0d1a
|
Refine LogViewerConfig. Don't store window size in main settings file
|
8 years ago |
noisyfox
|
4b49431800
|
Parse dest address before connect to SS server.
This gives us the possibility to chose SS server based on dest address.
|
8 years ago |
noisyfox
|
cfc6e674da
|
Catch and log known exceptions in SystemProxy
|
8 years ago |
noisyfox
|
0101aa3741
|
Merge branch 'master' of https://github.com/shadowsocks/shadowsocks-windows
|
8 years ago |
Syrone Wong
|
abcf3004ac
|
Detach static event handler before exiting
I hope this is the last one.
Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
|
8 years ago |
Syrone Wong
|
199c204b5d
|
Misc
- detach event handler before exiting
- eliminate UI and non-UI exception handling race
- rework exception message
Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
|
8 years ago |