aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MSSQL (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Mantis#2730. Thank you kindly, StrawberryFride for a patch that:Charles Krinke2008-12-011-2/+2
| | | | | | | | MSSQL Fix to accommodate random ParentIDs. uint values now cleanly converted to ints and vice versa to hopefully prevent outofrange exceptions on prim storage.
* * Remove unused and largely unimplemented UpdateUserCurrentRegion()Justin Clarke Casey2008-11-271-11/+0
| | | | | | * please say if this causes you a problem
* Plumb in the presence notifications and region shutdown/restart messagesMelanie Thielker2008-11-231-0/+4
| | | | | | | | | from the presence module to the message server, through the user server and on into the database. This should fix the "Already logged in" issue that grids see after a sim crashes, or a user crashes out of a sim. Not yet a 100% solution for friends, but getting there.
* * Comment out unused access time method in MSSQLJustin Clarke Casey2008-11-211-18/+18
| | | | | | * This should probably be being called in FetchAsset() instead as for all the other databases, but I lack the means to test MSSQL
* * refactor: Rip out SOP inventory from the partial into a separate classJustin Clarke Casey2008-11-211-1/+1
| | | | | | | | * SceneObjectPartInventory.cs isn't a particularly good name but it's probably not got a long life * A proper inventory interface to follow * Parallel changes for other inventory partial classes to follow at a later date
* Update svn properties, minor formatting cleanup.Jeff Ames2008-11-213-19/+19
|
* Mantis#2658. Thank you kindly, StrawberryFride for a patch that:Charles Krinke2008-11-192-0/+12
| | | | | | Keeping up with MySQL and SQLite. Small code changes and another resource file to add.
* Mantis#2657. Thank you kindly, StrawberryFride for a patch that:Charles Krinke2008-11-194-57/+70
| | | | | | Added access_time and create_time, plus the new sun position data to MSSQL code.
* cleaning up warnings in MSSQL code.Dr Scofield2008-11-173-3/+3
|
* Mantis#2626: Thank you Ruud Lathrop, for a patch that cleans up MSSQL code.Homer Horwitz2008-11-1517-782/+14
|
* Mantis#2552: Thanks idb, for a patch that fixes persistence of physical prims.Homer Horwitz2008-11-151-2/+1
| | | | | | (added a fix for the broken build from last commit, too)
* Mantis #2618Melanie Thielker2008-11-143-2/+10
| | | | | | | Thank you, StrawberryFride, for a patch that adds group permission support to MSSQL. Contains a migration, back up your database.
* * refactor: Expose SOG.SetRootPart for outsiders to use rather than setting ↵Justin Clarke Casey2008-11-101-2/+2
| | | | | | | | RootPart and adding the part separately * Make RootPart read only
* Update svn properties. Add copyright headers. Minor formatting cleanup.Jeff Ames2008-11-092-50/+50
|
* Mantis#2591. Thank you kindly, Ruud Lathrop for a patch that:Charles Krinke2008-11-092-0/+50
| | | | | | | This patch is two script that fixes a issue when adding more then 1 avatar to estateban/estatemanager list. It removes a key and adds a index to the tables.
* Remove empty OSUUID.cs file. Add copyright headers. Minor formatting cleanup.Jeff Ames2008-11-081-1/+28
|
* Update svn properties, minor formatting cleanup.Jeff Ames2008-11-051-5/+5
|
* added missing file from mantis #2555Dahlia Trimble2008-11-051-0/+5
|
* * Apply http://opensimulator.org/mantis/view.php?id=2555Justin Clarke Casey2008-11-041-4/+7
| | | | | | | * Add new e-mail field to users table for MSSQL * Thanks StrawberryFride
* Megapatch that fixes/adds: friend offer/deny/accept, friendship termination,Homer Horwitz2008-11-011-0/+33
| | | | | | | | | | | | | | on-/offline updates, calling cards for friends. This adds methods in the DB layer and changes the MessagingServer, so a full update (incl. UGAIM) is necessary to get it working. Older regions shouldn't break, nor should older UGAIM break newer regions, but friends/presence will only work with all concerned parts (UGAIM, source region and destination region) at this revision (or later). I added the DB code for MSSQL, too, but couldn't test that. BEWARE: May contain bugs.
* Update svn properties, minor formatting cleanup.Jeff Ames2008-10-271-5/+5
|
* Thank you kindly, Ruud Lathrop for a patch that solves:Charles Krinke2008-10-273-157/+187
| | | | | Primary Key violation when just linked a lot of prims using MSSQL.
* Add a resource file on Strawberry's patch I missedMelanie Thielker2008-10-181-0/+7
|
* Thank you, Strawberry Fride, for a patch that brings MSSQL even with MySQLMelanie Thielker2008-10-181-31/+35
|
* * minor: comment out persisting prim inventory log messagesJustin Clarke Casey2008-10-151-1/+1
|
* Add the missing bits for the new region-search:Homer Horwitz2008-10-031-0/+27
| | | | | | | | | | | | | | | | - Added lookup in the data-layer - MySQL works - SQLite doesn't have a grid-db, so it won't work there - I added MSSQL-code to the best of my knowledge; but I don't know MSSQL :-) - Added the plumbing up to OGS1GridServices. This speaks with the grid-server via XMLRPC. - Modified MapSearchModule to use the new data. It's backward compatible; if used with an old grid-server, it just returns one found region instead of a list. - Refactored a bit. Note: This updates data, grid-server and region code. No new files.
* * Add missing mssql migration files from ↵Justin Clarke Casey2008-09-293-0/+76
| | | | | | | | http://opensimulator.org/mantis/view.php?id=2295 * Sorry about that
* * Apply http://opensimulator.org/mantis/view.php?id=2295Justin Clarke Casey2008-09-294-72/+103
| | | | | | | | | | * Updated MSSQL to reflect resend changes * Added the new columns in prims table. * Created a implementation for getting gestures. * Remove configurable table names for user. * Thanks Ruud Lathorp
* Mantis#2291. Thank you kindly, StrawberryFride for a patch that solves:Charles Krinke2008-09-283-53/+0
| | | | | | | | | | User server won't start up for a MSSQL grid migrating from a significantly older version to current version due to duplication in three of the migrations code files. Patch included takes out the duplicated code from the three files so a smooth update should happen on start up.
* * Patch from JHurlimanTeravus Ovares2008-09-262-3/+3
| | | | | | | | | * Updates to libomv r2243, * Remove lots of unnecessary typecasts * Improves SendWindData() Thanks jhurliman. * Will update OpenSim-libs in 10 minutes..
* Add persistence of active gestures. This needs an UGAIM update to work.Homer Horwitz2008-09-241-0/+5
| | | | | | | | | Active gestures are sent as part of the login-response. Added fetchActiveGestures to SQLite and MySQL; added an empty one for MSSQL and NHibernate. Using the empty ones won't cause errors, but doesn't provide persistence either, of course.
* - Add Dispose method to IRegionDataStoreHomer Horwitz2008-09-181-0/+5
| | | | | | | | - Add necessary dummy Dispose-methods where they are missing - Implement the SQLite Dispose-methods (currently only used for unit tests, in the next commit)
* Mantis #2124Melanie Thielker2008-09-1420-1716/+2534
| | | | | | | Thank you, RuudL, for a patch that brings MSSQL up to the same implementation level as MySQL.
* * Make fix to MSSQLRegionData.cs in LoadLandObjects as recommended by ↵Justin Clarke Casey2008-09-121-1/+1
| | | | | | | | Garrett Hussey in Re: [Opensim-dev] MSSQL runtime error in latest build.. * Thanks!
* Update svn properties, formatting cleanup.Jeff Ames2008-09-091-2/+2
|
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-067-197/+197
| | | | | | | * 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.
* * Blind fix what looks like a bug in the new land MSSQL codeJustin Clarke Casey2008-09-061-1/+1
| | | | | | | * The data returned from the db was never inserted in the list to be processed and return * This is an example where a warning has revealed a bug
* * Remove lots of warnings from the CMS moduleJustin Clarke Casey2008-09-062-3/+2
| | | | | | * Remove a few other miscellaneous warnings
* Committing the missing resource file for MSSQL. Sorry...Melanie Thielker2008-09-021-0/+161
|
* Mantis #2102Melanie Thielker2008-09-022-8/+10
| | | | | | | Thank you, RuudL, for a patch that supplements the previous MSSQL patch.
* Mantis #2095Melanie Thielker2008-09-0110-1366/+1966
| | | | | | | Thank you, RuudL, for a complete adaptation of migration and estate data to MSSQL, and the updating of the RegionData handling in MSSQL.
* Attachment persistence (Mantis #1711)Melanie Thielker2008-08-191-31/+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.
* Formatting cleanup.Jeff Ames2008-08-185-25/+25
|
* * Rename *DataStore classes to *RegionData to align with SQLiteJustin Clarke Casey2008-08-161-0/+0
|
* Thanks, zaki, for a patch that embeds plugin manifest files into plugin ↵Mike Mazur2008-08-061-0/+23
| | | | dlls. Fix issue 1876.
* Apply updated patch from issue 1871. Thanks sempuki.Mike Mazur2008-07-311-1/+1
|
* Thanks, sempuki, for a patch that moves all Grid Server's plugins toMike Mazur2008-07-313-8/+22
| | | | | | PluginLoader. Fix issue 1871.
* 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-66/+66
| | | | | | | the properties a bit to be more consistant with other objects (having things like .Name .Description, etc).
* Thanks, sempuki, for a patch that moves control of Mono.Addins from source ↵Mike Mazur2008-07-232-11/+0
| | | | attributes to external XML files. Fix issues 1682 and 1786.