aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid (follow)
Commit message (Collapse)AuthorAgeFilesLines
* moving GridInfo application plugin into a common standalone/gridDr Scofield2008-07-281-0/+7
| | | | | | | | service, adding a plain REST GET handler returning XML (no LLSD), adding appropriate add handler calls to OpenSimBase and UserServer.
* Update svn properties.Jeff Ames2008-07-271-0/+0
|
* enabled a config option to inventory server to be able to stop it doing the ↵MW2008-07-252-27/+51
| | | | | | | SessionId lookup to the user server. As this ties a inventory server to one userserver/grid. doing the look up is still enabled by default.
* Thanks, lulurun, for a patch that adds an authenticated session cache to reduceMike Mazur2008-07-251-11/+27
| | | | | | "check_auth_session" requests from inventory server to user server.
* * refactor: Remove now redundant inventory server url being passed to ↵Justin Clarke Casey2008-07-241-7/+2
| | | | GetInventorySkeleton
* * refactor: move remaining user service -> inventory service OGS1 calls into ↵Justin Clarke Casey2008-07-243-25/+21
| | | | the specific inter service class
* * Separate out OGS1 calls used between services (rather than from region to ↵Justin Clarke Casey2008-07-242-2/+69
| | | | services) into a separate assembly to parallel OpenSim.Region.Communications.OGS1
* * minor: Rename IInterGridInventoryServices since it's inter service rather ↵Justin Clarke Casey2008-07-241-3/+3
| | | | than inter grid
* Thanks, cmickeyb, for a patch that addresses secure inventory assuming IP ↵Mike Mazur2008-07-241-3/+5
| | | | addresses in configuration. Fix issue 1812.
* thanks lulurun for a security patch that blocks unathorized access to the ↵Johan Berntsson2008-07-234-19/+101
| | | | inventory server (see http://opensimulator.org/wiki/Security_vulnerability_brought_by_non-check_inventory_service)
* Thanks, sempuki, for a patch that adds .addin.xml for MSSQL and SQLite users.Mike Mazur2008-07-231-13/+2
|
* Thanks, sempuki, for a patch that moves control of Mono.Addins from source ↵Mike Mazur2008-07-232-10/+6
| | | | attributes to external XML files. Fix issues 1682 and 1786.
* * refactor: move new inventory service call by user server to OGS1 with all ↵Justin Clarke Casey2008-07-222-7/+9
| | | | | | | | the other service calls * will post to mailing list about moving this shortly
* Mantis#1796. Thank you kindly, StrawberryFride for a patch that:Charles Krinke2008-07-201-19/+6
| | | | | Agent table code (INSERT / UPDATE, etc) now added to MSSQL provider.
* Thanks, sempuki, for a patch that moves all grid plugins to new PluginLoader ↵Mike Mazur2008-07-183-65/+61
| | | | (issue 1763).
* cleanup: fixing CamelCase issue with RestDeserialiseHandler.Dr Scofield2008-07-151-9/+9
|
* Mantis#1682. Revert temporarily, Sempuki's mono addins patchCharles Krinke2008-07-112-1/+6
| | | | | while he studies the issues in Windows a little bit.
* Mantis#1682. Thank you kindly, Sempuki for a patch that:Charles Krinke2008-07-102-6/+1
| | | | | | Move control of Mono.Addins from source attributes to external XML files. This removes a lot of coupling of the source with Mono.Addins
* Added option to userserver config, to be able disable/enable the LLSD Login ↵MW2008-07-081-1/+4
| | | | support. As far as I know, the LLSD login method is currently only used by libsl based clients/bots. So could be useful to be able to disable this if a grid comes under a griefing attack from libsl bots.
* * remove unused CommitAssets() hook for nowJustin Clarke Casey2008-07-071-2/+1
|
* Mantis#1647. Thank you very much, Sempuki for a patch that:Charles Krinke2008-07-042-10/+17
| | | | | Updates the previous module loader work.
* disabled the multiple inventory server support in login service again.MW2008-06-291-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.
* couple of small fixes to try to fix support for multiple inventory servers ↵MW2008-06-291-4/+4
| | | | in the loginservice
* disabled multiple Inventory server support in loginservice until I get more ↵MW2008-06-281-4/+4
| | | | time to look into the problems people are having.
* small fixMW2008-06-281-1/+1
|
* more work on the support for multiple inventory servers. MW2008-06-281-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.
* Mantis#1616. Applied Melanie's patch. This may or mayCharles Krinke2008-06-281-1/+1
| | | | | not break trunk.
* last round of warning squashing. calling it a day now.Dr Scofield2008-06-279-47/+48
|
* Mantis#1591. Thank you graciously, Sempuki for a patch that:Charles Krinke2008-06-272-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.
* Update svn properties. Add copyright notices.Jeff Ames2008-06-252-0/+54
|
* * Adds Region ban capability to Regions. You access this by going to ↵Teravus Ovares2008-06-211-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.
* * If appropriate, start printing out the inner exception from the grid -> ↵Justin Clarke Casey2008-06-131-1/+5
| | | | region status check, so we can tell a bit better what the problem was
* Mantis#1514. Thank you kindly, Boscata for an InventoryServer patchCharles Krinke2008-06-111-0/+4
| | | | | | to allow the InventoryServer to work with MSSQL..
* Formatting cleanup, minor refactoring, svn properties.Jeff Ames2008-06-046-39/+39
|
* * This should fix presence issues.Teravus Ovares2008-06-033-14/+24
|
* * Submitting 3 files for the messagingserver that I've kept to myself.Teravus Ovares2008-06-023-0/+157
|
* * This update enables grid wide presence updates.Teravus Ovares2008-06-025-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.
* * This enables grid-wide instant messaging in a peer to peer with tracker ↵Teravus Ovares2008-06-012-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.
* * Committing more unfinished stuff. Nothing significant at the moment. IM ↵Teravus Ovares2008-06-011-0/+48
| | | | related.
* * Move most bookending startup/shutdown messages to BaseOpenSimServer so ↵Justin Clarke Casey2008-06-011-15/+0
| | | | they appear in non-console servers too
* * Fix build break by eliminating remaining IScenePermissions references - ↵Justin Clarke Casey2008-06-015-7/+14
| | | | | | | | must remember to nant clean * Hook all server startups into base opensim server startup method
* * Propogate OpenSimMain hack to stop mono-addins scanning warnings to the ↵Justin Clarke Casey2008-05-311-0/+7
| | | | | | | | grid managing * This hack just temporarily sends console output to /dev/null when we make the relevant addins calls, restoring it afterwards
* * Implements UserServer logoff in a few situationsTeravus Ovares2008-05-313-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.
* let Grid Servers specify a connect string in their configuration.Sean Dague2008-05-282-4/+4
|
* spring cleaning, remove a bit of db4o grid serverSean Dague2008-05-282-229/+0
| | | | | | code that was still in tree.
* Formatting cleanup.Jeff Ames2008-05-281-4/+4
|
* updating URL for LSL status.Dr Scofield2008-05-271-1/+1
|
* I'm dropping the ISimChat interface as that has now been Dr Scofield2008-05-271-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
* This cleans up a merge mess from the earlier checkin and implements ↵Dr Scofield2008-05-263-14/+19
| | | | | | | | llOwnerSay() via the newly created Scene.SimBroadcast() call.
* Update svn properties. Formatting cleanup.Jeff Ames2008-05-255-12/+17
|