Diva Canto
|
806f48d81a
Added one conditional missing on login, for creating inventory if it doesn't exist already. This hopefully fixes the master avatar problems on standalone.
|
15 anni fa |
Diva Canto
|
67a629081e
uh. how about *really* removing it, and not just write a comment above, hey diva?
|
15 anni fa |
Diva Canto
|
87f116ab3a
Remove the call to ResetAttachments upon login. The info in the DB should always have {itemID, assetID}.
|
15 anni fa |
Justin Clarke Casey
|
148e2d55fa
* minor: Make GridCommon.ini.example refer to inventory service rather than asset where appropriate
|
15 anni fa |
Arthur Valadares
|
7e8bfc4618
* Allowing LLSD logins to do silent logout of last hung session on standalone only, following the already implemented XMLRPC behavior
|
15 anni fa |
Dahlia Trimble
|
147c9bcd45
Make cleartext authentication case sensitive. Thanks jhurliman for spotting this.
|
15 anni fa |
diva
|
156604e28e
InterServiceInventoryService references *almost* completely removed from the simulator. Only a couple left, not important. Also updated the login tests -- Justin, this time I was able to fix this by myself :)
|
15 anni fa |
Arthur Valadares
|
eb330f71be
* Making silent logoff of old hung sessions for new connections default for
|
15 anni fa |
Jeff Ames
|
840de6c036
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
15 anni fa |
Arthur Valadares
|
d0084f08f2
* Allows standalone region users to skip the "You must wait 5 minutes to log again" message and
|
15 anni fa |
Justin Clarke Casey
|
4aad6a07ff
* refactor: Remove redundent prim id attribute on Scene.AddSceneObject()
|
15 anni fa |
Adam Frisby
|
e9ea959263
* Pipes IPEndPoint through all Login methods, including LLSD/OSD login paths.
|
15 anni fa |
Adam Frisby
|
31baeef469
* Pipes requestors IP address through all XmlRpcRequest delegates. This is needed to be able to 'NAT-wrap' the login sequence.
|
15 anni fa |
Dr Scofield
|
e0a06f6416
- moving banned check and public/private check to
|
15 anni fa |
Justin Clarke Casey
|
ef9d140022
* Add user data plugin to store temporary profiles (which are distinct from cached)
|
15 anni fa |
Justin Clarke Casey
|
2c81e41c8a
* Fission OGS1UserServices into user service and OGS1 user data plugin components
|
15 anni fa |
diva
|
bc02eab4b9
Commit agent to DB immediately after creation, for LLSD logins too. Addresses mantis #3471. Requires upgrade of User Server in grid mode for this fix to kick in.
|
15 anni fa |
Justin Clarke Casey
|
bd1b478f2c
* Change inventory archiver module to use profile cache
|
15 anni fa |
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 anni fa |
diva
|
d4f6750f82
Added AllowLoginWithoutInventory to LoginService, to be overwritten in subclasses. Default is false. HGLoginAuthService sets it true. Better error handling dealing with inventory service faults.
|
15 anni fa |
Jeff Ames
|
54ccca1e2c
Update svn properties, add copyright header, formatting cleanup.
|
15 anni fa |
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 anni fa |