aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/SQLite (unfollow)
Commit message (Expand)AuthorFilesLines
2008-06-26Apply patch from bug #1605 -- Documentation for Data/SQLite. Thanks kerunix_...Jeff Ames7-63/+623
2008-06-26Mantis#1595. Thank you, Melanie for a patch that:Charles Krinke1-0/+3
2008-06-25add migrations to mysql and sqlite for flags on embedded inventorySean Dague1-0/+5
2008-06-21* Persists region banlists across reboots for the sqlite datastore also now.Teravus Ovares2-3/+92
2008-06-21* Adds Region ban capability to Regions. You access this by going to World->...Teravus Ovares1-0/+17
2008-06-20* Handle parcel telehub location corruption gracefully. DBNullTeravus Ovares1-1/+2
2008-06-20* Handle parcel telehub location corruption gracefully. DBNullTeravus Ovares1-6/+15
2008-06-13add indexes for sqlite inventorySean Dague1-0/+8
2008-06-12* minor: Remove and tidy duplicate 'storing object to scene' messages in logJustin Clarke Casey1-1/+1
2008-06-11check in working migration code fore SQLite. This Sean Dague4-213/+269
2008-06-11updated resources for current sqlite schema for migrationsSean Dague4-171/+200
2008-05-31* Implements UserServer logoff in a few situationsTeravus Ovares1-2/+2
2008-05-28let Grid Servers specify a connect string in their configuration.Sean Dague2-4/+14
2008-05-21implement in memory appearance cache for sqlite. ThisSean Dague1-3/+12
2008-05-21this removes use of the mapper for wearables, and I can confirm thingsSean Dague1-9/+9
2008-05-16Formatting cleanup.Jeff Ames6-112/+112
2008-05-15testing avatar appearance as a user serviceSean Dague1-9/+9
2008-05-15remove my UserAppearance object, switch all code to useSean Dague1-3/+3
2008-05-14More formatting cleanup.Jeff Ames2-2/+4
2008-05-14Formatting cleanup.Jeff Ames1-1/+1
2008-05-07* Fixed some compiler warningsAdam Frisby1-1/+1
2008-05-04* Implemented DIE_AT_EDGE and Temporary objects don't save to the database.Teravus Ovares1-1/+3
2008-05-02plumb in connection string to the user database paths. mysql and mssqlSean Dague1-2/+6
2008-05-02minor refactoring. Change getName and GetVersion methods (yes the had differ...Sean Dague1-4/+4
2008-05-01added stubs for appearance bits to all the db layersSean Dague1-0/+27
2008-05-01* Thanks to Mic Bowman for inspiring me to look at that we are still using AS...Adam Frisby2-17/+1
2008-05-01* Breaking all the code, breaking all the code..!Adam Frisby2-5/+5
2008-05-01* In ur code. Making it static.Adam Frisby4-30/+30
2008-05-01* Assorted spring cleanings.Adam Frisby1-2/+3
2008-05-01* Align new fields upgrade sql to have the same 'not null' and default settin...Justin Clarke Casey4-43/+43
2008-05-01* Whoops, SQLite land data malfunction. Fixed. Teravus Ovares1-1/+2
2008-04-30* Spring cleaned a bunch of '//TODO: unused' marked functions.Adam Frisby1-69/+0
2008-04-30* Adds the AuthbuyerID field to sqlite and makes use of it.Teravus Ovares1-0/+34
2008-04-30* Patch by Melanie. Implements proper objectflags on child objects. Thanks ...Teravus Ovares1-1/+1
2008-04-30* Deal with a situation where the new fields in the inventory store are null ...Justin Clarke Casey1-6/+18
2008-04-30* Trivial sqlite inventory db log message change so I can pick out the messag...Justin Clarke Casey1-7/+7
2008-04-30* Long awaited patch from A_Biondi Mantis 923. Kept alive by Melanie. Thank...Teravus Ovares2-2/+32
2008-04-29* Preparatory work for autoupgrade of sqlite inventory tables in preparation ...Justin Clarke Casey1-2/+36
2008-04-23allow for Inventory database source to be specified in mainSean Dague1-10/+6
2008-04-23changes to allow asset_source to be specified in the opensim.iniSean Dague1-3/+6
2008-04-21* Optimised using statements and namespace references across entire project (...Adam Frisby5-17/+19
2008-04-11* Discerned between AddProfile and UpdateProfile in region registrationlbsa711-0/+5
2008-04-10renaming of attributes in UserAgentData for readabilitySean Dague1-10/+10
2008-04-10changing UserAgentData to use properties. This caused moreSean Dague1-26/+26
2008-04-10further renaming of properties for claritySean Dague1-18/+18
2008-04-10moved fields to properties for UserDataProfile, which wasSean Dague1-62/+66
2008-04-08further refactor and rename of InventoryFolderBase propertiesSean Dague1-2/+2
2008-04-07more refactoring, this time on InventoryFolderBaseSean Dague1-21/+21
2008-04-07Refactor InventoryItemBase to do the following:Sean Dague1-31/+31
2008-04-07add some error messages for abuse of our IInventoryData interfaceSean Dague1-6/+18