aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/SQLite (unfollow)
Commit message (Expand)AuthorFilesLines
2008-08-19Attachment persistence (Mantis #1711)Melanie Thielker1-33/+4
2008-08-18Avatar Attachment persistence!! Patch #9168 (Mantis #1171)Melanie Thielker1-0/+5
2008-08-18Formatting cleanup.Jeff Ames5-85/+85
2008-08-15Plumb in the partner and the account title fields for profile info.Melanie Thielker2-0/+12
2008-08-14Adds UserFlags and GodLevel to the user data store and plumbs then in.Melanie Thielker2-0/+12
2008-08-14Add the UserStore migrations to the TP fixes patchMelanie Thielker1-0/+5
2008-08-14Mantis #1946Melanie Thielker1-0/+7
2008-08-10Mantis#1903. Thank you kindly, CMickeyb for a patch that:Charles Krinke1-4/+93
2008-08-07Minor formatting cleanup.Jeff Ames1-1/+1
2008-08-06Thanks, zaki, for a patch that embeds plugin manifest files into plugin dlls....Mike Mazur1-0/+20
2008-08-01Estate series, patch 9 (#9157)Melanie Thielker1-0/+6
2008-08-01Add the missing migration files :/Melanie Thielker1-0/+8
2008-08-01Patch #8 in the estate series. Introduces the concept of an estateMelanie Thielker1-0/+7
2008-07-31Apply updated patch from issue 1871. Thanks sempuki.Mike Mazur1-2/+2
2008-07-31Thanks, sempuki, for a patch that moves all Grid Server's plugins toMike Mazur2-12/+29
2008-07-25* Remove dumb bug I put in which meant that an archive save would never compl...Justin Clarke Casey1-1/+1
2008-07-23refactor TaskInventoryItem Mask -> Permissions to be consistant with how thingsSean Dague1-10/+10
2008-07-23refactored LandData to use properties, and cleaned up the naming onSean Dague1-69/+69
2008-07-23Update svn properties. Formatting cleanup. Remove a compiler warning.Jeff Ames2-15/+17
2008-07-23Thanks, sempuki, for a patch that moves control of Mono.Addins from source at...Mike Mazur1-5/+0
2008-07-19Change SQLite argument marker from the more standard '@' to the ':' supportedMelanie Thielker1-30/+30
2008-07-18Introduce a separate connection string for estates, which defaults to the one giMelanie Thielker1-24/+1
2008-07-18Patch to fix saving of estate managers list loaded during migration.Melanie Thielker1-0/+3
2008-07-18fixing copy & paste artefact.Dr Scofield1-2/+2
2008-07-18add some locks back into the sqlite asset path, as something changedSean Dague1-49/+56
2008-07-18remove all the odd quoting, on the off chance this was causing someSean Dague1-90/+90
2008-07-18put the entire thing inside a transaction. This probably doesn'tSean Dague1-0/+4
2008-07-18fix typo in create index that caused the entire migration to fail.Sean Dague1-1/+12
2008-07-18squashing further warnings.Dr Scofield1-1/+1
2008-07-18Thanks, sempuki, for a patch that moves all grid plugins to new PluginLoader ...Mike Mazur1-5/+20
2008-07-18Patch #9151Melanie Thielker3-114/+425
2008-07-14Patch #9148Melanie Thielker1-0/+5
2008-07-07change SitTarget calls from functions to propertiesSean Dague1-14/+15
2008-07-07* remove unused CommitAssets() hook for nowJustin Clarke Casey1-13/+0
2008-07-03Update svn properties.Jeff Ames1-10/+10
2008-07-02* Drop InvType from the assets table since it is no longer usedJustin Clarke Casey2-8/+14
2008-06-29patch and files from mantis #1630, Thanks MelanieMW2-0/+47
2008-06-27last round of warning squashing. calling it a day now.Dr Scofield5-88/+88
2008-06-27Mantis#1591. Thank you graciously, Sempuki for a patch that:Charles Krinke1-0/+2
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