Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove my UserAppearance object, switch all code to use | Sean Dague | 2008-05-15 | 2 | -5/+5 |
| | | | | | | AvatarAppearance instead. | ||||
* | * Minor: Fussy little wording change on inventory service failure | Justin Clarke Casey | 2008-05-14 | 1 | -1/+1 |
| | |||||
* | From: Dr Schofield <hud@zurich.ibm.com> | Justin Clarke Casey | 2008-05-14 | 1 | -1/+1 |
| | | | | | | Rename SearializableRegionInfo to SerializableRegionInfo (class was already named correctly) | ||||
* | Formatting cleanup. | Jeff Ames | 2008-05-14 | 2 | -2/+2 |
| | |||||
* | * As part of the region registration process, the grid service now requests ↵ | Justin Clarke Casey | 2008-05-13 | 1 | -9/+9 |
| | | | | | | | | | | | | 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 | ||||
* | * If a region running in grid mode fails to login to the grid service, ↵ | Justin Clarke Casey | 2008-05-12 | 1 | -0/+1 |
| | | | | startup will now terminate instead of carrying on (and thus burying the error message) | ||||
* | * Experiment in Zerocoding. | Teravus Ovares | 2008-05-10 | 1 | -1/+3 |
| | |||||
* | * Revert caps fetch inventory service back to UDP for now | Justin Clarke Casey | 2008-05-09 | 1 | -2/+14 |
| | | | | | | | * Linden client 1.19.1.4 appears to be happy using UDP for this request again, and Linden's own servers (1.21) don't appear to be supplying the CAPS version currently * This should for now fix the bug where texture selection in the edit window both shows only already open textures, and later stops subsequent inventory requests from working. | ||||
* | * Removing polling delay for non-CAPS inventory fetch if the client has not ↵ | Justin Clarke Casey | 2008-05-09 | 2 | -59/+54 |
| | | | | | | | | 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 | ||||
* | From: Michael Osias <mosias@us.ibm.com> | Justin Clarke Casey | 2008-05-09 | 1 | -0/+20 |
| | | | | | | Stop .net generating ambiguous operator errors when two integers are compared for equality in LSL | ||||
* | * Minor: Insert utility function to format raw xml strings into indented xml ↵ | Justin Clarke Casey | 2008-05-09 | 2 | -4/+7 |
| | | | | for debugging purposes | ||||
* | * Restoring some initial inventory lookup polling delays in order to deal ↵ | Justin Clarke Casey | 2008-05-09 | 1 | -2/+2 |
| | | | | with situations seen on osgrid | ||||
* | * You can haz more spring cleaning. | Adam Frisby | 2008-05-08 | 1 | -60/+14 |
| | | | | | * Eventually this codebase will be clean. >_> | ||||
* | * Reduced sleep durations in a number of files. | Adam Frisby | 2008-05-08 | 1 | -2/+3 |
| | |||||
* | * Increase number of poll attempts an inventory items request will make ↵ | Justin Clarke Casey | 2008-05-07 | 1 | -1/+1 |
| | | | | under CAPS | ||||
* | * Refactor: A final root folder special case removal, this time in ↵ | Justin Clarke Casey | 2008-05-04 | 1 | -49/+18 |
| | | | | HandleFetchInventoryDescendents[CAPS] | ||||
* | * Refactor: Do the root case removal thing again, this time in ItemReceive() | Justin Clarke Casey | 2008-05-04 | 1 | -34/+13 |
| | |||||
* | * Refactor: Simplify CachedUserInfo.FolderReceive() by removing root folder ↵ | Justin Clarke Casey | 2008-05-04 | 1 | -33/+29 |
| | | | | special case | ||||
* | * Simplify CreateFolder() by folding previous special root case into ↵ | Justin Clarke Casey | 2008-05-04 | 2 | -77/+46 |
| | | | | FindFolder() | ||||
* | * Add ability to defer item actions for AddItem() and DeleteItem(). This ↵ | Justin Clarke Casey | 2008-05-03 | 1 | -5/+21 |
| | | | | won't be useful until we let the client cache (again?) | ||||
* | * Refactor RemoveItem() | Justin Clarke Casey | 2008-05-03 | 2 | -11/+51 |
| | |||||
* | * Refactor: Renaming item and folder tree search methods to have Find*() ↵ | Justin Clarke Casey | 2008-05-03 | 3 | -22/+21 |
| | | | | prefixes | ||||
* | * Refactor: Move MoveFolder() and PurgeFolder() into CachedUserInfo (which ↵ | Justin Clarke Casey | 2008-05-03 | 2 | -62/+100 |
| | | | | arguably should be split) | ||||
* | * Refactor: move UpdateFolder into CachedUserInfo | Justin Clarke Casey | 2008-05-03 | 2 | -24/+48 |
| | |||||
* | * Make user profile cache service complain if the caller assumes a profile ↵ | Justin Clarke Casey | 2008-05-03 | 1 | -13/+42 |
| | | | | exists when in fact it does not | ||||
* | * Refactor: Move bulk of CreateFolder from UserProfileCacheService into ↵ | Justin Clarke Casey | 2008-05-03 | 3 | -73/+115 |
| | | | | | | | | CachedUserInfo * Remove unused/superseded methods from GridInventoryService | ||||
* | * Refactor: remove redundant userId parameter from UpdateItem() and DeleteItem() | Justin Clarke Casey | 2008-05-03 | 1 | -4/+4 |
| | | | | | | * Put warning in remove folder method about non implementation (not that this is used anyway - may be legacy) | ||||
* | * Refactor: remove pointless agentId parameter from CachedUserInfo.AddItem() | Justin Clarke Casey | 2008-05-03 | 3 | -764/+1 |
| | | | | | | * Remove old framework asset transactions files which were region modularized | ||||
* | * For your fragging desire, damage enabled land works, but watch out!, life ↵ | Teravus Ovares | 2008-05-03 | 1 | -0/+13 |
| | | | | does not regenerate until you're dead! | ||||
* | plumb in connection string to the user database paths. mysql and mssql | Sean Dague | 2008-05-02 | 1 | -4/+4 |
| | | | | | | | just ignore this for now, but it lets us get connect strings to sqlite and nhibernate. | ||||
* | minor refactoring. Change getName and GetVersion methods (yes the had ↵ | Sean Dague | 2008-05-02 | 1 | -1/+1 |
| | | | | | | | | different casings) to Name and Version properties for the User stores. | ||||
* | Update svn properties. | Jeff Ames | 2008-05-02 | 2 | -522/+522 |
| | |||||
* | * Refactor: Remove redundant userID from further up the inventory request chain | Justin Clarke Casey | 2008-05-01 | 2 | -2/+3 |
| | |||||
* | * Refactor: Remove the unused userID parameter that was being passed into ↵ | Justin Clarke Casey | 2008-05-01 | 4 | -101/+104 |
| | | | | | | | | almost every inventory method * This allows lots of redundant inventory methods with only slightly different names to be eliminated. | ||||
* | create pass through of UserManagerBase to plugin calls | Sean Dague | 2008-05-01 | 1 | -4/+55 |
| | |||||
* | remove the db4o asset server | Sean Dague | 2008-05-01 | 1 | -145/+0 |
| | |||||
* | added in IUserService functions. These don't do anything yet, | Sean Dague | 2008-05-01 | 2 | -0/+40 |
| | | | | | | | but the set all compiles together fine, and it provides people an idea of where we are heading. | ||||
* | * Breaking all the code, breaking all the code..! | Adam Frisby | 2008-05-01 | 6 | -10/+10 |
| | | | | | * Made a bunch more members static, removed some dead code, general cleaning. | ||||
* | * Removing duplicate files that somehow got undeleted from TortoiseSVN. Fixed. | Adam Frisby | 2008-05-01 | 2 | -578/+0 |
| | |||||
* | * Cleaned namespaces of entire solution. OpenSim directories now correspond ↵ | Adam Frisby | 2008-05-01 | 29 | -79/+593 |
| | | | | with namespaces. | ||||
* | * Assorted spring cleanings. | Adam Frisby | 2008-05-01 | 2 | -2/+1 |
| | |||||
* | * Spring cleaned a bunch of '//TODO: unused' marked functions. | Adam Frisby | 2008-04-30 | 1 | -54/+0 |
| | |||||
* | * Refactor: Rename InventoryFolderImpl.HasSubFolder() to GetDescendentFolder() | Justin Clarke Casey | 2008-04-30 | 3 | -12/+12 |
| | |||||
* | * Resolve mantis 1068, 1095 | Justin Clarke Casey | 2008-04-30 | 2 | -10/+38 |
| | | | | | | | * The resolution takes the form of not crashing the session if the folder the user is attempting to add already exists (e.g. there is one already with the same UUID). * Printing out warnings instead | ||||
* | * Completely inconsequential inventory odds and ends (actual impact - only ↵ | Justin Clarke Casey | 2008-04-30 | 2 | -2/+10 |
| | | | | one log message changed) | ||||
* | * Long awaited patch from A_Biondi Mantis 923. Kept alive by Melanie. ↵ | Teravus Ovares | 2008-04-30 | 3 | -1/+19 |
| | | | | | | | Thanks A_Biondi and Melanie! * This builds but might not work. JustinCC will examine.. it may work out of the box. | ||||
* | move IUserService into the OpenSim.Framework.Communications assembly | Sean Dague | 2008-04-30 | 1 | -0/+112 |
| | | | | | | because all the other I***Service interfaces are there. | ||||
* | * Single Attachments now work from inventory. You can attach from inventory ↵ | Teravus Ovares | 2008-04-27 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | and detach from inventory. * Detaching from right clicking in world, detaches to your inventory. * If you go up to a prim and attach it from in world, it appears in your inventory. * Attachment placement is saved when you detach them. * Choosing wear remembers your last attachment point from inventory. * Wrote a method to update an inventory item's asset and sends the updated inventory item to the Client * Wrote a recursive method to find the folder of a known existing inventory item. * Removed a block on physics object position on creation. This might crash a region or two, let us know via Mantis if your region crashes because of a physics out of bounds error. * Drop doesn't work. The menu item doesn't even come up. Don't know why :P. | ||||
* | * First draft implementation of copying prim inventory items back to agent ↵ | Justin Clarke Casey | 2008-04-26 | 1 | -1/+1 |
| | | | | | | | | | | inventory * Now, if you own an item in a prim, you should be able to successfully drag it back into your inventory * Temporarily, users which are not owners of the item cannot copy it, even if 'everyone can copy' is set * This is pending fixes/implementation of upstream permission implementation | ||||
* | * Implement full grid mode Trash empty | Justin Clarke Casey | 2008-04-23 | 2 | -15/+7 |
| | | | | | | | | | * 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. |