aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2011-01-28Fix up QueryAccess to also check parcelsMelanie1-1/+8
2011-01-17Account for some component along the way lower-casing the HTTP header keys. (...Diva Canto1-13/+10
2011-01-17Brute force debug for XFF issueDiva Canto1-0/+7
2011-01-17More debug messages to help track the XFF header problem.Diva Canto1-0/+3
2011-01-09Improved debug messages to track what is going on with the XFF headerDiva Canto1-0/+2
2010-12-09Plumb a code path for the entity transfer module to ask a destination sceneMelanie1-0/+26
2010-10-03Made the Gatekeeper proxy-able.Diva Canto1-1/+21
2010-09-04Make User Agent Service and Login Service separable.Diva Canto1-18/+1
2010-08-19Partial rewrite of client IP verification. Not completely finished yet, and u...Diva Canto1-0/+20
2010-06-30Removed opportunity for exception in BaseHttpServer. (mantis #4825)Diva Canto1-0/+4
2010-06-27Addresses mantis #4789. Not really a fix, because the event is harmless anywa...Diva Canto1-1/+7
2010-05-27Comment noisy "CONNECTION DEBUGGING" messages, because they push moreMelanie Thielker1-7/+7
2010-05-27Revert "Comment noisy "CONNECTION DEBUGGING" messages, because they push more"Melanie1-7/+7
2010-05-27Comment noisy "CONNECTION DEBUGGING" messages, because they push moreMelanie Thielker1-7/+7
2010-01-17Agent gets there through the Gatekeeper, but still a few quirks to fix.Diva Canto1-6/+26
2010-01-17HG agent transfers are starting to work. Gatekeeper handlers are missing.Diva Canto1-6/+6
2010-01-13Take the verbose debug messages in AgentHandler out again.Diva Canto1-6/+6
2010-01-13Bug fix in releasing agent. In Scene, always use SimulatonService, and not m_...Diva Canto1-7/+7
2010-01-13Several more buglets removed.Diva Canto1-6/+6
2010-01-07* Finished SimulationServiceConnectorDiva Canto1-1/+1
2010-01-03Successfully logged into a grid.Diva Canto1-0/+4
2010-01-03* Changed ISimulation interface to take a GridRegion as input arg instead of ...Diva Canto1-186/+58
2009-12-31Simulation handlers (agents & objects) completed.Diva Canto1-1/+243
2009-10-02* Creates Util.UTF8 and switches some references of Encoding.UTF8 to Util.UTF...John Hurliman1-1/+1
2009-08-30Remove another IAuthentificationInterface userMelanie1-6/+7
2009-06-17Implementation of a simple authentication service + in connector in route to ...diva1-1/+1
2009-06-14Pulled out HelloNeighbour into its own service, INeighbourService, which may ...diva1-2/+3
2009-06-04Comment out unused variables / private fields to avoid compiler warnings.Jeff Ames1-16/+14
2009-06-03Committing the partial refactor of authentication services. No user functionlityMelanie Thielker1-1/+1
2009-05-31Add copyright headers, formatting cleanup, ignore some generated files.Jeff Ames1-1/+28
2009-05-25Beginning of refactoring RESTComms/LocalComms in the new style of services an...diva1-0/+182