Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | From: arthursv@linux.vnet.ibm.com | Sean Dague | 2008-11-06 | 3 | -52/+162 |
| | | | | | | | Add more unit tests for user cases Persist more user fields into mysql that already had columns defined but weren't getting passed to the mysql manager. | ||||
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2008-11-05 | 1 | -5/+5 |
| | |||||
* | add a test that ensures that databases work if email is null. | Sean Dague | 2008-11-05 | 1 | -0/+4 |
| | | | | | From: Sean Dague <sdague@gmail.com> | ||||
* | added missing file from mantis #2555 | Dahlia Trimble | 2008-11-05 | 1 | -0/+5 |
| | |||||
* | * Apply http://opensimulator.org/mantis/view.php?id=2555 | Justin Clarke Casey | 2008-11-04 | 1 | -4/+7 |
| | | | | | | | * Add new e-mail field to users table for MSSQL * Thanks StrawberryFride | ||||
* | add some null protection on email | Sean Dague | 2008-11-04 | 2 | -2/+3 |
| | | | | | From: Sean Dague <sdague@gmail.com> | ||||
* | - Added stronger persistence tests for BasicUserTests | Sean Dague | 2008-11-04 | 2 | -13/+103 |
| | | | | | From: Arthur Rodrigo S Valadares <arthursv@linux.vnet.ibm.com> | ||||
* | - Stronger inventory tests | Sean Dague | 2008-11-04 | 1 | -5/+119 |
| | | | | | From: Arthur Rodrigo S Valadares <arthursv@linux.vnet.ibm.com> | ||||
* | implement email field for MySQL and SQLite | Sean Dague | 2008-11-04 | 6 | -16/+36 |
| | | | | | From: Sean Dague <sdague@gmail.com> | ||||
* | * Minor cleanup | Adam Frisby | 2008-11-01 | 1 | -1/+0 |
| | | | | | * Added additional error message when a Object/SOG DB save fails so we can trace why. | ||||
* | Megapatch that fixes/adds: friend offer/deny/accept, friendship termination, | Homer Horwitz | 2008-11-01 | 5 | -1/+99 |
| | | | | | | | | | | | | | | 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. | ||||
* | Fix a compile warning about unreachable code | Homer Horwitz | 2008-11-01 | 1 | -2/+0 |
| | |||||
* | A stab a getting the user server to act right. Move acquisition of the | Melanie Thielker | 2008-11-01 | 2 | -18/+21 |
| | | | | | | | | locks to just before the try/catch/finally block, so that an exception thrown between taking the lock and entering the try doesn't leave a mutex locked | ||||
* | * Added some debug information to MySQL UserDataManager to help diagnose a ↵ | Adam Frisby | 2008-10-31 | 2 | -18/+25 |
| | | | | potential issue when in high load. Related to mantis #2508. | ||||
* | * minor: remove mono warning | Justin Clarke Casey | 2008-10-30 | 1 | -1/+0 |
| | |||||
* | - Includes consistency test for new and updated objects, as | Sean Dague | 2008-10-30 | 3 | -96/+112 |
| | | | | | | | some fixes in MySQL and SQLite From: Arthur Rodrigo S Valadares <arthursv@linux.vnet.ibm.com> | ||||
* | Mid-work, trying to fix region part insertion and retrieval | Sean Dague | 2008-10-30 | 3 | -24/+378 |
| | | | | | | | | SQLite reports System NUll Reference, but works, inside LoadItems, on SQLiteRegionData.cs From: Arthur Rodrigo S Valadares <arthursv@linux.vnet.ibm.com> | ||||
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2008-10-27 | 1 | -5/+5 |
| | |||||
* | Thank you kindly, Ruud Lathrop for a patch that solves: | Charles Krinke | 2008-10-27 | 3 | -157/+187 |
| | | | | | Primary Key violation when just linked a lot of prims using MSSQL. | ||||
* | Add a resource file on Strawberry's patch I missed | Melanie Thielker | 2008-10-18 | 1 | -0/+7 |
| | |||||
* | Thank you, Strawberry Fride, for a patch that brings MSSQL even with MySQL | Melanie Thielker | 2008-10-18 | 1 | -31/+35 |
| | |||||
* | Megapatch. :) Fix skull attachment editing. Streamline Object terse updates. | Melanie Thielker | 2008-10-18 | 4 | -0/+26 |
| | | | | | | | | Add rezzing time to objects. Add Object return and traffic fields to land database. Add plumbing for auto return. Implement auto return. Contains a migration. May contain nuts. | ||||
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2008-10-17 | 2 | -3/+3 |
| | |||||
* | - Removed debug print method | Sean Dague | 2008-10-16 | 1 | -12/+1 |
| | |||||
* | more fun with rebasing | Sean Dague | 2008-10-16 | 1 | -2/+12 |
| | |||||
* | resorting out this merge from arthur, sorry for so many commits here. | Sean Dague | 2008-10-16 | 1 | -8/+0 |
| | |||||
* | - Enforced no user or agent with UUID 0 on agent DB insertion | Sean Dague | 2008-10-16 | 1 | -0/+5 |
| | |||||
* | - New attempt after merging problem | Sean Dague | 2008-10-16 | 1 | -5/+0 |
| | |||||
* | - Enforced no user or agent with UUID 0 on agent DB insertion | Sean Dague | 2008-10-16 | 1 | -0/+3 |
| | |||||
* | - Removed a Console.Writeline and added a Test that will be changed | Sean Dague | 2008-10-16 | 1 | -2/+7 |
| | | | | | | if the last commit is accepted | ||||
* | - Removed debug print method | Sean Dague | 2008-10-16 | 1 | -12/+1 |
| | |||||
* | - Enforced no user or agent with UUID 0 on agent DB insertion | Sean Dague | 2008-10-16 | 3 | -8/+12 |
| | |||||
* | clean up a merge conflict and remove a console message | Sean Dague | 2008-10-15 | 1 | -0/+1 |
| | |||||
* | * minor: comment out persisting prim inventory log messages | Justin Clarke Casey | 2008-10-15 | 2 | -2/+2 |
| | |||||
* | - Added User Appearance Set and Get tests | Sean Dague | 2008-10-15 | 1 | -0/+10 |
| | |||||
* | - Removed a Console.Writeline and added a Test that will be changed | Sean Dague | 2008-10-15 | 1 | -2/+20 |
| | | | | | | if the last commit is accepted | ||||
* | - Makes MySQL reject inserting UUID 0 | Sean Dague | 2008-10-15 | 3 | -5/+59 |
| | | | | | | | | | | - Makes SQLite mimick MySQL default behavior on first and last name already on db: it does not insert the new record. - Added tests for UUID 0 and for new UUID with existing first and last name. | ||||
* | Removed some comments | Sean Dague | 2008-10-15 | 1 | -3/+1 |
| | |||||
* | move from index based to exists strategy here | Sean Dague | 2008-10-14 | 1 | -10/+36 |
| | |||||
* | Merge commit 'arthur/master' | Sean Dague | 2008-10-14 | 2 | -17/+254 |
| | |||||
* | Add the missing bits for the new region-search: | Homer Horwitz | 2008-10-03 | 5 | -0/+97 |
| | | | | | | | | | | | | | | | | - 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. | ||||
* | * minor: remove warnings (the code cleaners strike again) | Justin Clarke Casey | 2008-10-03 | 1 | -9/+9 |
| | |||||
* | fix the sqlite break. There were two issue here: | Sean Dague | 2008-10-03 | 1 | -1/+2 |
| | | | | | | | | | | | 1. type issues on column create in ado.net 2. not setting a field in the ado.net row translates into explicitely setting it to null in sqlite land (because it can't read the defaults stanzas out of the database) Things should work again after this. | ||||
* | Add database persistence for material setting | Melanie Thielker | 2008-10-03 | 4 | -0/+22 |
| | |||||
* | stick a TODO in here about land tests, which really can't be done in | Sean Dague | 2008-10-01 | 1 | -1/+7 |
| | | | | | | | the current state as the Land Object has all these live references back to Scene. | ||||
* | enhance boundary tests for no terrain. Put in a null load | Sean Dague | 2008-10-01 | 1 | -3/+22 |
| | | | | | | test for land. | ||||
* | remove tests for inventory | Sean Dague | 2008-10-01 | 1 | -0/+19 |
| | |||||
* | add basic store retrieve prim inventory test. the prim | Sean Dague | 2008-10-01 | 1 | -3/+60 |
| | | | | | | inventory interfaces definitely need some rethinking. | ||||
* | add delete prim tests. Found and fixed bugs where region | Sean Dague | 2008-10-01 | 3 | -8/+47 |
| | | | | | | | | is not respected by sqlite or mysql drivers so that deleting and object in a region actually deletes that object from any region. | ||||
* | add a test for updating region settings and fix a bug in uuid | Sean Dague | 2008-09-29 | 2 | -1/+21 |
| | | | | | | translation in sqlite uncovered by this test. |