aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut (unfollow)
Commit message (Expand)AuthorFilesLines
2014-11-25refactor: Move methods to start a monitored thread, start work in its own thr...Justin Clark-Casey (justincc)1-2/+2
2014-11-25Label all threadpool calls being made in core OpenSimulator. This is to add ...Justin Clark-Casey (justincc)2-3/+5
2014-11-25Add an IConfigSource constructor to HGAssetBroker so that it can be instantia...Justin Clark-Casey (justincc)1-0/+7
2014-11-25minor: remove warnings from unused fields in LocalGridServicesConnectorJustin Clark-Casey (justincc)1-2/+2
2014-09-26Make "generate map" console command also trigger upload to maptiles as well a...Justin Clark-Casey (justincc)1-40/+47
2014-09-05For monitoring purposes, start non-timeout tasks (which do not currently use ...Justin Clark-Casey (justincc)1-2/+3
2014-08-09Move the inventory request lock introduced in git master a58152bd to HGInvent...Justin Clark-Casey (justincc)1-20/+43
2014-08-06OpenSimExtrasBlueWall2-0/+17
2014-07-29Allow the "debug scene set physics false|true" command to work when bulletsim...Justin Clark-Casey (justincc)1-4/+4
2014-07-22Fix recent regression in 3c6becd5 where login or hg login to variable sized r...Justin Clark-Casey (justincc)1-15/+12
2014-07-21On login and first HG entrance to a foreign grid, perform query access checks...Justin Clark-Casey (justincc)1-11/+15
2014-07-21Eliminated common but un-useful log messagesOren Hurvitz1-1/+3
2014-07-18In grid mode, add SuppressConsoleCommands flag to [GridService] so that we ca...Justin Clark-Casey (justincc)1-4/+3
2014-06-15Manual change as per patch in mantis #7212. (the patch failed to apply, but t...Diva Canto1-1/+1
2014-06-06Added simulation version compatibility check so that agents coming from 0.7.6...Diva Canto2-6/+26
2014-05-31Modifications to debugging printouts. No functional changes.Robert Adams1-2/+8
2014-05-26Don't report NPC presences.Diva Canto1-1/+2
2014-05-19Tell QueryAccess explicitly whether the user is coming in via Teleport or Cro...Oren Hurvitz2-5/+5
2014-05-19Return more specific error messages if an attempt to enter a region fails due...Oren Hurvitz1-13/+21
2014-04-23Removed GetUserInventory(). It wasn't being used, and was creating warnings b...Oren Hurvitz4-51/+1
2014-04-20Better error-handling when storing assets: recognize that 'null' is an error ...Oren Hurvitz1-11/+8
2014-04-09In teleports, pass the source region to the destination (similar to an HTTP r...Oren Hurvitz2-5/+5
2014-04-08Allow invalidating the users cacheOren Hurvitz2-2/+15
2014-04-07When sending QueryAccess to a region, also send the user's Home URIOren Hurvitz2-5/+5
2014-04-02Added assets service method AssetsExist(), which returns whether the given li...Oren Hurvitz2-0/+22
2014-03-25Run slow operations in a separate thread, instead of using FireAndForget (whi...Oren Hurvitz1-2/+2
2014-03-11Enable MapImageServiceModule with no refreshDev Random1-12/+22
2014-02-15Non-functional changes of numbers into symbolic references and a fewRobert Adams1-2/+2
2014-01-19varregion: Update Warp3D to properly handle varregions.Robert Adams1-5/+3
2014-01-19varregion: split up generated maptile images for storage in map. ThisRobert Adams1-21/+67
2014-01-16Remove old IInterRegionComms and references. This hasn't been used since 200...Justin Clark-Casey (justincc)2-4/+4
2014-01-11varregion: Debug messages for region crossing debugging.Robert Adams1-7/+17
2013-12-26varregion: many more updates removing the constant RegionSize and replacingRobert Adams3-3/+3
2013-12-14varregion: rename 'LegacyRegionLocX' back to 'RegionLocX' and same for Y and Z.Robert Adams1-2/+2
2013-11-30varregion: Add MaxRegionSize constant and enforce in RegionInfo.Robert Adams1-0/+3
2013-11-28varregion: many replacements of in-place arithmetic with calls toRobert Adams4-2/+15
2013-11-15refactor: replace verbose checks with String.IsNullOrEmpty where applicable.Justin Clark-Casey (justincc)1-1/+1
2013-11-08varregion: elimination of Constants.RegionSize from all over OpenSimulator.Robert Adams2-3/+3
2013-09-28VarRegion: change RegionInfo storage of region coordinates from regionRobert Adams1-2/+2
2013-09-27refactor: rename Scene.IncomingCloseAgent() to CloseAgent() in order to make ...Justin Clark-Casey (justincc)1-1/+1
2013-09-25VarRegion: change RegionInfo storage of region coordinates from regionRobert Adams1-2/+2
2013-09-25minor: correct spelling of Initialized in LSC connector version messageJustin Clark-Casey (justincc)1-1/+1
2013-09-18refactor: rename *ChildAgentDataUpdate() methods to *UpdateChildAgent()Justin Clark-Casey (justincc)1-3/+3
2013-09-02Allow one to specify a DefaultHGRegion flag in [GridService] in order to allo...Justin Clark-Casey (justincc)2-0/+25
2013-08-02Amend Justin's last commit regarding the new config var ServiceVersion. The s...Diva Canto1-1/+2
2013-08-02Allow older teleport ConnectorProtocolVersion of "SIMULATION/0.1" to be manua...Justin Clark-Casey (justincc)2-27/+27
2013-07-26Fix regression from 056a6ee7 because the RemoteSimulationConnector uses a cop...Justin Clark-Casey (justincc)1-2/+5
2013-07-26Fix regression tests relating to agent transfer by making simulator use last ...Justin Clark-Casey (justincc)1-4/+9
2013-07-24New Teleport protocol (V2), still compatible with V1 and older. (version of t...Diva Canto1-1/+1
2013-07-24Further tweaks on TPs: not sending the callback URL and instead waiting 15sec...Diva Canto1-1/+1