rom24-quickmud-python 2.14.264__py3-none-any.whl → 2.14.268__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- mud/admin_logging/admin.py +3 -3
- {rom24_quickmud_python-2.14.264.dist-info → rom24_quickmud_python-2.14.268.dist-info}/METADATA +3 -3
- {rom24_quickmud_python-2.14.264.dist-info → rom24_quickmud_python-2.14.268.dist-info}/RECORD +7 -7
- {rom24_quickmud_python-2.14.264.dist-info → rom24_quickmud_python-2.14.268.dist-info}/WHEEL +0 -0
- {rom24_quickmud_python-2.14.264.dist-info → rom24_quickmud_python-2.14.268.dist-info}/entry_points.txt +0 -0
- {rom24_quickmud_python-2.14.264.dist-info → rom24_quickmud_python-2.14.268.dist-info}/licenses/LICENSE +0 -0
- {rom24_quickmud_python-2.14.264.dist-info → rom24_quickmud_python-2.14.268.dist-info}/top_level.txt +0 -0
mud/admin_logging/admin.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
from __future__ import annotations
|
|
2
2
|
|
|
3
|
-
from datetime import
|
|
3
|
+
from datetime import datetime, timezone
|
|
4
4
|
from pathlib import Path
|
|
5
5
|
from typing import TYPE_CHECKING
|
|
6
6
|
|
|
@@ -100,7 +100,7 @@ def log_admin_command(
|
|
|
100
100
|
"""
|
|
101
101
|
|
|
102
102
|
Path("log").mkdir(exist_ok=True)
|
|
103
|
-
timestamp = datetime.now(
|
|
103
|
+
timestamp = datetime.now(timezone.utc).isoformat().replace("+00:00", "Z")
|
|
104
104
|
sanitized = _sanitize_command_line(command_line)
|
|
105
105
|
if character is not None:
|
|
106
106
|
try:
|
|
@@ -132,7 +132,7 @@ def rotate_admin_log(today: datetime | None = None) -> Path:
|
|
|
132
132
|
active = log_dir / "admin.log"
|
|
133
133
|
if not active.exists():
|
|
134
134
|
return active
|
|
135
|
-
dt = today or datetime.now(
|
|
135
|
+
dt = today or datetime.now(timezone.utc)
|
|
136
136
|
dated = log_dir / f"admin-{dt.strftime('%Y%m%d')}.log"
|
|
137
137
|
# Avoid clobbering: if dated file exists, append current log and remove active
|
|
138
138
|
if dated.exists():
|
{rom24_quickmud_python-2.14.264.dist-info → rom24_quickmud_python-2.14.268.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: rom24-quickmud-python
|
|
3
|
-
Version: 2.14.
|
|
3
|
+
Version: 2.14.268
|
|
4
4
|
Summary: A modern Python port of the ROM 2.4b6 MUD engine with full telnet server and JSON world loading
|
|
5
5
|
Author-email: Mark Jedrzejczyk <mark.jedrzejczyk@gmail.com>
|
|
6
6
|
Maintainer-email: Mark Jedrzejczyk <mark.jedrzejczyk@gmail.com>
|
|
@@ -59,7 +59,7 @@ Dynamic: license-file
|
|
|
59
59
|
|
|
60
60
|
# QuickMUD - A Modern ROM 2.4 Python Port
|
|
61
61
|
|
|
62
|
-
[](https://github.com/Nostoi/rom24-quickmud-python)
|
|
63
63
|
[](https://www.python.org/downloads/)
|
|
64
64
|
[](https://opensource.org/licenses/MIT)
|
|
65
65
|
[](https://github.com/Nostoi/rom24-quickmud-python)
|
|
@@ -228,7 +228,7 @@ python -m mud # Start development server
|
|
|
228
228
|
**Stage: parity beta** — feature-complete and playable; parity fidelity is being
|
|
229
229
|
systematically hardened toward ROM-exact behavioral equivalence.
|
|
230
230
|
|
|
231
|
-
- **Version**: 2.14.
|
|
231
|
+
- **Version**: 2.14.268
|
|
232
232
|
- **Playability**: ✅ All 255 ROM commands implemented. Combat, spells, skills,
|
|
233
233
|
movement, shops, mob programs, OLC building, and admin tools work and pass their
|
|
234
234
|
tests. You can run a server and play today.
|
{rom24_quickmud_python-2.14.264.dist-info → rom24_quickmud_python-2.14.268.dist-info}/RECORD
RENAMED
|
@@ -19,7 +19,7 @@ mud/account/__init__.py,sha256=wwII0DQSMn6E8qGwukIw8is-7JEW7z-UDd6qdZDpSYU,1856
|
|
|
19
19
|
mud/account/account_manager.py,sha256=Ud1-nE55wfsTYokZ3i7dSNle9Hc7I7D0jllUOKMSSic,15449
|
|
20
20
|
mud/account/account_service.py,sha256=OmJ2CogFMZz4O7RI-THajyA5Pu5vn5Q8GCfcBXQpAh0,40597
|
|
21
21
|
mud/admin_logging/__init__.py,sha256=3W8Z1S7Dg-AtDTKPQIzuqL4_OojeyuAOryGH6BKozcg,40
|
|
22
|
-
mud/admin_logging/admin.py,sha256=
|
|
22
|
+
mud/admin_logging/admin.py,sha256=Gn99H4eORIt2KFt1zF7L4yEI0x5Cw1EYc7xoq4uo4NA,5280
|
|
23
23
|
mud/admin_logging/agent_trace.py,sha256=j1rtrINBp2RIB9BRGXK0awHTH8_nvSu4Co18zmdOU2w,359
|
|
24
24
|
mud/affects/engine.py,sha256=JtLaYZUyfm0hPJBmI-7-YcPOtcciGxsJGcz6d5utyrk,6690
|
|
25
25
|
mud/affects/saves.py,sha256=oiHYUagVbF3MLjYqLMAnUui_qYGr1zoUNsqDAhI2xKQ,5246
|
|
@@ -219,9 +219,9 @@ mud/world/obj_find.py,sha256=wVF3KlcEm4Bc4GiQZs4yWH5Ih87F-JSM7MtVI8cZEJs,5277
|
|
|
219
219
|
mud/world/time_persistence.py,sha256=GfhVr6H86Q4YXkeGhhgVAfm5s3ZBT8bF6K_zwqKRkAc,1663
|
|
220
220
|
mud/world/vision.py,sha256=Z7uDNjer2C6-VxlQp35wJO-FpaRiUIj5D1IkLq0wZ6g,12965
|
|
221
221
|
mud/world/world_state.py,sha256=58GTFAZ70d0Xp1FC8pU4PPJv5KlYI9Kmy_xeXoerfTo,9310
|
|
222
|
-
rom24_quickmud_python-2.14.
|
|
223
|
-
rom24_quickmud_python-2.14.
|
|
224
|
-
rom24_quickmud_python-2.14.
|
|
225
|
-
rom24_quickmud_python-2.14.
|
|
226
|
-
rom24_quickmud_python-2.14.
|
|
227
|
-
rom24_quickmud_python-2.14.
|
|
222
|
+
rom24_quickmud_python-2.14.268.dist-info/licenses/LICENSE,sha256=anQ2j9As6sIC8tZgQCXbo0-09JDH9vPiqhA9djnOvkY,1078
|
|
223
|
+
rom24_quickmud_python-2.14.268.dist-info/METADATA,sha256=nJb-RkqIZqsGHW-FVnnmknHdadodbBRN209F4O_cF1c,19675
|
|
224
|
+
rom24_quickmud_python-2.14.268.dist-info/WHEEL,sha256=K260EYznzXsJYBQGqmI8VTxEdiZYNvDZwW9cBh9-_MA,91
|
|
225
|
+
rom24_quickmud_python-2.14.268.dist-info/entry_points.txt,sha256=VFru08UQTXZA_CkK-NBjJmWHyEX5a3864fQHjhaojbw,41
|
|
226
|
+
rom24_quickmud_python-2.14.268.dist-info/top_level.txt,sha256=Fk1WPmabIIjp7_iZXLYpbAVqiq7lG7TeAHt30AsOKtQ,4
|
|
227
|
+
rom24_quickmud_python-2.14.268.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rom24_quickmud_python-2.14.264.dist-info → rom24_quickmud_python-2.14.268.dist-info}/top_level.txt
RENAMED
|
File without changes
|