Jeff Ames
|
ee205e7e81
Formatting cleanup.
|
il y a 15 ans |
Diva Canto
|
0f05bbb4a2
Deleted some files that aren't being used anymore.
|
il y a 15 ans |
Diva Canto
|
989382352d
Poof! on Region.Communications.Hypergrid. Grid code deleted.
|
il y a 15 ans |
Diva Canto
|
f4bf581b96
Moved all HG1 operations to HGGridConnector.cs and HypergridServerConnector.cs/HypergridServiceConnector.cs, away from Region.Communications and HGNetworkServersInfo.
|
il y a 15 ans |
Diva Canto
|
0d8284c7a1
Removed IAssetCache.
|
il y a 15 ans |
Melanie Thielker
|
c87b75e425
This extra assignment to the singleton should not be needed but may help make
|
il y a 15 ans |
Melanie Thielker
|
c310fb11f4
Remove all references to HttpServer from CommsManager (all incarnations)
|
il y a 15 ans |
Jeff Ames
|
a23d64dec1
Formatting cleanup.
|
il y a 15 ans |
Jeff Ames
|
840de6c036
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
il y a 15 ans |
Melanie Thielker
|
23d902be42
Remove the old asset cache and local services and the configurations for them
|
il y a 15 ans |
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
|
il y a 15 ans |
Jeff Ames
|
8ea12ad6c0
Add copyright header. Formatting cleanup. Ignore some generated files.
|
il y a 15 ans |
Melanie Thielker
|
acfb5051cd
Intermediate commit. WILL NOT COMPILE!
|
il y a 15 ans |
Justin Clarke Casey
|
780f57d551
* Initial infrastructure for ospa only uuid hashing of retrieved inventory items
|
il y a 15 ans |
Dahlia Trimble
|
8a8fe65526
Thanks BlueWall for Mantis #3578 - adding Hypergrid connection to JSON Stats
|
il y a 15 ans |
Charles Krinke
|
280d2cbf4a
Thank you kindly, BlueWall, for a patch that:
|
il y a 15 ans |
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.
|
il y a 15 ans |
Justin Clarke Casey
|
bd8e4a8892
* Fix hypergrid standalone login by overriding AddNewUserAgent in HGUserServices
|
il y a 15 ans |
Justin Clarke Casey
|
342126b7b9
* Resolve http://opensimulator.org/mantis/view.php?id=3509 by putting some service initialization into CommsManager
|
il y a 15 ans |
Justin Clarke Casey
|
4254733e8a
* Resolve http://opensimulator.org/mantis/view.php?id=3509 by passing up the comms manager rather than null
|
il y a 15 ans |
Justin Clarke Casey
|
8ca805009b
* Fix the other windows build break. Hopefully that shoudl be the last one
|
il y a 15 ans |
Justin Clarke Casey
|
2c81e41c8a
* Fission OGS1UserServices into user service and OGS1 user data plugin components
|
il y a 15 ans |
Charles Krinke
|
b4cb45bb79
Fixes Mantis # 3469. Thank you kindly, BlueWall, for a patch that:
|
il y a 15 ans |
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.
|
il y a 15 ans |
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.
|
il y a 15 ans |
lbsa71
|
feaa645071
* De-duplicated login service some more
|
il y a 15 ans |
lbsa71
|
a8ae02df4f
* Cleanup and CCC (Code Convention Conformance)
|
il y a 15 ans |
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.
|
il y a 15 ans |
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)
|
il y a 15 ans |
MW
|
76133d0763
Refactoring of CreateCommsManagerPlugin.
|
il y a 15 ans |