aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/storage/SQLiteStandalone.ini (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix: Write asset data into Asset.db when using SQLiteMarck2010-11-131-0/+3
|
* Adding missing ConnectionString lines to [DatabaseService] sections for ↵John Hurliman2010-09-131-0/+1
| | | | SQLite configs
* GridUserService in place. Replaces the contrived concept of storing user's ↵Diva Canto2010-05-071-0/+3
| | | | | | home and position info in the presence service. WARNING: I violated a taboo by deleting 2 migration files and simplifying the original table creation for Presence. This should not cause any problems to anyone, though. Things will work with the new simplified table, as well as with the previous contrived one. If there are any problems, solving them is as easy as dropping the presence table and deleting its row in the migrations table. The presence info only exists during a user's session anyway. BTW, the Meshing files want to be committed too -- EOFs.
* Switched everything to XInventory by default. The old Inventory is still ↵Diva Canto2010-05-021-0/+6
| | | | there for now, in case bugs pop up with XInventory.
* Simplify database setup and remove migration problems by moving all sqlite ↵Justin Clark-Casey (justincc)2010-03-121-0/+16
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