aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-06-13Fixes the long-standing RegionUp bug! Plus lots of other cleanups related to ↵Diva Canto4-25/+6
neighbours.
2010-06-11Revert "Allow IInventoryService.GetFolder(folderId, userId) as well as ↵Justin Clark-Casey (justincc)5-33/+11
GetFolder(InventoryFolderBase folder)" This reverts commit 3525195bc9b5fdfd9799411edd452981ef1f4ebd.
2010-06-11Allow IInventoryService.GetFolder(folderId, userId) as well as ↵Justin Clark-Casey (justincc)5-11/+33
GetFolder(InventoryFolderBase folder) This involves no wire changes since the methods often just construct an InventoryFolderBase under the hood. This is in line with other methods that alraedy allow requests via uuid
2010-06-04Fixed a couple of buglets in Friendship offers / acceptance / decline when ↵Diva Canto1-3/+1
avies are in different sims.
2010-05-20Removed sessionID from GridUserservice again. Removed parcel crossing ↵Diva Canto3-13/+5
detection from Robust connector. Fixed Simian to continue to send those location updates upon parcel crossing, without changing the interface.
2010-05-20* Added sessionID to IGridUserService.SetLastPosition(), as some connectors ↵unknown3-6/+6
will want to track position against sessionID instead of userID * Updated SimianPresenceServiceConnector to use the new LoggedOut/SetHome/etc methods and only update session position on parcel crossing
2010-05-09* Fixed spamming the assets table with map tiles. The tile image ID is now ↵Diva Canto1-1/+3
stored in regionsettings. Upon generation of a new tile image, the old one is deleted. Tested for SQLite and MySql standalone. * Fixed small bug with map search where the local sim regions weren't found.
2010-05-07Fixed Presence unit test. Removed unnecessary packing/unpacking of obsolete ↵Diva Canto1-3/+1
fields.
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 ↵Diva Canto5-44/+71
home and position info in the presence service. WARNING: I violated a taboo by deleting 2 migration files and simplifying the original table creation for Presence. This should not cause any problems to anyone, though. Things will work with the new simplified table, as well as with the previous contrived one. If there are any problems, solving them is as easy as dropping the presence table and deleting its row in the migrations table. The presence info only exists during a user's session anyway. BTW, the Meshing files want to be committed too -- EOFs.
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 ↵Diva Canto1-83/+28
there for now, in case bugs pop up with XInventory.
2010-04-30* XInventory fairly tested, including for HG. Almost ready to switch.Diva Canto3-143/+79
* Removed a few buglets and added better exception handling.
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 ↵Diva Canto3-0/+645
mind. Unfinished.
2010-04-27XInventory connector/handler showing signs of life. Tested, but needs more ↵Diva Canto1-0/+2
testing.
2010-04-26RemoteXInventoryServiceConnector, the plugin region module. Not active in ↵Diva Canto1-0/+324
default configs yet.
2010-04-16minor: correctly print out missing item id when it can't be found rather ↵Justin Clark-Casey (justincc)1-1/+4
than a NullReferenceException
2010-04-08* Adds IAssetService.GetCached() to allow asset fetching from the local ↵John Hurliman2-0/+16
cache only * Adds GetTextureModule that implements the "GetTexture" capability, aka HTTP texture fetching. This is a significantly optimized path that does not require any server-side JPEG2000 decoding, texture priority queue, or UDP file transfer * Sanity check for null reference in LLClientView.RefreshGroupMembership()
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, ↵Dan Lake3-4/+4
Scene and SceneGraph. This was the only change in this patch to keep it isolated from other recent changes to the same set of files.
2010-03-15Get the local inner simulation service object to the handler so that there ↵Diva Canto2-0/+10
is no possibility of cascading requests when failures happen.
2010-03-12Fix tests broken in 88771aeed3d45e60a18aa9a810eeb37b8e5def12Justin Clark-Casey (justincc)1-9/+9
Adds MockUserAccountService and connects it up Stops services being carried over between tests since this leads to hard to find bugs Improves information and error reporting when loading plugins
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
* Performance improvement in the expensive GenerateClientFlags()
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 ↵Diva Canto1-16/+16
for it. GridUserService makes more sense; it's the user of the grid, "grid user". I changed it everywhere.
2010-03-05add initial UserGrid service classes as per diva's directionJustin Clark-Casey (justincc)1-0/+139
this will initially store home location data instead of the presence service compiles but not enough to actually test yet
2010-03-05Fix LocalPresenceServiceConnector test now that the hardcoded test data has ↵Justin Clark-Casey (justincc)2-1/+18
been removed from Data.Null.NullPresenceData Unfortunately, this meant publicly exposing the underlying service for the connector. The other solution would be to create alternative initializers for services and connectors where objects could be given directly rather than loaded indirectly through config. Unfortunately, this would require a lot of work in this case but might be the better way forward.
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
* Small bug fix in debug message * Set default standalone configs to use SQLite across the board
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
This resolves the problem where eyes and hair would turn white on standalone configurations When a client receives body part information, for some insane reason or other it always ends up uploading this back to the server and then immediately re-requesting it. This should have been okay since we stored that asset in cache. However, the standalone asset service connector was not checking this cache properly, so every time the client made the request for the asset it has just loaded it would get a big fat null back in the face, causing it to make clothes and hair white. This bug did not affect grids since they use a different service connector.
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
* Moved a few key inventory access methods from Scene.Inventory to an IInventoryAccessModule module
2010-01-29On the way to making HG inventory work. Inventory can now be accessed again. ↵Diva Canto1-110/+66
Assets are still broken.
2010-01-29* HGGridConnector is no longer necessary.Diva Canto1-257/+0
* Handle logout properly. This needed an addition to IClientAPI, because of how the logout packet is currently being handled -- the agent is being removed from the scene before the different event handlers are executed, which is broken.
2010-01-29Revert "Updates all IRegionModules to the new style region modules."Melanie2-10/+10
This reverts commit ec3c31e61e5e540f822891110df9bc978655bbaf.
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