OpenSimMirror/OpenSim/Region/Environment/Modules
Dr Scofield 5c0a0bc2e0 This changeset changes the way chat from client is routed:
old way: each region module interested in chat from client had to
     	 - subscribe to scene.EventManager.OnNewClient
	 - then in its OnNewClient delegate it would subscribe to
           client.OnChatFromViewer to capture chat messages coming

     new way: ChatModule is the only region module that uses the "old
         way" approach but is now forwarding all client chat via
         scene.EventManager.OnChatFromClient
	 - each region module interested in chat from client now only
           subscribes to scene.EventManager.OnChatFromClient

this not only simplifies code, but also allows us to substitute
ChatModule with derived classes (ConciergeModule is going to be one
example).

Also, this changeset changes ChatFromViewer to ChatFromClient as it
doesn't necessarily have to be a viewer that is a chat source.

i've taken great care to only comment out those OnNewClient delegates
that were only used for getting at the client chat --- hope it's not
breaking anything.
2008-10-03 14:53:11 +00:00
..
Agent * Patch from JHurliman 2008-09-26 17:25:22 +00:00
Avatar This changeset changes the way chat from client is routed: 2008-10-03 14:53:11 +00:00
ContentManagementSystem This changeset changes the way chat from client is routed: 2008-10-03 14:53:11 +00:00
Framework * minor: remove warnings (the code cleaners strike again) 2008-10-03 14:18:17 +00:00
Grid/Interregion more warnings to go. 2008-06-27 20:40:25 +00:00
InterGrid * Patch from JHurliman 2008-09-26 17:25:22 +00:00
Scripting This changeset changes the way chat from client is routed: 2008-10-03 14:53:11 +00:00
World This changeset changes the way chat from client is routed: 2008-10-03 14:53:11 +00:00