mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
44 lines
No EOL
610 B
Markdown
44 lines
No EOL
610 B
Markdown
# Core Concepts
|
|
|
|
This documentation cover more over-arching concepts of Evennia, often involving many [Core Components](../Components/Components-Overview.md) acting together.
|
|
|
|
## General concepts
|
|
|
|
```{toctree}
|
|
:maxdepth: 2
|
|
|
|
Messagepath.md
|
|
OOB.md
|
|
Async-Process.md
|
|
```
|
|
|
|
## Text processing
|
|
```{toctree}
|
|
:maxdepth: 2
|
|
|
|
Tags-Parsed-By-Evennia.md
|
|
Change-Message-Per-Receiver.md
|
|
Internationalization.md
|
|
Text-Encodings.md
|
|
```
|
|
|
|
## Access
|
|
|
|
```{toctree}
|
|
:maxdepth: 2
|
|
|
|
Connection-Styles.md
|
|
Guests.md
|
|
Banning.md
|
|
```
|
|
|
|
## Extending the Server
|
|
|
|
```{toctree}
|
|
:maxdepth: 2
|
|
|
|
Server-Lifecycle
|
|
Protocols.md
|
|
Models.md
|
|
Zones.md
|
|
``` |