diff --git a/docs/source/Coding/Changelog.md b/docs/source/Coding/Changelog.md index 0ddffe466f..830a97766c 100644 --- a/docs/source/Coding/Changelog.md +++ b/docs/source/Coding/Changelog.md @@ -2,11 +2,55 @@ ## Main branch +- Security dependency updates: Django >5.2.8 (<5.3), Django RestFramework 3.16 +- [Feat][pull3599]: Make at_pre_cmd +- [Fix]: API /openapi/setattribute endpoints were both POST and PUT, causing schema + errors; now changed to PUT only. (Griatch) - [Fix][pull3799]: Fix typo in `basic_tc.py` contrib for beginner tutorial (Tharic99) +- [Fix][pull3806]: EvMore wouldn't pass Session to next cmd when exiting (gas-public-wooden-clean) +- [Fix][pull3809]: Admin page - Repair link to Account button (UserlandAlchemist) +- [Fix][pull3811]: Website login banner shows before login attempt (UserlandAlchemist) +- [Fix][pull3817]: `ingame_reports` i18n fix (peddn) +- [Fix][pull3818]: Update spawn hook to use `new_prototype` (InspectorCaracal) +- [Fix][pull3815]: Performance improvement in large cmdset mergers (blongden) +- [Fix][pull3831]: Performance optimization in ANSIString, performance boost for large colored + strings (count-infinity) +- [Fix][pull3832]: Fix typo in prototype causing homogenized locks to use + fallbacks incorrectly (count-infinity) +- [Fix][pull3834]: Fix so `$obj(#123)` inline function works in prototype spawning (count-infinity) +- [Fix][pull3836]: Correctly handling calling `create_object` with `key=None` (count-infinity) +- [Fix][pull3852]: Django 5.2+ was not properly detected. Fixing distutils being + removed in py3.12 for new installs (count-infinity) +- [Fix][pull3845]: Fix exponential ANSI markup explosions when slicing + ANSIString after reset (speeds up EvForm other string ops, fixes compatibility) (count-infinity) +- [Fix][pull3853]: Properly handle multimatch separations with native dashes, like + 't-shirt-1' (count-infinity) +- [Doc][pull3801]: Move Evennia doc build system to latest Sphinx/myST + (PowershellNinja, also honorary mention to electroglyph) - [Doc][pull3800]: Describe support for Telnet SSH in HAProxy documentation (holl0wstar) +- [Doc][pull3825]: Update Portuguese translation (marado) +- [Doc][pull3826]: Fix broken links in README (marado) +- Docs: marado, Griatch, Hasna878, count-infinity -[pull3799]: https://github.com/evennia/evennia/issues/3799 -[pull3800]: https://github.com/evennia/evennia/issues/3800 +[pull3799]: https://github.com/evennia/evennia/pull/3799 +[pull3800]: https://github.com/evennia/evennia/pull/3800 +[pull3801]: https://github.com/evennia/evennia/pull/3801 +[pull3806]: https://github.com/evennia/evennia/pull/3806 +[pull3809]: https://github.com/evennia/evennia/pull/3809 +[pull3811]: https://github.com/evennia/evennia/pull/3811 +[pull3815]: https://github.com/evennia/evennia/pull/3815 +[pull3817]: https://github.com/evennia/evennia/pull/3817 +[pull3818]: https://github.com/evennia/evennia/pull/3818 +[pull3825]: https://github.com/evennia/evennia/pull/3825 +[pull3826]: https://github.com/evennia/evennia/pull/3826 +[pull3831]: https://github.com/evennia/evennia/pull/3831 +[pull3832]: https://github.com/evennia/evennia/pull/3832 +[pull3834]: https://github.com/evennia/evennia/pull/3834 +[pull3836]: https://github.com/evennia/evennia/pull/3836 +[pull3599]: https://github.com/evennia/evennia/pull/3599 +[pull3852]: https://github.com/evennia/evennia/pull/3852 +[pull3853]: https://github.com/evennia/evennia/pull/3853 +[pull3854]: https://github.com/evennia/evennia/pull/3853 ## Evennia 5.0.1 @@ -31,10 +75,10 @@ This upgrade requires running `evennia migrate` on your existing database - Feat (backwards incompatible): RUN MIGRATIONS (`evennia migrate`): Now requiring Django 5.1 (Griatch) - Feat (backwards incompatible): Drop support and testing for Python 3.10 (Griatch) -- [Feat][pull3719]: Support Python 3.13. (0xDEADFED5) +- [Feat][pull3719]: Support Python 3.13. (electroglyph) - [Feat][pull3633]: Default object's default descs are now taken from a `default_description` class variable instead of the `desc` Attribute always being set (count-infinity) -- [Feat][pull3718]: Remove twistd.bat creation for Windows, should not be needed anymore (0xDEADFED5) +- [Feat][pull3718]: Remove twistd.bat creation for Windows, should not be needed anymore (electroglyph) - [Feat][pull3756]: Updated German translation (JohnFi) - [Feat][pull3757]: Add more i18n strings to `DefaultObject` for easier translation (JohnFi) - [Feat][pull3783]: Support users of `ruff` linter by adding compatible config in `pyproject.toml` (jaborsh) @@ -50,8 +94,8 @@ This upgrade requires running `evennia migrate` on your existing database - [Fix][pull3690]: In searches, allow special 'here' and 'me' keywords only be valid queries unless current location and/or caller is in valid search candidates respectively (InspectorCaracal) - [Fix][pull3694]: Funcparser swallowing rest of line after a `\`-escape (count-infinity) -- [Fix][pull3705]: Properly serialize `IntFlag` enum types (0xDEADFED5) -- [Fix][pull3707]: Correct links in `about` command (0xDEADFED5) +- [Fix][pull3705]: Properly serialize `IntFlag` enum types (electroglyph) +- [Fix][pull3707]: Correct links in `about` command (electroglyph) - [Fix][pull3710]: Clean reduntant session clearin in `at_server_cold_start` (InspectorCaracal) - [Fix][pull3711]: Usability improvements in the Discord integration (InspectorCaracal) - [Fix][pull3721]: Avoid loading cmdsets that don't need to be checked, avoiding @@ -67,7 +111,7 @@ This upgrade requires running `evennia migrate` on your existing database - [Fix][pull3743]: Log full stack trace on failed object creation (aMiss-aWry) - [Fix][pull3747]: TutorialWorld bridge-room didn't correctly randomize weather effects (SpyrosRoum) - [Fix][pull3765]: Storing TickerHandler `store_key` in a db attribute would not - work correctly (0xDEADFED5) + work correctly (electroglyph) - [Fix][pull3753]: Make sure `AttributeProperty`s are initialized with default values also in parent class (JohnFi) - [Fix][pull3751]: The `access` and `inventory` commands would traceback if run on a character without an Account (EliasWatson) - [Fix][pull3768]: Make sure the `CmdCopy` command copies object categories, @@ -82,7 +126,7 @@ This upgrade requires running `evennia migrate` on your existing database it caused an OnDemandHandler save error on reload. Will now clean up on save. (Griatch) used as the task's category (Griatch) - Fix: Correct aws contrib's use of legacy django string utils (Griatch) -- [Docs]: Fixes from InspectorCaracal, Griatch, ChrisLR, JohnFi, 0xDEADFED5, jaborsh, Problematic, BlaneWins +- [Docs]: Fixes from InspectorCaracal, Griatch, ChrisLR, JohnFi, electroglyph, jaborsh, Problematic, BlaneWins [pull3633]: https://github.com/evennia/evennia/pull/3633 [pull3677]: https://github.com/evennia/evennia/pull/3677 @@ -204,7 +248,7 @@ Sep 29, 2024 - Feat: Support `scripts key:typeclass` to create global scripts with dynamic keys (rather than just relying on typeclass' key) (Griatch) -- [Feat][pull3595]: Tweak Sqlite3 PRAGMAs for better performance (0xDEADFED5) +- [Feat][pull3595]: Tweak Sqlite3 PRAGMAs for better performance (electroglyph) - Feat: Make Sqlite3 PRAGMAs configurable via settings (Griatch) - [Feat][pull3592]: Revised German locationlization ('Du' instead of 'Sie', cleanup) (Drakon72) @@ -213,7 +257,7 @@ with dynamic keys (rather than just relying on typeclass' key) (Griatch) - [Feat][pull3588]: New `DefaultObject` hooks: `at_object_post_creation`, called once after first creation but after any prototypes have been applied, and `at_object_post_spawn(prototype)`, called only after creation/update with a prototype (InspectorCaracal) -- [Fix][pull3594]: Update/clean some Evennia dependencies (0xDEADFED5) +- [Fix][pull3594]: Update/clean some Evennia dependencies (electroglyph) - [Fix][issue3556]: Better error if trying to treat ObjectDB as a typeclass (Griatch) - [Fix][issue3590]: Make `examine` command properly show `strattr` type Attribute values (Griatch) @@ -227,7 +271,7 @@ did not add it to the handler's object (Griatch) - [Fix][pull3605]: Correctly pass node kwargs through `@list_node` decorated evmenu nodes (InspectorCaracal) - [Fix][pull3597]: Address timing issue for testing `new_task_waiting_input `on - Windows (0xDEADFED5) + Windows (electroglyph) - [Fix][pull3611]: Fix and update for Reports contrib (InspectorCaracal) - [Fix][pull3625]: Lycanthropy tutorial page had some issues (feyrkh) - [Fix][pull3622]: Fix for examine command tracebacking with strvalue error @@ -273,10 +317,10 @@ Aug 11, 2024 - [Feat][pull3531]: New contrib; `in-game reports` for handling user reports, bugs etc in-game (InspectorCaracal) - [Feat][pull3586]: Add ANSI color support `|U`, `|I`, `|i`, `|s`, `|S` for -underline reset, italic/reset and strikethrough/reset (0xDEADFED5) +underline reset, italic/reset and strikethrough/reset (electroglyph) - Feat: Add `Trait.traithandler` back-reference so custom Traits from the Traits contrib can find and reference other Traits. (Griatch) -- [Feat][pull3582]: Add true-color parsing/fallback for ANSIString (0xDEADFED5) +- [Feat][pull3582]: Add true-color parsing/fallback for ANSIString (electroglyph) - [Fix][pull3571]: Better visual display of partial multimatch search results (InspectorCaracal) - [Fix][issue3378]: Prototype 'alias' key was not properly homogenized to a list @@ -286,8 +330,8 @@ underline reset, italic/reset and strikethrough/reset (0xDEADFED5) - [Fix][pull3585]: `TagCmd.switch_options` was misnamed (erratic-pattern) - [Fix][pull3580]: Fix typo that made `find/loc` show the wrong dbref in result (erratic-pattern) - [Fix][pull3589]: Fix regex escaping in `utils.py` for future Python versions (hhsiao) -- [Docs]: Add True-color description for Colors documentation (0xDEADFED5) -- [Docs]: Doc fixes (Griatch, InspectorCaracal, 0xDEADFED5) +- [Docs]: Add True-color description for Colors documentation (electroglyph) +- [Docs]: Doc fixes (Griatch, InspectorCaracal, electroglyph) [pull3585]: https://github.com/evennia/evennia/pull/3585 [pull3580]: https://github.com/evennia/evennia/pull/3580 diff --git a/docs/source/Setup/Settings-Default.md b/docs/source/Setup/Settings-Default.md index f7f0dc29c1..353ebcccd8 100644 --- a/docs/source/Setup/Settings-Default.md +++ b/docs/source/Setup/Settings-Default.md @@ -376,16 +376,16 @@ WEBCLIENT_OPTIONS = { # The command parser module to use. See the default module for which # functions it must implement COMMAND_PARSER = "evennia.commands.cmdparser.cmdparser" -# On a multi-match when search objects or commands, the user has the +# On a multi-match when searching objects or commands, the user has the # ability to search again with an index marker that differentiates -# the results. If multiple "box" objects -# are found, they can by default be separated as 1-box, 2-box. Below you -# can change the regular expression used. The regex must have one -# have two capturing groups (?P...) and (?P...) - the default -# parser expects this. It should also involve a number starting from 1. -# When changing this you must also update SEARCH_MULTIMATCH_TEMPLATE +# the results. If multiple "box" objects are found, they can by default +# be separated as box-1, box-2. Below you can change the regular expression +# used. The regex must have two capturing groups (?P...) and +# (?P...) - the default parser expects this. It may also have an +# optional (?P...) group. It should also involve a number starting +# from 1. When changing this you must also update SEARCH_MULTIMATCH_TEMPLATE # to properly describe the syntax. -SEARCH_MULTIMATCH_REGEX = r"(?P[^-]*)-(?P[0-9]+)(?P.*)" +SEARCH_MULTIMATCH_REGEX = r"^(?P.*?)-(?P[0-9]+)(?P(?:\s.*)?)$" # To display multimatch errors in various listings we must display # the syntax in a way that matches what SEARCH_MULTIMATCH_REGEX understand. # The template will be populated with data and expects the following markup: diff --git a/docs/source/index.md b/docs/source/index.md index 79c723e1b6..66c14767a5 100644 --- a/docs/source/index.md +++ b/docs/source/index.md @@ -1,6 +1,6 @@ # Evennia Documentation -This is the manual of [Evennia](https://www.evennia.com), the open source Python `MU*` creation system. Use the Search bar on the left to find or discover interesting articles. This manual was last updated October 26, 2024, see the [Evennia Changelog](Coding/Changelog.md). Latest released Evennia version is 5.0.1. +This is the manual of [Evennia](https://www.evennia.com), the open source Python `MU*` creation system. Use the Search bar on the left to find or discover interesting articles. This manual was last updated January 12, 2026, see the [Evennia Changelog](Coding/Changelog.md). Latest released Evennia version is 5.0.1. - [Introduction](./Evennia-Introduction.md) - what is this Evennia thing? - [Evennia in Pictures](./Evennia-In-Pictures.md) - a visual overview of Evennia