Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2010-03-16 | * Fixing the SimianGrid friend connector enabled detection since the friends ↵ | John Hurliman | 1 | -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 Hurliman | 1 | -1/+1 | |
follow the form OpenSim.Services.Connectors.dll:SimianGridServiceConnector instead of SimianGridServiceConnector) | |||||
2010-03-15 | Get the local inner simulation service object to the handler so that there ↵ | Diva Canto | 1 | -0/+5 | |
is no possibility of cascading requests when failures happen. | |||||
2010-03-15 | Fixed Simian.IsSimianEnabled() to allow mixing and matching of connectors | John Hurliman | 10 | -12/+12 | |
2010-03-12 | Minor tweak to clean up SimianGrid asset service URLs | John Hurliman | 1 | -1/+1 | |
2010-03-12 | * Added a better check to the SimianGrid connectors to test if they are ↵ | John Hurliman | 10 | -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-12 | Fixing the previous patch to work correctly with standalone mode | John Hurliman | 9 | -36/+36 | |
2010-03-12 | Fixed SimianGrid connectors to gracefully exit if the required config ↵ | John Hurliman | 9 | -56/+63 | |
sections are missing | |||||
2010-03-12 | Simplify 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-11 | Adding the SimianGrid connectors | John Hurliman | 10 | -0/+3663 | |
2010-03-10 | Formatting cleanup. Add copyright notices. | Jeff Ames | 4 | -5/+59 | |
2010-03-09 | Changed a cryptic debug message and a wrong comment | Diva Canto | 1 | -1/+1 | |
2010-03-09 | Fixed caching of user accounts. | Diva Canto | 1 | -0/+1 | |
2010-03-09 | * Typo fixes | John Hurliman | 3 | -3/+3 | |
* Performance improvement in the expensive GenerateClientFlags() | |||||
2010-03-07 | Bug fix: correct name of methods in user accounts connector. | Diva Canto | 1 | -1/+1 | |
2010-03-05 | Justin, I must have been dyslexic when I wrote UserGridService as the name ↵ | Diva Canto | 1 | -2/+2 | |
for it. GridUserService makes more sense; it's the user of the grid, "grid user". I changed it everywhere. | |||||
2010-03-05 | add initial UserGrid service classes as per diva's direction | Justin 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-01 | Friends rights under control. | Diva Canto | 1 | -1/+3 | |
2010-02-28 | Friends connectors finished. Status notification working across the board. ↵ | Diva Canto | 1 | -9/+103 | |
One last bug: friends online upon login are not being sent to the user. | |||||
2010-02-27 | Status notification (online/offline) working for same sim. | Diva Canto | 1 | -0/+5 | |
2010-02-26 | * Friendship offers starting to work in the same sim. Not quite right yet. | Diva Canto | 1 | -0/+66 | |
* Added skeleton for out Connectors/Friends/FriendsSimConnector.cs * Moved request handler to its own file | |||||
2010-02-26 | Removed unnecessary debug message | Diva Canto | 1 | -1/+1 | |
2010-02-26 | Now showing friends online upon grid login. | Diva Canto | 1 | -2/+2 | |
2010-02-26 | Flags on Store(Friend) are supposed to be MyFlags. | Diva Canto | 1 | -1/+1 | |
2010-02-26 | * Friends out connector completed. Grid login retrieves friends correctly. | Diva Canto | 1 | -0/+241 | |
* Added friends configs to grid .inis | |||||
2010-02-22 | Changed asset CreatorID to a string | John Hurliman | 2 | -2/+2 | |
2010-02-22 | * Adds CreatorID to asset metadata. This is just the plumbing to support ↵ | John Hurliman | 2 | -2/+2 | |
CreatorID, it doesn't modify database backends or OAR files to support storing/loading it | |||||
2010-02-15 | Formatting cleanup. | Jeff Ames | 1 | -1/+1 | |
2010-02-12 | Fix http://opensimulator.org/mantis/view.php?id=4224 | Justin 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-07 | Finished implementing the XInventory connector. Untested. | Diva Canto | 1 | -10/+10 | |
2010-02-01 | Bug fix for getting region flags. | Diva Canto | 1 | -1/+1 | |
2010-01-29 | Works for grid login. | Diva Canto | 2 | -1/+44 | |
2010-01-28 | HG 1.5 is in place. Tested in standalone only. | Diva Canto | 4 | -237/+392 | |
2010-01-27 | Added ExternalName config on Gatekeeper. | Diva Canto | 1 | -3/+4 | |
2010-01-24 | Integrated the hyperlinking with the GridService. | Diva Canto | 2 | -354/+215 | |
2010-01-18 | * Towards enabling hyperlinks at grid-level. | Diva Canto | 1 | -3/+107 | |
* Updated grid configs | |||||
2010-01-18 | Go Home works. With security!! | Diva Canto | 1 | -0/+132 | |
2010-01-18 | * Added missing GatekeeperServiceConnector | Diva Canto | 1 | -0/+119 | |
* Added basic machinery for teleporting users home. Untested. | |||||
2010-01-17 | Agent gets there through the Gatekeeper, but still a few quirks to fix. | Diva Canto | 1 | -6/+17 | |
2010-01-17 | HG agent transfers are starting to work. Gatekeeper handlers are missing. | Diva Canto | 1 | -1/+6 | |
2010-01-17 | * Added ServiceURLs to AgentCircuitData. | Diva Canto | 1 | -1/+1 | |
* Fixed a configuration buglet introduced yesterday in StandaloneHypergrid.ini. | |||||
2010-01-17 | These 2 were moved to corresponding Hypergrid folders. The server connector ↵ | Diva Canto | 1 | -262/+0 | |
was renamed to Gatekeeper, because it will have all the handlers for the gatekeeper. | |||||
2010-01-16 | Beginning of rewriting HG. Compiles, and runs, but HG functions not restored ↵ | Diva Canto | 2 | -0/+253 | |
yet. | |||||
2010-01-14 | Added a UserAccountCache to the UserAccountServiceConnectors. Uses a ↵ | Diva Canto | 1 | -4/+4 | |
CenomeCache. | |||||
2010-01-14 | Added the 2 missing methods in the grid service remote connections. | Diva Canto | 1 | -4/+97 | |
2010-01-14 | Make the auth module silent when there is no configuration for it | Melanie | 1 | -1/+2 | |
2010-01-13 | Removed unnecessary debug message. | Diva Canto | 1 | -1/+1 | |
2010-01-13 | One more buglet removed: send the region UUID, not the region handle. | Diva Canto | 1 | -1/+1 | |
2010-01-13 | * Removed debug messages. | Diva Canto | 1 | -1/+1 | |
* Everything works! (everything that was tested; lots of things to test) | |||||
2010-01-13 | Several more buglets removed. | Diva Canto | 2 | -3/+3 | |