aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut/UserAccounts/UserAccountCache.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rolling back the recent libomv update but keeping the ExpiringCache cleanups ↵John Hurliman2010-09-071-2/+2
| | | | (as much as is possible). There was a report of non-finite avatar positions after the update
* * Cache null account responses in the SimianUserAccountServiceConnector to ↵John Hurliman2010-09-071-2/+4
| | | | | | avoid repeated requests for missing avatar IDs * Updated to OpenMetaverse r3442 to fix a timezone issue with ExpiringCache
* Fixed a couple of buglets in Friendship offers / acceptance / decline when ↵Diva Canto2010-06-041-3/+1
| | | | avies are in different sims.
* Fixed caching of user accounts.Diva Canto2010-03-091-18/+26
|
* Added a UserAccountCache to the UserAccountServiceConnectors. Uses a ↵Diva Canto2010-01-141-0/+87
CenomeCache.