Justin Clarke Casey
|
f8e0653e73
* If an item creator id contains an iar loaded name, create a temporary profile and hashed UUID to represent the user
|
15 tahun lalu |
Jeff Ames
|
8ea12ad6c0
Add copyright header. Formatting cleanup. Ignore some generated files.
|
15 tahun lalu |
Melanie Thielker
|
acfb5051cd
Intermediate commit. WILL NOT COMPILE!
|
15 tahun lalu |
Justin Clarke Casey
|
780f57d551
* Initial infrastructure for ospa only uuid hashing of retrieved inventory items
|
15 tahun lalu |
Dahlia Trimble
|
8a8fe65526
Thanks BlueWall for Mantis #3578 - adding Hypergrid connection to JSON Stats
|
15 tahun lalu |
Charles Krinke
|
280d2cbf4a
Thank you kindly, BlueWall, for a patch that:
|
15 tahun lalu |
diva
|
d8313e314f
Getting rid of -hypergrid=true on the command line. This config now goes inside OpenSim.ini in the Startup section. This makes the HG compatible with -background, and prepares the way for further work on HG-related config vars. Might help with mantis #3527.
|
15 tahun lalu |
Justin Clarke Casey
|
bd8e4a8892
* Fix hypergrid standalone login by overriding AddNewUserAgent in HGUserServices
|
15 tahun lalu |
Justin Clarke Casey
|
342126b7b9
* Resolve http://opensimulator.org/mantis/view.php?id=3509 by putting some service initialization into CommsManager
|
15 tahun lalu |
Justin Clarke Casey
|
4254733e8a
* Resolve http://opensimulator.org/mantis/view.php?id=3509 by passing up the comms manager rather than null
|
15 tahun lalu |
Justin Clarke Casey
|
8ca805009b
* Fix the other windows build break. Hopefully that shoudl be the last one
|
15 tahun lalu |
Justin Clarke Casey
|
2c81e41c8a
* Fission OGS1UserServices into user service and OGS1 user data plugin components
|
15 tahun lalu |
Charles Krinke
|
b4cb45bb79
Fixes Mantis # 3469. Thank you kindly, BlueWall, for a patch that:
|
15 tahun lalu |
diva
|
0413d052a3
Adds session authentication upon NewUserConnections. Adds user key authentication (in safemode only) upon CreateChildAgents. All of this for Hypergrid users too. This addresses assorted spoofing vulnerabilities.
|
15 tahun lalu |
diva
|
f7eac63e01
Another bit of refactoring to try to make sense of OpenSim.Framework.Communications. Everything that looks like a service, with service handlers, moved to .Services -- i.e. LoginService and Response, and GridInfoService. The rest of the changes were to adapt to the new locations of those files.
|
15 tahun lalu |
lbsa71
|
feaa645071
* De-duplicated login service some more
|
15 tahun lalu |
lbsa71
|
a8ae02df4f
* Cleanup and CCC (Code Convention Conformance)
|
15 tahun lalu |
MW
|
498dda1901
Added a output message to CreateCommsManagerPlugin for when a user tries to run with both -hypergrid=true and -background=true command line arguments. As these two don't work together as they initialise different root OpenSim classes. I was going to change it back to the old behaviour where in that usecase it would just startup in the background but without hyerpgrid enabled. But think its better to give a error about this and then exit, so the user knows to change their settings. Rather than later wondering why hypergrid isn't working.
|
15 tahun lalu |
MW
|
171015f65f
Moved Linden protocol login handling to modules in OpenSim.Client.Linden. There are two region modules in there LLStandaloneLoginModule (for standalone mode) and LLProxyLoginModule (for grid mode which just handles incoming expect_user and logoff_user messages from the remote login server)
|
15 tahun lalu |
MW
|
76133d0763
Refactoring of CreateCommsManagerPlugin.
|
15 tahun lalu |
MW
|
c256fbbccd
Added more error info to CreateCommsManagerPlugin.
|
15 tahun lalu |
MW
|
bf3e1956fb
Added some debug output to CreateCommsManagerPlugin
|
15 tahun lalu |
MW
|
5626d43259
Changed the CreateCommsManagerPlugin so it requests a IRegionCreator and subscribes to the OnNewRegionCreated event on that interface rather than requesting the LoadRegionsPlugin directly.
|
15 tahun lalu |
Sean Dague
|
cddaaf3e13
svn attribute fixes so that we can play nice between windows and linux
|
15 tahun lalu |
MW
|
756c517069
Added IRegionCreator interface that all ApplicationPlugins that are creators of Scenes should implement and register with the ApplicationRegistry.StackModuleInterface<>(); So that other plugins can attach to their OnNewRegionCreated event.
|
15 tahun lalu |
MW
|
faca2a7ddc
Another change to how the CreateCommsManagerPlugin checks if it should be creating HG or normal CommunicationsManager.
|
15 tahun lalu |
MW
|
4f072a0876
Changed CreateCommsManagerPlugin so it handles external subclasses of OpenSimBase. This process of checking if it should be creating HG or normal CommunicationsManager needs to change.
|
15 tahun lalu |
MW
|
e2d30a0244
Moved the Initialisation of the CommunicationsManager to a ApplicationPlugin.
|
15 tahun lalu |