OpenSimMirror/OpenSim/Region/CoreModules/Framework
Justin Clark-Casey (justincc) 62b12783df Fix bug where users teleporting to non-neighbour regions could continue to hear chat from their source region for some time after teleport completion.
This occurs on v2 teleport since the source region now waits 15 secs before closing the old child agent, which could still receive chat.
This commit introduces a ScenePresenceState.PreClose which is set before the wait, so that ChatModule can check for ScenePresenceState.Running.
This was theoretically also an issue on v1 teleport but since the pause before close was only 2 secs there, it was not noticed.
2013-09-02 19:21:53 +01:00
..
Caps This should fix all issues with teleports. One should be able to TP as fast as needed. (Although sometimes Justin's state machine kicks in and doesn't let you) The EventQueues are a hairy mess, and it's very easy to mess things up. But it looks like this commit makes them work right. Here's what's going on: 2013-07-25 23:44:58 -07:00
DynamicAttributes Make the concept of namespaces explicit in dynamic attributes 2013-06-27 23:14:28 +01:00
EntityTransfer Fix bug where users teleporting to non-neighbour regions could continue to hear chat from their source region for some time after teleport completion. 2013-09-02 19:21:53 +01:00
InterfaceCommander Added option for UUID as command parameters. This lets the command handle the UUID parsing and type checking before the command is executed. 2013-01-31 11:14:43 -08:00
InventoryAccess More on HG inventory and OutboundPermission: disallowing giving inventory to foreigners if OutboundPermission is false 2013-08-03 20:36:30 -07:00
Library Changed a few bits in Inventory/Archiver/InventoryArchiveReadRequest.cs to be less dependent on a Scene. 2013-07-05 20:17:10 -07:00
Monitoring minor: Fix mono compiler warning in MonitorModule 2013-03-05 23:59:39 +00:00
Search Removed commented lines and useless debug message 2013-07-28 13:53:47 -07:00
ServiceThrottle Removed the MapItems thread. Redirected the map items requests to the services throttle thread. Didn't change anything in how that processor is implemented, for better or for worse. 2013-07-16 20:28:48 -07:00
Statistics/Logging For those people collecting and comparing logfiles from servers scattered 2013-03-19 11:40:10 -07:00
UserManagement Added BasicSearchModule.cs which handles OnDirFindQuery events. Removed that handler from both Groups modules in core, and replaced them with an operation on IGroupsModule. 2013-07-28 13:49:58 -07:00