aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut (unfollow)
Commit message (Expand)AuthorFilesLines
2015-11-01Don't crash the sim if the map image is null.Diva Canto1-1/+7
2015-10-31fix internal support for non square regionsUbitUmarov1-2/+3
2015-10-31Introduce an EntityTransferContext carrying the version numbers to passMelanie Thielker2-7/+5
2015-10-31Remove testing cruft that is blocking the new protocols. Unit tests noMelanie Thielker1-7/+1
2015-10-31let silly tests override version on local connectionsUbitUmarov1-2/+3
2015-10-31Testing stage of the new versioning system. Use at own risk. May notMelanie Thielker2-15/+8
2015-10-18Clean up of simulation version, the number that rules the compatibility of te...Diva Canto1-20/+2
2015-09-04Deleted OpenSim.Framework.Communications. Moved its two remaining files to Op...Diva Canto1-1/+0
2015-08-31First commit where physics work as region module.Diva Canto1-4/+4
2015-08-20Partial plumbing for the agent stateful module features negotiationMelanie Thielker2-6/+7
2015-08-08WARNING: massive refactor to follow libomv's latest changes regarding invento...Diva Canto4-9/+9
2015-07-31Fixed bad log messageOren Hurvitz1-1/+1
2015-07-23Removed unused code related to DNS lookupsOren Hurvitz1-2/+0
2015-07-22Added logging in places where regions are searched for by their locationOren Hurvitz2-10/+38
2015-07-21Prevent two maptiles being generated at startup, one for v1 and another for v...AliciaRaven1-1/+3
2015-06-13Guard against scenes without an agent prefs service and a copy and paste fixCinder1-1/+1
2015-06-13Refactor AgentPreferences so that database operations happen centrally. the o...Cinder2-0/+269
2015-05-08Another major overhaul of inventory downloading, this time pertaining to inve...Diva Canto3-0/+30
2015-05-07Major change in the way inventory is downloaded: added a method throughout II...Diva Canto4-1/+38
2015-03-05solving HG IM, HGFriends issues based on falsified GridUser dataFreaky Tech1-8/+15
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