aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-09-27Reverting back to 2017 since 2018 were causing Linux breakage; reopening ↵lbsa711-18/+2
Tleiades patch 444 and 445.
2007-09-27* Tleiades grid mode inventory (#444) - thanx Tleiades!lbsa711-2/+18
* updated to rev 1413 on libsecondlife.dll and libsecondlife.dll.config (#423)
2007-09-25* Now the OGS1GridServices has a LocalBackEndServices that it forwards ↵lbsa711-65/+29
intra-instance requests to * Every Scene has a ClientManager (as every dog it's day) since two scenes can have the same circuit as client.
2007-09-24* Removed some more fields from CommunicationsLocallbsa711-10/+12
* added OnLoginToRegion to CommunicationsLocal
2007-09-24* Encapsulated all CommunicationsManager serviceslbsa711-1/+1
2007-08-15* Permissions! - You can now only perform certain functions (such as editing ↵Adam Frisby1-0/+10
other peoples objects) if you have permission to do so. * Moved OnPermissionError to EventManager - now triggers a standard blue alert. * Terraforming now requires permission via the permissions manager. [Defaults to admin-only] * Permissions manager is now substantiated in Scene * Buttload of new permissions added. * Estate manager operations now require various levels of permission to operate * OGS1 now produces 'summary reports' for a commsManager of each scene it maintains connections for. Reduces grid network traffic for ping checks. * Added new "permissions true" / "permissions false" console command to enable or disable permissions.
2007-08-08OGS1GridServices.csBrian McBee1-0/+8
Sims should crash less in gridmode just because their neighboring regions aren't available.
2007-08-01Some more work on SceneObject/primitive rewrites (AllNewSceneObjectGroup2 ↵MW1-1/+0
/Part2). Updated the JavaVM to a later version I did (basically some clean up and a little bit more functional). Added SendLoadURL method to IClientAPI.
2007-07-22* Some work in progress code: Inventory cache, start of inventory ↵MW1-5/+14
server/service, userprofile cache, inventory handling. (non of it is enabled yet (or at least it shouldn't be). * Fixed some of the problems with crossing regions when flying: you should no longer sink to ground level when crossing (should keep roughly your right height). Should no longer sometimes get sent back to the centre of the current region when attempting to border cross. But instead sometimes you will find you avatar stop at the edge of region and you will need to start moving again to retry the crossing (which should then work). This code is partly based on Babblefrog's issue #212 patch. [I think I have some ideas of how to solve the stopping at edges problem, just want to get the inventory code done first] * Capabilities code has now been moved to the OpenSim.Framework.Communications project as some of the caps code will be tightly tied to inventory/asset handling and it was causing a two way reference problem when it was in its own project/dll. This is a Big commit as I was going to keep my inventory work local until I had it in a working state, in case it brakes anything, but its getting harder to keep in sync with svn.
2007-07-20Attempt to fix the bug/crash that MetaLeo just reported.MW1-1/+1
2007-07-19* Removing more compiler warningsAdam Frisby1-1/+1
2007-07-18few small changesMW1-5/+0
2007-07-18* One hopefully-final attempt at fixing this remoting issue.Adam Frisby1-48/+64
2007-07-17* More LSL changes (and fixing a compile warning)Adam Frisby1-3/+10
* More attempted fixes for the phantom remoting bug.
2007-07-17* Added exception handler to deal with RemotingExceptions for Child Agents.Adam Frisby1-3/+10
2007-07-17* Applying babblefrog's DNS patches from issue #188Adam Frisby1-1/+1
2007-07-17* Added quick ping check reply system to OGS1GridServicesAdam Frisby1-0/+19
2007-07-16changed to native line ending encodingSean Dague1-431/+431
2007-07-15It wasn't me who messed up flying when adding a test NPC class. (honestly!)MW1-1/+1
2007-07-15* Fixed bug where UserServer SendKey would not be saved in configuration.Adam Frisby1-3/+3
2007-07-14* Excelsior!Adam Frisby1-0/+2
2007-07-11updated libsecondlife.dll to a 1.18 version (from the libsecondlife aditi ↵MW1-11/+62
branch, so when they have a trunk version that is 1.18 ready, best to update again). Started some work on a userProfile/inventory cache.
2007-07-10preliminary inter region communications (between regions in different ↵MW1-9/+88
instances) now works, so child agents and border crossings (and teleporting) now work. The .net remoting is still very basic: we need security sinks added. And we really need the OGS 2 protocol as soon as possible.
2007-07-10Fixed the crashing when trying to look at the map in grid mode. Although the ↵MW1-10/+13
textures for the regions don't seem to show up, about to look into that.
2007-07-10Gird mode in sugilite should now work in so far as you should be able to ↵MW1-32/+61
login and move between regions in the same instance. Moving to regions in a different instance of opensim still needs implementing (working on it now). Also trying to look at the map in grid mode will crash the server.
2007-07-06*Fixed several bugs that crashed the viewer and opensim server when logging ↵mingchen1-14/+17
in on grid mode *Note: Grid Mode now works in sugilite, but is still unstable **Known bug in which the grid server crashes after being relaunched from a previously create configuration **Crashing of the viewer crashes the OpenSim server which then crashes the grid server -- needs better handling of exceptions **Multiple sims is still untested, but should connect correctly. Moving between the sims may be a different story
2007-07-05*Fixed crash of OpenSim client when in grid mode from a recent commitmingchen1-2/+2
*The XML issue is now fixed (yay lbsa71) -- but I am still getting a "login packet never received", but that is probably an issue on my end, and not it the code
2007-07-05*Removed SimProfile.cs as it is no longer needed (in favor of SimProfileData)mingchen1-1/+2
*Added simulator_data_request XMLRPC method to request data from the grid server about a sim instead of faking its login *Login is progressing, now just getting an XML error (http://pastebin.com/942515) -- if you can fix this, throw MingChen in IRC a Private Message
2007-07-04Grid Servers:Adam Frisby1-0/+3
* Sugilite grid server now works with older regions properly (using it on deepgrid for testing) * Sugilite user server still broken with sugilite region server * Reduced the number of compiler warnings to zero Region Servers: * Added debug information to OGS1 Comms to help debug user server connectivity issues.
2007-07-04* More cleaning - Sugilite now only has build errors for "value is never ↵Adam Frisby1-1/+1
used" properties (which I presume will be filled in over time)
2007-07-03*Removed GridInfo class as it has been previously replaced with the much ↵mingchen1-6/+14
better NetworkServersInfo class *Got the GridServer in OGS1 to go through with registering the region, but the actual storage of the region isnt working right now. **After this is fixed, grid mode should work!
2007-07-03*Renamed OGS1 XmlRpcLoginToSimulatorMethod to the more appropriate ↵mingchen1-1/+1
XmlRpcSimulatorLoginMethod *Attempt to fix the "sim not found" issue by adding sim if...well...not found (OGS1)
2007-07-03* Optimized usings (the 'LL ate my scripts' commit)lbsa711-14/+12
* added some licensing info
2007-07-01MAJOR IP RESTRUCTURINGlbsa711-4/+14
* moving towards IPEndPoints all over the place * trying to make the internal/external division
2007-07-01Fixed SimpleApp - aka thankgoditssundaycommitlbsa711-7/+3
* Updated SimpleApp with various introduced dependencies * Extracted ScenePrescence creation in Scene * removed try-catchall from UserManagerBase (that actually hid a bug) * Refactored RegionInfo * handle is calculated * it will explode upon accessing x,y,ip,port,externalip if not explicitly initialized * Removed superfluous 'ref' keywords * Removed a shitload of 'catch Exception e' that causes build warnings * Lots of small refactorings, renames et c * Ignored some bins
2007-06-27*Added some missing files I forgot to add...OpenSim.sln should compile nowmingchen1-0/+248