aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/UserDataBase.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-07-31Apply updated patch from issue 1871. Thanks sempuki.Mike Mazur1-1/+1
2008-07-31Thanks, sempuki, for a patch that moves all Grid Server's plugins toMike Mazur1-3/+6
2008-06-27dr scofield's warning safari:Dr Scofield1-2/+2
2008-05-31* Implements UserServer logoff in a few situationsTeravus Ovares1-1/+1
2008-05-21this removes use of the mapper for wearables, and I can confirm thingsSean Dague1-14/+16
2008-05-19make the super class conveniance appearance stuff virtualSean Dague1-2/+2
2008-05-19i can haz pantz?Sean Dague1-5/+2
2008-05-16Set svn:ignore. Minor formatting cleanup.Jeff Ames1-1/+1
2008-05-16Formatting cleanup.Jeff Ames1-2/+2
2008-05-16appearance now survives logout. Tommorrow will involve movingSean Dague1-3/+3
2008-05-15fixed the key issue that caused appearance to go wonkySean Dague1-2/+13
2008-05-15testing avatar appearance as a user serviceSean Dague1-2/+12
2008-05-15remove my UserAppearance object, switch all code to useSean Dague1-2/+2
2008-05-02plumb in connection string to the user database paths. mysql and mssqlSean Dague1-1/+1
2008-05-02minor refactoring. Change getName and GetVersion methods (yes the had differ...Sean Dague1-2/+2
2008-05-01added stubs for appearance bits to all the db layersSean Dague1-1/+6
2008-04-21* Optimised using statements and namespace references across entire project (...Adam Frisby1-1/+1
2008-04-17Update svn properties. Add copyright info to some source files.Jeff Ames1-1/+28
2008-04-02fix ups to include OpenSim.Framework explicit includes (theySean Dague1-0/+1
2008-04-02attempt to fix up all refernces to new directory structureSean Dague1-1/+1
2008-04-02reorganizing namespaces to put all the Data stuff into it's own namespaceSean Dague1-0/+0
2008-03-29Set svn:eol-style.Jeff Ames1-29/+29
2008-03-28* Introduced common abstract UserDataBase providerlbsa711-4/+23
2008-03-28* Introduced common abstract AssetDataBase implementing IAssetProviderlbsa711-0/+10