aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules (follow)
Commit message (Expand)AuthorAgeFilesLines
* minor: In AttachmentsModule.UpdateKnownItem use the existing IInventoryAccess...Justin Clark-Casey (justincc)2015-01-171-3/+2
* minor: Suppress the log messages when user profiles data is requested for an ...Justin Clark-Casey (justincc)2015-01-161-3/+10
* Fix a recent regression with HG asset posting to other grids where the assets...Justin Clark-Casey (justincc)2015-01-151-0/+1
* Stop simulators attempting to contact registered but offline regions (RegionF...Justin Clark-Casey (justincc)2015-01-141-14/+23
* Make the performance controlling job processing threads introduced in confere...Justin Clark-Casey (justincc)2015-01-122-356/+29
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2015-01-095-33/+30
|\
| * Make the IteratingUuidGatherer the only UuidGatherer.Justin Clark-Casey (justincc)2015-01-085-33/+30
* | Added GetDisplayNames capability. For now, we don't actually use display name...Diva Canto2015-01-092-0/+2
|/
* Renamed VERSION_NUMBER to VersionNumberDiva Canto2014-12-301-2/+2
* This cleans up versioning. Specifically:Diva Canto2014-12-301-2/+2
* WARNING: BREAKING CHANGES FOR REGION MODULE DEVELOPMENT.Diva Canto2014-12-301-1/+1
* Updated OpenSim-as-addin version from 0.5 to 0.8.1. The addin version number ...Diva Canto2014-12-292-2/+2
* If a moap entry has EnableWhiteList but WhiteList == null, then properly bloc...Justin Clark-Casey (justincc)2014-12-231-0/+3
* In XBakesModule.Get() use using() to always dispose of RestClient which dispo...Justin Clark-Casey (justincc)2014-12-201-31/+35
* Use using() semantics in XBakesModule to ensure disposable objects are alway ...Justin Clark-Casey (justincc)2014-12-201-39/+42
* Fix recent regression where a race condition meant SP.MakeRootAgent() would s...Justin Clark-Casey (justincc)2014-12-171-5/+11
* Add command to reset region's user cacheBlueWall2014-12-161-0/+15
* Fix a regression where objects crossing regions in the same simulator (on the...Justin Clark-Casey (justincc)2014-12-101-0/+7
* refactor: rename IteratingUuidGather.AddAssetUuidToInspect() and RecordAssetU...Justin Clark-Casey (justincc)2014-12-051-1/+1
* Make "fache assets" console command more efficient by only updating access ti...Justin Clark-Casey (justincc)2014-12-051-17/+24
* refactor: Make IteratingUUIDGatherer take a dictionary in its constructor lik...Justin Clark-Casey (justincc)2014-12-041-3/+3
* If "fcache assets" is executed, don't stop with an exception if there's an ac...Justin Clark-Casey (justincc)2014-12-041-2/+1
* refactor: breakout flotasm cache last file access time to separate UpdateFile...Justin Clark-Casey (justincc)2014-12-041-7/+19
* Don't worry about checking FlotsamAssetCache.m_CurrentlyWriting when updating...Justin Clark-Casey (justincc)2014-12-041-8/+1
* When performing region cross, don't add the velocity to the new position in E...Justin Clark-Casey (justincc)2014-11-291-1/+2
* Avoid repeated lag-generating continuous attempts to retrieve HG service Urls...Justin Clark-Casey (justincc)2014-11-281-7/+11
* Be more explicit again in UMM bad HomeURL message by logging the original cre...Justin Clark-Casey (justincc)2014-11-271-2/+2
* Make UMM.AddUser(UUID, string) log message when bad creatorData is given to r...Justin Clark-Casey (justincc)2014-11-271-4/+8
* refactor: Move methods to start a monitored thread, start work in its own thr...Justin Clark-Casey (justincc)2014-11-2510-14/+14
* Fix bug in HG attachment throttling code where attachments were never rezzed ...Justin Clark-Casey (justincc)2014-11-251-55/+63
* When processing incoming attachments via HG, if a request for uuid gathering ...Justin Clark-Casey (justincc)2014-11-252-25/+102
* Introduce an IteratingUuidGatherer where each fetch from the asset service (i...Justin Clark-Casey (justincc)2014-11-251-3/+16
* Add incoming packet async handling engine to queue some inbound udp async req...Justin Clark-Casey (justincc)2014-11-251-1/+1
* Add missing class from recent commit 69abadeJustin Clark-Casey (justincc)2014-11-251-0/+327
* Add "show threadpool calls active" console debug command.Justin Clark-Casey (justincc)2014-11-251-2/+6
* Add naive implementation of controlled incoming HG attachments to manage load.Justin Clark-Casey (justincc)2014-11-252-27/+117
* Label all threadpool calls being made in core OpenSimulator. This is to add ...Justin Clark-Casey (justincc)2014-11-2511-15/+19
* Just for now, don't alert the user or log if we couldn't change their server-...Justin Clark-Casey (justincc)2014-11-251-2/+2
* When inserting missing CreatorData in the HGAssetMapper, do the rewrite on a ...Justin Clark-Casey (justincc)2014-11-252-31/+185
* Add regression test TestPostAssetRewrite() to check results of HGAssetMapper....Justin Clark-Casey (justincc)2014-11-251-0/+84
* Add an IConfigSource constructor to HGAssetBroker so that it can be instantia...Justin Clark-Casey (justincc)2014-11-251-0/+7
* minor: remove warnings from unused fields in LocalGridServicesConnectorJustin Clark-Casey (justincc)2014-11-251-2/+2
* minor: Remove unused field from EntityTransferModuleJustin Clark-Casey (justincc)2014-11-251-2/+0
* refactor: consistently put all test classes in the OpenSim.Tests.Common packa...Justin Clark-Casey (justincc)2014-11-2518-18/+0
* Add 'terrain feature' commandDev Random2014-11-194-2/+353
* minor: correct console response when setting attachments logging levelJustin Clark-Casey2014-11-101-1/+1
* Actually persist a changed console set agent-limit via "region set".Justin Clark-Casey (justincc)2014-10-311-2/+7
* Add "region set" console command.Justin Clark-Casey (justincc)2014-10-311-1/+73
* Add "region get" command as a synononym for "show region" console command.Justin Clark-Casey (justincc)2014-10-311-0/+9
* Add hypergrid teleporting support to user profiles picksBlueWall2014-10-271-16/+97