aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut/Grid/LocalGridServiceConnector.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2015-07-31Fixed bad log messageOren Hurvitz1-1/+1
2015-07-22Added logging in places where regions are searched for by their locationOren Hurvitz1-9/+18
2014-11-25minor: remove warnings from unused fields in LocalGridServicesConnectorJustin Clark-Casey (justincc)1-2/+2
2014-08-06OpenSimExtrasBlueWall1-0/+5
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-05-31Modifications to debugging printouts. No functional changes.Robert Adams1-2/+8
2014-01-11varregion: Debug messages for region crossing debugging.Robert Adams1-7/+17
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 Adams1-0/+3
2013-11-08varregion: elimination of Constants.RegionSize from all over OpenSimulator.Robert Adams1-1/+1
2013-09-02Allow one to specify a DefaultHGRegion flag in [GridService] in order to allo...Justin Clark-Casey (justincc)1-0/+5
2013-05-30UserProfilesBlueWall1-0/+1
2013-05-03Fix possible race condition with local region cache if a region was added aft...Justin Clark-Casey (justincc)1-15/+28
2012-11-13Last 27 modules' directives (service connectors out).Diva Canto1-0/+2
2012-07-13Rather than instantiating a UTF8 encoding everywhere when we want to supress ...Justin Clark-Casey (justincc)1-1/+1
2012-07-13Don't cache regions data on the other unused LocalGridServiceConnector that t...Justin Clark-Casey (justincc)1-14/+21
2012-03-08Change "help" to display categories/module list then "help <category/module>"...Justin Clark-Casey (justincc)1-1/+1
2012-03-06Remove static m_MainInstance in LocalGridServiceConnector.Justin Clark-Casey (justincc)1-24/+10
2011-02-06Better output for show neighboursDiva Canto1-2/+6
2010-08-06Added Check4096 config var under [GridService], at the request of many. Chang...Diva Canto1-4/+4
2010-08-06Allow creation of link regions if there is an existing region within a 4096 r...Marck1-0/+5
2010-06-13Fixes the long-standing RegionUp bug! Plus lots of other cleanups related to ...Diva Canto1-16/+1
2010-01-24Some method implementations were missing from LocalGridServiceConnector.Diva Canto1-15/+15
2010-01-13Change the error messages on region region registration. This changes URMMelanie1-1/+1
2010-01-09Preliminary work on the new default region setting mechanismMelanie1-0/+16
2009-10-05GetRegionByPosition: use the cache, Luke.Diva Canto1-0/+14
2009-09-28Improved the Local grid connector to fetch data from the DB when it doesn't f...Diva Canto1-2/+5
2009-09-27Neighbours cache working.Diva Canto1-4/+50
2009-09-23Changed IGridService to use the new GridRegion data structure instead of old ...Diva Canto1-8/+10
2009-09-23Modules active. Tested HGGridConnector in standalone only for now. Modules co...Diva Canto1-0/+4
2009-09-22Added HGGridConnector and related code.Diva Canto1-27/+37
2009-09-21Added grid handler and grid remote connector.Diva Canto1-2/+2
2009-09-18First pass at LocalGridServiceConnector. Nothing of this is used by the simul...Diva Canto1-25/+59
2009-09-16updated the IAuthorizationService interface so that a message is passed back ...Rob Smart1-2/+2
2009-09-10Changed the interface of IAuthorizationService to get less data.Diva Canto1-3/+3
2009-09-10The stubs for an authorization service, at the moment the service will always...Rob Smart1-25/+35
2009-09-06Revising the user account data interfaces. No user functionality yetMelanie1-3/+3
2009-08-10Replace the Replaceable modules nameMelanie1-1/+1
2009-08-09Finish the renaming and mae things compile againMelanie1-3/+3
2009-07-10Committing the interface change and the addition to the modules to getMelanie Thielker1-0/+5
2009-06-22Committing RemoteUserServiceConnector out connector, local user serviceMelanie Thielker1-3/+3
2009-06-14Renamed Region/CoreModules/ServiceConnectors to Region/CoreModules/ServiceCon...diva1-1/+1
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-05-18Refactor: Change "Servers" to "Server", since the can only be one. BreakMelanie Thielker1-1/+1
2009-05-17Renaming [ServiceConnectors] back to [Modules].diva1-1/+1
2009-05-15Heart surgery on asset service code bits. Affects OpenSim.ini configuration -...diva1-1/+1
2009-05-12Fix interface registration/deregistration mechanicsMelanie Thielker1-0/+2
2009-05-11Changes to the new user system to add the modularity developed for the assetMelanie Thielker1-2/+35
2009-05-05Change local user connector into a shared moduleMelanie Thielker1-1/+7