Charles Krinke
|
c8db23d456
Thank you kindly, Diva for a patch that:
|
16 years ago |
MW
|
571b94f537
moved the initial loading/setting of the config settings to its own class, ConfigurationLoader. To make it easier to customise the loading of those settings and possible in the future move it to a plugin.
|
16 years ago |
MW
|
204ef95843
Moved a couple of more configuration fields to ConfigSettings
|
16 years ago |
MW
|
079469b3f5
more startup/initialisation refactoring
|
16 years ago |
MW
|
2a249373d3
Moved most of the configuration fields from Opensimbase to their own Class... Framework/ConfigSettings.
|
16 years ago |
Justin Clarke Casey
|
a88e850ccf
* minor: eliminate unused config field
|
16 years ago |
Justin Clarke Casey
|
8c71954e08
* Use nini to pass config information to the client stack, rather than the ClientStackUserSettings class
|
16 years ago |
Homer Horwitz
|
38e8853e57
Megapatch that fixes/adds: friend offer/deny/accept, friendship termination,
|
16 years ago |
Justin Clarke Casey
|
269303d97d
* test: Add basic scene test which merely instantiates the scene right now
|
16 years ago |
Justin Clarke Casey
|
3b381523eb
* refactor: move loadInv and saveInv command line param functions up to the interactive OpenSim class
|
16 years ago |
Justin Clarke Casey
|
f7205da1d9
* move command line parsing code from inventory archive modules to opensim server
|
16 years ago |
Adam Frisby
|
54d7be8a49
* Adding CrytoGridAssetClient support - allows encrypting assets that are stored on a potentially hostile grid. This is not DRM, not should be relied on until after it's been security audited. I'll write a blog post on this explaining how/why/when you should use this, and what it does.
|
16 years ago |
Melanie Thielker
|
8bc724a418
Fix a path issue i caused in a prior commit
|
16 years ago |
Melanie Thielker
|
143419ebb2
Add a "inimaster" switch to OpenSim.ini. It will load a master ini file
|
16 years ago |
Justin Clarke Casey
|
c26f177cd4
* Fix http://opensimulator.org/mantis/view.php?id=2368
|
16 years ago |
Melanie Thielker
|
c101dd2bad
Provide a sane value for DefaultScriptEngine (ScriptEngine.DotNetEngine)
|
16 years ago |
Justin Clarke Casey
|
31362a67df
* Tidy up configuration stuff, eliminated default setting duplication along the way
|
16 years ago |
Justin Clarke Casey
|
344e33b8fc
* minor: both OpenSimBase and the Voice and RemoteAdmin modules were checking whether any config was set
|
16 years ago |
Justin Clarke Casey
|
0f77a334bd
* minor: slightly simplify code in setting up the default configuration
|
16 years ago |
Justin Clarke Casey
|
4920e52f11
* oops, fix build break.
|
16 years ago |
Justin Clarke Casey
|
170cb935cd
* refactor: make shutdown a template method in the same manner as startup, for consistency's sake
|
16 years ago |
Justin Clarke Casey
|
70124a3213
* refactor: make startup a template method
|
16 years ago |
Justin Clarke Casey
|
a888dbc60a
* Fix http://opensimulator.org/mantis/view.php?id=2189 for real this time
|
16 years ago |
Justin Clarke Casey
|
104039b6c6
* reactor: move inventory archive classes into separate Inventory/Archiver directory
|
16 years ago |
Justin Clarke Casey
|
7ec065198a
* Apply http://opensimulator.org/mantis/view.php?id=2294
|
16 years ago |
Melanie Thielker
|
94aaf67dfa
Change the scirpt engine loading mechanism. Script engines are now
|
16 years ago |
Justin Clarke Casey
|
e518fe5d34
* Enables logins to regions on a grid once they have finished starting up (this does not include script startup).
|
16 years ago |
Justin Clarke Casey
|
5fb7b485b2
* Only allow logins on standalone when the sim has completed it's initial startup (script startup doesn't count here)
|
16 years ago |
Dr Scofield
|
03f246d6fe
adds support to delete a region completely and offers that
|
16 years ago |
Justin Clarke Casey
|
c2ee263999
* refactor: Break out IUserServiceAdmin out of IUserService since admin methods don't need to be implemented on Grid hosted region servers
|
16 years ago |