aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut/Interregion/RESTInterregionComms.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2010-02-06endline fix 2Teravus Ovares (Dan Olivares)1-6/+6
2010-01-29Revert "Updates all IRegionModules to the new style region modules."Melanie1-8/+8
2010-01-23Updates all IRegionModules to the new style region modules.Revolution1-8/+8
2010-01-10All Framework.Communications.Clients and Framework.Communications.Services de...Diva Canto1-844/+0
2010-01-10* Changed IPresenceService Logout, so that it takes a position and a lookatDiva Canto1-7/+8
2009-12-30First pass at the new login service. Still incomplete, but doesn't disrupt th...Diva Canto1-6/+6
2009-12-29Change teleports so the TeleportFlags are sent to the destination sim. ItMelanie1-6/+11
2009-11-26Remove the old (Remoting) region crossing code. Fix the new code toMelanie1-4/+2
2009-09-26Moved all HG1 operations to HGGridConnector.cs and HypergridServerConnector.c...Diva Canto1-18/+4
2009-09-26More redirects to HGGridConnector-as-HyperlinkService.Diva Canto1-5/+16
2009-09-26First pass at the heart surgery for grid services. Compiles and runs minimall...Diva Canto1-8/+28
2009-08-10Replace the Replaceable modules nameMelanie1-1/+1
2009-07-23* Updates RESTInterregionComms and LocalInterregionComms to the new region mo...Arthur Valadares1-34/+46
2009-07-10Remove all references to HttpServer from CommsManager (all incarnations)Melanie Thielker1-2/+2
2009-06-14Renamed Region/CoreModules/ServiceConnectors to Region/CoreModules/ServiceCon...diva1-1/+1
2009-06-14Pulled out HelloNeighbour into its own service, INeighbourService, which may ...diva1-119/+0
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-05-14* refactor: move bottom part of 'xml2' serializaton to separate classJustin Clarke Casey1-1/+1
2009-05-14* refactor: break some of xml2 serialization out of sogJustin Clarke Casey1-1/+2
2009-05-08* break out 'xml2' deserialization from sogJustin Clarke Casey1-1/+2
2009-05-05- moving banned check and public/private check toDr Scofield1-5/+12
2009-05-03Some reorganization around service connectors. No functional changeMelanie Thielker1-2/+1
2009-05-02Rename CoreModules.Communications to CoreModule.ServiceConnectors and, inside...diva1-0/+0
2009-04-14Adds session authentication upon NewUserConnections. Adds user key authentica...diva1-1/+78
2009-04-08* Make it possible to store creator strings in user inventory items as well a...Justin Clarke Casey1-0/+1
2009-04-07* minor: remove some mono compiler warningsJustin Clarke Casey1-1/+1
2009-04-05Added CreateObject(regionhandle, userID, itemID) to post objects that are to ...diva1-11/+42
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