aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into careminster-presence-refactorMelanie2011-04-301-3/+6
|\
| * Fatpack message on agent transfers: 1 message only (UpdateAgent) containing ↵Diva Canto2011-04-281-3/+6
| | | | | | | | the agent and all attachments. Preserves backwards compatibility -- older sims get passed attachments one by one. Meaning that I finally introduced versioning in the simulation service.
| * Change the QUERYACCESS method to eliminate spurious access denied messagesMelanie2011-02-161-2/+9
| |
* | Change the QUERYACCESS method to eliminate spurious access denied messagesMelanie2011-02-161-2/+9
| |
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-02-121-0/+5
|\ \ | |/
| * Comment previous debugDiva Canto2011-02-081-3/+3
| |
| * XFF header again -- debug.Diva Canto2011-02-081-0/+5
| |
| * Fix a typo in the QUERYACCESS method nameMelanie2011-02-051-1/+1
| |
| * Fix up QueryAccess to also check parcelsMelanie2011-01-281-1/+8
| |
* | Fix up QueryAccess to also check parcelsMelanie2011-01-281-1/+8
| |
* | Make bans work for teleport. Now teleport will complete block if the userMelanie2011-01-271-1/+1
| | | | | | | | | | | | | | is not allowed on the estate. If the user is allowed on no parcel, the teleport will also be blocked. If the user is allowed on a parcel, but not the desired one, the user will be shifted to the closest allowed location.
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-01-181-4/+13
|\ \ | |/
| * Account for some component along the way lower-casing the HTTP header keys. ↵Diva Canto2011-01-171-13/+10
| | | | | | | | (XFF header issue)
| * Brute force debug for XFF issueDiva Canto2011-01-171-0/+7
| |
| * More debug messages to help track the XFF header problem.Diva Canto2011-01-171-0/+3
| |
| * Improved debug messages to track what is going on with the XFF headerDiva Canto2011-01-091-0/+2
| |
| * Plumb a code path for the entity transfer module to ask a destination sceneMelanie2010-12-091-0/+26
| | | | | | | | whether or not an agent is allowed there as a root agent.
* | Plumb a code path for the entity transfer module to ask a destination sceneMelanie2010-12-091-0/+26
| | | | | | | | whether or not an agent is allowed there as a root agent.
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-10-041-1/+21
|\ \ | |/
| * Made the Gatekeeper proxy-able.Diva Canto2010-10-031-1/+21
| |
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-09-051-18/+1
|\ \ | |/
| * Make User Agent Service and Login Service separable.Diva Canto2010-09-041-18/+1
| |
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-08-211-0/+20
|\ \ | |/
| * Partial rewrite of client IP verification. Not completely finished yet, and ↵Diva Canto2010-08-191-0/+20
| | | | | | | | untested. Committing to move to my other computer.
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-06-301-1/+11
|\ \ | |/
| * Removed opportunity for exception in BaseHttpServer. (mantis #4825)Diva Canto2010-06-301-0/+4
| |
| * Addresses mantis #4789. Not really a fix, because the event is harmless ↵Diva Canto2010-06-271-1/+7
| | | | | | | | anyway. Just shouldn't happen normally.
| * Comment noisy "CONNECTION DEBUGGING" messages, because they push moreMelanie Thielker2010-05-271-7/+7
| | | | | | | | important stuff off screen too fast. Clean this time
| * Revert "Comment noisy "CONNECTION DEBUGGING" messages, because they push more"Melanie2010-05-271-7/+7
| | | | | | | | | | | | Some other stuff snuck in. This reverts commit 4cc533e7ad94d148351c16f48afd2a688a64c48a.
| * Comment noisy "CONNECTION DEBUGGING" messages, because they push moreMelanie Thielker2010-05-271-7/+7
| | | | | | | | important stuff off screen too fast
* | Comment noisy "CONNECTION DEBUGGING" messages, because they push moreMelanie Thielker2010-05-271-7/+7
| | | | | | | | important stuff off screen too fast. Clean this time
* | Fix to the scenario where we send an agent to a neighbouring sim (via ↵Tom Grimshaw2010-05-181-0/+23
|/ | | | teleport), then tell our neighbours to close the agents.. thereby disconnecting the user. Added a new CloseChildAgent method in lieu of CloseAgent. This has been a long standing problem - with any luck this will cure it.
* Agent gets there through the Gatekeeper, but still a few quirks to fix.Diva Canto2010-01-171-6/+26
|
* HG agent transfers are starting to work. Gatekeeper handlers are missing.Diva Canto2010-01-171-6/+6
|
* Take the verbose debug messages in AgentHandler out again.Diva Canto2010-01-131-6/+6
|
* Bug fix in releasing agent. In Scene, always use SimulatonService, and not ↵Diva Canto2010-01-131-7/+7
| | | | m_SimulationService, because it may be null...
* Several more buglets removed.Diva Canto2010-01-131-6/+6
|
* * Finished SimulationServiceConnectorDiva Canto2010-01-071-1/+1
| | | | | * Started rerouting calls to UserService. * Compiles. May run.
* Successfully logged into a grid.Diva Canto2010-01-031-0/+4
|
* * Changed ISimulation interface to take a GridRegion as input arg instead of ↵Diva Canto2010-01-031-186/+58
| | | | | | | a regionHandle. * Added the RemoteSimulationConnectorModule, which is the replacement for RESTComms. Scenes is not using this yet, only (standalone) Login uses these region modules for now. * Completed SimulationServiceConnector and corresponding handlers.
* Simulation handlers (agents & objects) completed.Diva Canto2009-12-311-1/+243
|
* * Creates Util.UTF8 and switches some references of Encoding.UTF8 to ↵John Hurliman2009-10-021-1/+1
| | | | | | Util.UTF8 (not all references were switched since not all OpenSim libraries reference OpenSim.Framework) * Shrinks the largest in-memory object, the LLRAW.HeightmapLookupValue struct (only used for exporting to LLRAW terrain files), to the minimum possible size. This seems to have the odd side effect of cutting the size of the two double[256,256] terrain objects in half. Possibly an alignment optimization?
* Remove another IAuthentificationInterface userMelanie2009-08-301-6/+7
|
* Implementation of a simple authentication service + in connector in route to ↵diva2009-06-171-1/+1
| | | | making HGInventory (client access) work in standalone again. This is the refactoring of what was/is there, but done in the new model. Not complete yet, but key authentication works. It should be enough to make HGInventory work again soon.
* Pulled out HelloNeighbour into its own service, INeighbourService, which may ↵diva2009-06-141-2/+3
| | | | get more functions as we go along. It's a very simple service and service connectors, and it served primarily to establish the design of services that dependent on Scenes and that must always have a local connector. More refactoring coming, as this showed how to do it right.
* Comment out unused variables / private fields to avoid compiler warnings.Jeff Ames2009-06-041-16/+14
|
* Committing the partial refactor of authentication services. No user functionlityMelanie Thielker2009-06-031-1/+1
| | | | | | will eat your babies, etc
* Add copyright headers, formatting cleanup, ignore some generated files.Jeff Ames2009-05-311-1/+28
|
* Beginning of refactoring RESTComms/LocalComms in the new style of services ↵diva2009-05-251-0/+182
and connectors. This commit has the beginning of the In connector, not the Out. Nothing of this is finished yet, and it doesn't run. But it should compile ok.