aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/Communications (unfollow)
Commit message (Expand)AuthorFilesLines
2009-01-19* minor: Just some minor log elaboration to reveal in the logs where a telepo...Justin Clarke Casey1-6/+7
2009-01-16* Rig up enough infrastructure to actually perform a successful 'standalone' ...Justin Clarke Casey1-2/+7
2009-01-15* Add new unit test for simple teleport in a standalone.Justin Clarke Casey1-5/+4
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...diva2-6/+180
2009-01-03Split agent updates into two messages: full update and position+camera update...diva2-10/+73
2009-01-01Major changes in interregion communications. This breaks compatibility with o...diva2-27/+198
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 ...diva2-87/+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...diva3-4/+9
2008-12-30Update svn properties, minor formatting cleanup.Jeff Ames3-522/+522
2008-12-29Changing the default Comms module to be RESTComms, in case none is specified ...diva3-3/+3
2008-12-29This is a beefy commit containing the communication modules that implement Se...diva3-0/+522
2008-04-30* Refactored Environment/Modules directory - modules now reside in their own ...Adam Frisby3-239/+0
2008-04-29* Disabled IntergridModule until a Mono bug can be isolated.Adam Frisby1-11/+18
2008-04-29* One more attempted fix.Adam Frisby1-1/+2
2008-04-29* Made a change to InterGrid module to prevent duplicate registrations.Adam Frisby2-8/+14
2008-04-29* Implemented new InterRegion comms method in the form of InterregionModuleAdam Frisby3-0/+225