aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server/ServerMain.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make ROBUST not hang on exit in recent Mono versions. Make the logfile configMelanie Thielker2009-07-311-1/+5
| | | | | | setting/commandline option actually work.
* * Change server prompt from B.U.S.T to R.O.B.U.S.T, as per mailing listJustin Clarke Casey2009-07-151-1/+1
|
* Update prompt and make it settable from within the ini fileMelanie Thielker2009-07-071-1/+1
|
* Committing the basic universal server Technology (B.U.S.T.)Melanie Thielker2009-07-071-1/+0
|
* 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!