Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-07-11 | 1 | -2/+2 |
|\ | |||||
| * | Hopefully fixes mantis #4852 | Diva Canto | 2010-07-08 | 1 | -2/+2 |
| | | |||||
* | | Provide the interface for StoreAsset to report success or failure | Tom Grimshaw | 2010-06-28 | 1 | -1/+3 |
|/ | |||||
* | Implement the "delete" path for assets. Adds a new option to allow remote ↵ | Melanie | 2010-05-09 | 1 | -1/+5 |
| | | | | asset deletion in robust handler. | ||||
* | minor: eliminate more debug Console.WriteLines, convert one to logging instead | Justin Clark-Casey (justincc) | 2010-04-30 | 1 | -1/+5 |
| | |||||
* | rename SQLiteNG to SQLite and SQLite to SQLiteLegacy | Justin Clark-Casey (justincc) | 2010-04-30 | 57 | -0/+6082 |
this seems the least evil way forward since mono 2.6 and later will see increasing usage, and this only works with what was SQLiteNG MAC USERS WILL NEED TO CHANGE REFERENCES TO "OpenSim.Data.SQLite.dll" to "OpenSim.Data.SQLiteLegacy.dll" in OpenSim.ini and config-include/StandaloneCommon.ini (if using standalone) See the OpenSim.ini.example and StandaloneCommon.ini.example files for more details This commit also temporarily changes unsigned ParentEstateID values in the OpenSim.Data.Tests to signed temporarily, since the new plugin enforces creation of signed fields in the database (which is what the SQL actually specifies). And change data columns in sqlite is a pita. |