Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2010-02-21 | One more test running. | Diva Canto | 1 | -7/+10 | |
2010-02-21 | Small bug fixes for making tests work. | Diva Canto | 2 | -26/+30 | |
2010-02-20 | SQLite connector better, but access to tables still doesn't work. | Diva Canto | 1 | -4/+9 | |
2010-02-20 | Added UserAccountData and auth to the SQLite connector. Compiles, runs, but ↵ | Diva Canto | 1 | -2/+3 | |
access to these tables doesn't work. | |||||
2010-02-15 | Formatting cleanup. | Jeff Ames | 2 | -3/+3 | |
2010-02-14 | Added UserAccount, Avatar and Authentication to Data.Null, so that OpenSim ↵ | Diva Canto | 1 | -0/+1 | |
can run out-of-the-box. #WaitingForSQLite | |||||
2010-02-12 | Fix http://opensimulator.org/mantis/view.php?id=4224 | Justin Clark-Casey (justincc) | 2 | -4/+6 | |
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-09 | Implement the methods needed for the login service to populate the friendslist | Melanie | 2 | -4/+29 | |
on the friends service | |||||
2010-02-09 | Add the friends service skel and correct some namespace issues | Melanie | 3 | -1/+145 | |
2010-02-08 | Create root inventory folder with proper type (9) instead of -1 | Melanie | 1 | -1/+1 | |
2010-02-08 | Make an exception report more clear. Fix a database access in Presence to | Melanie | 1 | -1/+1 | |
conform to the changes in the generic table handler. | |||||
2010-02-07 | Finished implementing the XInventory connector. Untested. | Diva Canto | 1 | -10/+10 | |
2010-02-05 | Clarify some names | Melanie | 1 | -3/+2 | |
2010-02-04 | Finally cutting the gordian knot. Friends needs to be both a module and a | Melanie | 1 | -0/+49 | |
service, and never the twain shall meet. This finally opens up the path to a working friends implementation | |||||
2010-02-02 | Commenting UserAgentService.VerifyClient(UUID sessionID, string token) for ↵ | Diva Canto | 1 | -11/+16 | |
now until I understand better the client IP issue. | |||||
2010-02-01 | Bug fix for finding default regions if the specified one doesn't exist. | Diva Canto | 1 | -6/+4 | |
2010-02-01 | Bug fix for getting region flags. | Diva Canto | 1 | -1/+1 | |
2010-01-31 | Batter debug messages. | Diva Canto | 1 | -1/+2 | |
2010-01-31 | Assorted bug fixes related to hyperlinking | Diva Canto | 3 | -9/+6 | |
2010-01-31 | * Remove unnecessary debug message | Diva Canto | 1 | -1/+3 | |
* Bug fix in UserAgentService, logout | |||||
2010-01-31 | * Simplified the configuration by having [DatabaseService] in it | Diva Canto | 1 | -1/+1 | |
* Fixed configuration issue for HGInventoryServerInConnector * Corrected typos in debug messages | |||||
2010-01-31 | * Bug fix in XInventoryData -- groupOwned is an int in the DB | Diva Canto | 1 | -2/+8 | |
* Bug fix in InventoryServerInConnector -- m_config | |||||
2010-01-31 | * Added a few files that were missing in the repo. | Diva Canto | 2 | -25/+327 | |
* New HGInventoryService which allows restricted access to inventory while outside | |||||
2010-01-30 | Bug fix for making cross-grid login work. | Diva Canto | 2 | -2/+7 | |
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 | 9 | -405/+816 | |
2010-01-27 | Added ExternalName config on Gatekeeper. | Diva Canto | 4 | -8/+24 | |
2010-01-24 | Removed obsolete interface IHyperlink. | Diva Canto | 1 | -49/+0 | |
2010-01-24 | Hypergrid map search back on, this time with a config var in the grid service. | Diva Canto | 2 | -22/+37 | |
2010-01-24 | Some method implementations were missing from LocalGridServiceConnector. | Diva Canto | 1 | -1/+3 | |
2010-01-24 | Integrated the hyperlinking with the GridService. | Diva Canto | 8 | -1224/+834 | |
2010-01-18 | * Towards enabling hyperlinks at grid-level. | Diva Canto | 1 | -3/+107 | |
* Updated grid configs | |||||
2010-01-18 | Check for impersonations at the Gatekeeper. | Diva Canto | 1 | -29/+52 | |
2010-01-18 | Go Home works. With security!! | Diva Canto | 5 | -16/+248 | |
2010-01-18 | * Added missing GatekeeperServiceConnector | Diva Canto | 4 | -5/+163 | |
* Added basic machinery for teleporting users home. Untested. | |||||
2010-01-18 | * Fixed misspelling of field in GridService | Diva Canto | 1 | -1/+1 | |
* Moved TeleportClientHome to EntityTransferModule | |||||
2010-01-17 | HG teleports through gatekeeper are working. | Diva Canto | 2 | -42/+1 | |
2010-01-17 | Agent gets there through the Gatekeeper, but still a few quirks to fix. | Diva Canto | 4 | -12/+87 | |
2010-01-17 | HG agent transfers are starting to work. Gatekeeper handlers are missing. | Diva Canto | 5 | -20/+80 | |
2010-01-17 | Copyright notices. | Diva Canto | 2 | -2/+56 | |
2010-01-17 | * Added ServiceURLs to AgentCircuitData. | Diva Canto | 3 | -1/+3 | |
* Fixed a configuration buglet introduced yesterday in StandaloneHypergrid.ini. | |||||
2010-01-17 | Hyperlinking minimally tested and working. | Diva Canto | 2 | -5/+14 | |
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 | 8 | -0/+1296 | |
yet. | |||||
2010-01-16 | Fixed a missing field in the last regions table migration. | Diva Canto | 1 | -3/+3 | |
2010-01-16 | Moved prim crossing to EntityTransferModule. Not complete yet. | Diva Canto | 1 | -2/+2 | |
2010-01-15 | Implement region registration with authentication | Melanie | 2 | -1/+23 | |
2010-01-15 | Implement "Reservation" flag behavior. | Melanie | 1 | -0/+34 | |
2010-01-15 | Implement the NoMove behavior. Cause Reservation flag to be reset on | Melanie | 1 | -2/+8 | |
first connect | |||||
2010-01-14 | Added a UserAccountCache to the UserAccountServiceConnectors. Uses a ↵ | Diva Canto | 1 | -4/+4 | |
CenomeCache. |