aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server/Handlers/Base/ServerConnector.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-3/+3
2012-10-19Move PluginManagerBlueWall1-3/+5
Move PluginManager out to OpenSimFramework for general use
2012-10-06Added parts to manage repositories and plugin managementBlueWall1-0/+4
This is working - more testing to follow, then soem documentation
2012-10-03Add modular configuration for Robust connectorsBlueWall1-0/+61
We can provide modular ini for connectors... look for our configuration in the following places... 1) in the default ini/-inifile 2) in the named file (ConfigName) located in the configured directory (see Robust[.HG].ini [Start] section for ConfigDirectory) 3) in the repository named in the connector (ConfigURL) In this case, the file will be written into the configured directory with the specified See example connector/service @ https://github.com/BlueWall/SlipStream for testing.
2009-09-29Fix loading modules with alternate configurations and ports into ROBUST.Melanie1-1/+1
Make all current modules support the configuration name option
2009-09-29Fix loading modules with alternate configurations and ports into ROBUST.Melanie1-1/+1
Make all current modules support the configuration name option
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames1-1/+1
LICENSE.txt.
2009-05-18Adding missing filesMelanie Thielker1-5/+9
2009-05-05Some refactoring. Database is now active in the new user serverMelanie Thielker1-4/+4
2009-05-05Plumb the database into the new server skelMelanie Thielker1-0/+3
2009-05-05Plumb the new server connector logicMelanie Thielker1-1/+32
2009-05-05Add an interface skeleton for user servicesMelanie Thielker1-0/+8