aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut (follow)
Commit message (Expand)AuthorAgeFilesLines
* Partial plumbing for the agent stateful module features negotiationMelanie Thielker2015-08-202-6/+7
* WARNING: massive refactor to follow libomv's latest changes regarding invento...Diva Canto2015-08-084-9/+9
* Fixed bad log messageOren Hurvitz2015-07-311-1/+1
* Removed unused code related to DNS lookupsOren Hurvitz2015-07-231-2/+0
* Added logging in places where regions are searched for by their locationOren Hurvitz2015-07-222-10/+38
* Prevent two maptiles being generated at startup, one for v1 and another for v...AliciaRaven2015-07-211-1/+3
* Guard against scenes without an agent prefs service and a copy and paste fixCinder2015-06-131-1/+1
* Refactor AgentPreferences so that database operations happen centrally. the o...Cinder2015-06-132-0/+269
* Another major overhaul of inventory downloading, this time pertaining to inve...Diva Canto2015-05-083-0/+30
* Major change in the way inventory is downloaded: added a method throughout II...Diva Canto2015-05-074-1/+38
* solving HG IM, HGFriends issues based on falsified GridUser dataFreaky Tech2015-03-051-8/+15
* refactor: Move methods to start a monitored thread, start work in its own thr...Justin Clark-Casey (justincc)2014-11-251-2/+2
* Label all threadpool calls being made in core OpenSimulator. This is to add ...Justin Clark-Casey (justincc)2014-11-252-3/+5
* 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
* Make "generate map" console command also trigger upload to maptiles as well a...Justin Clark-Casey (justincc)2014-09-261-40/+47
* For monitoring purposes, start non-timeout tasks (which do not currently use ...Justin Clark-Casey (justincc)2014-09-051-2/+3
* Move the inventory request lock introduced in git master a58152bd to HGInvent...Justin Clark-Casey (justincc)2014-08-091-20/+43
* OpenSimExtrasBlueWall2014-08-062-0/+17
* Allow the "debug scene set physics false|true" command to work when bulletsim...Justin Clark-Casey (justincc)2014-07-291-4/+4
* Fix recent regression in 3c6becd5 where login or hg login to variable sized r...Justin Clark-Casey (justincc)2014-07-221-15/+12
* On login and first HG entrance to a foreign grid, perform query access checks...Justin Clark-Casey (justincc)2014-07-211-11/+15
* Eliminated common but un-useful log messagesOren Hurvitz2014-07-211-1/+3
* In grid mode, add SuppressConsoleCommands flag to [GridService] so that we ca...Justin Clark-Casey (justincc)2014-07-181-4/+3
* Manual change as per patch in mantis #7212. (the patch failed to apply, but t...Diva Canto2014-06-151-1/+1
* Added simulation version compatibility check so that agents coming from 0.7.6...Diva Canto2014-06-062-6/+26
* Modifications to debugging printouts. No functional changes.Robert Adams2014-05-311-2/+8
* Don't report NPC presences.Diva Canto2014-05-261-1/+2
* Tell QueryAccess explicitly whether the user is coming in via Teleport or Cro...Oren Hurvitz2014-05-192-5/+5
* Return more specific error messages if an attempt to enter a region fails due...Oren Hurvitz2014-05-191-13/+21
* Removed GetUserInventory(). It wasn't being used, and was creating warnings b...Oren Hurvitz2014-04-234-51/+1
* Better error-handling when storing assets: recognize that 'null' is an error ...Oren Hurvitz2014-04-201-11/+8
* In teleports, pass the source region to the destination (similar to an HTTP r...Oren Hurvitz2014-04-092-5/+5
* Allow invalidating the users cacheOren Hurvitz2014-04-082-2/+15
* When sending QueryAccess to a region, also send the user's Home URIOren Hurvitz2014-04-072-5/+5
* Added assets service method AssetsExist(), which returns whether the given li...Oren Hurvitz2014-04-022-0/+22
* Run slow operations in a separate thread, instead of using FireAndForget (whi...Oren Hurvitz2014-03-251-2/+2
* Enable MapImageServiceModule with no refreshDev Random2014-03-111-12/+22
* Non-functional changes of numbers into symbolic references and a fewRobert Adams2014-02-151-2/+2
* Merge branch 'master' into varregionRobert Adams2014-01-192-4/+4
|\
| * Remove old IInterRegionComms and references. This hasn't been used since 200...Justin Clark-Casey (justincc)2014-01-162-4/+4
* | varregion: Update Warp3D to properly handle varregions.Robert Adams2014-01-191-5/+3
* | varregion: split up generated maptile images for storage in map. ThisRobert Adams2014-01-191-21/+67
* | varregion: Debug messages for region crossing debugging.Robert Adams2014-01-111-7/+17
* | varregion: many more updates removing the constant RegionSize and replacingRobert Adams2013-12-263-3/+3
* | varregion: rename 'LegacyRegionLocX' back to 'RegionLocX' and same for Y and Z.Robert Adams2013-12-141-2/+2
* | varregion: Add MaxRegionSize constant and enforce in RegionInfo.Robert Adams2013-11-301-0/+3
* | varregion: many replacements of in-place arithmetic with calls toRobert Adams2013-11-284-2/+15
* | Merge branch 'master' into varregionRobert Adams2013-11-151-1/+1
|\ \ | |/
| * refactor: replace verbose checks with String.IsNullOrEmpty where applicable.Justin Clark-Casey (justincc)2013-11-151-1/+1