aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Robust.ini.example (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-12-09Make configs consistent, as per mantos #5258Diva Canto1-6/+4
2010-11-21Finish the standalone mode freeswitch work and add config examplesMelanie1-2/+2
2010-11-21Correct an error in Robust.ini.exampleMelanie1-1/+1
2010-11-21Start implementing Freeswitch in ROBUSTMelanie1-0/+13
2010-11-05Delete existing presences for a user ID when they log in again.Melanie1-0/+3
WARNING!!! This changes a default. The old default is to allow multiple presences, the new default disables this. As the feature currently has no users, this should not present any difficulty and will alleviate the presence issues somewhat.
2010-10-04Formatting cleanup.Jeff Ames1-4/+3
2010-10-03Made the Gatekeeper proxy-able.Diva Canto1-0/+3
2010-08-26Deleted Check4096 from Robust.ini.exampleDiva Canto1-2/+1
2010-08-20Make some small corrections to ini.example file changes. These are not ↵Justin Clark-Casey (justincc)1-10/+6
functional changes.
2010-08-20Robust.ini.example and Robust.HG.ini.example default: corrected comment ↵Ai Austin1-11/+14
about realm for UserAccountService to state default is useraccount, and include default realm commented out in every case
2010-07-02Add MapTileURL to robust to supply the url needed by snowglobeMelanie1-0/+3
2010-06-12Added Old Guids=true to all MySql connection strings.Diva Canto1-1/+1
2010-05-09Implement the "delete" path for assets. Adds a new option to allow remote ↵Melanie1-0/+1
asset deletion in robust handler.
2010-05-07GridUserService in place. Replaces the contrived concept of storing user's ↵Diva Canto1-1/+6
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 Canto1-1/+1
missing configuration. * Made previous Robust config changes consistent in Robust.HG.ini.example
2010-05-05Add a XMLRPC method to remotely set the login level for the LLLoginService.Melanie Thielker1-0/+1
This requires a special XMLRPC call, which has to supply the credentials of a god user (User level >= 200). Disabled by default. Also Adds a configuration option to set the initial permitted login level.
2010-05-02Switched everything to XInventory by default. The old Inventory is still ↵Diva Canto1-5/+4
there for now, in case bugs pop up with XInventory.
2010-04-22Renamed OpenSim.Server.exe to Robust.exe and corresponding .ini's and config.Diva Canto1-0/+0
2010-03-02* Better debug message on login problems.Diva Canto1-0/+46
* Moved GridInfoService config to OpenSim.Server.ini
2010-02-26* Friends out connector completed. Grid login retrieves friends correctly.Diva Canto1-1/+5
* Added friends configs to grid .inis
2010-02-25Added server-side Friends in connector. Untested.Diva Canto1-0/+1
2010-02-22Deleted duplicate [GridService] section.Diva Canto1-14/+0
2010-01-31* Simplified the configuration by having [DatabaseService] in itDiva Canto1-19/+5
* Fixed configuration issue for HGInventoryServerInConnector * Corrected typos in debug messages
2010-01-31* More config cleanupDiva Canto1-3/+0
* 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-31Can't comment [Network] even if it's not used.Diva Canto1-2/+2
2010-01-31Cleaned up configuration. 'gridmode' and 'hypergrid' are gone, as well as ↵Diva Canto1-32/+7
lots of other obsolete configs.
2010-01-29Works for grid login.Diva Canto1-2/+3
2010-01-28Fixed broken dll name.Diva Canto1-1/+1
2010-01-28Config for grid login. Untested.Diva Canto1-1/+30
2010-01-19Add 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 Canto1-2/+3
* Updated grid configs
2010-01-13Make use of Fallback regions when the desired start region is having problems.Diva Canto1-2/+2
2010-01-13LL Login now uses default regions if the desired start location is not found.Diva Canto1-0/+5
2010-01-13Bug fix in create user: create inventory was missing.Diva Canto1-0/+6
2010-01-12Fixed more appearance woes that showed up using remote connectors. ↵Diva Canto1-1/+9
Appearance is now being passed with AgentCircuitData, as it should be.
2010-01-11Add the option to reject duplicate region namesMelanie1-0/+1
2010-01-11Add the console port setting to ROBUST, tooMelanie1-0/+1
2010-01-10Moved GridInfo service from where it was to Handlers/GridDiva Canto1-1/+1
2010-01-10Fixed small inconsistency in config var name.Diva Canto1-1/+5
2010-01-10Moved OpenId authentication from user server to Server.Handlers.Authentication.Diva Canto1-2/+10
2010-01-03Successfully logged into a grid.Diva Canto1-33/+56
2009-10-15minor: Change commented out authentication service realm setting to "users" ↵Justin Clark-Casey (justincc)1-5/+5
to match defaults in code
2009-09-28Added GridService section to OpenSim.Server.ini.exampleDiva Canto1-1/+10
2009-09-06Change the loader to actually load the user service data moduleMelanie1-0/+10
2009-09-04Add the new AuthStore to migrations. Update OpenSim.Server.iniMelanie1-0/+15
2009-08-17Add the remote console parameters to the example fileMelanie1-0/+6
2009-08-04Update a misspelled nameMelanie1-1/+1
2009-08-04Update config examplesMelanie1-1/+1
2009-08-04Configuration examples for the freeswitch moduleMelanie1-1/+4
2009-07-07B.U.S.T. Implant #1. Add inventory services to B.U.S.T.Melanie Thielker1-2/+13
OpenSim.Server.exe now runs both asset and inventory services