Student Main
a44f810890
Reformatting some string literals
5 years ago
Student Main
3fe3f99d41
Init JS variable in more reliable and quick way, reduce redundant code
5 years ago
celeron533
7030c380a1
Refine PAC server
- Split the file operations to new PACDaemon
- More precise matching logic for handling PAC content http request
5 years ago
Yifei0727
5c0ce2159b
add jsonignore for param localHost
6 years ago
Yifei0727
58c914d8ed
add Pac support for IPv6
6 years ago
celeron533
98538e32c0
Code cleanup
6 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
noisyfox
76fbd808e3
Add menu item to copy local pac url
8 years ago
noisyfox
4b067346bf
Refine random string generate.
8 years ago
noisyfox
983c1adb28
Check secret in PACServer
8 years ago
noisyfox
22d8cdeff7
Add secret in local pac url.
8 years ago
noisyfox
41827f283e
Refine code
8 years ago
Syrone Wong
f70b177e56
Misc
Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
8 years ago
noisyfox
ed54b249db
Close services while closing listener.
Now it will close all existing TCP relay connections
while reloading the listener.
Signed-off-by: noisyfox <timemanager.rick@gmail.com>
8 years ago
kimw
1ee07d196a
save bandwidth in config file per shadowsocks server
9 years ago
kimw
22accf4a90
reformated source code
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
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
c539e027d7
support custom abp file
9 years ago
kimw
0a733c61b8
fixed: standardize Logging usage
1. Add Logging.Info()
2. Console.WriteLine() -> Logging.Info()
3. Console.WriteLine() in exceptions -> Logging.LogUsefulException()
9 years ago
kimw
1280f43878
fixed: file changes event triggers twice
9 years ago
kimw
b2c2d05c94
support auto check `user-rule.txt`'s change, and update the PAC file.
Note: This is a dirty hack.
9 years ago
kimw
758c497eba
same the source code format.
1/ removed dual empty line
2/ removed tailing spaces
3/ converted tabs into spaces
4/ added some TODO comments
9 years ago
clowwindy
71bd0d2b5a
improve user experience for some users
9 years ago
clowwindy
4afd5faf3f
add load balancing
10 years ago