aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Communications/REST/RESTInterregionComms.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2009-04-01More refactoring. This time extracting the client-side of RESTInterregionComm...diva1-533/+51
2009-03-23Root agent retrieval via http/REST. This is a pull, the caller gets the agent...diva1-29/+153
2009-03-22Explicit tests for local regions.diva1-26/+41
2009-03-19Making a couple of methods public.diva1-2/+2
2009-03-15Changing a few methods to public. This is the collection of methods that will...diva1-6/+6
2009-02-22Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke1-22/+22
2009-02-14Making initialized an instance variable again. My last commit wrote over just...diva1-1/+1
2009-02-14Moved RegionUp to REST/LocalComms. The original functionality has been entire...diva1-31/+237
2009-02-13* Change static field "initialized" in RestInterregionComms to an instance fieldJustin Clarke Casey1-4/+1
2009-02-13Bug fix in prim crossing: making it clear when the local object needs to be c...diva1-3/+3
2009-02-12large scale fix for svn props after "the great refactor"Sean Dague1-17/+17
2009-02-12* optimized usings.lbsa711-26/+20
2009-02-10Fixes the problem of attachment offset after crossings/TPs. Hopefully it fixe...diva1-2/+1
2009-02-10this is step 2 of 2 of the OpenSim.Region.Environment refactor.Dr Scofield1-2/+2
2009-02-09Moved prim crossing out of OGS1 and into RESTComms and LocalInterregionComms....diva1-9/+235
2009-02-06This changeset is the step 1 of 2 in refactoringDr Scofield1-4/+3
2009-01-19* minor: Just some minor log elaboration to reveal in the logs where a telepo...Justin Clarke Casey1-6/+7
2009-01-14* Fix typo which meant that RestComms was never enabled if you explicitly ena...Justin Clarke Casey1-3/+5
2009-01-06* refactor: call AddHttpHandler() directly via CommsManagerJustin Clarke Casey1-1/+1
2009-01-05* minor: remove some mono compiler warningsJustin Clarke Casey1-5/+3
2009-01-03This may fix the home jump problem.diva1-1/+2
2009-01-03Another interregion comms change that will not work well with previous versio...diva1-6/+165
2009-01-03Split agent updates into two messages: full update and position+camera update...diva1-10/+58
2009-01-01Major changes in interregion communications. This breaks compatibility with o...diva1-18/+155
2008-12-31Beginning of true REST style for interregion comms, SendChildAgentUpdate only...diva1-7/+92
2008-12-31Folded HG regionhandle lookup into the normal RESTInterregionComms, to avoid ...diva1-0/+4
2008-12-30* Remove mono compiler warningsJustin Clarke Casey1-3/+5
2008-12-30Making the default choice for InterregionComms work, and removing an unnecess...diva1-1/+3
2008-12-30Update svn properties, minor formatting cleanup.Jeff Ames1-296/+296
2008-12-29Changing the default Comms module to be RESTComms, in case none is specified ...diva1-1/+1
2008-12-29This is a beefy commit containing the communication modules that implement Se...diva1-0/+296