From: Carl Worth Date: Fri, 5 Jun 2020 12:41:40 +0000 (-0700) Subject: Add a new player-info event to the stream X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=c5bdd36586eaa0235fb6822cb4ccb7620e1bb0aa;hp=c5bdd36586eaa0235fb6822cb4ccb7620e1bb0aa;p=lmno-server Add a new player-info event to the stream This event informs the player what their ID and their name is. It's significant to tell them their own name because it may be provided from the server session (obtained by a cookie from the client). This commit includes a test case which uses the existing /profile endpoint to set a name, and then verifies that that name is returned in the player-info event. ---