Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-05-18 | Rename OpenSim.Server.exe to OpenSim.Services.exe and the corresponding | Melanie Thielker | 1 | -0/+0 | |
ini to OpenSim.Services.ini.example, which makes soooo much more sense. Thanks, Adam! | |||||
2009-05-18 | This commit changes the way the new server works. There is no longer a server | Melanie Thielker | 1 | -0/+0 | |
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! | |||||
2009-05-11 | Commit the asset server app config | Melanie Thielker | 1 | -0/+0 | |
2009-05-05 | Committing the user server executable skeleton | Melanie Thielker | 1 | -1/+6 | |
2008-02-12 | default to appending for log files per Mantis 530, and per | Sean Dague | 1 | -1/+1 | |
previous OpenSim behavior. | |||||
2008-02-07 | Missed the appender change on the previous log4net config file sync. | Jeff Ames | 1 | -1/+1 | |
2008-02-07 | Sync other log4net config files with region server config. | Jeff Ames | 1 | -1/+1 | |
2008-02-06 | Shortened console log messages. | Jeff Ames | 1 | -2/+2 | |
2008-02-06 | Revert color console changes until a cross-platform method is found. | Jeff Ames | 1 | -19/+1 | |
2008-02-06 | Added colors back to console output. | Jeff Ames | 1 | -1/+19 | |
Fixed line duplication in console output. | |||||
2008-02-05 | Converted logging to use log4net. | Jeff Ames | 1 | -0/+28 | |
Changed LogBase to ConsoleBase, which handles console I/O. This is mostly an in-place conversion, so lots of refactoring can still be done. |