aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut/Interregion/RESTInterregionComms.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* All Framework.Communications.Clients and Framework.Communications.Services ↵Diva Canto2010-01-101-844/+0
| | | | deleted, including old LoginService.
* * Changed IPresenceService Logout, so that it takes a position and a lookatDiva Canto2010-01-101-7/+8
| | | | * CommsManager.AvatarService rerouted
* First pass at the new login service. Still incomplete, but doesn't disrupt ↵Diva Canto2009-12-301-6/+6
| | | | the existing code.
* Change teleports so the TeleportFlags are sent to the destination sim. ItMelanie2009-12-291-6/+11
| | | | | can now determine if a connection is from login, teleport or crossing. Needed for a meaningful banlines implementation
* Remove the old (Remoting) region crossing code. Fix the new code toMelanie2009-11-261-4/+2
| | | | | | | | | | pass script state and assembly again properly. Reintroduce respecting tht TrustBinaries flag. Changes the interregion protocol! No version bump because it was broken anyway, so with a version mismatch it will simply stay broken, but not crash. Region corssing still doesn't work because there is still monkey business with both rezzed prims being pushed across a border and attached prims when walking across a border. Teleport is untested by may work.
* Moved all HG1 operations to HGGridConnector.cs and ↵Diva Canto2009-09-261-18/+4
| | | | | | HypergridServerConnector.cs/HypergridServiceConnector.cs, away from Region.Communications and HGNetworkServersInfo. Fixed small bugs with hyperlinked regions' map positions.
* More redirects to HGGridConnector-as-HyperlinkService.Diva Canto2009-09-261-5/+16
|
* First pass at the heart surgery for grid services. Compiles and runs ↵Diva Canto2009-09-261-8/+28
| | | | minimally. A few bugs to catch now.
* Replace the Replaceable modules nameMelanie2009-08-101-1/+1
|
* * Updates RESTInterregionComms and LocalInterregionComms to the new region ↵Arthur Valadares2009-07-231-34/+46
| | | | | | | | | | | | | module interface. This fixes an issue where region references were being added but weren't being deleted, causing those "unnotified circuit" messages. * Also fixes tests accordingly - Fixes Mantis #3452 - Fixes Mantis #3388 - Fixes Mantis #3871 - Related to Mantis #3493
* Remove all references to HttpServer from CommsManager (all incarnations)Melanie Thielker2009-07-101-2/+2
| | | | | | Change all uses of the HttpServer properties to use the new singleton
* Renamed Region/CoreModules/ServiceConnectors to ↵diva2009-06-141-0/+811
Region/CoreModules/ServiceConnectorsOut. No functional changes.