aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update svn properties, minor formatting cleanup.Jeff Ames2008-08-191-1/+1
|
* Attachment persistence (Mantis #1711)Melanie Thielker2008-08-195-109/+19
| | | | | | | | | 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.
* Update svn properties, formatting cleanup.Jeff Ames2008-08-192-7/+7
|
* Attachment persistence!!! Patch #9169 (Mantis #1171)Melanie Thielker2008-08-192-5/+9
| | | | | | Attachments now save to MySQL. No reattach on login yet.
* * If two regions have configuration information that conflicts (save xy ↵Justin Clarke Casey2008-08-181-0/+1
| | | | location, same uuid or same internal ip port) then complain loudly and don't start up
* * Properly dispose of the reader after readAttachments() has finished with ↵Justin Clarke Casey2008-08-181-2/+3
| | | | it in the Mysql User data manager
* Avatar Attachment persistence!! Patch #9168 (Mantis #1171)Melanie Thielker2008-08-184-0/+86
| | | | | | | Plumbs in attachment persistence and adds the tables. Currently MySQL only, no user functionality yet.
* Formatting cleanup.Jeff Ames2008-08-1829-302/+301
|
* * Rename *DataStore classes to *RegionData to align with SQLiteJustin Clarke Casey2008-08-162-0/+0
|
* Plumb in the partner and the account title fields for profile info.Melanie Thielker2008-08-155-5/+42
|
* Small fox in the database, god level was being overwritten with the userMelanie Thielker2008-08-151-1/+1
| | | | | | flags value
* Adds UserFlags and GodLevel to the user data store and plumbs then in.Melanie Thielker2008-08-145-4/+31
| | | | | | | This will have no effect unless both the UGAI and the region are this revision or later
* Mantis #1953Melanie Thielker2008-08-141-2/+2
| | | | | | | Thank you, HomerHorwitz, for a patch that changes login location handling to use the sim UUID if it has already been stored.
* Add the UserStore migrations to the TP fixes patchMelanie Thielker2008-08-142-0/+10
|
* Mantis #1946Melanie Thielker2008-08-143-3/+16
| | | | | | | Thank you, HomerHorwitz, for a patch that corrects and improves TP to landmark and home position handling.
* Minor formatting cleanup.Jeff Ames2008-08-121-1/+1
|
* Mantis#1903. Thank you kindly, CMickeyb for a patch that:Charles Krinke2008-08-102-9/+201
| | | | | | | | | 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-073-4/+4
|
* Thanks, zaki, for a patch that embeds plugin manifest files into plugin ↵Mike Mazur2008-08-063-0/+66
| | | | dlls. Fix issue 1876.
* Estate series, patch 9 (#9157)Melanie Thielker2008-08-012-0/+12
| | | | | | | | | 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-012-0/+16
|
* Patch #8 in the estate series. Introduces the concept of an estateMelanie Thielker2008-08-012-0/+14
| | | | | | | | 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-314-6/+6
|
* Thanks, sempuki, for a patch that moves all Grid Server's plugins toMike Mazur2008-07-3113-53/+117
| | | | | | PluginLoader. Fix issue 1871.
* * Refactored some heavily duplicated RequestSimProfileData functionslbsa712008-07-291-87/+40
| | | | | * Changed InventoryUrl and GridServerURL type to Uri instead of string - to address '/' issues.
* The hazards if unclean sourc trees. Yours truly got bitten this time.Melanie Thielker2008-07-261-2/+4
| | | | | | | Re-fix the re-fix from a clean build. This makes the region based settings work as advertised
* Re-Fix the fixMelanie Thielker2008-07-261-1/+1
|
* Fix Mantis #1830Melanie Thielker2008-07-261-0/+1
| | | | | | | Makes region settings save on second and subsequent sim restarts after upgrading.
* * 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
* squashing warning.Dr Scofield2008-07-251-1/+3
|
* Patch #9155 (Mantis #1793)Melanie Thielker2008-07-251-0/+1
| | | | | | | Fix a regression that caused the region settings not to save. Still no SQLite support for region settings. MySQL now functional.
* few additional fixed to get prim inventory up on nhibernateSean Dague2008-07-233-4/+4
|
* implemented prim inventories for nhibernateSean Dague2008-07-231-1/+30
|
* fix column mappingSean Dague2008-07-231-1/+1
|
* complete the prim inventory mappingSean Dague2008-07-231-0/+6
|
* refactor TaskInventoryItem Mask -> Permissions to be consistant with how thingsSean Dague2008-07-234-30/+47
| | | | | | are stored in the db.
* add primitems migration for nhibernateSean Dague2008-07-231-0/+27
|
* refactored LandData to use properties, and cleaned up the naming onSean Dague2008-07-233-205/+205
| | | | | | | 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-233-27/+31
|
* Thanks, sempuki, for a patch that moves control of Mono.Addins from source ↵Mike Mazur2008-07-237-35/+2
| | | | attributes to external XML files. Fix issues 1682 and 1786.
* Update svn properties. Squash a couple of warnings.Jeff Ames2008-07-222-4/+4
|
* Mantis#1796. Thank you kindly, StrawberryFride for a patch that:Charles Krinke2008-07-202-2/+67
| | | | | Agent table code (INSERT / UPDATE, etc) now added to MSSQL provider.
* Change SQLite argument marker from the more standard '@' to the ':' supportedMelanie Thielker2008-07-191-30/+30
| | | | | | but earlier versions of the SQLite dll
* Update svn properties. Fix some inconsistent newlines.Jeff Ames2008-07-192-239/+239
|
* Introduce a separate connection string for estates, which defaults to the one giMelanie Thielker2008-07-185-69/+5
| | | | | | 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-182-0/+6
| | | | | | | 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.