aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Hypergrid (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-3/+5
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-6/+66
2012-11-12Another 10 modules' directives moved from .addin.xmlDiva Canto1-0/+2
2011-06-103rd way of reseting the HG Map. This time, don't use the grid service; ↵Diva Canto1-53/+68
instead keep track of which map blocks each client has seen in the region, and reset exactly those when the client closes.
2011-06-10New method for resetting the map on HG: do it only once upon changing grids, ↵Diva Canto1-33/+33
and reset only exactly the map blocks that had regions in them. WARNING: this fetches all the regions from the Grid service, so there is a chance that this is a really bad idea in large grids. Pushing it for testing.
2011-06-08Fixed a compilation problem. Also added a lengthy comment on the Map hack, ↵Diva Canto1-2/+1
so that it never goes unnoticed again.
2011-05-30HGWorldMap: don't send map blocks of hyperlinks that are farther than 4096 ↵Diva Canto1-4/+24
cells from the current region.
2011-05-10Somewhat reverting the last commit. The viewer ignores 255's on tiles that ↵Diva Canto1-3/+3
were previously on, so we need to send 254 (offline) explicitly. Also removing the +/-4 for HGMap, because it makes the map flicker.
2011-05-09Changed the Access flag on HGMap to 255 (does not exist) and clarified the ↵Diva Canto1-1/+1
other value 254 too. Meanings taken from libomv.
2011-05-09Fixes gray tiles around +/-4 when user clicks on an empty tile. Affects ↵Diva Canto1-1/+1
regions above 4096 primarily.
2010-01-29Revert "Updates all IRegionModules to the new style region modules."Melanie1-52/+31
This reverts commit ec3c31e61e5e540f822891110df9bc978655bbaf.
2010-01-23Updates all IRegionModules to the new style region modules.Revolution1-31/+52
Signed-off-by: Melanie <melanie@t-data.com>
2010-01-10* OMG! All but one references to UserProfileCacheService have been rerouted!Diva Canto1-326/+0
* HG is seriously broken here * Compiles. Untested.
2010-01-10Remove "login disable", "login enable" and "login status" commands.Melanie1-15/+0
2009-10-28* Standalone logins will now go through the sequence of "requested region, ↵John Hurliman1-1/+5
default region, any region" before giving up * Hip offset should have been added not subtracted (it's a negative offset). This puts avatar feet closer to the ground * Improved duplicate checking for terse updates. This should reduce bandwidth and walking through walls
2009-09-26Fixed MapBlocks bug, wrong order of arguments. First version that seems ↵Diva Canto1-2/+2
completely functional. Also fixed the notification of the message server in standalone -- that server doesn't usually exist.
2009-09-26First pass at the heart surgery for grid services. Compiles and runs ↵Diva Canto1-1/+12
minimally. A few bugs to catch now.
2009-09-25Moved the property RegionLoginsEnabled from GridComms to the Scene -- not ↵Diva Canto1-1/+1
the scene itself but SceneCommunicationService, for now. Beginning to clear the code from using Region.Communications. grid stuff.
2009-09-04Fixed some long-standing issues with appearance in HG1.Diva Canto1-0/+62
2009-07-10Remove all references to HttpServer from CommsManager (all incarnations)Melanie Thielker1-1/+1
Change all uses of the HttpServer properties to use the new singleton
2009-06-18* Corrected CAPS namespacesArthur Valadares1-1/+1
* "luke, use the sed"
2009-06-17Implementation of a simple authentication service + in connector in route to ↵diva1-2/+0
making HGInventory (client access) work in standalone again. This is the refactoring of what was/is there, but done in the new model. Not complete yet, but key authentication works. It should be enough to make HGInventory work again soon.
2009-06-10Heart surgery no.2: the inventory service hooks. diva1-167/+0
Several improvements in the connectors themselves. Several improvements in configurations. Needed to add a hack in IUserService and UserManagerBase, to be removed when that service is refactored.
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2-2/+2
LICENSE.txt.
2009-05-15Heart surgery on asset service code bits. Affects OpenSim.ini configuration ↵diva1-2/+1
-- please see the example. Affects region servers only. This may break a lot of things, but it needs to go in. It was tested in standalone and the UCI grid, but it needs a lot more testing. Known problems: * HG asset transfers are borked for now * missing texture is missing * 3 unit tests commented out for now
2009-05-05- moving banned check and public/private check toDr Scofield1-1/+2
Scene.NewUserConnection() - adding reason reporting this enforces estate bans very early on and prevents us from circulating client objects that we'd then have to retract once we realize that the client is not allowed into the region
2009-05-04Intermediate commit. WILL NOT COMPILE!Melanie Thielker2-2/+2
2009-05-03Some reorganization around service connectors. No functional changeMelanie Thielker1-1/+1
2009-04-29* minor: remove some mono compiler warningsJustin Clarke Casey1-2/+1
2009-04-29Flipping check_session xmlrpc's keep-alive to false, because some clients hang.diva1-1/+1
2009-04-26HGWorldMap got a bit out of sync during the introduction of the new module ↵diva1-96/+7
system. Should work now. Fixes mantis #3533.
2009-04-24- Moved WorldMapModule and HGWorldMapModule to the new region-module systemHomer Horwitz1-11/+32
- Cleaned up some whitespace
2009-04-22* Fix hypergrid standalone login by overriding AddNewUserAgent in HGUserServicesJustin Clarke Casey1-3/+10
2009-04-14Adds session authentication upon NewUserConnections. Adds user key ↵diva2-2/+3
authentication (in safemode only) upon CreateChildAgents. All of this for Hypergrid users too. This addresses assorted spoofing vulnerabilities.
2009-04-05Added CreateObject(regionhandle, userID, itemID) to post objects that are to ↵diva1-19/+23
be fetched from the user's inventory server and rezzed in the region. Added all code necessary to fetch the item and the asset, and rez it inworld. The access to the item is uncap-ed and unverified -- I may place it later either under a cap or with auth verification. But in this model regions don't have the user's inventory, so they would have to guess the item IDs. Added safemode config to Standalone Hypergrid, similar effect to AllowRegionAccessToInventory in Inventory Server. Everyone should have these vars set to their default values except me!
2009-04-05* Fixed copyright headers on HyperGrid source files. (Now match the rest of ↵Adam Frisby2-50/+48
OpenSim, license text is unchanged) * Added Bitmap[,] to IParcel for MRM
2009-03-31Update svn properties, add copyright header, formatting cleanup.Jeff Ames2-418/+418
2009-03-29Moved some files around, so that it's easier to share code between ↵diva3-807/+166
standalone and the grid services. Should not affect any functionality.
2009-03-28Minor bug fix in UpdateItem (meta data).diva1-1/+3
2009-03-28Small bugs fixed related to ownership and permissions.diva1-9/+18
2009-03-26Notecard updates bypassing the regions. (HGStandalone only)diva1-26/+107
2009-03-26One more -- CopyItem.diva1-0/+32
2009-03-26Half-way through supporting inventory access from outside the regions -- HG ↵diva1-9/+84
standalones only, for now.
2009-03-25HGStandaloneInventoryService now serves inventory assets. No need for ↵diva1-1/+36
clients to have direct access to the asset service.
2009-03-22Moving the LoginAuth service up, so that it can be shared among standalones ↵diva2-351/+2
and the User Server.
2009-03-21Initial support for authentication/authorization keys in UserManagerBase, ↵diva3-6/+867
and use of it in HGStandaloneLoginService (producer of initial key for user, and of subsequent keys) and HGStandaloneInventoryService (consumer of a key). Keys are of the form http://<authority>/<random uuid> and they are sent over http header "authorization".
2009-03-21Moving HGStandaloneAssetService to a new place, and giving it a more generic ↵diva1-196/+0
name. MXP is going to use it too.
2009-03-19* refactor: Create IHttpServer interface instead of accessing BaseHttpServer ↵Justin Clarke Casey2-2/+4
via CommunicationsManager directly
2009-03-10Update svn properties, minor formatting cleanup.Jeff Ames1-5/+2
2009-02-22Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke1-1/+1
* Added log4net dependency to physxplugin in prebuild.xml. * Added missing m_log fields to classes. * Replaced Console.WriteLine with appropriate m_log.Xxxx * Tested that nant test target runs succesfully. * Tested that local opensim sandbox starts up without errors.