Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove now unused GridConfig, MessageServerConfig, UserConfig | Justin Clark-Casey (justincc) | 2010-07-30 | 1 | -162/+0 |
| | |||||
* | Formatting cleanup. | Jeff Ames | 2009-10-01 | 1 | -3/+3 |
| | |||||
* | Fix the user and password defaults int he remote console setup | Melanie | 2009-08-21 | 1 | -2/+2 |
| | |||||
* | Graft the REST console onto the grid server. Same procedure as with | Melanie | 2009-08-19 | 1 | -1/+15 |
| | | | | the user server. | ||||
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 2009-06-01 | 1 | -1/+1 |
| | | | | LICENSE.txt. | ||||
* | * Moved the DefaultConfig settings into already-existing ConfigSettings | lbsa71 | 2009-04-17 | 1 | -4/+4 |
| | |||||
* | * Some more work on refactoring configs; | lbsa71 | 2009-04-17 | 1 | -22/+19 |
| | | | | | | | * Moved the constants out into a separate DefaultConfig * Pulled configMember up * Some minor CCC | ||||
* | * Since that was seemingly an false alarm, reverting the revert. | lbsa71 | 2009-04-16 | 1 | -1/+1 |
| | |||||
* | * bizarrely, two reports that that last commit broke script engine startup ↵ | lbsa71 | 2009-04-16 | 1 | -1/+1 |
| | | | | (!) on linux - reverting until we can investigate further. | ||||
* | * Started arduous config refactoring task with babystep introduction of ↵ | lbsa71 | 2009-04-16 | 1 | -1/+1 |
| | | | | common baseclass for backend configs. | ||||
* | * Apply a modified version of the part of ↵ | Justin Clarke Casey | 2008-10-13 | 1 | -1/+11 |
| | | | | | | | | | | | | | | http://opensimulator.org/mantis/view.php?id=2361 that allows region registration to be enabled/disabled on the grid server * Region registration is enabled by default in the configuration unless the user chooses otherwise * On the console * show status - shows grid status * enable-reg - enables region registration to the grid * disable-reg - disables region registration * Enabling or disabling region registration will not affect any other grid functions or regions already on the grid | ||||
* | * Reinstate grid receive and send keys to user server config | Justin Clarke Casey | 2008-08-09 | 1 | -7/+0 |
| | | | | | | | * Looks like these weren't so unused after all - oops! * Remove message from grid server config | ||||
* | let Grid Servers specify a connect string in their configuration. | Sean Dague | 2008-05-28 | 1 | -0/+6 |
| | |||||
* | * Spring cleaning. | Adam Frisby | 2008-04-29 | 1 | -17/+12 |
| | | | | | * Added new generic "Location" class to handle 2D integer locations. Going to use it to replace all RegionHandle and X,Y coordinate references throughout the entire project. You have been warned. | ||||
* | * Optimised using statements and namespace references across entire project ↵ | Adam Frisby | 2008-04-21 | 1 | -1/+0 |
| | | | | (this took a while to run). | ||||
* | changing more references to OpenSim.Data | Sean Dague | 2008-04-02 | 1 | -1/+1 |
| | |||||
* | Formatting cleanup. | Jeff Ames | 2008-03-18 | 1 | -27/+26 |
| | |||||
* | Minor cleanup. | Jeff Ames | 2008-02-20 | 1 | -1/+1 |
| | |||||
* | Converted logging to use log4net. | Jeff Ames | 2008-02-05 | 1 | -0/+1 |
| | | | | | | Changed LogBase to ConsoleBase, which handles console I/O. This is mostly an in-place conversion, so lots of refactoring can still be done. | ||||
* | * Mother of all commits: | Adam Frisby | 2008-01-15 | 1 | -10/+12 |
| | | | | | | | * Cleaned up copyright notices in AssemblyInfo.cs's * Added Copyright headers to a bunch of files missing them * Replaced several common string instances with a static constant to prevent reallocation of the same strings thousands of times. "" -> String.Empty is the first such candidate. | ||||
* | *Added ability to skip any use of the console when configuring and assume ↵ | mingchen | 2008-01-04 | 1 | -1/+1 |
| | | | | default value. This is useful when the server is running by itself and a new region request is added without sufficient information | ||||
* | * Optimized usings | lbsa71 | 2007-12-27 | 1 | -2/+3 |
| | | | | | | | * shortened references * Removed redundant 'this' * Normalized EOF | ||||
* | * Added a configuration parameter on the Grid Server to disallow forceful ↵ | Teravus Ovares | 2007-12-20 | 1 | -0/+9 |
| | | | | | | | banlists. * Added a way for Grid based configuration parameters to (generally used in overriding functionality) to get to the regions on Registration. | ||||
* | * Moved OpenSim/Framework/General to OpenSim/Framework for great justice. | lbsa71 | 2007-10-31 | 1 | -0/+136 |