| Commit message (Expand) | Author | Files | Lines |
2008-11-08 | Work in progress on SECS stuff. Have been holding it off until after 0.6 rele... | Tedd Hansen | 1 | -2/+2 |
2008-11-04 | add some null protection on email | Sean Dague | 1 | -1/+2 |
2008-11-04 | implement email field for MySQL and SQLite | Sean Dague | 2 | -0/+8 |
2008-11-01 | Megapatch that fixes/adds: friend offer/deny/accept, friendship termination, | Homer Horwitz | 1 | -1/+21 |
2008-10-30 | - Includes consistency test for new and updated objects, as | Sean Dague | 1 | -13/+4 |
2008-10-30 | Mid-work, trying to fix region part insertion and retrieval | Sean Dague | 1 | -8/+34 |
2008-10-18 | Megapatch. :) Fix skull attachment editing. Streamline Object terse updates. | Melanie Thielker | 2 | -0/+13 |
2008-10-17 | Update svn properties, minor formatting cleanup. | Jeff Ames | 1 | -2/+2 |
2008-10-16 | - Enforced no user or agent with UUID 0 on agent DB insertion | Sean Dague | 1 | -0/+4 |
2008-10-15 | - Makes MySQL reject inserting UUID 0 | Sean Dague | 1 | -0/+35 |
2008-10-14 | move from index based to exists strategy here | Sean Dague | 1 | -10/+36 |
2008-10-14 | Merge commit 'arthur/master' | Sean Dague | 1 | -4/+10 |
2008-10-03 | Add the missing bits for the new region-search: | Homer Horwitz | 1 | -0/+12 |
2008-10-03 | fix the sqlite break. There were two issue here: | Sean Dague | 1 | -1/+2 |
2008-10-03 | Add database persistence for material setting | Melanie Thielker | 2 | -0/+11 |
2008-10-01 | add delete prim tests. Found and fixed bugs where region | Sean Dague | 1 | -1/+1 |
2008-09-29 | add a test for updating region settings and fix a bug in uuid | Sean Dague | 1 | -1/+1 |
2008-09-26 | * Patch from JHurliman | Teravus Ovares | 2 | -11/+11 |
2008-09-24 | Add persistence of active gestures. This needs an UGAIM update to work. | Homer Horwitz | 1 | -0/+19 |
2008-09-24 | remove a bunch of out of date inline ALTER table commands that would only | Sean Dague | 1 | -84/+17 |
2008-09-23 | couple of minor test cleanups to see if this gets us past the bamboo hump | Sean Dague | 1 | -8/+0 |
2008-09-19 | Small formatting cleanup, before chi11ken notices. Me bad. | Homer Horwitz | 3 | -20/+39 |
2008-09-19 | convert to using proper .net tempfiles, should have done this | Sean Dague | 4 | -4/+13 |
2008-09-18 | Add a db.Dispose before calling Delete on the SQLite database. | Homer Horwitz | 4 | -1/+5 |
2008-09-18 | - Add Dispose method to IRegionDataStore | Homer Horwitz | 4 | -10/+97 |
2008-09-18 | * Updates the SQLite region database to support the same properties that the ... | Teravus Ovares | 2 | -0/+180 |
2008-09-17 | Adding currentLookAt to useragents table in SQLite. This complements the | Homer Horwitz | 2 | -0/+15 |
2008-09-16 | Added some terrain tests, and found a fun race condition in the sqlite | Sean Dague | 2 | -16/+16 |
2008-09-16 | Mantis #904: Thanks jonc, for a patch that adds "useragents" table to | Homer Horwitz | 2 | -67/+84 |
2008-09-15 | Update svn properties, minor formatting cleanup, fix a compiler warning. | Jeff Ames | 1 | -3/+6 |
2008-09-14 | Mantis #2124 | Melanie Thielker | 1 | -0/+19 |
2008-09-13 | * Adds regiondata and estatedata persistence in Sqlite. This commit is actu... | Teravus Ovares | 1 | -0/+3 |
2008-09-13 | Formatting cleanup. | Jeff Ames | 1 | -1/+1 |
2008-09-13 | * Fixes SQLite load crash. | Teravus Ovares | 1 | -2/+3 |
2008-09-13 | Add region settings support to SQLite (untested!) | Melanie Thielker | 1 | -1/+183 |
2008-09-13 | wrap log4net configure in try block so that it will run if you don't have a | Sean Dague | 1 | -1/+5 |
2008-09-13 | 2 more InventoryItem tests, plus see if I can leave the log4net | Sean Dague | 1 | -0/+2 |
2008-09-12 | * Patch http://opensimulator.org/mantis/view.php?id=2163 | Justin Clarke Casey | 2 | -0/+12 |
2008-09-12 | move the actual [Test] methods for databases to OpenSim.Data.Tests | Sean Dague | 3 | -167/+9 |
2008-09-12 | be more clever and move the bulk of the db tests for inventory into | Sean Dague | 1 | -140/+3 |
2008-09-11 | more inventory folder tests | Sean Dague | 1 | -10/+55 |
2008-09-11 | add some folder create and list tests | Sean Dague | 1 | -1/+40 |
2008-09-11 | added simple add / exists folder check | Sean Dague | 1 | -0/+41 |
2008-09-11 | add a few more SQLite Asset tests. | Sean Dague | 1 | -3/+31 |
2008-09-10 | added very basic stubs for User and Inventory db creates and empty | Sean Dague | 2 | -0/+146 |
2008-09-10 | fix typo in name of test db | Sean Dague | 1 | -1/+1 |
2008-09-10 | add basic sniff tests for SQLite Asset store. Initializes a db, | Sean Dague | 1 | -0/+91 |
2008-09-10 | add a simple update attribute test for SOG & SQLite | Sean Dague | 1 | -2/+22 |
2008-09-10 | added in a few more tests | Sean Dague | 1 | -6/+40 |
2008-09-10 | the explicit log4net configure attempt was maybe breaking bamboo, get | Sean Dague | 1 | -4/+0 |