aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/SQLite (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-067-163/+163
| | | | | | | * This is a HUGE OMG update and will definitely have unknown side effects.. so this is really only for the strong hearted at this point. Regular people should let the dust settle. * This has been tested to work with most basic functions. However.. make sure you back up 'everything' before using this. It's that big! * Essentially we're back at square 1 in the testing phase.. so lets identify things that broke.
* Fix for Bug #2065: New check out crashes on sqlite migrationSean Dague2008-08-281-0/+1
| | | | | | | I apparently missed one drop tables statement that was actually needed when I did the cleaning to make this work for old sqlite versions.
* cleaning out cruft from pre-Migration daysSean Dague2008-08-271-103/+1
|
* getting rid of pre-Migration cruftSean Dague2008-08-271-111/+0
|
* we are now past change 6000, so getting rid of pre-Migration cruftSean Dague2008-08-271-222/+0
|
* we are now past change 6000, so getting rid of the pre-MigrationSean Dague2008-08-271-81/+0
| | | | | | upgrade cruft
* get rid of the "drop if exists" lines in this old migration, as thoseSean Dague2008-08-271-6/+0
| | | | | | | | tables shouldn't exist yet, and the exists keyword is relatively new in sqlite. This has been breaking a lot of people on Suse Enterprise Linux, for instance.
* Mantis#2052. Thank you kindly, Avdleeuw for a patch that:Charles Krinke2008-08-271-1/+1
| | | | | | | | | After having built revision 5992, OpenSim would start while issuing some errors regards updates to user profiles (Master Avatar, and other manually added avatars). Issue 2027 dealt with the MySQL part. This issue deals with the SQLite part.
* Update svn properties, minor formatting cleanup.Jeff Ames2008-08-191-1/+1
|
* Attachment persistence (Mantis #1711)Melanie Thielker2008-08-191-33/+4
| | | | | | | | | Change user server to handle attachment assets record properly. Ensure that attachments are not re-rezzed on region crossing. Persistence will NOT WORK with earliser UGAI!! Change region server to match.
* Avatar Attachment persistence!! Patch #9168 (Mantis #1171)Melanie Thielker2008-08-181-0/+5
| | | | | | | Plumbs in attachment persistence and adds the tables. Currently MySQL only, no user functionality yet.
* Formatting cleanup.Jeff Ames2008-08-185-85/+85
|
* Plumb in the partner and the account title fields for profile info.Melanie Thielker2008-08-152-0/+12
|
* Adds UserFlags and GodLevel to the user data store and plumbs then in.Melanie Thielker2008-08-142-0/+12
| | | | | | | This will have no effect unless both the UGAI and the region are this revision or later
* Add the UserStore migrations to the TP fixes patchMelanie Thielker2008-08-141-0/+5
|
* Mantis #1946Melanie Thielker2008-08-141-0/+7
| | | | | | | Thank you, HomerHorwitz, for a patch that corrects and improves TP to landmark and home position handling.
* Mantis#1903. Thank you kindly, CMickeyb for a patch that:Charles Krinke2008-08-101-4/+93
| | | | | | | | | patch attached replaces the tree walk algorithm used to build the folder hierarchy with a single database query. That is, we replace 1 database query per folder with 1 query for the root folder's properties and 1 query to retrieve the entire collection of folders for a user.
* Minor formatting cleanup.Jeff Ames2008-08-071-1/+1
|
* Thanks, zaki, for a patch that embeds plugin manifest files into plugin ↵Mike Mazur2008-08-061-0/+20
| | | | dlls. Fix issue 1876.
* Estate series, patch 9 (#9157)Melanie Thielker2008-08-011-0/+6
| | | | | | | | | Adds the new access semantics and the new flag (allow only age verified) Plumbs in the abuse email address from sim to viewer. The other way around, libomv appears to be lacking support for the data field in the packet. Includes a migration, run prebuild!
* Add the missing migration files :/Melanie Thielker2008-08-011-0/+8
|
* Patch #8 in the estate series. Introduces the concept of an estateMelanie Thielker2008-08-011-0/+7
| | | | | | | | owner (alongside the master avatar) and provides storage fo the abuse email address. No user functionality yet. This patch includes a migration.
* Apply updated patch from issue 1871. Thanks sempuki.Mike Mazur2008-07-311-2/+2
|
* Thanks, sempuki, for a patch that moves all Grid Server's plugins toMike Mazur2008-07-312-12/+29
| | | | | | PluginLoader. Fix issue 1871.
* * Remove dumb bug I put in which meant that an archive save would never ↵Justin Clarke Casey2008-07-251-1/+1
| | | | complete if there were any missing assets
* refactor TaskInventoryItem Mask -> Permissions to be consistant with how thingsSean Dague2008-07-231-10/+10
| | | | | | are stored in the db.
* refactored LandData to use properties, and cleaned up the naming onSean Dague2008-07-231-69/+69
| | | | | | | the properties a bit to be more consistant with other objects (having things like .Name .Description, etc).
* Update svn properties. Formatting cleanup. Remove a compiler warning.Jeff Ames2008-07-232-15/+17
|
* Thanks, sempuki, for a patch that moves control of Mono.Addins from source ↵Mike Mazur2008-07-231-5/+0
| | | | attributes to external XML files. Fix issues 1682 and 1786.
* Change SQLite argument marker from the more standard '@' to the ':' supportedMelanie Thielker2008-07-191-30/+30
| | | | | | but earlier versions of the SQLite dll
* Introduce a separate connection string for estates, which defaults to the one giMelanie Thielker2008-07-181-24/+1
| | | | | | ven for the region datastore. Removes the flag to store prim inventories, which are now always stored.
* Patch to fix saving of estate managers list loaded during migration.Melanie Thielker2008-07-181-0/+3
| | | | | | | No longer teleports an agent home unless their root agent is being banned. Visual blocking is still in effect.
* fixing copy & paste artefact.Dr Scofield2008-07-181-2/+2
|
* add some locks back into the sqlite asset path, as something changedSean Dague2008-07-181-49/+56
| | | | | | | that is causing a lot of out of order execution on asset fetches on multi region sims.
* remove all the odd quoting, on the off chance this was causing someSean Dague2008-07-181-90/+90
| | | | | | of the issue.
* put the entire thing inside a transaction. This probably doesn'tSean Dague2008-07-181-0/+4
| | | | | | help much, but it might.
* fix typo in create index that caused the entire migration to fail.Sean Dague2008-07-181-1/+12
| | | | | | | | put some drop table if exist clauses in here to hopefully let this migration work for people that are in an intermediary broken state right now.
* squashing further warnings.Dr Scofield2008-07-181-1/+1
|
* Thanks, sempuki, for a patch that moves all grid plugins to new PluginLoader ↵Mike Mazur2008-07-181-5/+20
| | | | (issue 1763).
* Patch #9151Melanie Thielker2008-07-183-114/+425
| | | | | | Makes the estate dialog fully functional. Implements all client facing functionality. Moves estate data from estate_settings.xml, which is used to provide defaults, to the region data store. Creates one estate for each region, and places the region in it. Converts all region bans to estate bans.
* Patch #9148Melanie Thielker2008-07-141-0/+5
| | | | | | | | Patch 5 in the region settings series. Adds a migration to ensure corrupted data is purged and re-read from defaults. Some changes. Still no full functionality
* change SitTarget calls from functions to propertiesSean Dague2008-07-071-14/+15
|
* * remove unused CommitAssets() hook for nowJustin Clarke Casey2008-07-071-13/+0
|
* Update svn properties.Jeff Ames2008-07-031-10/+10
|
* * Drop InvType from the assets table since it is no longer usedJustin Clarke Casey2008-07-022-8/+14
| | | | | | | | * Migration should be automatic on sqlite and mysql * Migration is not automatic on mssql, you will need to drop the invType column manually * Migration should be fine, but as for any db change, I would recommend making sure you have backups before moving past this revision
* patch and files from mantis #1630, Thanks MelanieMW2008-06-292-0/+47
|
* last round of warning squashing. calling it a day now.Dr Scofield2008-06-275-88/+88
|
* Mantis#1591. Thank you graciously, Sempuki for a patch that:Charles Krinke2008-06-271-0/+2
| | | | | | | | | | Currently module loading is done ad-hoc. I propose creating a simple loader class that leverages Mono.Addins (and perhaps the new .NET addins when they become available in mono). Attached is a basic patch for review that compiles into HEAD, but doesn't yet replace any existing ad-hoc loaders.
* Apply patch from bug #1605 -- Documentation for Data/SQLite. Thanks ↵Jeff Ames2008-06-267-63/+623
| | | | kerunix_Flan!
* Mantis#1595. Thank you, Melanie for a patch that:Charles Krinke2008-06-261-0/+3
| | | | | Adds pipes for the prim item flags field