aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut/UserAccounts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* minor: remove a few mono compiler warningsJustin Clark-Casey (justincc)2011-01-281-3/+4
|
* Deleted verbose debug messages that are bringing sims to an halt. Increased ↵Diva Canto2010-10-191-2/+2
| | | | the user cache expiration period to 33 hours.
* Add linden prim renderer and update libOMVMelanie2010-10-041-2/+2
|
* 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.
* Last commit was too fast... must override.Diva Canto2010-04-031-1/+1
|
* * Fail storing user accounts in the remote connector.Diva Canto2010-04-031-0/+6
|
* Fix tests broken in 88771aeed3d45e60a18aa9a810eeb37b8e5def12Justin Clark-Casey (justincc)2010-03-121-9/+9
| | | | | | Adds MockUserAccountService and connects it up Stops services being carried over between tests since this leads to hard to find bugs Improves information and error reporting when loading plugins
* Fixed caching of user accounts.Diva Canto2010-03-093-32/+42
|
* * Typo fixesJohn Hurliman2010-03-091-1/+1
| | | | * Performance improvement in the expensive GenerateClientFlags()
* Added a UserAccountCache to the UserAccountServiceConnectors. Uses a ↵Diva Canto2010-01-143-3/+143
| | | | CenomeCache.
* * Avatar service connectors all in place, but untested.Diva Canto2010-01-021-3/+3
| | | | * Fixed a typo in RemoteUserAccountServiceConnector module.
* Remove CreateUserAccount. Rename SetUserAccount to StoreUserAccount.Melanie2009-12-311-8/+2
| | | | | Implement the fetch operations fully. Rename one last UserService file to UserAccountService
* * Fixed names.Diva Canto2009-12-292-2/+2
| | | | | * Added configs for Standalone * Changed UserSericeBase to use useraccounts instead of user
* Renamed user account modules to be consistentDiva Canto2009-12-292-0/+290