aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.Server.ini.example (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into presence-refactorMelanie2010-02-081-0/+13
|\ | | | | | | | | This was a large, heavily conflicted merge and things MAY have got broken. Please check!
| * Add OpenSim.Server.ini.example documentation for the new AllowDuplicateNames ↵Justin Clark-Casey (justincc)2010-01-191-0/+3
| | | | | | | | grid service setting
* | * Simplified the configuration by having [DatabaseService] in itDiva Canto2010-01-311-19/+5
| | | | | | | | | | * Fixed configuration issue for HGInventoryServerInConnector * Corrected typos in debug messages
* | * More config cleanupDiva Canto2010-01-311-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
* | Can't comment [Network] even if it's not used.Diva Canto2010-01-311-2/+2
| |
* | Cleaned up configuration. 'gridmode' and 'hypergrid' are gone, as well as ↵Diva Canto2010-01-311-32/+7
| | | | | | | | lots of other obsolete configs.
* | Works for grid login.Diva Canto2010-01-291-2/+3
| |
* | Fixed broken dll name.Diva Canto2010-01-281-1/+1
| |
* | Config for grid login. Untested.Diva Canto2010-01-281-1/+30
| |
* | * Towards enabling hyperlinks at grid-level.Diva Canto2010-01-181-2/+3
| | | | | | | | * Updated grid configs
* | Merge branch 'master' into presence-refactorMelanie2010-01-161-3/+4
|\ \ | |/ | | | | | | This merge was very conflicted. I think I got them all, but I can't be sure. I had to merge to master or risk divergence to the point of unmergeability.
| * Add the option to reject duplicate region namesMelanie2010-01-111-0/+1
| |
| * Add the console port setting to ROBUST, tooMelanie2010-01-111-0/+1
| |
* | Make use of Fallback regions when the desired start region is having problems.Diva Canto2010-01-131-2/+2
| |
* | LL Login now uses default regions if the desired start location is not found.Diva Canto2010-01-131-0/+5
| |
* | Bug fix in create user: create inventory was missing.Diva Canto2010-01-131-0/+6
| |
* | Fixed more appearance woes that showed up using remote connectors. ↵Diva Canto2010-01-121-1/+9
| | | | | | | | Appearance is now being passed with AgentCircuitData, as it should be.
* | Moved GridInfo service from where it was to Handlers/GridDiva Canto2010-01-101-1/+1
| |
* | Fixed small inconsistency in config var name.Diva Canto2010-01-101-1/+5
| |
* | Moved OpenId authentication from user server to Server.Handlers.Authentication.Diva Canto2010-01-101-2/+10
| |
* | Successfully logged into a grid.Diva Canto2010-01-031-33/+56
|/
* minor: Change commented out authentication service realm setting to "users" ↵Justin Clark-Casey (justincc)2009-10-151-5/+5
| | | | to match defaults in code
* Added GridService section to OpenSim.Server.ini.exampleDiva Canto2009-09-281-1/+10
|
* Change the loader to actually load the user service data moduleMelanie2009-09-061-0/+10
|
* Add the new AuthStore to migrations. Update OpenSim.Server.iniMelanie2009-09-041-0/+15
|
* Add the remote console parameters to the example fileMelanie2009-08-171-0/+6
|
* Update a misspelled nameMelanie2009-08-041-1/+1
|
* Update config examplesMelanie2009-08-041-1/+1
|
* Configuration examples for the freeswitch moduleMelanie2009-08-041-1/+4
|
* B.U.S.T. Implant #1. Add inventory services to B.U.S.T.Melanie Thielker2009-07-071-2/+13
| | | | | | OpenSim.Server.exe now runs both asset and inventory services
* Committing the basic universal server Technology (B.U.S.T.)Melanie Thielker2009-07-071-0/+27
|
* Rename OpenSim.Server.exe to OpenSim.Services.exe and the correspondingMelanie Thielker2009-05-181-19/+0
| | | | | | | ini to OpenSim.Services.ini.example, which makes soooo much more sense. Thanks, Adam!
* This commit changes the way the new server works. There is no longer a serverMelanie Thielker2009-05-181-0/+19
exe for each function, rather each function is a connector and the server ini loads them. If you like your multiple processes, use -inifile with the server. Otherwise, you get one server process that serves all configured funcions, see example .ini. The new exe is OpenSim.Server.exe. Clean your bin, loads of names have changed!