aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-04-25Thanks, Ewe Loon for a patch thatHomer Horwitz2-15/+278
provides persistent AvatarAppearance for SQLite. Fixes Mantis #3296.
2009-04-24silly C# not letting me use a File.Exists test for a directory. Don'tSean Dague5-5/+5
you know a directory is just a special kind of file on Linux.
2009-04-24change power linux detection method, the previous method only workedSean Dague5-10/+10
with interactive logins, not under panda.
2009-04-23* Allow interested user data plugins to store temporary user profilesJustin Clarke Casey2-2/+15
* Database and the OGS1 plugins are not interested and hence ignore these calls
2009-04-22* Resolve http://opensimulator.org/mantis/view.php?id=3509 by putting some ↵Justin Clarke Casey1-1/+2
service initialization into CommsManager * What is really needed is a plugin and interface request system as being done for region modules
2009-04-22* Allow plugins to play nicely in UserManagerBaseJustin Clarke Casey1-1/+1
* Some methods were returning the value of the first plugin queried, even if the return was null * Other methods are probably best off querying more than one plugin and aggregating results
2009-04-22add if exists to the drop tableSean Dague2-30/+30
2009-04-22add cleardb to estate testsSean Dague1-16/+24
2009-04-22ensure we've got a clean data environment prior to running the regionSean Dague1-17/+24
tests
2009-04-22* Fission OGS1UserServices into user service and OGS1 user data plugin ↵Justin Clarke Casey2-2/+12
components * Make OGS1UserServices inherit from UserManagerBase * This allows grid mode regions to use the same user data plugin infrastructure as grid servers and standalone OpenSims
2009-04-13make the asserts spit out messages about their test namesSean Dague5-378/+378
2009-04-13* Some more experimental work on distributed assets. Nothing hotwired yet.lbsa715-59/+70
* Introduced preprocess step in FetchAsset (Might revert this later) * Some minor CCC * Added actual implementation of GetUserProfile( uri ) and the corresponding handler to OGS1. * Introduced non-functioning GetUserUri( userProfile) awaiting user server wireup (this might move elsewhere)
2009-04-10* Apply http://opensimulator.org/mantis/view.php?id=3439Justin Clarke Casey3-11/+11
* This corrects problems seen on some SQLite systems where the migration fails because the two argument substr() isn't implemented * Thanks RemedyTomm!
2009-04-09* minor: correct some documentation in SQLiteAssetData.csJustin Clarke Casey1-8/+2
2009-04-09* Change SQLite asset UUID to dashed format to be consistentJustin Clarke Casey2-6/+13
* Remaining inconsistent uuids (non dashed) are in region store for sqlite and mysql * Migration of these will happen at a later date, unless someone else wants to do it
2009-04-09* Change UUIDs in SQLite user db to dashed format to match representations ↵Justin Clarke Casey3-11/+22
elsewhere
2009-04-09* Improve inventory uuid conversions to make sure that we aren't converting ↵Justin Clarke Casey2-9/+30
anything that already contains a - * Among other things, this means that if a migration is interrupted, it can simply be retried
2009-04-09* Migrate UUID representations in SQLite inventory store to dashed formatJustin Clarke Casey2-28/+42
* This makes the representation consistent with that most commonly used in the other supported database layers
2009-04-09* Moved the DatabaseTestAttribute to Test.Common, and thus included ref to ↵lbsa7136-17/+35
that in all db tests. *phew*
2009-04-09* Thank you, mpallari for a patch that updates NHibernate inventory base ↵lbsa711-1/+1
mapping. This fixes mantis #3435
2009-04-09* tagged some more database tests as suchlbsa715-5/+5
2009-04-09* Added custom DatabaseTestAttribute to help separating unit tests from ↵lbsa7131-30/+47
component tests.
2009-04-08SQLite doesn't work on ppc64, so ignore these tests if we areSean Dague5-0/+30
on this platform
2009-04-08* Make it possible to store creator strings in user inventory items as well ↵Justin Clarke Casey5-27/+26
as UUIDs * All existing functionality should be unaffected. * Database schemas have not been changed.
2009-04-05Thanks StrawberryFride for a MSSQL patch to mirror r9011.Homer Horwitz1-0/+1
Fixes Mantis #3409
2009-04-05Adding migrations for MySQL and SQLite for removing the "old" cloud image.Homer Horwitz2-0/+2
The new one already in the Library will be reinserted automatically. Fixes Mantis #964
2009-04-01* Upped trunk version number to 0.6.4 as we just tagged 0.6.4-releaselbsa715-5/+5
2009-04-01* Removes some hard-coded magic numbers relating to RegionSize. We now use ↵Adam Frisby2-11/+11
Constants.RegionSize as expected. (Working towards enlarged or smaller regionsizes that arent multiples of 256m) * Adds minor functionality to MRM Scripting.
2009-03-31Thank you, StrawberryFride, for a patch that adds offline inventoryMelanie Thielker1-2/+15
functionality to the MSSQL module. Fixes Mantis #3370
2009-03-27* This updates LibOMV to the current release 0.6.0 on March 19 2009Teravus Ovares3-4/+4
* Important: HttpServer.dll was changed to HttpServer_OpenSim.dll so that the HttpServer references do not conflict if you've copied the OpenMetaverse.Http.dll and requirements to the OpenSimulator bin folder. This means that if you reference HttpServer.dll in any projects, you will need to change the reference to HttpServer_OpenSim.dll. It still uses the Same HttpServer namespace though.
2009-03-23Committing partial work on passing folders across instances. This may crash.Melanie Thielker5-0/+26
2009-03-22Make offline gives work in SQLite standalonesMelanie Thielker1-0/+8
2009-03-22MYSQL Only: Make items given while offline appear in inventory withoutMelanie Thielker1-0/+9
the need to clear cache.
2009-03-21Add a QueryItem method to the inventory subsystem. Currently implemented forMelanie Thielker5-0/+26
MySQL only, stubs for the others. This allows updating the cache with a single item from the database.
2009-03-12Update svn properties, formatting cleanup.Jeff Ames1-7/+7
2009-03-12* Another stab at refactoring up the CustomiseResponse function. Two fixes:lbsa711-1/+14
* Sometimes, null is a valid return value to indicate 'none found'. doh. * Sometimes, the Grid server does not send simURI - this you need to reconstruct yourself. Euw. (I believe) this solves mantis issue #3287
2009-03-11* Reverted r8750 to do another round of debugging on mantis #3287lbsa711-8/+0
2009-03-11Remove chained tests in BasicGridTest.cs.Mike Mazur1-118/+88
It's good practice to isolate unit tests so their outcome (pass/fail) does not depend on whether another test has been run/passed/failed. A method is used to populate the DB independently for each test, and a TearDown method cleans up the database after each test. Also adding extra comment in C-style comment test.
2009-03-10*** POTENTIAL BREAKAGE ***lbsa711-0/+8
* Finally got to the point where I could pull up the CustomiseResponse function. Major de-duplication. * Introduced FromRegionInfo on RegionProfileData * This revision needs both grid and standalone testing galore. Work in progress!
2009-03-10* Refactored out Create() methods to ensure proper transformation between ↵lbsa712-15/+36
RegionProfileData and RegionInfo * Created ToRegionInfo method, still not using it pending peer review. * This is a preparatory commit for a subsequent login service refactoring.
2009-03-09* Apply http://opensimulator.org/mantis/view.php?id=3280Justin Clarke Casey2-43/+44
* Some small syntax and refactoring tweaks for asset and inventory MSSQL * This means the MSSQL db plugin now requires SQL Server 2005
2009-03-09Implemented FetchAssetMetadataSet in DB backends.Mike Mazur6-0/+157
This method fetches metadata for a subset of the entries in the assets database. This functionality is used in the ForEach calls in the asset storage providers in AssetInventoryServer. With this implemented, frontends such as the BrowseFrontend should now work. - MySQL: implemented, sanity tested - SQLite: implemented, sanity tested - MSSQL: implemented, not tested - NHibernate: not implemented
2009-02-26* Got rid of concrete GridDBService referenceslbsa711-0/+5
2009-02-26* renamed IRegionProfileService to IRegionProfileRouter to better reflect ↵lbsa712-1/+25
use (naming is a work in progress...) * introduced new IRegionProfileService that is going to be _one_ profileService * Had GridDBService inherit the IRegionProfileService (preparing for re-wiring things and de-duplicating eventually)
2009-02-25* minor: Remove most mono compiler warningsJustin Clarke Casey5-5/+5
2009-02-25* Refactored SOP.FolderID weirdness by removing calls to empty setter. YEs, ↵lbsa713-15/+1
I do realize the setter has to be there for legacy reasons, but since the calls will never acually DO anyhting, I'm removing them. * So, SOP.FolderID is actually a cruft field that should be removed.
2009-02-22Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke38-56/+163
* Added log4net dependency to physxplugin in prebuild.xml. * Added missing m_log fields to classes. * Replaced Console.WriteLine with appropriate m_log.Xxxx * Tested that nant test target runs succesfully. * Tested that local opensim sandbox starts up without errors.
2009-02-21* Applied a patch that: Added estate ban table to migration scripts and ↵lbsa719-16/+66
nhibernate mapping. Refactored property getters and setters for estate ban object to support NHibernate. * Added estate ban table to migration scripts of all supported databases. * Added nhibernate mapping for EstateBans property of EstateSettings * Refactored property accessors for EstateBan object. * Added comments for EstateBan properties. * Ensured that NHibernate tests pass with NUnitGUI. * Ensured that nant test target passes. This fixes mantis #3210. Thank you, tlaukkan!
2009-02-20* Apply http://opensimulator.org/mantis/view.php?id=3185idb6-2/+8
* Fixes NHibernate problem where prim contents show as textures * Thanks Tommil!
2009-02-20* Upped VersionInfo to 0.6.3 and in the process, changed assemblyinfo to ↵lbsa715-15/+15
0.6.3.* to better track down dll ref and overwrite problems.