aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Addons/Groups/RemoteConnectorCacheWrapper.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-02-04For built-in groups, if a delegate throws an exception (e.g. due to network ↵Justin Clark-Casey (justincc)1-61/+120
failure), always remove its request from the m_ActiveRequests list. If this is not done, all subsequent calls for the same data see that a request is apparantly already in progress and so wait for the result indefinitely.
2015-01-09Added GetDisplayNames capability. For now, we don't actually use display ↵Diva Canto1-1/+2
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.
2013-09-07Bring Core Groups up to current versionroot1-8/+5
2013-07-24Decreased the time of group cache to 1 min, because it was getting on my ↵Diva Canto1-1/+1
nerves that it takes so long to let go of old info.
2013-06-09More on mantis #6666 -- Groups V2 remote connector.Diva Canto1-7/+4
2013-02-25Fixes mantis #6551 -- misspelled key name. Also fixed an issue with the ↵Diva Canto1-1/+8
roles cache.
2013-02-19First commit of Diva Groups. The Data bits went to OpenSim.Data core, the ↵Diva Canto1-0/+824
rest to Addons.Groups.dll.