aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules (unfollow)
Commit message (Expand)AuthorFilesLines
2013-06-25Update temporary "Unknown UserUMMTGUN2" name to "Unknown UserUMMTGUN3" to see...Justin Clark-Casey (justincc)1-1/+1
2013-06-22Change IsLocalRegion from using region handle to using regionID. This was aff...Diva Canto1-5/+5
2013-06-22HG: avoid call on localhost between sim and UAS for standalone.Diva Canto1-1/+20
2013-06-21Finally moved HG agent transfers to use agent fatpacks.Diva Canto1-1/+1
2013-06-19Mantis 6608: Math error in parcel dimensions/borders seen with land show commandTalun1-10/+10
2013-06-18Prevent an exception if no offline messages were retrieved.Kevin Cozens1-0/+3
2013-06-15Lock m_classifiedCache and m_classifiedInterest dictionary reads in UserProfi...Justin Clark-Casey (justincc)1-14/+13
2013-06-15Correct build break in previous commit 9c530d7Justin Clark-Casey (justincc)1-10/+7
2013-06-15refactor: In UserProfileModule, change classifiedCache and classifiedInterest...Justin Clark-Casey (justincc)1-19/+23
2013-06-15Add the standard OpenSimulator copyright notice to the top of InventoryCache.csJustin Clark-Casey (justincc)1-1/+28
2013-06-15Adjust the locking on InventoryCache. Locking for r/w of the ExpiringCache i...Justin Clark-Casey (justincc)1-14/+23
2013-06-11Uncomment Mic's code and split to create new regression TestAddTemporaryAsset...Justin Clark-Casey (justincc)1-23/+41
2013-06-11Removed the lock entirelyDiva Canto1-56/+52
2013-06-11Really bad idea to lock m_UserCache for so long in UserManagementModule. Adde...Diva Canto1-13/+17
2013-06-11Put the "script saved" and "notecard saved" messages back into the bottomMelanie1-2/+2
2013-06-10Fix test for adding temporary assets. Code for non-local temporary assetsMic Bowman1-0/+20
2013-06-10Remove Temporary from use to shortcut asset stores. The Local propertyMic Bowman2-2/+2
2013-06-08Catch exception triggered by incoming avatars using legacy profilesBlueWall1-1/+10
2013-06-07SQLite support for UserProfilesBlueWall1-0/+1
2013-06-07Ensure selected module is the only active oneBlueWall1-0/+3
2013-06-07Supply proper type information for the various types of requestsMelanie1-6/+6
2013-06-07Adding Avination's PollService to round out the HTTP inventory changesMelanie1-4/+4
2013-06-07In LocalFriendshipTerminated, send the original client's agentId to the frien...Donnie Roberts2-4/+4
2013-06-05Strengthen some assumptions.Diva Canto1-0/+5
2013-06-06Hook up Keyframe motion to almost everything. Failing to cross a sim borderMelanie2-0/+6
2013-06-05Prevent processing for NpcBlueWall1-1/+3
2013-06-05Remove a couple of orphaned linesBlueWall1-3/+0
2013-06-05Make locking more uniformBlueWall1-14/+19
2013-05-31Adding back the BasicProfileModuleBlueWall2-73/+191
2013-05-30UserProfilesBlueWall4-176/+1613
2013-05-30minor: fix warnings in GodsModule that were due to duplicate using statementsJustin Clark-Casey (justincc)1-11/+7
2013-05-29Try caching the user name for a new agent earlier on in the process of establ...Justin Clark-Casey (justincc)2-2/+2
2013-05-29Add HG regression TestCachedUserNameForNewAgent()Justin Clark-Casey (justincc)1-0/+76
2013-05-24Protect one more update of the baked texture hashes.Mic Bowman1-2/+5
2013-05-24This is an experimental patch that adds support for comparing textureMic Bowman1-45/+57
2013-05-23Fix bug where both ordinary UserManagementModule and HGUserManagementModules ...Justin Clark-Casey (justincc)1-1/+1
2013-05-22Implement llSetSoundQueueing().Justin Clark-Casey (justincc)1-0/+9
2013-05-21To further help with tracking down the apperance of too much "Unknown User" i...Justin Clark-Casey (justincc)3-5/+5
2013-05-21Fix compile failure from recent git master 434c3cfJustin Clark-Casey (justincc)1-1/+1
2013-05-21Make "show name" command display HomeURL like "show names"Justin Clark-Casey (justincc)1-4/+11
2013-05-21minor: Change "show names" command to use consistent console display tableJustin Clark-Casey (justincc)1-15/+9
2013-05-21Add "show name" console command to make it possible to show a single binding ...Justin Clark-Casey (justincc)1-0/+34
2013-05-21Log when "Unknown User" is sent to a user because the UMM had no binding for ...Justin Clark-Casey (justincc)1-17/+32
2013-05-21Lock m_UserCache whilst iterating over it in UserManagementModule.GetUserData...Justin Clark-Casey (justincc)1-4/+9
2013-05-16minor: remove long commented out scene cache clearing code in EntityTransferM...Justin Clark-Casey (justincc)1-9/+0
2013-05-16minor: Remove completely unused IClientAPI.RequestClientInfo() call from Enti...Justin Clark-Casey (justincc)1-3/+0
2013-05-16Where this is not already happening, trigger asychoronous calls to CloseChild...Justin Clark-Casey (justincc)2-1/+2
2013-05-11Finalize the logic for SetHome. See comments in Land/LandManagementModule.cs ...Diva Canto2-35/+19
2013-05-11Handle SetHome properlyDiva Canto1-0/+59
2013-05-11Send up the part missing from the Avination Estate commit.Melanie1-0/+12