Student Main
25bbd90f17
show message when cipher not exist
5 years ago
Allen Zhu
94f00f6b1b
Merge pull request #2783 from celeron533/nlog
Using NLog as the logger
No wrapper is used since we would use NLog for some time.
Currently the UI is not fully ready to select all log levels.
5 years ago
celeron533
e15cfacacd
Refind code and comments
5 years ago
celeron533
cc71e3009f
Update translation
5 years ago
Student Main
01e3b10f5e
deprecate unsafe encryption method
5 years ago
celeron533
1d0aa5881e
Working NLog with config file and "verbose log" option
5 years ago
celeron533
84c55d116d
WIP: Migrate to NLog
5 years ago
RK
af8977eb9b
Update i18n.csv
Added translation for "Statistics configuration" line.
5 years ago
RK
7686544bed
Merge branch 'master' into patch-1
5 years ago
Student Main
35950b9a58
Rename and translate title of statistics form. close #2768
5 years ago
RK
ff6863eb2e
i18n ru-RU
First version of Russian translation.
5 years ago
Student Main
6a3dfeff60
Write i18n.csv on demand
5 years ago
Student Main
43a05ecacb
translate Show Plugin Option
5 years ago
celeron533
e44cc54dbc
Using win32 native error code
Also update i18n
5 years ago
celeron533
1b77280f6d
Update .Net Framework i18n
5 years ago
Student Main
8325459cdc
read translation from disk
5 years ago
Student Main
a210888bd3
TranslateForm method, csv translation file
5 years ago
Student Main
9d14196a73
rename statistics window label, fix some translate
5 years ago
Student Main
1602804f77
Partially translate Statistics config
5 years ago
Student Main
3fe3f99d41
Init JS variable in more reliable and quick way, reduce redundant code
5 years ago
celeron533
36297b9132
Refine PAC resources
- Uncompress the text file for better version control
- Touch the PAC files in first place
5 years ago
celeron533
554203aa74
Merge pull request #2419 from Yifei0727/master
Support local IPv6 listener
# Conflicts:
# shadowsocks-csharp/Model/Configuration.cs
6 years ago
Yifei0727
f8fef5f909
add IPv6 support for tcp/dup/ and Privoxy
6 years ago
Stzx
62f40a7814
Update I18N file
Added Config Form hint text
6 years ago
celeron533
8a42d3c9d4
Exception for port assignment
When error code is SocketError.AccessDenied/10013(WSAEACCES), the port is reserved by system and you may not find the process name in `netstat`.
https://github.com/shadowsocks/shadowsocks-windows/issues/1835#issuecomment-453528715
6 years ago
Kevin2Law
aea690d356
feat: Add apply button for server configuration form.
6 years ago
celeron533
d4ae7b958e
Remove unused translations
6 years ago
Kevin2Law
8b610174a1
Add i18n resource.
6 years ago
rickryo
0d6c8bd0bc
add "basic access authentication" support for http proxy
6 years ago
Student Main
5791618ac5
Replace 'Arguement' to 'Argument'
6 years ago
Student Main
0433c12a85
correction names
6 years ago
Student Main
2079cab91d
Update zh_CN text
6 years ago
celeron533
780165b093
Update the embedded PAC file
6 years ago
celeron533
9ee988d9f1
Update the PAC javascript to support user rules in a better way
PAC will check the user rules first to find whether the URL should be connected via PROXY or DIRECT. If it does not match, then go to check GFWList rules.
6 years ago
celeron533
f75ffc06fc
Minor updates
6 years ago
Syrone Wong
172550b6ce
enlarge privoxy max client connections
Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
6 years ago
Syrone Wong
9911a173bc
update privoxy to 3.0.28
binary modified via OD with tray icon function calls bypassed
Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
6 years ago
StudentEx
572f53a77c
Remove zh-tw and ja localization string placeholder
6 years ago
StudentEx
36b626fbc0
Try to reset setting and retry when failed
6 years ago
StudentEx
060bbe1830
Refine sysproxy exception handling.
6 years ago
Soul Dark
b73dbd6be2
修正翻译(用词一致)
6 years ago
celeron533
2a93461498
Update translation
6 years ago
voq
f24c0e9872
Merge pull request #1130 from voq/master
Auto register hotkeys
6 years ago
Chen Shaoju
21ecdc6425
Optimal description ( #1924 )
* Update LogForm.cs
* Update ja.txt
* Update zh_CN.txt
* Update zh_TW.txt
* Update the control name
7 years ago
celeron533
79f33bc326
Simplify the temp folder mechanism: portable mode is back
- Portable mode ON: executable file's folder
- Portable mode OFF: current user's temp folder
7 years ago
Opportunity
70ec5df5b0
Add temp folder path selection ( #1827 )
* Translation
* Environment Variables support
7 years ago
celeron533
9439fc617a
Config form UI updates
* Add tooltips
* Translations
7 years ago
tltltltl
58f2c3937b
Update zh_TW.txt
change some translations
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
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