Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into careminster | Melanie | 2013-02-26 | 1 | -2/+2 |
|\ | |||||
| * | Move map related settings from [Startup] to a new [Map] section in OpenSim.ini | Justin Clark-Casey (justincc) | 2013-02-25 | 1 | -2/+2 |
| | | | | | | | | | | | | | | Existing map settings in [Startup] will continue to work, and if present will override anything in [Map] However, the proper place for such settings would now be [Map] This is to reduce the use of [Startup] as a bag for non-generic settings which should really go in sections, in common with other settings. This commit also extends Diva's previous work to allow a default setting to be given when looking at multiple sections for settings. | ||||
* | | Merge branch 'master' into careminster | Melanie | 2012-11-13 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Another 10 modules' directives moved from .addin.xml | Diva Canto | 2012-11-12 | 1 | -0/+2 |
| | | |||||
* | | Revamp map block sending to eliminate overload of the grid server connection | Melanie | 2012-07-08 | 1 | -2/+2 |
|/ | | | | and the sim's http client | ||||
* | 3rd way of reseting the HG Map. This time, don't use the grid service; ↵ | Diva Canto | 2011-06-10 | 1 | -53/+68 |
| | | | | instead keep track of which map blocks each client has seen in the region, and reset exactly those when the client closes. | ||||
* | New method for resetting the map on HG: do it only once upon changing grids, ↵ | Diva Canto | 2011-06-10 | 1 | -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. | ||||
* | Fixed a compilation problem. Also added a lengthy comment on the Map hack, ↵ | Diva Canto | 2011-06-08 | 1 | -2/+1 |
| | | | | so that it never goes unnoticed again. | ||||
* | HGWorldMap: don't send map blocks of hyperlinks that are farther than 4096 ↵ | Diva Canto | 2011-05-30 | 1 | -4/+24 |
| | | | | cells from the current region. | ||||
* | Somewhat reverting the last commit. The viewer ignores 255's on tiles that ↵ | Diva Canto | 2011-05-10 | 1 | -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. | ||||
* | Changed the Access flag on HGMap to 255 (does not exist) and clarified the ↵ | Diva Canto | 2011-05-09 | 1 | -1/+1 |
| | | | | other value 254 too. Meanings taken from libomv. | ||||
* | Fixes gray tiles around +/-4 when user clicks on an empty tile. Affects ↵ | Diva Canto | 2011-05-09 | 1 | -1/+1 |
| | | | | regions above 4096 primarily. | ||||
* | * OMG! All but one references to UserProfileCacheService have been rerouted! | Diva Canto | 2010-01-10 | 1 | -326/+0 |
| | | | | | * HG is seriously broken here * Compiles. Untested. | ||||
* | * Standalone logins will now go through the sequence of "requested region, ↵ | John Hurliman | 2009-10-28 | 1 | -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 | ||||
* | Fixed MapBlocks bug, wrong order of arguments. First version that seems ↵ | Diva Canto | 2009-09-26 | 1 | -2/+2 |
| | | | | | | completely functional. Also fixed the notification of the message server in standalone -- that server doesn't usually exist. | ||||
* | First pass at the heart surgery for grid services. Compiles and runs ↵ | Diva Canto | 2009-09-26 | 1 | -1/+12 |
| | | | | minimally. A few bugs to catch now. | ||||
* | Moved the property RegionLoginsEnabled from GridComms to the Scene -- not ↵ | Diva Canto | 2009-09-25 | 1 | -1/+1 |
| | | | | the scene itself but SceneCommunicationService, for now. Beginning to clear the code from using Region.Communications. grid stuff. | ||||
* | Fixed some long-standing issues with appearance in HG1. | Diva Canto | 2009-09-04 | 1 | -0/+62 |
| | |||||
* | Remove all references to HttpServer from CommsManager (all incarnations) | Melanie Thielker | 2009-07-10 | 1 | -1/+1 |
| | | | | | | Change all uses of the HttpServer properties to use the new singleton | ||||
* | * Corrected CAPS namespaces | Arthur Valadares | 2009-06-18 | 1 | -1/+1 |
| | | | | | * "luke, use the sed" | ||||
* | Implementation of a simple authentication service + in connector in route to ↵ | diva | 2009-06-17 | 1 | -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. | ||||
* | Heart surgery no.2: the inventory service hooks. | diva | 2009-06-10 | 1 | -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. | ||||
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 2009-06-01 | 2 | -2/+2 |
| | | | | LICENSE.txt. | ||||
* | Heart surgery on asset service code bits. Affects OpenSim.ini configuration ↵ | diva | 2009-05-15 | 1 | -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 | ||||
* | - moving banned check and public/private check to | Dr Scofield | 2009-05-05 | 1 | -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 | ||||
* | Intermediate commit. WILL NOT COMPILE! | Melanie Thielker | 2009-05-04 | 2 | -2/+2 |
| | |||||
* | Some reorganization around service connectors. No functional change | Melanie Thielker | 2009-05-03 | 1 | -1/+1 |
| | |||||
* | * minor: remove some mono compiler warnings | Justin Clarke Casey | 2009-04-29 | 1 | -2/+1 |
| | |||||
* | Flipping check_session xmlrpc's keep-alive to false, because some clients hang. | diva | 2009-04-29 | 1 | -1/+1 |
| | |||||
* | HGWorldMap got a bit out of sync during the introduction of the new module ↵ | diva | 2009-04-26 | 1 | -96/+7 |
| | | | | system. Should work now. Fixes mantis #3533. | ||||
* | - Moved WorldMapModule and HGWorldMapModule to the new region-module system | Homer Horwitz | 2009-04-24 | 1 | -11/+32 |
| | | | | | - Cleaned up some whitespace | ||||
* | * Fix hypergrid standalone login by overriding AddNewUserAgent in HGUserServices | Justin Clarke Casey | 2009-04-22 | 1 | -3/+10 |
| | |||||
* | Adds session authentication upon NewUserConnections. Adds user key ↵ | diva | 2009-04-14 | 2 | -2/+3 |
| | | | | authentication (in safemode only) upon CreateChildAgents. All of this for Hypergrid users too. This addresses assorted spoofing vulnerabilities. | ||||
* | Added CreateObject(regionhandle, userID, itemID) to post objects that are to ↵ | diva | 2009-04-05 | 1 | -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! | ||||
* | * Fixed copyright headers on HyperGrid source files. (Now match the rest of ↵ | Adam Frisby | 2009-04-05 | 2 | -50/+48 |
| | | | | | | | OpenSim, license text is unchanged) * Added Bitmap[,] to IParcel for MRM | ||||
* | Update svn properties, add copyright header, formatting cleanup. | Jeff Ames | 2009-03-31 | 2 | -418/+418 |
| | |||||
* | Moved some files around, so that it's easier to share code between ↵ | diva | 2009-03-29 | 3 | -807/+166 |
| | | | | standalone and the grid services. Should not affect any functionality. | ||||
* | Minor bug fix in UpdateItem (meta data). | diva | 2009-03-28 | 1 | -1/+3 |
| | |||||
* | Small bugs fixed related to ownership and permissions. | diva | 2009-03-28 | 1 | -9/+18 |
| | |||||
* | Notecard updates bypassing the regions. (HGStandalone only) | diva | 2009-03-26 | 1 | -26/+107 |
| | |||||
* | One more -- CopyItem. | diva | 2009-03-26 | 1 | -0/+32 |
| | |||||
* | Half-way through supporting inventory access from outside the regions -- HG ↵ | diva | 2009-03-26 | 1 | -9/+84 |
| | | | | standalones only, for now. | ||||
* | HGStandaloneInventoryService now serves inventory assets. No need for ↵ | diva | 2009-03-25 | 1 | -1/+36 |
| | | | | clients to have direct access to the asset service. | ||||
* | Moving the LoginAuth service up, so that it can be shared among standalones ↵ | diva | 2009-03-22 | 2 | -351/+2 |
| | | | | and the User Server. | ||||
* | Initial support for authentication/authorization keys in UserManagerBase, ↵ | diva | 2009-03-21 | 3 | -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". | ||||
* | Moving HGStandaloneAssetService to a new place, and giving it a more generic ↵ | diva | 2009-03-21 | 1 | -196/+0 |
| | | | | name. MXP is going to use it too. | ||||
* | * refactor: Create IHttpServer interface instead of accessing BaseHttpServer ↵ | Justin Clarke Casey | 2009-03-19 | 2 | -2/+4 |
| | | | | via CommunicationsManager directly | ||||
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2009-03-10 | 1 | -5/+2 |
| | |||||
* | Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that: | Charles Krinke | 2009-02-22 | 1 | -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. | ||||
* | * Another stab at removing AssetServer.exe dependencies | lbsa71 | 2009-02-20 | 1 | -1/+0 |
| |