Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * MySQL data tests now pass by fixing a bad fix for a bad cast on the asset ↵ | John Hurliman | 2009-10-04 | 1 | -28/+22 |
| | | | | | | Local member in MySQLAssetData * First pass at applying the using(){} pattern to IDisposable objects. Always use the using pattern on IDisposable objects whenever possible, do not manually call .Close() or .Dispose() unless there is no other way to write the code. This pass mostly covers OpenSim.Data.MySQL, and should have no functional change (tests still pass) | ||||
* | Add copyright header. Formatting cleanup. | Jeff Ames | 2009-09-29 | 1 | -1/+1 |
| | |||||
* | Add the new AuthStore to migrations. Update OpenSim.Server.ini | Melanie | 2009-09-04 | 1 | -0/+3 |
| | |||||
* | Fully implement unencrypted auth token operations | Melanie | 2009-09-04 | 1 | -0/+52 |
| | |||||
* | More work on new authentication service | Melanie | 2009-09-04 | 1 | -12/+23 |
| | |||||
* | Add the user authentication data adapter. This is meant to use a new table | Melanie | 2009-09-04 | 1 | -0/+146 |
schema, but can read the old ones for compatibility. It should not be used to write to the old tables unless you know what you're doing! This is untested and will probably not work. |