Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-08-18 | Formatting cleanup. | Jeff Ames | 2 | -8/+8 | |
2008-08-13 | Mantis #1936 | Melanie Thielker | 1 | -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. | |||||
2008-08-09 | * minor: get rid of send and receive keys from inventory server | Justin Clarke Casey | 1 | -6/+5 | |
* these are not used | |||||
2008-08-09 | * minor: remove redundant welcome message from inventory grid server ↵ | Justin Clarke Casey | 1 | -1/+0 | |
configuration | |||||
2008-08-09 | * Add line to log notifying of inventory -> user grid server trust failure | Justin Clarke Casey | 1 | -3/+22 | |
* add code comments | |||||
2008-07-25 | enabled a config option to inventory server to be able to stop it doing the ↵ | MW | 2 | -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. | |||||
2008-07-25 | Thanks, lulurun, for a patch that adds an authenticated session cache to reduce | Mike Mazur | 1 | -11/+27 | |
"check_auth_session" requests from inventory server to user server. | |||||
2008-07-24 | Thanks, cmickeyb, for a patch that addresses secure inventory assuming IP ↵ | Mike Mazur | 1 | -3/+5 | |
addresses in configuration. Fix issue 1812. | |||||
2008-07-23 | thanks lulurun for a security patch that blocks unathorized access to the ↵ | Johan Berntsson | 2 | -19/+61 | |
inventory server (see http://opensimulator.org/wiki/Security_vulnerability_brought_by_non-check_inventory_service) | |||||
2008-07-15 | cleanup: fixing CamelCase issue with RestDeserialiseHandler. | Dr Scofield | 1 | -9/+9 | |
2008-06-11 | Mantis#1514. Thank you kindly, Boscata for an InventoryServer patch | Charles Krinke | 1 | -0/+4 | |
to allow the InventoryServer to work with MSSQL.. | |||||
2008-06-01 | * Fix build break by eliminating remaining IScenePermissions references - ↵ | Justin Clarke Casey | 1 | -2/+3 | |
must remember to nant clean * Hook all server startups into base opensim server startup method | |||||
2008-05-16 | * Minor: For no particularly good reason, make all console prompts conform ↵ | Justin Clarke Casey | 1 | -1/+1 | |
to the same prompt scheme | |||||
2008-05-16 | Formatting cleanup. | Jeff Ames | 2 | -27/+27 | |
2008-05-13 | * Remove old historical grid inventory code | Justin Clarke Casey | 2 | -212/+1 | |
2008-05-09 | * Removing polling delay for non-CAPS inventory fetch if the client has not ↵ | Justin Clarke Casey | 1 | -1/+4 | |
yet received data from the inventory service * Replaced instead with the system now used by other requests where the fetch request is placed on a queue and service when the data comes in | |||||
2008-05-08 | * Reduced sleep durations in a number of files. | Adam Frisby | 1 | -6/+1 | |
2008-05-07 | * Move shutdown processing to base OpenSimServer, overriding the method ↵ | Justin Clarke Casey | 1 | -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) | |||||
2008-05-03 | * Add ability to defer item actions for AddItem() and DeleteItem(). This ↵ | Justin Clarke Casey | 1 | -1/+1 | |
won't be useful until we let the client cache (again?) | |||||
2008-05-03 | * Refactor RemoveItem() | Justin Clarke Casey | 1 | -1/+1 | |
2008-05-03 | * Refactor: move UpdateFolder into CachedUserInfo | Justin Clarke Casey | 1 | -1/+1 | |
2008-05-03 | * Refactor: Move bulk of CreateFolder from UserProfileCacheService into ↵ | Justin Clarke Casey | 1 | -58/+8 | |
CachedUserInfo * Remove unused/superseded methods from GridInventoryService | |||||
2008-05-01 | * Refactor: Remove the unused userID parameter that was being passed into ↵ | Justin Clarke Casey | 2 | -88/+6 | |
almost every inventory method * This allows lots of redundant inventory methods with only slightly different names to be eliminated. | |||||
2008-05-01 | * Rolled back a few changes. | Adam Frisby | 3 | -70/+63 | |
2008-05-01 | * Cleaning code still. | Adam Frisby | 3 | -63/+70 | |
2008-05-01 | * Breaking all the code, breaking all the code..! | Adam Frisby | 1 | -4/+0 | |
* Made a bunch more members static, removed some dead code, general cleaning. | |||||
2008-05-01 | * Assorted spring cleanings. | Adam Frisby | 1 | -2/+0 | |
2008-04-30 | * Long awaited patch from A_Biondi Mantis 923. Kept alive by Melanie. ↵ | Teravus Ovares | 1 | -0/+5 | |
Thanks A_Biondi and Melanie! * This builds but might not work. JustinCC will examine.. it may work out of the box. | |||||
2008-04-23 | * Implement full grid mode Trash empty | Justin Clarke Casey | 2 | -9/+19 | |
* 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. | |||||
2008-04-23 | allow for Inventory database source to be specified in main | Sean Dague | 2 | -3/+3 | |
configs. This works with sqlite and nhibernate backends, and stays with default seperate ini files for mysql and mssql until someone writes those. | |||||
2008-04-23 | * Implement proper emptying of trashcan on standalone | Justin Clarke Casey | 1 | -0/+10 | |
* On standalone, folders (and their items) should now be persistently deleted on trash emptying, as well as immediate child items * An implementation for grid mode will follow. | |||||
2008-04-22 | * Allow folder renaming to complete after an agent inventory has been ↵ | Justin Clarke Casey | 1 | -1/+5 | |
received by a region from the inventory service * This replaces the old behaviour of failing straight away, which could cause lost updates if the inventory service was slow in responding * This is the first baby step to making all inventory requests behave this way, to reduce inventory lossage | |||||
2008-04-21 | * Optimised using statements and namespace references across entire project ↵ | Adam Frisby | 3 | -10/+11 | |
(this took a while to run). | |||||
2008-04-20 | * Remove user profile from cache when they log out from a region. | Justin Clarke Casey | 1 | -1/+1 | |
* A much more significant fix is required to clean up the cache when a user moves out of a region, but really better handling of delayed inventory cache updates needs to be written first, and possibly better affinity to cut down agent inventory requests when the move is between two regions hosted on the same server. | |||||
2008-04-11 | * Reduce publicly exposed fields on InventoryCollection, which was causing ↵ | Justin Clarke Casey | 1 | -32/+27 | |
duplicate sets of inventory data to be sent over the grid * Won't actually fix anything, since we were handling the problem anyway * Also add more doc, fix up debugging messages, etc | |||||
2008-04-11 | * Change inventory async response deliver to deliver all items and folders ↵ | Justin Clarke Casey | 1 | -2/+1 | |
at once, rather than each individual * This is required in order to work towards eliminating some inventory race conditions and to better deal with situations where a grid inventory server is slow or not responding. | |||||
2008-04-10 | * Minor: really just comment and subsequent indentation adjustment. ↵ | Justin Clarke Casey | 1 | -0/+6 | |
Preparation for handling inventory problems where the inventory server receives a request and never responds, or is late in responding | |||||
2008-04-10 | * Refactor GetUsersInventory() | Justin Clarke Casey | 1 | -9/+33 | |
2008-04-10 | * Minor inventory message cleanup and documentation | Justin Clarke Casey | 1 | -1/+10 | |
2008-04-08 | further refactor and rename of InventoryFolderBase properties | Sean Dague | 2 | -4/+4 | |
to reflect what they really are. | |||||
2008-04-07 | more refactoring, this time on InventoryFolderBase | Sean Dague | 2 | -14/+14 | |
* wrap attributes in properties * clean up names a little bit * clean up name styles | |||||
2008-04-07 | Refactor InventoryItemBase to do the following: | Sean Dague | 1 | -6/+6 | |
* wrap fields as Properties * rename some fields/properties to more sensible names * set style to PropName to match more standard C# approach | |||||
2008-04-01 | * Remove the quit command from the inventory console which was actually ↵ | Justin Clarke Casey | 1 | -1/+0 | |
adding a new inventory instead | |||||
2008-03-30 | * Stop the grid inventory service sending all folder and item details twice | Justin Clarke Casey | 1 | -23/+9 | |
* This change will have no functional impact - we were already filtering out the dupes on the other end. | |||||
2008-03-29 | * Refactor: Remove unused inventory methods, some of which weren't properly ↵ | Justin Clarke Casey | 1 | -0/+11 | |
implemented anyway. | |||||
2008-03-29 | * CODE: Add phat warning to RootFolders http request since it no longer does ↵ | Justin Clarke Casey | 1 | -0/+5 | |
what it used to do (not that the name was actually accurate in the first place) | |||||
2008-03-29 | * Various 1.19.0.5 grid inventory request fixes. These will only take ↵ | Justin Clarke Casey | 2 | -16/+33 | |
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. | |||||
2008-03-28 | * Refactored out common http handler operations | lbsa71 | 1 | -11/+17 | |
2008-03-18 | Formatting cleanup. | Jeff Ames | 3 | -79/+76 | |
2008-02-10 | Clean up logging calls using String.Format explicitly | Jeff Ames | 1 | -3/+3 | |