aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server/ServerMain.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* That didn't quite work. Trying this instead -- prompt given in the cmd line.diva2009-06-081-4/+2
|
* Making the prompt configurable in the server shell. Default is "Server".diva2009-06-081-2/+4
|
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-011-1/+1
| | | | LICENSE.txt.
* This commit changes the way the new server works. There is no longer a serverMelanie Thielker2009-05-181-0/+94
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!