aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-04-26RemoteXInventoryServiceConnector, the plugin region module. Not active in ↵Diva Canto1-0/+29
default configs yet.
2010-04-22* Better error logging for failed SimianGrid web service callsJohn Hurliman1-4/+9
2010-04-14Applying a patch from lkalif to fix a small bug in the previous patchJohn Hurliman1-1/+1
2010-04-13Applying patch from lkalif to add support for inventory links to the ↵John Hurliman1-0/+12
SimianGrid connectors
2010-04-08* Adds IAssetService.GetCached() to allow asset fetching from the local ↵John Hurliman3-0/+30
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-07* Fixing incorrect documentation for the continuation passing style ↵John Hurliman1-1/+1
IAssetService.Get() method * Changing the SimianGrid asset service connector to match the corrected documentation
2010-04-05* In the async asset fetch method, cache check before firing any async code. ↵John Hurliman1-47/+62
This should alleviate some "thread storm" issues when regions are starting up that hit Mono especially hard
2010-04-03Last commit was too fast... must override.Diva Canto1-1/+1
2010-04-02* Better logging for Authenticate() failuresJohn Hurliman2-3/+11
* Changed a warning message to debug when fetching user sessions
2010-03-26Change the SimianGrid connector log messages to start with "[SIMIAN " to ↵John Hurliman9-112/+112
avoid configuration confusion
2010-03-26* Fixed a bug with null value handling in WebUtil.BuildQueryString()John Hurliman1-3/+40
* Changed the null check back in estate manager setup but fixed the case for an existing account being found * Implemented SetPassword() in the SimianGrid auth connector
2010-03-20* Updated libomv libraries to fix JSON (LLSD) decoding errors on null values ↵John Hurliman1-1/+1
and remove the unused OpenMetaverse.Http.dll and Mono.Security.dll * Fixed a password hash comparison error in SimianAuthenticationServiceConnector.Authenticate()
2010-03-19Renamed TryGetAvatar to TryGetScenePresence on SceneManager, SceneBase, ↵Dan Lake1-2/+2
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-16* Fixing the SimianGrid friend connector enabled detection since the friends ↵John Hurliman1-1/+9
module uses a different pattern in the .ini file
2010-03-15* Fixed a bug in Simian.IsSimianEnabled (since the default module strings ↵John Hurliman1-1/+1
follow the form OpenSim.Services.Connectors.dll:SimianGridServiceConnector instead of SimianGridServiceConnector)
2010-03-15Get the local inner simulation service object to the handler so that there ↵Diva Canto1-0/+5
is no possibility of cascading requests when failures happen.
2010-03-15Fixed Simian.IsSimianEnabled() to allow mixing and matching of connectorsJohn Hurliman10-12/+12
2010-03-12Minor tweak to clean up SimianGrid asset service URLsJohn Hurliman1-1/+1
2010-03-12* Added a better check to the SimianGrid connectors to test if they are ↵John Hurliman10-116/+171
enabled or not. This method should work equally well with standalone or robust mode * Applying #4602 from Misterblu to add collision detection to BulletDotNET
2010-03-12Fixing the previous patch to work correctly with standalone modeJohn Hurliman9-36/+36
2010-03-12Fixed SimianGrid connectors to gracefully exit if the required config ↵John Hurliman9-56/+63
sections are missing
2010-03-12Simplify database setup and remove migration problems by moving all sqlite ↵Justin Clark-Casey (justincc)9-9/+9
config-include settings to a separate file for standalone Update information in StandaloneCommon.ini.example to reflect this Remove ISharedRegionModule interfaces from all SimianGrid connector classes temporarily since this stopped standalone from working (due to absence of AssetURI settings, etc.). Solution here may be to create separate region module connectors as done by local/grid/hypergrid so that loading can be controlled via include files Or otherwise work out how to stop these modules from being loaded for all OpenSim invocations
2010-03-11Adding the SimianGrid connectorsJohn Hurliman10-0/+3663
2010-03-10Formatting cleanup. Add copyright notices.Jeff Ames4-5/+59
2010-03-09Changed a cryptic debug message and a wrong commentDiva Canto1-1/+1
2010-03-09Fixed caching of user accounts.Diva Canto1-0/+1
2010-03-09* Typo fixesJohn Hurliman3-3/+3
* Performance improvement in the expensive GenerateClientFlags()
2010-03-07Bug fix: correct name of methods in user accounts connector.Diva Canto1-1/+1
2010-03-05Justin, I must have been dyslexic when I wrote UserGridService as the name ↵Diva Canto1-2/+2
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/+38
this will initially store home location data instead of the presence service compiles but not enough to actually test yet
2010-03-01Friends rights under control.Diva Canto1-1/+3
2010-02-28Friends connectors finished. Status notification working across the board. ↵Diva Canto1-9/+103
One last bug: friends online upon login are not being sent to the user.
2010-02-27Status notification (online/offline) working for same sim.Diva Canto1-0/+5
2010-02-26* Friendship offers starting to work in the same sim. Not quite right yet.Diva Canto1-0/+66
* Added skeleton for out Connectors/Friends/FriendsSimConnector.cs * Moved request handler to its own file
2010-02-26Removed unnecessary debug messageDiva Canto1-1/+1
2010-02-26Now showing friends online upon grid login.Diva Canto1-2/+2
2010-02-26Flags on Store(Friend) are supposed to be MyFlags.Diva Canto1-1/+1
2010-02-26* Friends out connector completed. Grid login retrieves friends correctly.Diva Canto1-0/+241
* Added friends configs to grid .inis
2010-02-22Changed asset CreatorID to a stringJohn Hurliman2-2/+2
2010-02-22* Adds CreatorID to asset metadata. This is just the plumbing to support ↵John Hurliman2-2/+2
CreatorID, it doesn't modify database backends or OAR files to support storing/loading it
2010-02-15Formatting cleanup.Jeff Ames1-1/+1
2010-02-12Fix http://opensimulator.org/mantis/view.php?id=4224Justin Clark-Casey (justincc)1-1/+1
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-07Finished implementing the XInventory connector. Untested.Diva Canto1-10/+10
2010-02-01Bug fix for getting region flags.Diva Canto1-1/+1
2010-01-29Works for grid login.Diva Canto2-1/+44
2010-01-28HG 1.5 is in place. Tested in standalone only.Diva Canto4-237/+392
2010-01-27Added ExternalName config on Gatekeeper.Diva Canto1-3/+4
2010-01-24Integrated the hyperlinking with the GridService.Diva Canto2-354/+215
2010-01-18* Towards enabling hyperlinks at grid-level.Diva Canto1-3/+107
* Updated grid configs
2010-01-18Go Home works. With security!!Diva Canto1-0/+132