aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/NHibernate/NHibernateUserData.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2009-10-19* Removed OpenSim.Data.NHibernateJohn Hurliman1-461/+0
2009-10-01Formatting cleanup.Jeff Ames1-3/+3
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-02-20* Apply http://opensimulator.org/mantis/view.php?id=3195Justin Clarke Casey1-1/+8
2009-02-16* Apply http://opensimulator.org/mantis/view.php?id=3166Justin Clarke Casey1-6/+6
2009-02-14Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke1-5/+5
2009-02-12* optimized usings.lbsa711-5/+1
2009-01-16Minor formatting cleanup, add copyright header.Jeff Ames1-1/+1
2009-01-13* minor: remove some mono compiler warningsJustin Clarke Casey1-1/+3
2009-01-11Thank you kindly, Tlaukkan (Tommil) for a patch that:Charles Krinke1-8/+180
2009-01-05fixes mantis #2950Justin Clarke Casey1-1/+1
2008-12-02* Reapply http://opensimulator.org/mantis/view.php?id=2710Justin Clarke Casey1-99/+56
2008-12-01* Unforunately it turns out not to be that simple. Revert the rest of r7560 ...Justin Clarke Casey1-56/+99
2008-12-01* From Mantis#2701 - Implements NHibernate data adapter, adds support for MsS...Adam Frisby1-99/+56
2008-11-27* Remove unused and largely unimplemented UpdateUserCurrentRegion()Justin Clarke Casey1-1/+0
2008-11-23Plumb in the presence notifications and region shutdown/restart messagesMelanie Thielker1-0/+4
2008-11-01Megapatch that fixes/adds: friend offer/deny/accept, friendship termination,Homer Horwitz1-0/+1
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-18/+18
2008-08-19Attachment persistence (Mantis #1711)Melanie Thielker1-12/+1
2008-08-18Formatting cleanup.Jeff Ames1-13/+13
2008-07-31Thanks, sempuki, for a patch that moves all Grid Server's plugins toMike Mazur1-1/+7
2008-06-27last round of warning squashing. calling it a day now.Dr Scofield1-6/+6
2008-06-27somehow, I seem to have actually made appearance persistantSean Dague1-0/+2
2008-06-25chugging away on nhibernate, more incremental processSean Dague1-32/+40
2008-06-25Minor formatting cleanup.Jeff Ames1-10/+15
2008-06-20lots of futzing with nhibernate to make it more efficient. ISean Dague1-97/+60
2008-06-19more work towards nhibernate working with mysql, not there yet,Sean Dague1-1/+0
2008-06-19oops, it helps to reference the *right* migrationSean Dague1-1/+1
2008-06-18clean up the nhibernate definitions to work with mysqlSean Dague1-33/+5
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-2/+2
2008-05-16Minor cleanup.Jeff Ames1-2/+2
2008-05-16Formatting cleanup.Jeff Ames1-21/+21
2008-05-15testing avatar appearance as a user serviceSean Dague1-2/+2
2008-05-15remove my UserAppearance object, switch all code to useSean Dague1-6/+6
2008-05-14More formatting cleanup. Minor refactoring.Jeff Ames1-35/+72
2008-05-14Formatting cleanup.Jeff Ames1-20/+20
2008-05-07* Fixed some compiler warningsAdam Frisby1-2/+3
2008-05-02fixed up a bunch of the nhibernate user driver. Friends are notSean Dague1-9/+16
2008-05-02in theory fix the user table mappingSean Dague1-0/+22
2008-05-02in theory this gives me a back end that will do persistance Sean Dague1-3/+28
2008-05-02plumb in connection string to the user database paths. mysql and mssqlSean Dague1-6/+12
2008-05-02minor refactoring. Change getName and GetVersion methods (yes the had differ...Sean Dague1-13/+2
2008-05-01added stubs for appearance bits to all the db layersSean Dague1-0/+27
2008-05-01* In ur code. Making it static.Adam Frisby1-1/+1
2008-04-21* Optimised using statements and namespace references across entire project (...Adam Frisby1-10/+6
2008-04-11first drop of user storage implementation for nhibernate. Sean Dague1-0/+269