aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut (unfollow)
Commit message (Expand)AuthorFilesLines
2010-05-07Fixed Presence unit test. Removed unnecessary packing/unpacking of obsolete f...Diva Canto1-3/+1
2010-05-07These files are part of the GridUserService write-up.Diva Canto2-0/+269
2010-05-07GridUserService in place. Replaces the contrived concept of storing user's ho...Diva Canto5-44/+71
2010-05-03Assorted bug fixes in hypergrid linking.Diva Canto1-0/+5
2010-05-02Renamed HGInventoryBroker2 to HGInventoryBroker.Diva Canto1-2/+2
2010-05-02Deleted HGInventoryBroker, so that the new one can take its name.Diva Canto1-540/+0
2010-05-02Switched everything to XInventory by default. The old Inventory is still ther...Diva Canto1-83/+28
2010-04-30* XInventory fairly tested, including for HG. Almost ready to switch.Diva Canto3-143/+79
2010-04-30Fix a null ref from trying to access a dictionary that was never initialized.Melanie1-1/+2
2010-04-29Simplified RemoteXInventoryServiceConnector and HGBroker (2) by a lot.Diva Canto2-279/+282
2010-04-29Started redoing HGInventoryBroker for XInventory and with multi-protocol in m...Diva Canto3-0/+645
2010-04-27XInventory connector/handler showing signs of life. Tested, but needs more te...Diva Canto1-0/+2
2010-04-26RemoteXInventoryServiceConnector, the plugin region module. Not active in def...Diva Canto1-0/+324
2010-04-16minor: correctly print out missing item id when it can't be found rather than...Justin Clark-Casey (justincc)1-1/+4
2010-04-08* Adds IAssetService.GetCached() to allow asset fetching from the local cache...John Hurliman2-0/+16
2010-04-03Last commit was too fast... must override.Diva Canto1-1/+1
2010-04-03* Fail storing user accounts in the remote connector.Diva Canto1-0/+6
2010-03-19Renamed TryGetAvatar to TryGetScenePresence on SceneManager, SceneBase, Scene...Dan Lake3-4/+4
2010-03-15Get the local inner simulation service object to the handler so that there is...Diva Canto2-0/+10
2010-03-12Fix tests broken in 88771aeed3d45e60a18aa9a810eeb37b8e5def12Justin Clark-Casey (justincc)1-9/+9
2010-03-10Formatting cleanup. Add copyright notices.Jeff Ames1-2/+2
2010-03-09Fixed caching of user accounts.Diva Canto3-32/+42
2010-03-09* Typo fixesJohn Hurliman5-5/+5
2010-03-06Bug fix: store correct position information upon logout. Fixes mantis #4608Diva Canto1-12/+17
2010-03-05Justin, I must have been dyslexic when I wrote UserGridService as the name fo...Diva Canto1-16/+16
2010-03-05add initial UserGrid service classes as per diva's directionJustin Clark-Casey (justincc)1-0/+139
2010-03-05Fix LocalPresenceServiceConnector test now that the hardcoded test data has b...Justin Clark-Casey (justincc)2-1/+18
2010-02-21Small bug fixes for making tests work.Diva Canto2-4/+4
2010-02-21* Added SQlite connector for AvatarData. Tested -- works.Diva Canto1-1/+1
2010-02-17minor: fix error inserting field in log messageJustin Clark-Casey (justincc)1-1/+1
2010-02-15Formatting cleanup.Jeff Ames1-1/+1
2010-02-12Fix http://opensimulator.org/mantis/view.php?id=4224Justin Clark-Casey (justincc)2-30/+43
2010-02-06endline fix 2Teravus Ovares (Dan Olivares)1-6/+6
2010-02-01Bug fix for getting region flags.Diva Canto1-0/+8
2010-01-31Assorted bug fixes related to hyperlinkingDiva Canto1-1/+10
2010-01-30Bug fix: change HGBroker to a INonSharedRegionModuleDiva Canto2-69/+77
2010-01-30* HGScene is no more.Diva Canto1-1/+0
2010-01-29On the way to making HG inventory work. Inventory can now be accessed again. ...Diva Canto1-110/+66
2010-01-29* HGGridConnector is no longer necessary.Diva Canto1-257/+0
2010-01-29Revert "Updates all IRegionModules to the new style region modules."Melanie2-10/+10
2010-01-24Removed obsolete interface IHyperlink.Diva Canto1-5/+0
2010-01-24Some method implementations were missing from LocalGridServiceConnector.Diva Canto1-15/+15
2010-01-24Integrated the hyperlinking with the GridService.Diva Canto1-62/+12
2010-01-23Updates all IRegionModules to the new style region modules.Revolution2-10/+10
2010-01-17HG agent transfers are starting to work. Gatekeeper handlers are missing.Diva Canto1-1/+26
2010-01-17Hyperlinking minimally tested and working.Diva Canto1-1/+0
2010-01-16Beginning of rewriting HG. Compiles, and runs, but HG functions not restored ...Diva Canto2-910/+43
2010-01-15CommentDiva Canto1-0/+1
2010-01-15Renamed IAgentTransferModule to IEntityTransferModule -- accounts for objects...Diva Canto1-3/+3
2010-01-15* General cleanup of Teleports, Crossings and Child agents. They are now in t...Diva Canto2-3/+18