aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-07-04Mantis#1647. Thank you very much, Sempuki for a patch that:Charles Krinke2-10/+17
Updates the previous module loader work.
2008-06-29disabled the multiple inventory server support in login service again.MW1-4/+4
And reverted CachedUserInfo back to revision 5262. I don't think most of the inventory problems that people are reporting are due to these, but its easier to deal with one set of potential problems at a time, and I'm not going to get any time in the week to work on this anyway.
2008-06-29couple of small fixes to try to fix support for multiple inventory servers ↵MW1-4/+4
in the loginservice
2008-06-28disabled multiple Inventory server support in loginservice until I get more ↵MW1-4/+4
time to look into the problems people are having.
2008-06-28small fixMW1-1/+1
2008-06-28more work on the support for multiple inventory servers. MW1-4/+10
The Login service should now read/create new inventory on the inventory server that is set in a users profile. Also added "Add-InventoryHost" console command to add a support for a new server to a region. So it would be good if someone could test this. Set up the grid as normal, but then also run extra inventory server on a different computer (well actually it just has to be on a different network hostname, so one using "http://localhost:8004" and one using "http://127.0.0.1:8005" should work) then you need to manually edit the user profile database to set the new servers url in a user's "userInventoryURI" field. Then on a region server, use the Add-InventoryHost to add the new server url (always include the full url, including http, but don't add a final /) Login with that account and see if the inventory works. Of course these needs to be made more user friendly.
2008-06-28Mantis#1616. Applied Melanie's patch. This may or mayCharles Krinke1-1/+1
not break trunk.
2008-06-27last round of warning squashing. calling it a day now.Dr Scofield9-47/+48
2008-06-27Mantis#1591. Thank you graciously, Sempuki for a patch that:Charles Krinke2-19/+11
Currently module loading is done ad-hoc. I propose creating a simple loader class that leverages Mono.Addins (and perhaps the new .NET addins when they become available in mono). Attached is a basic patch for review that compiles into HEAD, but doesn't yet replace any existing ad-hoc loaders.
2008-06-25Update svn properties. Add copyright notices.Jeff Ames2-0/+54
2008-06-21* Adds Region ban capability to Regions. You access this by going to ↵Teravus Ovares1-12/+72
World->Region/Estate. Then on the Estate tab, at the lower right hand corner, clicking the 'Add' button and picking an avatar. * It only persists across reboots for the mySQL datastore currently. * Currently have stubs in the other datastores.
2008-06-13* If appropriate, start printing out the inner exception from the grid -> ↵Justin Clarke Casey1-1/+5
region status check, so we can tell a bit better what the problem was
2008-06-11Mantis#1514. Thank you kindly, Boscata for an InventoryServer patchCharles Krinke1-0/+4
to allow the InventoryServer to work with MSSQL..
2008-06-04Formatting cleanup, minor refactoring, svn properties.Jeff Ames6-39/+39
2008-06-03* This should fix presence issues.Teravus Ovares3-14/+24
2008-06-02* Submitting 3 files for the messagingserver that I've kept to myself.Teravus Ovares3-0/+157
2008-06-02* This update enables grid wide presence updates.Teravus Ovares5-33/+232
* You'll need to start-up the MessageingServer and set it up. It sets up like any of the other grid servers. * All user presence data is kept in memory for speed, while the agent is online. That means if you shutdown the messaging server or the messaging server crashes, it forgets who's online/offline. * Occasionally the region-cache will get stale if regions move around a lot. if it gets stale, run clear-cache on the messaging server console to clear the region cache.
2008-06-01* This enables grid-wide instant messaging in a peer to peer with tracker ↵Teravus Ovares2-2/+2
style way over XMLRPC. * Friend status updates are still only local, so you still won't know before instant messaging someone if they're online. * The server each user is on and the user server must be updated or the instant message won't get to the destination.
2008-06-01* Committing more unfinished stuff. Nothing significant at the moment. IM ↵Teravus Ovares1-0/+48
related.
2008-06-01* Move most bookending startup/shutdown messages to BaseOpenSimServer so ↵Justin Clarke Casey1-15/+0
they appear in non-console servers too
2008-06-01* Fix build break by eliminating remaining IScenePermissions references - ↵Justin Clarke Casey5-7/+14
must remember to nant clean * Hook all server startups into base opensim server startup method
2008-05-31* Propogate OpenSimMain hack to stop mono-addins scanning warnings to the ↵Justin Clarke Casey1-0/+7
grid managing * This hack just temporarily sends console output to /dev/null when we make the relevant addins calls, restoring it afterwards
2008-05-31* Implements UserServer logoff in a few situationsTeravus Ovares3-0/+170
* User tries to log-in but is already logged in. Userserver will send message to simulator user was in to log the user out there. * From the UserServer, admin types 'logoff-user firstname lastname message'. * Some regions may not get the message because they're not updated yet.
2008-05-28let Grid Servers specify a connect string in their configuration.Sean Dague2-4/+4
2008-05-28spring cleaning, remove a bit of db4o grid serverSean Dague2-229/+0
code that was still in tree.
2008-05-28Formatting cleanup.Jeff Ames1-4/+4
2008-05-27updating URL for LSL status.Dr Scofield1-1/+1
2008-05-27I'm dropping the ISimChat interface as that has now been Dr Scofield1-1/+0
replaced by EventManager events. also, i've added instructions to README.txt about running runprebuild.sh and on how to report bugs. plus some minor fixes (dropping m_log statement left over from debugging llOwnerSay, nicer catch of exception in IRCBridgeModule
2008-05-26This cleans up a merge mess from the earlier checkin and implements ↵Dr Scofield3-14/+19
llOwnerSay() via the newly created Scene.SimBroadcast() call.
2008-05-25Update svn properties. Formatting cleanup.Jeff Ames5-12/+17
2008-05-22* Fix circular dependency from last checkin by passing version as a ↵Justin Clarke Casey1-1/+1
parameter to Scene rather than referencing VersionInfo directly * Butt ugly solution
2008-05-20i'm extending the RestStreamHandler.Handler(...) signature to actually Dr Scofield2-7/+23
provide OSHttpRequest and OSHttpResponse to our REST handler. also, this adds proper RestPlugin.IsGod() checking against the X-OpenSim-Godkey HTTP request header. last, i added XML doc comments to RestPlugin.cs
2008-05-19i can haz pantz?Sean Dague1-1/+7
You sure can. This change set restores pants (and the rest of the default appearance) in grid mode. The root issue had to do with serializing multi-faced textures to the grid server. This also restores the lookup path through the avatar factory module, as that seems the reasonable place to have it live. Some clean up patches are coming later as well, plus testing on standalone, but this should be in a good kicking around state for grid users.
2008-05-19adding OSHttpRequest and OSHttpResponse which wrap HttpListenerRequest and ↵Dr Scofield2-4/+10
HttpListenerResponse respectively. enhancing IStreamHandler and IStreamedHandler interfaces so that OSHttp{Request,Response} get passed in, allowing RestHandlers to set response status code, redirections, etc.
2008-05-17Formatting cleanup.Jeff Ames1-2/+2
2008-05-16in theory implement the backend of appearance for grid.Sean Dague2-0/+46
testers encouraged so I can track down issues.
2008-05-16* Minor: For no particularly good reason, make all console prompts conform ↵Justin Clarke Casey6-6/+6
to the same prompt scheme
2008-05-16Minor cleanup.Jeff Ames1-1/+1
2008-05-16Formatting cleanup.Jeff Ames29-231/+231
2008-05-14* Refactored IConfigSource into Physics plug-ins and Scene. We can get rid ↵Teravus Ovares1-2/+4
of some of the parameters we pass to it's constructor now like, 'm_allowPhysicalPrim', 'seeIntoOtherRegions', etc.. so on * The main purpose of this is to provide configuration options for ODE and other physics plug-ins that are advanced enough to be able to be configured.
2008-05-14* Refactor additional stats collection common code into base opensim serverJustin Clarke Casey2-18/+4
* If extra stats not sent to the viewer are available on an opensim server, they are now uniformly accessible using the 'show stats' command
2008-05-14More formatting cleanup. Minor refactoring.Jeff Ames4-10/+20
2008-05-14More formatting cleanup.Jeff Ames9-100/+76
2008-05-14Formatting cleanup.Jeff Ames10-42/+43
2008-05-13* Remove old historical grid inventory codeJustin Clarke Casey2-212/+1
2008-05-13* As part of the region registration process, the grid service now requests ↵Justin Clarke Casey2-11/+57
the status of the region using the region http uri just passed in * If the status cannot be retrieved, then the region startup will terminate. * The aim of this is for earlier detection of situations where the region can send messages out but cannot accept incoming requests (often due to firewall issues) * This is currently an extremely simplistic check which completely trusts whatever http uri is given by the region * This contact may be problematic, though since the user service needs to be able to contact the region http uri, it doesn't seem unreasonable for the grid to have to be able to do so too at this stage * This change will require a prebuild
2008-05-12* Refactor: Creating grid login exceptions to try and break up a large method. Justin Clarke Casey1-71/+109
* This in preparation for further login validation to check that the region logging in is properly contactable. * Also increase verbosity of some error messages
2008-05-12* Minor: Make some direct grid server console output into logged messages ↵Justin Clarke Casey1-7/+10
instead
2008-05-12* If a region running in grid mode fails to login to the grid service, ↵Justin Clarke Casey1-1/+1
startup will now terminate instead of carrying on (and thus burying the error message)
2008-05-12* Minor: Change 'delete region' message to region logout messageJustin Clarke Casey1-1/+2