Escape html tag output from @py. Add /clientraw switch. Resolves #1369.

This commit is contained in:
Griatch 2019-03-30 23:01:28 +01:00
parent db3071356c
commit 6bd50543ff
3 changed files with 27 additions and 10 deletions

View file

@ -17,6 +17,8 @@ Update to Python 3
- Have the default Unloggedin-look command look for optional `connection_screen()` callable in
`mygame/server/conf/connection_screen.py`. This allows for more flexible welcome screens
that are calculated on the fly.
- `@py` command now defaults to escaping html tags in its output when viewing in the webclient.
Use new `/clientraw` switch to get old behavior (issue #1369).
### Web