aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/InventoryServer/Main.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove The legacy inventory and asset servers. Bump interface version to 6Melanie2009-09-171-182/+0
|
* Re-removing 2 lines that got added back on Melanie's commits. git hickup.Diva Canto2009-08-091-2/+0
|
* Rename UserData to UserAccount dataMelanie2009-08-091-0/+2
|
* Removed HGInventory out of core. This is part of HG2, which it now being ↵Diva Canto2009-08-091-2/+0
| | | | developed outside.
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-011-1/+1
| | | | LICENSE.txt.
* Added a AvatarCreationModule to the user server. This handles the "cloning" ↵MW2009-05-301-0/+4
| | | | | | | | | | | of a existing avatar's inventory to another avatar's inventory (the base method will also create the inventory for a new avatar if the avatar doesn't alreayd have any inventory). The code also sets the target avatar as wearing whatever the template avatar was wearing (including attachments). The idea is to allow the use of this to give new avatars a more interesting avatar (and inventory set) than the current default. I have include a console command that will clone the inventory from one existing user (template avatar) to another existing avatar (target avatar). The format of the command is : "clone avatar <templateAvatarFirstName> <templateAvatarLastName> <targetAvatarFirstName> <targetAvatarLastName>" (to use this console command on new accounts, the "create user" command will need to be used first) While the code was designed for hooking up to a remote call from a web interface, I have left the hookup code out of this commit, as I believe most use cases will want to handle it differently. Also added a "trusted handler" to the inventory server to allow the user server to create new folders in a user's inventory. All this is in the old UGAIM servers so will need porting to the new servers.
* Remove the pre-log4net, discrete output methods from the consolesMelanie Thielker2009-05-201-1/+1
|
* Small fix uncommenting something that got commented too much.diva2009-05-141-1/+1
|
* Intermediate commit. WILL NOT COMPILE!Melanie Thielker2009-05-041-0/+1
|
* Refactor. Make ConsoleBase a true base class. Create CommandConsole as a simpleMelanie Thielker2009-05-041-1/+1
| | | | | | | | console capable of processing commands. Create LocalConsole as a console that uses cursor control and context help. Precursor to a distributed console system for the new grid services. No functional change intended :)
* * minor: remove some mono compiler warningsJustin Clarke Casey2009-04-071-2/+2
|
* Added CreateObject(regionhandle, userID, itemID) to post objects that are to ↵diva2009-04-051-35/+39
| | | | | | | be fetched from the user's inventory server and rezzed in the region. Added all code necessary to fetch the item and the asset, and rez it inworld. The access to the item is uncap-ed and unverified -- I may place it later either under a cap or with auth verification. But in this model regions don't have the user's inventory, so they would have to guess the item IDs. Added safemode config to Standalone Hypergrid, similar effect to AllowRegionAccessToInventory in Inventory Server. Everyone should have these vars set to their default values except me!
* Adds support at the inventory server for direct inventory manipulation from ↵diva2009-03-301-1/+8
| | | | authorized clients using capabilities. Provided keys are verified with the designated authority. The added code is only executed for clients following HGLoginAuth procedure or similar. It does not remove any existing behavior.
* Committing partial work on passing folders across instances. This may crash.Melanie Thielker2009-03-231-0/+4
|
* Add a QueryItem method to the inventory subsystem. Currently implemented forMelanie Thielker2009-03-211-0/+4
| | | | | | | MySQL only, stubs for the others. This allows updating the cache with a single item from the database.
* * optimized usings.lbsa712009-02-121-1/+1
|
* Add proper handling for shared vs. unshared modules to the commandMelanie Thielker2009-02-101-1/+1
| | | | | | | | interface. Shared modules will now only get added once, so the command handler is called once per module, not once per scene. Removal of scenes has no adverse effects. Nonshared modules will be called for each scene.
* Replace the console for all OpenSim apps with a new console featuring commandMelanie Thielker2009-02-071-11/+10
| | | | | | | | | line editing, context sensitive help (press ? at any time), command line history, a new plugin command system and new appender features thet let you type while the console is scrolling. Seamlessly integrates the ICommander interfaces.
* Added two new "trusted" url handlers to the Inventory server, to allow the ↵MW2008-12-021-0/+8
| | | | user server to get a list of items in a folder and add a new item.
* * refactor: make startup a template methodJustin Clarke Casey2008-10-031-3/+1
|
* Add persistence of active gestures. This needs an UGAIM update to work.Homer Horwitz2008-09-241-0/+5
| | | | | | | | | Active gestures are sent as part of the login-response. Added fetchActiveGestures to SQLite and MySQL; added an empty one for MSSQL and NHibernate. Using the empty ones won't cause errors, but doesn't provide persistence either, of course.
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-2/+2
| | | | | | | * This is a HUGE OMG update and will definitely have unknown side effects.. so this is really only for the strong hearted at this point. Regular people should let the dust settle. * This has been tested to work with most basic functions. However.. make sure you back up 'everything' before using this. It's that big! * Essentially we're back at square 1 in the testing phase.. so lets identify things that broke.
* Formatting cleanup.Jeff Ames2008-08-181-1/+1
|
* Mantis #1936Melanie Thielker2008-08-131-1/+0
| | | | | | | | Thank you, gsky, for a patch that corrects the threading model to use the multithreaded apartment in the grid servers and region server.
* * minor: get rid of send and receive keys from inventory serverJustin Clarke Casey2008-08-091-6/+5
| | | | | | * these are not used
* * minor: remove redundant welcome message from inventory grid server ↵Justin Clarke Casey2008-08-091-1/+0
| | | | configuration
* enabled a config option to inventory server to be able to stop it doing the ↵MW2008-07-251-0/+1
| | | | | | | 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 security patch that blocks unathorized access to the ↵Johan Berntsson2008-07-231-19/+20
| | | | inventory server (see http://opensimulator.org/wiki/Security_vulnerability_brought_by_non-check_inventory_service)
* cleanup: fixing CamelCase issue with RestDeserialiseHandler.Dr Scofield2008-07-151-9/+9
|
* Mantis#1514. Thank you kindly, Boscata for an InventoryServer patchCharles Krinke2008-06-111-0/+4
| | | | | | to allow the InventoryServer to work with MSSQL..
* * Fix build break by eliminating remaining IScenePermissions references - ↵Justin Clarke Casey2008-06-011-2/+3
| | | | | | | | must remember to nant clean * Hook all server startups into base opensim server startup method
* * Minor: For no particularly good reason, make all console prompts conform ↵Justin Clarke Casey2008-05-161-1/+1
| | | | to the same prompt scheme
* Formatting cleanup.Jeff Ames2008-05-161-8/+8
|
* * Remove old historical grid inventory codeJustin Clarke Casey2008-05-131-5/+1
|
* * Move shutdown processing to base OpenSimServer, overriding the method ↵Justin Clarke Casey2008-05-071-4/+0
| | | | | | | | where appropriate * This also means that the command quit (as well as shutdown) will now close down grid servers (instead of only being in place for the region server)
* * Refactor: Remove the unused userID parameter that was being passed into ↵Justin Clarke Casey2008-05-011-5/+5
| | | | | | | | almost every inventory method * This allows lots of redundant inventory methods with only slightly different names to be eliminated.
* * Rolled back a few changes.Adam Frisby2008-05-011-34/+31
|
* * Cleaning code still.Adam Frisby2008-05-011-31/+34
|
* * Implement full grid mode Trash emptyJustin Clarke Casey2008-04-231-0/+4
| | | | | | | | | * Now, emptying the trash should remove folders and the items they contain as well as items which were not in a subfolder. * This will only work once both the region and grid servers have reached this revision. * You may also need to clear your cache before this will work * Refactoring to follow.
* allow for Inventory database source to be specified in mainSean Dague2008-04-231-1/+1
| | | | | | | | configs. This works with sqlite and nhibernate backends, and stays with default seperate ini files for mysql and mssql until someone writes those.
* * Optimised using statements and namespace references across entire project ↵Adam Frisby2008-04-211-2/+5
| | | | (this took a while to run).
* * Remove the quit command from the inventory console which was actually ↵Justin Clarke Casey2008-04-011-1/+0
| | | | adding a new inventory instead
* * CODE: Add phat warning to RootFolders http request since it no longer does ↵Justin Clarke Casey2008-03-291-0/+5
| | | | what it used to do (not that the name was actually accurate in the first place)
* * Various 1.19.0.5 grid inventory request fixes. These will only take ↵Justin Clarke Casey2008-03-291-14/+17
| | | | | | | | | | | | affect once the region and the grid servers have upgraded to this revision * You may also need to clear your cache before seeing any effect. * These fixes may or may not affect inventory on the RC client. * These fixes should make non-root folders work better, stop inventory failure on first login, allow trash to be emptied and make texture picker in object edit view work properly * Fixes are 1) make initial root folder request wait for async inventory delivery, 2) deliver all folders in the initial login skeleton, not just the root child ones and 3) deal with situations where we receive child folders from the inventory service before their parent is received.
* * Refactored out common http handler operationslbsa712008-03-281-11/+17
|
* Formatting cleanup.Jeff Ames2008-03-181-26/+25
|
* Converted logging to use log4net.Jeff Ames2008-02-051-9/+13
| | | | | | Changed LogBase to ConsoleBase, which handles console I/O. This is mostly an in-place conversion, so lots of refactoring can still be done.
* * Rebase all current servers on common abstract BaseOpenSimServer classJustin Clarke Casey2008-02-041-13/+10
| | | | | | | * The immediate upshot is that "show uptime" from the console will now show uptime on all server types (user, asset, grid, etc) * DEV: This refactoring is far from complete - only just enough to makes the "show uptime" command common accross the servers. More is needed, but in this case it's somewhat like eating cabbage, which I prefer not to do all at once
* * Optimized usingslbsa712007-12-271-20/+14
| | | | | | | * shortened references * Removed redundant 'this' * Normalized EOF
* Grid Inventory feature upgrade: renaming folders should now be correct, ↵Brian McBee2007-12-151-0/+4
| | | | | | | | subfolders work, moving folders works. Tested only in MYSQL, but may work in MSSQL and sqlite. Probably not working in standalone mode.