John Hurliman
|
2c34619aea
* Changed various modules to not initialize timers unless the module is initialized. Ideally, the timers would not initialize unless the module was actually enabled, but Melanie's work on configuring module loading from a config file should make that unnecessary
|
15 gadi atpakaļ |
John Hurliman
|
a41cd1d069
* Unregister Mono.Addins event handlers in PluginLoader.Dispose() and always handle PluginLoader with the using pattern. This freed up 121,634,796 bytes on my system
|
15 gadi atpakaļ |
Melanie
|
7daf6dbbd3
Add -xmlfile= option to UGM, to let the files be outside bin if desired
|
15 gadi atpakaļ |
Melanie
|
dd0234f500
Graft the REST console onto the grid server. Same procedure as with
|
15 gadi atpakaļ |
Jeff Ames
|
840de6c036
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
15 gadi atpakaļ |
Melanie Thielker
|
4065ebff15
Remove the pre-log4net, discrete output methods from the consoles
|
15 gadi atpakaļ |
Melanie Thielker
|
acfb5051cd
Intermediate commit. WILL NOT COMPILE!
|
15 gadi atpakaļ |
Melanie Thielker
|
1b877234da
Refactor. Make ConsoleBase a true base class. Create CommandConsole as a simple
|
15 gadi atpakaļ |
MW
|
d45fa9c2df
Added GridServerPlugin class (which implements IGridPlugin) to OpenSim.Grid.GridServer.Modules.
|
15 gadi atpakaļ |
MW
|
de82bf9eb5
Added a PostInitialise method to IApplicationPlugin, this allows us to do work in there knowing that all other ApplicationPlugins have been initialised by that time.
|
15 gadi atpakaļ |
MW
|
c856da2ee6
Renamed IUGAIMCore to IGridServiceCore, still not really happy with this name as it could be confused with the Grid Server namespace or with the IGridService in the region servers.
|
15 gadi atpakaļ |
MW
|
8645fa9215
Removed the additions from the last revision for the "ShowHelp" delegate handling, as it seems that system isn't in use anymore.
|
15 gadi atpakaļ |
MW
|
1e2835a10c
More refactoring of the Grid/user/messaging servers.
|
15 gadi atpakaļ |
MW
|
021225675f
Added OpenSim.Grid.GridServer.Modules, for the GridServer modules/components.
|
15 gadi atpakaļ |
MW
|
6954013d82
Added OpenSim.Grid.Framework project.
|
15 gadi atpakaļ |
MW
|
e77b5d990d
More Grid server refactoring
|
15 gadi atpakaļ |
MW
|
adad703c9c
Added missing header to a file (before chi11ken does it)
|
15 gadi atpakaļ |
MW
|
869c64f955
Added a check to GridServerBase.RegisterInterface<T>(T iface), so that it can't try to add duplicate interfaces and cause a exception.
|
15 gadi atpakaļ |
MW
|
65d413e5ee
A bit more refactoring of the GridServer. To make the "modules" share a common Initialise method.
|
15 gadi atpakaļ |
MW
|
25661b611d
Refactored the GridServer into a GridDBService and a set of "modules".
|
15 gadi atpakaļ |
lbsa71
|
801da4346a
* optimized usings.
|
16 gadi atpakaļ |
Melanie Thielker
|
9bfbfa381a
Add proper handling for shared vs. unshared modules to the command
|
16 gadi atpakaļ |
Melanie Thielker
|
54c6a920ba
Replace the console for all OpenSim apps with a new console featuring command
|
16 gadi atpakaļ |
MW
|
11169c0e71
Made BaseOpenSimServer.ShutdownSpecific() public. As the OpenSimBase.Shutdown() includes a Environment.Exit(0); which is not always wanted when shutting down, like from a windows service.
|
16 gadi atpakaļ |
Justin Clarke Casey
|
97816f8c90
* Implement basic region filtering as described in https://lists.berlios.de/pipermail/opensim-dev/2008-November/003468.html
|
16 gadi atpakaļ |
Justin Clarke Casey
|
97f4226666
* Apply a modified version of the part of http://opensimulator.org/mantis/view.php?id=2361 that allows region registration to be enabled/disabled on the grid server
|
16 gadi atpakaļ |
Homer Horwitz
|
16d68749a4
Add the missing bits for the new region-search:
|
16 gadi atpakaļ |
Justin Clarke Casey
|
170cb935cd
* refactor: make shutdown a template method in the same manner as startup, for consistency's sake
|
16 gadi atpakaļ |
Justin Clarke Casey
|
70124a3213
* refactor: make startup a template method
|
16 gadi atpakaļ |
Justin Clarke Casey
|
6630706dd9
* Reinstate grid receive and send keys to user server config
|
16 gadi atpakaļ |