aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Adding commented out log messages and some minor formatting for future bug hu...Justin Clark-Casey (justincc)2012-01-021-0/+2
* Added UserManagementModule.IsLocalGridUser(UUID) to be used throughout region...Diva Canto2011-12-291-2/+2
* Deleted two obsolete files in Inventory modules.Diva Canto2011-12-292-460/+0
* Deleted unused methods from HGAssetBrokerDiva Canto2011-12-291-18/+0
* Add beginning of ScenePresenceAgentTests.TestCreateChildScenePresence()Justin Clark-Casey (justincc)2011-12-031-4/+5
* Remove the "[LOCAL SIMULATION CONNECTOR]: Did not find region {0} for SendCre...Justin Clark-Casey (justincc)2011-11-191-1/+0
* minor: Make HelloNeighbour messages more informativeJustin Clark-Casey (justincc)2011-11-191-5/+10
* minor: remove some mono compiler warningsJustin Clark-Casey (justincc)2011-11-141-2/+1
* Add optional getauthinfo and setauthinfo authentication service calls.Justin Clark-Casey (justincc)2011-10-241-1/+10
* Don't try and resolve user account for authorization if the agent has come in...Justin Clark-Casey (justincc)2011-09-241-1/+11
* refactor: move estate owner setup code into separate methodJustin Clark-Casey (justincc)2011-09-161-0/+2
* Correctly create a freshly created estate owner's default items and avatar en...Justin Clark-Casey (justincc)2011-09-161-11/+15
* Shuffle order of code in invnetory connector GetFolderContent() calls to avoi...Justin Clark-Casey (justincc)2011-09-152-12/+18
* Use a copy of the inventory items list to register users in the thread starte...Justin Clark-Casey (justincc)2011-09-092-2/+8
* When a region is added to the HG Inventory Broker, also pass this through to ...Justin Clark-Casey (justincc)2011-09-073-21/+41
* Add temporary debugging in HGInventoryBroker and RemoveXInventoryServiceConne...Justin Clark-Casey (justincc)2011-09-062-17/+33
* Allow the HGInventoryBroker to set the UserManager when it instantiates a Rem...Justin Clark-Casey (justincc)2011-09-052-3/+15
* Don't set a GridUser entry for NPCs.Justin Clark-Casey (justincc)2011-08-311-1/+4
* Fix bug in persisting saved appearances for npcsJustin Clark-Casey (justincc)2011-08-301-5/+20
* remove mono compiler warningsJustin Clark-Casey (justincc)2011-08-234-7/+2
* For now, supress 'OH NOES' warnings given by HGInventoryBroker.CacheInventory...Justin Clark-Casey (justincc)2011-08-171-5/+5
* comment out some of the currently less useful debug log messagesJustin Clark-Casey (justincc)2011-08-112-2/+3
* Change GridService.GetRegionByName() to only return info if there is an exact...Justin Clark-Casey (justincc)2011-08-021-2/+5
* Pass the first name and last name from the agent circuit data to the authoriz...Justin Clark-Casey (justincc)2011-07-232-17/+24
* stop the local inventory services connector from logging an error when an ite...Justin Clark-Casey (justincc)2011-07-081-3/+3
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2011-06-162-2/+169
|\
| * Added an expiring cache for region information to theMic Bowman2011-06-152-2/+169
* | Added a couple of guards and warnings to the MapImage/MapImageServiceModule.Diva Canto2011-06-161-2/+12
|/
* First pass at making the V2 map work. Standalones only for now. There are som...Diva Canto2011-06-121-0/+232
* HG inventory transfers over the profile working.Diva Canto2011-05-271-2/+9
* Added necessary code to drop inventory on hg friends using the profile window...Diva Canto2011-05-241-0/+16
* Get rid of OpenSim.Tests.Common.Setup subpackage in favour of just OpenSim.Te...Justin Clark-Casey (justincc)2011-05-212-2/+0
* Check for RegionID instead of RegionHandle. Other minor tweaksDiva Canto2011-04-301-2/+2
* Fatpack message on agent transfers: 1 message only (UpdateAgent) containing t...Diva Canto2011-04-282-4/+9
* Made things consistent between LocalInventoryServiceConnector and RemoteXInve...Diva Canto2011-04-252-11/+32
* Make all the objects in a coalescence reappears after being loaded from an IA...Justin Clark-Casey (justincc)2011-04-151-0/+2
* Upgrade nunit.framework.dll to version 2.5.9. Fix up tests appropriately.Justin Clark-Casey (justincc)2011-03-092-2/+0
* Changed order of checks for local regions when processingMic Bowman2011-03-041-16/+6
* Change the QUERYACCESS method to eliminate spurious access denied messagesMelanie2011-02-162-5/+7
* Thanks Tokeiito for noticing this bug. mantis #5366Diva Canto2011-02-071-1/+1
* Better output for show neighboursDiva Canto2011-02-061-2/+6
* Added an additional debug message, and removed a bunch of files that weren't ...Diva Canto2011-02-042-362/+5
* Change UpdateAgent (for changes in agent position) to be sentMic Bowman2011-02-031-7/+7
* minor: remove a few mono compiler warningsJustin Clark-Casey (justincc)2011-01-281-3/+4
* Fix up QueryAccess to also check parcelsMelanie2011-01-282-9/+6
* Spawn a threadlet upon receiving requests to close agents. The operation may ...Diva Canto2011-01-071-1/+4
* Implement Scope ID lookup on GetLandData. Stacked regions were not handledMelanie2011-01-032-4/+6
* Bug fix in neighbors: serverURI now always has a trailing '/'... neighbors we...Diva Canto2010-12-291-1/+1
* WARNING: simulator config var change! This affects only system-facing configs...Diva Canto2010-12-271-2/+12
* Fixes mantis #5270 -- Map tiles for hyperlinks not showing in world map for g...Diva Canto2010-12-141-22/+87