aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut/Interregion (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-12-29Change teleports so the TeleportFlags are sent to the destination sim. ItMelanie2-8/+13
can now determine if a connection is from login, teleport or crossing. Needed for a meaningful banlines implementation
2009-12-19* Bug fix in HG: preserve the home region coordinates across multiple HG TPs.Diva Canto1-1/+3
* Removed unnecessary debug messages.
2009-11-26Remove the old (Remoting) region crossing code. Fix the new code toMelanie2-9/+6
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.
2009-09-26Moved all HG1 operations to HGGridConnector.cs and ↵Diva Canto1-18/+4
HypergridServerConnector.cs/HypergridServiceConnector.cs, away from Region.Communications and HGNetworkServersInfo. Fixed small bugs with hyperlinked regions' map positions.
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 ↵Diva Canto1-8/+28
minimally. A few bugs to catch now.
2009-08-10Replace the Replaceable modules nameMelanie2-2/+2
2009-07-23* Updates RESTInterregionComms and LocalInterregionComms to the new region ↵Arthur Valadares2-49/+92
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
2009-07-15Test commit to see if commit is working for me, as another core developer is ↵MW1-1/+2
reporting problems.
2009-07-10Remove all references to HttpServer from CommsManager (all incarnations)Melanie Thielker1-2/+2
Change all uses of the HttpServer properties to use the new singleton
2009-06-14Renamed Region/CoreModules/ServiceConnectors to ↵diva2-0/+1097
Region/CoreModules/ServiceConnectorsOut. No functional changes.