aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/HypergridService/UserAccountCache.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-1/+11
2017-01-05Massive tab and trailing space cleanupMelanie Thielker1-1/+1
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-1/+6
2016-08-13remove a parameter for detection of grid fail to suport getting multiple ↵UbitUmarov1-2/+1
user accounts per call and handle it where needed.
2016-08-13 add some wiring to have GetUserAccounts for multiple IDs on a single ↵UbitUmarov1-0/+6
request to grid services. Unfinished, untested
2014-04-08Allow invalidating the users cacheOren Hurvitz1-1/+6
2011-01-26Mostly revert the last commit with the aim of searching for a better solutionTom1-5/+0
2011-01-26Add a "useCached" parameter to GetUserAccount. Add a function to Scene to ↵Tom1-0/+5
get the user flags. It has to be here due to access restrictions :/
2011-01-18minor: resolve some mono compiler warningsJustin Clark-Casey (justincc)1-3/+4
2010-12-03Add a missing interface memeber to the new HG stuffMelanie1-0/+5
2010-11-29Preservation of creator information now also working in IARs. Cleaned up ↵Diva Canto1-0/+105
usage help. Moved Osp around, deleted unnecessary OspInventoryWrapperPlugin, added manipulation of SOP's xml representation in a generic ExternalRepresentationUtils function.