OpenSimMirror/OpenSim/Addons/Groups
Justin Clark-Casey (justincc) 86367d7219 refactor: Move methods to start a monitored thread, start work in its own thread and run work in the jobengine from Watchdog to a WorkManager class.
This is to achieve a clean separation of concerns - the watchdog is an inappropriate place for work management.
Also adds a WorkManager.RunInThreadPool() class which feeds through to Util.FireAndForget.
Also switches around the name and obj arguments to the new RunInThread() and RunJob() methods so that the callback obj comes after the callback as seen in the SDK and elsewhere
2014-11-25 23:56:32 +00:00
..
Hypergrid refactor: Move methods to start a monitored thread, start work in its own thread and run work in the jobengine from Watchdog to a WorkManager class. 2014-11-25 23:56:32 +00:00
Local Several major improvements to group (V2) chat. Specifically: handle join/drop appropriately, invitechatboxes. 2013-07-27 15:38:56 -07:00
Properties Change assembly versions to 0.8.1 2014-06-17 18:37:15 +01:00
Remote If REMOVEAGENTFROMGROUP core groups call fails because requesting agent does not have sufficient permission, return null failure result rather than true. 2014-07-31 21:32:20 +01:00
Service Minor: Include missing EventHost power for group owner role. 2014-11-19 20:25:27 +00:00
ForeignImporter.cs First commit of Diva Groups. The Data bits went to OpenSim.Data core, the rest to Addons.Groups.dll. 2013-02-19 07:26:40 -08:00
GroupsExtendedData.cs Fix bug where calling PUTGROUP on the core groups service without specifying a ServiceLocation would set the group name to an empty string. 2014-07-31 00:32:35 +01:00
GroupsMessagingModule.cs Include the group name in group IM's 2014-07-21 09:09:17 +01:00
GroupsModule.cs On teleport to a region that already has a child agent established (e.g. a neighbour) don't resend all the initial avatar and object data again. 2014-08-15 21:47:34 +01:00
IGroupsServicesConnector.cs Several major improvements to group (V2) chat. Specifically: handle join/drop appropriately, invitechatboxes. 2013-07-27 15:38:56 -07:00
RemoteConnectorCacheWrapper.cs Decreased the time of group cache to 1 min, because it was getting on my nerves that it takes so long to let go of old info. 2013-07-24 11:25:24 -07:00