From 59d7b9028e0eb728c32c42a5d0be910fe0595436 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Wed, 17 Oct 2001 02:22:06 +0000 Subject: [PATCH] Notes. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@465 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- docs/parlor/design.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/parlor/design.txt b/docs/parlor/design.txt index ee5c6f77c..0797b57c6 100644 --- a/docs/parlor/design.txt +++ b/docs/parlor/design.txt @@ -122,3 +122,6 @@ accepting and delivering an invitation. How to prune stale invitations since invitations are not set up to be tied to a location (in which case we could use occupant added/removed to trigger invite cleanup)? + +Add MessageHandler validators so that turn based games can easily reject +message events from non-turn-holders.