破娃酱
5d479087a8
fix tls1.2_ticket_auth when it as a client
9 years ago
破娃酱
26b4d8bc18
Merge branch manyuser into dev
9 years ago
Dwwwwww
3014b0034c
Update README.md ( #169 )
Improve
9 years ago
Esdeath
bf443d72ec
refine add "glzjinmod" interface
glzjinmod support these key
9 years ago
破娃酱
31aaea603a
add "glzjinmod" interface
9 years ago
破娃酱
390be3bf8d
random ticket size for client only
9 years ago
破娃酱
e7a61a934f
ignore SIGPIPE
9 years ago
破娃酱
96760ed438
not display RST error
9 years ago
破娃酱
00a31285ed
encode protocol param to URL with -i
9 years ago
破娃酱
68693d5ec7
fix bug under py3
9 years ago
Esdeath
7cfbe49806
refine traffic log when redirect enable ( #163 )
9 years ago
破娃酱
9c794624e0
fix auth_aes128_* client side
9 years ago
破娃酱
ccacef1556
fix bug & update usage
9 years ago
破娃酱
75643635d4
change default setting
9 years ago
破娃酱
4048abaeff
refine user transfer
9 years ago
破娃酱
d4b7483ef0
modify mgr fast command
9 years ago
破娃酱
ad892e1223
let 'transfer_enable' be an integer
9 years ago
破娃酱
2de2a553d7
multi-user for mudbjson mode
9 years ago
破娃酱
588d8ad8b3
fix auth_aes128_* client side
9 years ago
破娃酱
278ce30c66
update mu online client manager
9 years ago
破娃酱
25c66dab14
bump
10 years ago
破娃酱
de67c11207
typo
10 years ago
破娃酱
4f52dffcc1
parse protocol_param in py3
10 years ago
破娃酱
cd825c9c2c
typo
10 years ago
noisyfox
e6410c067b
Don't clear file first when saving config file
10 years ago
noisyfox
f0b0a31baf
Revert commit fd9214b334
10 years ago
noisyfox
6d53546f6e
Use super() call
10 years ago
noisyfox
8777152ec9
Run db thread as daemon
so that all sub-thread will inherite this and be killed automatically if main thread crash
10 years ago
noisyfox
f05bea4e10
Fix crash on windows
10 years ago
noisyfox
0bf1e46ace
Update .gitignore
10 years ago
noisyfox
0f8dd36297
Add initcfg.bat for windows
10 years ago
noisyfox
498f71a21b
Save json config as utf8
10 years ago
noisyfox
490ae12128
Fix mujson_mgr.py crash when MUDB_FILE doesn't exist
10 years ago
noisyfox
84fd119f26
Fix mujson_mgr.py crash on windows
10 years ago
noisyfox
fd9214b334
Use space instead of tab for indent
see PEP8
10 years ago
破娃酱
b367ad0560
using '#' to split multi-user setting
10 years ago
破娃酱
0ca45be89d
update MU auth_aes128_* protocol
10 years ago
破娃酱
959aad3f41
multiuser in single port protocol
10 years ago
破娃酱
22ce739a45
update readme
10 years ago
破娃酱
7c6d059f0c
change default protocol to auth_aes128_md5
10 years ago
破娃酱
77155a5ee4
bump
10 years ago
破娃酱
5ae0c67965
add auth_sha1_v4_compatible
10 years ago
破娃酱
33862fa8d3
remove auth_sha1_v3
10 years ago
破娃酱
e63d1eafad
auth_sha1 & auth_sha1_v2 keep compatible, remove auth_sha1_v3
10 years ago
破娃酱
486c007928
change default protocol settings, refine auth_aes128_* for redir method
10 years ago
orvice
19d0034ba9
update README
10 years ago
破娃酱
9dfcfe0f7e
remove all compatible
10 years ago
破娃酱
349821221d
force pack some data in url
10 years ago
glzjin
5bd61e1bfb
refine redirect ( #147 )
refine redirect, forbidden list will not work when redirect rule work
10 years ago
glzjin
c7815a0ee8
Support redirect rule ( #145 )
Syntax:
match_hostname_regex:port(* means match all port)#redirect_dist_host:redirect_port
and in the config.json(user-config.json) redirect param should be a list,
for example
```
"redirect": ["*:8080#zhaoj.in:80","zhaojin97.cn:80#127.0.0.1:80","*#pku.edu.cn:80"]
```
This example means abnormal connection which connect to port 8080 will be redirected to zhaoj.in:80,and if there a http request with hostname zhaojin97.cn(you can set hosts file to test it) will be redirected to 127.0.0.1:80,and the rest of abnormal connection will be redirect to pku.edu.cn:80
10 years ago