aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server/Handlers/Simulation (unfollow)
Commit message (Expand)AuthorFilesLines
2010-11-16Change the way attachments are persisted. Editing a worn attachment will nowMelanie1-1/+6
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-03-15Get the local inner simulation service object to the handler so that there is...Diva Canto1-0/+1
2010-01-17Agent gets there through the Gatekeeper, but still a few quirks to fix.Diva Canto2-8/+36
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 Canto2-19/+28
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 Canto4-205/+115
2009-12-31* Added the Login server handlers that were lost in yesterday's commit griefDiva Canto1-8/+4
2009-12-31Simulation handlers (agents & objects) completed.Diva Canto4-13/+544
2009-10-02* Creates Util.UTF8 and switches some references of Encoding.UTF8 to Util.UTF...John Hurliman1-1/+1
2009-09-29Fix loading modules with alternate configurations and ports into ROBUST.Melanie1-1/+1
2009-09-29Fix loading modules with alternate configurations and ports into ROBUST.Melanie1-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 ...diva2-99/+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 Ames3-3/+84
2009-05-25Beginning of refactoring RESTComms/LocalComms in the new style of services an...diva3-0/+305