Add support for user preferences
[mudpy.git] / doc / source / data_model.rst
index 13b44ae..807c788 100644 (file)
@@ -2,10 +2,9 @@
  data model
 ============
 
-.. Copyright (c) 2004-2018 Jeremy Stanley <fungi@yuggoth.org>.
-   Permission to use, copy, modify, and distribute this software is
-   granted under terms provided in the LICENSE file distributed with
-   this software.
+.. Copyright (c) 2004-2019 mudpy authors. Permission to use, copy,
+   modify, and distribute this software is granted under terms
+   provided in the LICENSE file distributed with this software.
 
 One of the primary goals for mudpy is to apply a consistent data
 model for all information, from configuration and preferences to
@@ -128,6 +127,11 @@ kept by default.
 
 Timing-specific settings and scheduling for the main loop.
 
+.mudpy.user
+~~~~~~~~~~~
+
+User-focused settings such as access controls.
+
 storage
 -------