| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "Allow IInventoryService.GetFolder(folderId, userId) as well as GetFol... | Justin Clark-Casey (justincc) | 2010-06-11 | 5 | -33/+11 |
* | Allow IInventoryService.GetFolder(folderId, userId) as well as GetFolder(Inve... | Justin Clark-Casey (justincc) | 2010-06-11 | 5 | -11/+33 |
* | Fixed a couple of buglets in Friendship offers / acceptance / decline when av... | Diva Canto | 2010-06-04 | 1 | -3/+1 |
* | Removed sessionID from GridUserservice again. Removed parcel crossing detecti... | Diva Canto | 2010-05-20 | 3 | -13/+5 |
* | * Added sessionID to IGridUserService.SetLastPosition(), as some connectors w... | unknown | 2010-05-20 | 3 | -6/+6 |
* | * Fixed spamming the assets table with map tiles. The tile image ID is now st... | Diva Canto | 2010-05-09 | 1 | -1/+3 |
* | Fixed Presence unit test. Removed unnecessary packing/unpacking of obsolete f... | Diva Canto | 2010-05-07 | 1 | -3/+1 |
* | These files are part of the GridUserService write-up. | Diva Canto | 2010-05-07 | 2 | -0/+269 |
* | GridUserService in place. Replaces the contrived concept of storing user's ho... | Diva Canto | 2010-05-07 | 5 | -44/+71 |
* | Assorted bug fixes in hypergrid linking. | Diva Canto | 2010-05-03 | 1 | -0/+5 |
* | Renamed HGInventoryBroker2 to HGInventoryBroker. | Diva Canto | 2010-05-02 | 1 | -2/+2 |
* | Deleted HGInventoryBroker, so that the new one can take its name. | Diva Canto | 2010-05-02 | 1 | -540/+0 |
* | Switched everything to XInventory by default. The old Inventory is still ther... | Diva Canto | 2010-05-02 | 1 | -83/+28 |
* | Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim | Melanie | 2010-04-30 | 3 | -143/+79 |
|\ |
|
| * | * XInventory fairly tested, including for HG. Almost ready to switch. | Diva Canto | 2010-04-30 | 3 | -143/+79 |
* | | Fix a null ref from trying to access a dictionary that was never initialized. | Melanie | 2010-04-30 | 1 | -1/+2 |
|/ |
|
* | Simplified RemoteXInventoryServiceConnector and HGBroker (2) by a lot. | Diva Canto | 2010-04-29 | 2 | -279/+282 |
* | Started redoing HGInventoryBroker for XInventory and with multi-protocol in m... | Diva Canto | 2010-04-29 | 3 | -0/+645 |
* | XInventory connector/handler showing signs of life. Tested, but needs more te... | Diva Canto | 2010-04-27 | 1 | -0/+2 |
* | RemoteXInventoryServiceConnector, the plugin region module. Not active in def... | Diva Canto | 2010-04-26 | 1 | -0/+324 |
* | minor: correctly print out missing item id when it can't be found rather than... | Justin Clark-Casey (justincc) | 2010-04-16 | 1 | -1/+4 |
* | * Adds IAssetService.GetCached() to allow asset fetching from the local cache... | John Hurliman | 2010-04-08 | 2 | -0/+16 |
* | Last commit was too fast... must override. | Diva Canto | 2010-04-03 | 1 | -1/+1 |
* | * Fail storing user accounts in the remote connector. | Diva Canto | 2010-04-03 | 1 | -0/+6 |
* | Renamed TryGetAvatar to TryGetScenePresence on SceneManager, SceneBase, Scene... | Dan Lake | 2010-03-19 | 3 | -4/+4 |
* | Get the local inner simulation service object to the handler so that there is... | Diva Canto | 2010-03-15 | 2 | -0/+10 |
* | Fix tests broken in 88771aeed3d45e60a18aa9a810eeb37b8e5def12 | Justin Clark-Casey (justincc) | 2010-03-12 | 1 | -9/+9 |
* | Formatting cleanup. Add copyright notices. | Jeff Ames | 2010-03-10 | 1 | -2/+2 |
* | Fixed caching of user accounts. | Diva Canto | 2010-03-09 | 3 | -32/+42 |
* | * Typo fixes | John Hurliman | 2010-03-09 | 5 | -5/+5 |
* | Bug fix: store correct position information upon logout. Fixes mantis #4608 | Diva Canto | 2010-03-06 | 1 | -12/+17 |
* | Justin, I must have been dyslexic when I wrote UserGridService as the name fo... | Diva Canto | 2010-03-05 | 1 | -16/+16 |
* | add initial UserGrid service classes as per diva's direction | Justin Clark-Casey (justincc) | 2010-03-05 | 1 | -0/+139 |
* | Fix LocalPresenceServiceConnector test now that the hardcoded test data has b... | Justin Clark-Casey (justincc) | 2010-03-05 | 2 | -1/+18 |
* | Merge branch 'master' into presence-refactor | Melanie | 2010-02-22 | 1 | -1/+1 |
|\ |
|
| * | minor: fix error inserting field in log message | Justin Clark-Casey (justincc) | 2010-02-17 | 1 | -1/+1 |
| * | Formatting cleanup. | Jeff Ames | 2010-02-15 | 1 | -1/+1 |
* | | Small bug fixes for making tests work. | Diva Canto | 2010-02-21 | 2 | -4/+4 |
* | | * Added SQlite connector for AvatarData. Tested -- works. | Diva Canto | 2010-02-21 | 1 | -1/+1 |
* | | Merge branch 'master' into presence-refactor | Melanie | 2010-02-15 | 2 | -30/+43 |
|\ \
| |/ |
|
| * | Fix http://opensimulator.org/mantis/view.php?id=4224 | Justin Clark-Casey (justincc) | 2010-02-12 | 2 | -30/+43 |
| * | endline fix 2 | Teravus Ovares (Dan Olivares) | 2010-02-06 | 1 | -6/+6 |
| * | Revert "Updates all IRegionModules to the new style region modules." | Melanie | 2010-01-29 | 2 | -10/+10 |
| * | Updates all IRegionModules to the new style region modules. | Revolution | 2010-01-23 | 2 | -10/+10 |
* | | Bug fix for getting region flags. | Diva Canto | 2010-02-01 | 1 | -0/+8 |
* | | Assorted bug fixes related to hyperlinking | Diva Canto | 2010-01-31 | 1 | -1/+10 |
* | | Bug fix: change HGBroker to a INonSharedRegionModule | Diva Canto | 2010-01-30 | 2 | -69/+77 |
* | | * HGScene is no more. | Diva Canto | 2010-01-30 | 1 | -1/+0 |
* | | On the way to making HG inventory work. Inventory can now be accessed again. ... | Diva Canto | 2010-01-29 | 1 | -110/+66 |
* | | * HGGridConnector is no longer necessary. | Diva Canto | 2010-01-29 | 1 | -257/+0 |