Fix-length log file date format, retain unix sort. Resolves #1721.

This commit is contained in:
Griatch 2019-03-31 22:45:19 +02:00
parent 690a11754d
commit 0a062517bd
2 changed files with 13 additions and 1 deletions

View file

@ -99,6 +99,8 @@ Web/Django standard initiative (@strikaco)
- OOB: Add support for MSDP LIST, REPORT, UNREPORT commands (re-mapped to `msdp_list`,
`msdp_report`, `msdp_unreport` inlinefuncs_)
- Added `evennia.ANSIString` to flat API.
- Server/Portal log files now cycle to names on the form `server_.log_19_03_08_` instead of `server.log___19.3.8`, retaining
unix file sorting order.
### Utils