1. Foreword
  2. Introduction
  3. The World And Database
    1. MOO Value Types
    2. Objects in the MOO Database
    3. Object Properties
    4. Object Verbs
    5. Creating and Recycling Objects
    6. Object Movement
    7. Object Parents and Inheritance
    8. Transactions in the MOO Database
  4. The Built-in Command Parser
  5. The MOO Programming Language
    1. MOO Language Expressions
    2. MOO Language Statements
    3. Variables
    4. Calling Verbs
    5. MOO Tasks
    6. mooR's extensions
    7. Built-in Functions
      1. Manipulating MOO Values
      2. Manipulating Objects
      3. Passing / Delegation
      4. Table of Builtin Functions
      5. Functions for Numbers
      6. Functions for Strings
      7. Regular Expression Functions
      8. Cryptography and Security Functions
      9. Functions for Values Generally
      10. Functions for Lists & Sets
      11. Functions for Properties
      12. Functions for Verbs
      13. Functions for Maps
      14. XML and HTML Documents
      15. Server functions
      16. Functions which are mooR extensions
    8. Summary of mooR Syntax and Semantics
  6. Running a mooR Server
    1. Getting Involved with MOO
    2. Understanding MOO "Cores"
    3. Server Architecture
    4. Docker Compose Setup
    5. Alternative Installation Methods
    6. Server Configuration
    7. Server Assumptions About the Database
    8. Telnet-Host Commands and Assumptions
    9. Networking
    10. Controlling the Execution of Tasks
  7. The architecture of mooR
  8. MOO Resources
  9. Legal