Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2011-02-16 | Changed default directory for storing map tile images from remote regions. | Marck | 1 | -1/+1 | |
2010-12-13 | Show map tile for hyperlinks. Perform Check4096 before adding a hyperlink. | Marck | 1 | -0/+6 | |
Configuration option AssetService in section [GridService] must be set to enable this functionality. Map tiles do currently not show for hyperlinks set in simulators that are connected to grids, see Mantis #5270. | |||||
2010-12-09 | Make configs consistent, as per mantos #5258 | Diva Canto | 1 | -10/+22 | |
2010-11-25 | WARNING: LOTS OF CONFIGURATION CHANGES AFFECTING PRIMARILY HG CONFIGS. Added ↵ | Diva Canto | 1 | -8/+21 | |
capability to preserve creator information on HG asset transfers. Added a new HGAssetService that is intended to be the one outside the firewall. It processes and filters the assets that go out of the grid. Also fixed the normal AssetService to do special things for the main instance (console commands, etc). Moved HGInventoryService to OpenSim.Services.HypergridService. Changed the way the login service gets the ServiceURL configs. | |||||
2010-10-30 | Clarify comment for configuration option Check4096 and show the default value. | Marck | 1 | -1/+3 | |
2010-10-03 | Made the home agent handler check for xff if behind a proxy. | Diva Canto | 1 | -0/+3 | |
2010-10-03 | Made the Gatekeeper proxy-able. | Diva Canto | 1 | -0/+4 | |
2010-09-08 | Renamed the Helo server connector to a consistent name. Added this in ↵ | Diva Canto | 1 | -1/+1 | |
connector to both Robust.HG.ini.example and HypergridServiceInConnectorModule. | |||||
2010-09-04 | Make User Agent Service and Login Service separable. | Diva Canto | 1 | -0/+4 | |
2010-09-03 | Added XFF header processing. Untested, for lack of proxy. | Diva Canto | 1 | -0/+3 | |
2010-08-24 | Typo | Diva Canto | 1 | -1/+1 | |
2010-08-20 | Make some small corrections to ini.example file changes. These are not ↵ | Justin Clark-Casey (justincc) | 1 | -10/+6 | |
functional changes. | |||||
2010-08-20 | Robust.ini.example and Robust.HG.ini.example default: corrected comment ↵ | Ai Austin | 1 | -29/+39 | |
about realm for UserAccountService to state default is useraccount, and include default realm commented out in every case | |||||
2010-08-06 | Added Check4096 config var under [GridService], at the request of many. ↵ | Diva Canto | 1 | -0/+2 | |
Changed the iteration that Marck had on the Hyperlinker. ATTENTION! CONFIGURATION CHANGE AFFECTING Robust.HG.ini.example and StandaloneCommon.ini.example. | |||||
2010-08-03 | Bug fix (HG): mantis #4891. This doesn't actually fix the underlying bug, ↵ | Diva Canto | 1 | -0/+1 | |
but it clears up the circular dependency issue between Gatekeeper and UserAgents that had made me resort to in-process remote calls, which, in turn, were hitting bugs down there somewhere in mono. NOTE: CONFIGURATION CHANGE IN ROBUST.HG.INI.EXAMPLE !!!###!!! | |||||
2010-07-15 | Fixes mantis #4872. Port for GridInfo was wrong in Robust.HG.ini.example | Diva Canto | 1 | -1/+1 | |
2010-06-28 | Fixes mantis #4815 and #4812 | Diva Canto | 1 | -0/+4 | |
2010-06-18 | Change Opensim.Servers.exe comment at top of Robust.HG.ini to Robust.exe | Justin Clark-Casey | 1 | -1/+1 | |
This addresses http://opensimulator.org/mantis/view.php?id=4772 Thanks to aiaustin for pointing this out | |||||
2010-06-14 | Typo corrected in Robust.HG.ini.example | Diva Canto | 1 | -4/+4 | |
2010-06-12 | Added Old Guids=true to all MySql connection strings. | Diva Canto | 1 | -1/+1 | |
2010-05-07 | GridUserService in place. Replaces the contrived concept of storing user's ↵ | Diva Canto | 1 | -2/+7 | |
home and position info in the presence service. WARNING: I violated a taboo by deleting 2 migration files and simplifying the original table creation for Presence. This should not cause any problems to anyone, though. Things will work with the new simplified table, as well as with the previous contrived one. If there are any problems, solving them is as easy as dropping the presence table and deleting its row in the migrations table. The presence info only exists during a user's session anyway. BTW, the Meshing files want to be committed too -- EOFs. | |||||
2010-05-05 | * Fixes Library bugs in grid mode. Partly a missing check and partly a ↵ | Diva Canto | 1 | -0/+2 | |
missing configuration. * Made previous Robust config changes consistent in Robust.HG.ini.example | |||||
2010-05-02 | Switched everything to XInventory by default. The old Inventory is still ↵ | Diva Canto | 1 | -5/+4 | |
there for now, in case bugs pop up with XInventory. | |||||
2010-04-22 | Renamed OpenSim.Server.exe to Robust.exe and corresponding .ini's and config. | Diva Canto | 1 | -0/+0 | |
2010-03-02 | * Better debug message on login problems. | Diva Canto | 1 | -0/+47 | |
* Moved GridInfoService config to OpenSim.Server.ini | |||||
2010-02-26 | * Friends out connector completed. Grid login retrieves friends correctly. | Diva Canto | 1 | -1/+5 | |
* Added friends configs to grid .inis | |||||
2010-02-25 | Added server-side Friends in connector. Untested. | Diva Canto | 1 | -0/+1 | |
2010-02-02 | Removed useless config. | Diva Canto | 1 | -1/+0 | |
2010-02-02 | Removed useless config. | Diva Canto | 1 | -1/+0 | |
2010-01-31 | * Simplified the configuration by having [DatabaseService] in it | Diva Canto | 1 | -20/+5 | |
* Fixed configuration issue for HGInventoryServerInConnector * Corrected typos in debug messages | |||||
2010-01-31 | In HG, add asset service handlers to 8002, to make it even easier. | Diva Canto | 1 | -3/+3 | |
2010-01-31 | * More config cleanup | Diva Canto | 1 | -16/+47 | |
* Added different ports (8002 and 8003) to the many services in OpenSim.Server.ini.example * Added a separate OpenSim.Server.HG.ini.example to make it easier to run | |||||
2010-01-31 | Can't comment [Network] even if it's not used. | Diva Canto | 1 | -2/+2 | |
2010-01-31 | Cleaned up configuration. 'gridmode' and 'hypergrid' are gone, as well as ↵ | Diva Canto | 1 | -32/+7 | |
lots of other obsolete configs. | |||||
2010-01-29 | Works for grid login. | Diva Canto | 1 | -2/+3 | |
2010-01-28 | Fixed broken dll name. | Diva Canto | 1 | -1/+1 | |
2010-01-28 | Config for grid login. Untested. | Diva Canto | 1 | -1/+30 | |
2010-01-19 | Add OpenSim.Server.ini.example documentation for the new AllowDuplicateNames ↵ | Justin Clark-Casey (justincc) | 1 | -0/+3 | |
grid service setting | |||||
2010-01-18 | * Towards enabling hyperlinks at grid-level. | Diva Canto | 1 | -2/+3 | |
* Updated grid configs | |||||
2010-01-13 | Make use of Fallback regions when the desired start region is having problems. | Diva Canto | 1 | -2/+2 | |
2010-01-13 | LL Login now uses default regions if the desired start location is not found. | Diva Canto | 1 | -0/+5 | |
2010-01-13 | Bug fix in create user: create inventory was missing. | Diva Canto | 1 | -0/+6 | |
2010-01-12 | Fixed more appearance woes that showed up using remote connectors. ↵ | Diva Canto | 1 | -1/+9 | |
Appearance is now being passed with AgentCircuitData, as it should be. | |||||
2010-01-11 | Add the option to reject duplicate region names | Melanie | 1 | -0/+1 | |
2010-01-11 | Add the console port setting to ROBUST, too | Melanie | 1 | -0/+1 | |
2010-01-10 | Moved GridInfo service from where it was to Handlers/Grid | Diva Canto | 1 | -1/+1 | |
2010-01-10 | Fixed small inconsistency in config var name. | Diva Canto | 1 | -1/+5 | |
2010-01-10 | Moved OpenId authentication from user server to Server.Handlers.Authentication. | Diva Canto | 1 | -2/+10 | |
2010-01-03 | Successfully logged into a grid. | Diva Canto | 1 | -33/+56 | |
2009-10-15 | minor: Change commented out authentication service realm setting to "users" ↵ | Justin Clark-Casey (justincc) | 1 | -5/+5 | |
to match defaults in code |