| Commit message (Expand) | Author | Files | Lines |
2010-02-23 | * Removed the unused GridRegion.getInternalEndPointPort() (just use InternalE... | John Hurliman | 1 | -5/+0 |
2010-02-22 | * Removed the broken and unused GridRegion.ExternalEndPoint setter | John Hurliman | 1 | -2/+0 |
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 Crea... | John Hurliman | 2 | -2/+2 |
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 a... | Diva Canto | 1 | -2/+3 |
2010-02-15 | Formatting cleanup. | Jeff Ames | 2 | -3/+3 |
2010-02-14 | Added UserAccount, Avatar and Authentication to Data.Null, so that OpenSim ca... | Diva Canto | 1 | -0/+1 |
2010-02-12 | Fix http://opensimulator.org/mantis/view.php?id=4224 | Justin Clark-Casey (justincc) | 2 | -4/+6 |
2010-02-09 | Implement the methods needed for the login service to populate the friendslist | Melanie | 2 | -4/+29 |
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 |
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 |
2010-02-02 | Commenting UserAgentService.VerifyClient(UUID sessionID, string token) for no... | Diva Canto | 1 | -11/+16 |
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 |
2010-01-31 | * Simplified the configuration by having [DatabaseService] in it | Diva Canto | 1 | -1/+1 |
2010-01-31 | * Bug fix in XInventoryData -- groupOwned is an int in the DB | Diva Canto | 1 | -2/+8 |
2010-01-31 | * Added a few files that were missing in the repo. | Diva Canto | 2 | -25/+327 |
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 |
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 |
2010-01-18 | * Fixed misspelling of field in GridService | Diva Canto | 1 | -1/+1 |
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 |
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 w... | Diva Canto | 1 | -262/+0 |
2010-01-16 | Beginning of rewriting HG. Compiles, and runs, but HG functions not restored ... | Diva Canto | 8 | -0/+1296 |
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 |