Jeff Ames
|
ee205e7e81
Formatting cleanup.
|
15 tahun lalu |
Diva Canto
|
0f05bbb4a2
Deleted some files that aren't being used anymore.
|
15 tahun lalu |
Diva Canto
|
989382352d
Poof! on Region.Communications.Hypergrid. Grid code deleted.
|
15 tahun lalu |
Diva Canto
|
f4bf581b96
Moved all HG1 operations to HGGridConnector.cs and HypergridServerConnector.cs/HypergridServiceConnector.cs, away from Region.Communications and HGNetworkServersInfo.
|
15 tahun lalu |
Diva Canto
|
0d8284c7a1
Removed IAssetCache.
|
15 tahun lalu |
Melanie Thielker
|
c87b75e425
This extra assignment to the singleton should not be needed but may help make
|
15 tahun lalu |
Melanie Thielker
|
c310fb11f4
Remove all references to HttpServer from CommsManager (all incarnations)
|
15 tahun lalu |
Jeff Ames
|
a23d64dec1
Formatting cleanup.
|
15 tahun lalu |
Jeff Ames
|
840de6c036
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
15 tahun lalu |
Melanie Thielker
|
23d902be42
Remove the old asset cache and local services and the configurations for them
|
15 tahun lalu |
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 |