aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/Communications (follow)
Commit message (Expand)AuthorAgeFilesLines
* This changeset is the step 1 of 2 in refactoringDr Scofield2009-02-062-7/+5
* * minor: Just some minor log elaboration to reveal in the logs where a telepo...Justin Clarke Casey2009-01-191-6/+7
* * Rig up enough infrastructure to actually perform a successful 'standalone' ...Justin Clarke Casey2009-01-161-2/+7
* * Add new unit test for simple teleport in a standalone.Justin Clarke Casey2009-01-151-5/+4
* * Fix typo which meant that RestComms was never enabled if you explicitly ena...Justin Clarke Casey2009-01-141-3/+5
* * refactor: call AddHttpHandler() directly via CommsManagerJustin Clarke Casey2009-01-061-1/+1
* * minor: remove some mono compiler warningsJustin Clarke Casey2009-01-051-5/+3
* This may fix the home jump problem.diva2009-01-031-1/+2
* Another interregion comms change that will not work well with previous versio...diva2009-01-032-6/+180
* Split agent updates into two messages: full update and position+camera update...diva2009-01-032-10/+73
* Major changes in interregion communications. This breaks compatibility with o...diva2009-01-012-27/+198
* Beginning of true REST style for interregion comms, SendChildAgentUpdate only...diva2008-12-311-7/+92
* Folded HG regionhandle lookup into the normal RESTInterregionComms, to avoid ...diva2008-12-312-87/+4
* * Remove mono compiler warningsJustin Clarke Casey2008-12-301-3/+5
* Making the default choice for InterregionComms work, and removing an unnecess...diva2008-12-303-4/+9
* Update svn properties, minor formatting cleanup.Jeff Ames2008-12-303-522/+522
* Changing the default Comms module to be RESTComms, in case none is specified ...diva2008-12-293-3/+3
* This is a beefy commit containing the communication modules that implement Se...diva2008-12-293-0/+522
* * Refactored Environment/Modules directory - modules now reside in their own ...Adam Frisby2008-04-303-239/+0
* * Disabled IntergridModule until a Mono bug can be isolated.Adam Frisby2008-04-291-11/+18
* * One more attempted fix.Adam Frisby2008-04-291-1/+2
* * Made a change to InterGrid module to prevent duplicate registrations.Adam Frisby2008-04-292-8/+14
* * Implemented new InterRegion comms method in the form of InterregionModuleAdam Frisby2008-04-293-0/+225