OpenSimMirror/OpenSim/Addons/Groups
UbitUmarov d1baa3e0c3 fix some invalid string.format arguments 2016-11-09 22:39:52 +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 Added GetDisplayNames capability. For now, we don't actually use display names, and this cap returns the regular name. But this moves the server side into the newer, preferred, protocol used by the viewer for fetching the names of agents in the scene given their UUIDs. (the old protocol is via UDP). This works fine in my limited tests, but could use further testing by others. 2015-01-09 08:31:56 -08:00
Properties Pushed AssemblyVersion up to VersionInfo, so that we don't need to do global replace anymore. 2016-02-21 11:14:02 -08:00
Remote fix some invalid string.format arguments 2016-11-09 22:39:52 +00:00
Service change odd condition on groupsV2 add to role 2016-08-23 23:48:07 +01:00
ForeignImporter.cs Added GetDisplayNames capability. For now, we don't actually use display names, and this cap returns the regular name. But this moves the server side into the newer, preferred, protocol used by the viewer for fetching the names of agents in the scene given their UUIDs. (the old protocol is via UDP). This works fine in my limited tests, but could use further testing by others. 2015-01-09 08:31:56 -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 add a missing field to ChatterBoxSessionAgentListUpdates. it is still wrong, and its use even worse 2016-07-23 01:28:57 +01:00
GroupsModule.cs Fixed grammer in a comment 2016-08-18 15:38:39 -04: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 For built-in groups, if a delegate throws an exception (e.g. due to network failure), always remove its request from the m_ActiveRequests list. 2015-02-04 17:04:59 +00:00