| Commit message (Expand) | Author | Files | Lines |
2009-05-20 | Remove the pre-log4net, discrete output methods from the consoles | Melanie Thielker | 1 | -1/+1 |
2009-05-04 | Intermediate commit. WILL NOT COMPILE! | Melanie Thielker | 1 | -0/+1 |
2009-05-04 | Refactor. Make ConsoleBase a true base class. Create CommandConsole as a simple | Melanie Thielker | 1 | -1/+1 |
2009-02-27 | Added GridServerPlugin class (which implements IGridPlugin) to OpenSim.Grid... | MW | 1 | -91/+10 |
2009-02-26 | Added a PostInitialise method to IApplicationPlugin, this allows us to do wor... | MW | 1 | -33/+0 |
2009-02-25 | Renamed IUGAIMCore to IGridServiceCore, still not really happy with this name... | MW | 1 | -1/+1 |
2009-02-24 | Removed the additions from the last revision for the "ShowHelp" delegate hand... | MW | 1 | -5/+0 |
2009-02-24 | More refactoring of the Grid/user/messaging servers. | MW | 1 | -1/+6 |
2009-02-24 | Added OpenSim.Grid.GridServer.Modules, for the GridServer modules/components. | MW | 1 | -0/+1 |
2009-02-24 | Added OpenSim.Grid.Framework project. | MW | 1 | -0/+4 |
2009-02-21 | More Grid server refactoring | MW | 1 | -9/+13 |
2009-02-21 | Added missing header to a file (before chi11ken does it) | MW | 1 | -1/+1 |
2009-02-21 | Added a check to GridServerBase.RegisterInterface<T>(T iface), so that it ca... | MW | 1 | -1/+4 |
2009-02-21 | A bit more refactoring of the GridServer. To make the "modules" share a commo... | MW | 1 | -6/+6 |
2009-02-21 | Refactored the GridServer into a GridDBService and a set of "modules". | MW | 1 | -41/+80 |
2009-02-12 | * optimized usings. | lbsa71 | 1 | -1/+0 |
2009-02-10 | Add proper handling for shared vs. unshared modules to the command | Melanie Thielker | 1 | -3/+5 |
2009-02-07 | Replace the console for all OpenSim apps with a new console featuring command | Melanie Thielker | 1 | -29/+34 |
2008-12-02 | Made BaseOpenSimServer.ShutdownSpecific() public. As the OpenSimBase.Shutdown... | MW | 1 | -1/+1 |
2008-11-11 | * Implement basic region filtering as described in https://lists.berlios.de/p... | Justin Clarke Casey | 1 | -1/+1 |
2008-10-13 | * Apply a modified version of the part of http://opensimulator.org/mantis/vie... | Justin Clarke Casey | 1 | -3/+30 |
2008-10-03 | Add the missing bits for the new region-search: | Homer Horwitz | 1 | -0/+1 |
2008-10-03 | * refactor: make shutdown a template method in the same manner as startup, fo... | Justin Clarke Casey | 1 | -3/+1 |
2008-10-03 | * refactor: make startup a template method | Justin Clarke Casey | 1 | -3/+1 |
2008-08-09 | * Reinstate grid receive and send keys to user server config | Justin Clarke Casey | 1 | -6/+1 |
2008-07-18 | Thanks, sempuki, for a patch that moves all grid plugins to new PluginLoader ... | Mike Mazur | 1 | -2/+1 |
2008-07-11 | Mantis#1682. Revert temporarily, Sempuki's mono addins patch | Charles Krinke | 1 | -1/+2 |
2008-07-10 | Mantis#1682. Thank you kindly, Sempuki for a patch that: | Charles Krinke | 1 | -2/+1 |
2008-07-04 | Mantis#1647. Thank you very much, Sempuki for a patch that: | Charles Krinke | 1 | -10/+6 |
2008-06-27 | Mantis#1591. Thank you graciously, Sempuki for a patch that: | Charles Krinke | 1 | -18/+9 |
2008-06-04 | Formatting cleanup, minor refactoring, svn properties. | Jeff Ames | 1 | -7/+7 |
2008-06-01 | * Fix build break by eliminating remaining IScenePermissions references - mus... | Justin Clarke Casey | 1 | -2/+2 |
2008-05-31 | * Propogate OpenSimMain hack to stop mono-addins scanning warnings to the gri... | Justin Clarke Casey | 1 | -0/+7 |
2008-05-28 | let Grid Servers specify a connect string in their configuration. | Sean Dague | 1 | -1/+1 |
2008-05-16 | * Minor: For no particularly good reason, make all console prompts conform to... | Justin Clarke Casey | 1 | -1/+1 |
2008-05-14 | Formatting cleanup. | Jeff Ames | 1 | -1/+1 |
2008-05-13 | * As part of the region registration process, the grid service now requests t... | Justin Clarke Casey | 1 | -5/+5 |
2008-05-12 | * Minor: Make some direct grid server console output into logged messages ins... | Justin Clarke Casey | 1 | -7/+10 |
2008-05-09 | * Fix opensim region server shutdown. | Justin Clarke Casey | 1 | -1/+1 |
2008-05-07 | * Move shutdown processing to base OpenSimServer, overriding the method where... | Justin Clarke Casey | 1 | -16/+5 |
2008-05-01 | * Rolled back a few changes. | Adam Frisby | 1 | -32/+28 |
2008-05-01 | * Cleaning code still. | Adam Frisby | 1 | -28/+32 |
2008-04-21 | * Optimised using statements and namespace references across entire project (... | Adam Frisby | 1 | -5/+2 |
2008-03-28 | * Refactored out common http handler operations | lbsa71 | 1 | -34/+27 |
2008-03-25 | Minor formatting / svn properties cleanup. | Jeff Ames | 1 | -6/+5 |
2008-03-24 | XmlRpcCommand refactoring | Johan Berntsson | 1 | -1/+1 |
2008-03-24 | Added a plugin loader in GridServer | Johan Berntsson | 1 | -1/+33 |
2008-03-18 | Formatting cleanup. | Jeff Ames | 1 | -26/+25 |
2008-03-12 | * made some privates protected | lbsa71 | 1 | -2/+2 |
2008-03-12 | * Renamed Main.cs to GridServerBase.cs | lbsa71 | 1 | -2/+2 |