aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/MySQLManager.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-67/+67
2008-09-03Mantis #2099Melanie Thielker1-0/+13
2008-08-30* Added new MySQLSuperManager support for the grid servers.Adam Frisby1-1/+1
2008-08-24Mantis#2027. Thank you kindly, HomerHorwitz for a patch that addresses:Charles Krinke1-1/+1
2008-08-19Update svn properties, formatting cleanup.Jeff Ames1-4/+4
2008-08-19Attachment persistence!!! Patch #9169 (Mantis #1171)Melanie Thielker1-1/+4
2008-08-18* Properly dispose of the reader after readAttachments() has finished with it...Justin Clarke Casey1-2/+3
2008-08-18Avatar Attachment persistence!! Patch #9168 (Mantis #1171)Melanie Thielker1-0/+51
2008-08-18Formatting cleanup.Jeff Ames1-9/+9
2008-08-15Plumb in the partner and the account title fields for profile info.Melanie Thielker1-4/+23
2008-08-15Small fox in the database, god level was being overwritten with the userMelanie Thielker1-1/+1
2008-08-14Adds UserFlags and GodLevel to the user data store and plumbs then in.Melanie Thielker1-3/+12
2008-08-14Mantis #1946Melanie Thielker1-2/+8
2008-07-18Thanks, sempuki, for a patch that moves all grid plugins to new PluginLoader ...Mike Mazur1-1/+1
2008-07-03Mantis#1661. Thank you kindly, CMickeyb for a patch that:Charles Krinke1-36/+77
2008-06-27last round of warning squashing. calling it a day now.Dr Scofield1-7/+19
2008-06-26Add patch from bug #1596 - adds Doxygen documentation in OpenSim.Data.MySQL f...Jeff Ames1-4/+30
2008-05-21this removes use of the mapper for wearables, and I can confirm thingsSean Dague1-39/+47
2008-05-21create some direct sql calls for appearanceSean Dague1-0/+109
2008-05-16Formatting cleanup.Jeff Ames1-8/+8
2008-05-14Formatting cleanup.Jeff Ames1-1/+1
2008-05-08* You can haz more spring cleaning.Adam Frisby1-8/+2
2008-05-01* Align new fields upgrade sql to have the same 'not null' and default settin...Justin Clarke Casey1-1/+1
2008-04-24in theory, let you pass the mysql connection string into theSean Dague1-2/+14
2008-04-21* Optimised using statements and namespace references across entire project (...Adam Frisby1-3/+2
2008-04-15* Make it easier to follow logins on the user server by changing and tidying ...Justin Clarke Casey1-2/+2
2008-04-10renaming of attributes in UserAgentData for readabilitySean Dague1-6/+6
2008-04-10changing UserAgentData to use properties. This caused moreSean Dague1-25/+49
2008-04-10further renaming of properties for claritySean Dague1-11/+11
2008-04-10moved fields to properties for UserDataProfile, which wasSean Dague1-26/+37
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-02whole lot more movingSean Dague1-0/+0
2008-03-18Formatting cleanup.Jeff Ames1-26/+25
2008-03-18Formatting cleanup.Jeff Ames1-16/+15
2008-03-18Last position will be stored in the DB on logout, and the avatar can continue...Johan Berntsson1-2/+50
2008-03-04Merged 3Di code that provides scene and avatar serialization, and plugin supp...Johan Berntsson1-2/+40
2008-03-03* Applying Ahzz's profile patch. Thanks Ahzz! Teravus Ovares1-4/+109
2008-03-02Thank you very much, Ahzzmandius for:Charles Krinke1-44/+26
2008-02-20Minor cleanup.Jeff Ames1-29/+19
2008-02-13* Introduced customizable table names on MySQL and MSSQL UserData plug-ins.lbsa711-0/+2
2008-02-11* Added some connection debugginglbsa711-1/+9
2008-02-05Converted logging to use log4net.Jeff Ames1-8/+10
2008-02-02fix for error on null owner_uuid fieldBrian McBee1-1/+8
2008-02-02Change casting slightly for reading owner_uuid from mysql.Charles Krinke1-2/+3
2008-02-02Thank you very much daTwitch for your first contribution to the C# simulator.Charles Krinke1-5/+36
2008-01-15* Mother of all commits:Adam Frisby1-6/+6
2008-01-11* returnin LLUUID.Zero rather than LLUUID.Random on webkey nulllbsa711-1/+1
2008-01-11* quick fix to fix if webLoginKey is null in DB, return random key (I guess L...lbsa711-1/+9
2008-01-09* Added a hashtable based HTTP processor in preparation of the web_login_keyTeravus Ovares1-3/+5