Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2011-05-27 | Allow item links to be deleted even when other deletes and purges are disabled. | Justin Clark-Casey (justincc) | 1 | -0/+29 | |
If these links are not deleted, then they will build up in the player's inventory until they can no longer log in. Accidental deletion of links due to bugs or other causes is potentially inconvenient but on a par with items being accidentally moved. When a link is deleted, the target of the link is never touched. This is a general solution that accounts for the use of links anywhere in the user's inventory. | |||||
2010-06-08 | Changed XInventoryData's CreatorID to a string. | Diva Canto | 1 | -1/+1 | |
2010-01-31 | * Bug fix in XInventoryData -- groupOwned is an int in the DB | Diva Canto | 1 | -1/+1 | |
* Bug fix in InventoryServerInConnector -- m_config | |||||
2010-01-04 | Finish conversion if XInventoryService | Melanie | 1 | -1/+3 | |
2010-01-04 | First stage port of the XInventoryService | Melanie | 1 | -12/+38 | |
2009-09-04 | Fully implement unencrypted auth token operations | Melanie | 1 | -0/+4 | |
2009-09-04 | Add the user authentication data adapter. This is meant to use a new table | Melanie | 1 | -5/+15 | |
schema, but can read the old ones for compatibility. It should not be used to write to the old tables unless you know what you're doing! This is untested and will probably not work. | |||||
2009-07-01 | Formatting cleanup. | Jeff Ames | 1 | -7/+7 | |
2009-07-01 | Add copyright headers. | Jeff Ames | 1 | -1/+26 | |
2009-07-01 | Update svn properties. | Jeff Ames | 1 | -17/+17 | |
2009-06-29 | Thank you kindly, Snowdrop, for a patch that solves: | Charles Krinke | 1 | -0/+17 | |
The current API for MRM is quite sparse, this patch supplies basic support for accessing the task inventory of object. |