aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL (unfollow)
Commit message (Expand)AuthorFilesLines
2012-01-28Completely disable NPC being sensed as agents, the abuse potential is too greatMelanie1-1/+6
2012-01-24Correct some SQL syntaxMelanie1-1/+1
2012-01-24Fix merge artefacts and build breakMelanie1-1/+1
2012-01-24Add a forgotten parameterMelanie1-1/+1
2012-01-24Change Telehubs to store only the data that is really needed and notMelanie1-40/+13
2012-01-23IMPORTANT!!!!! Please READ. DO NOT Use this version or any before it since theMelanie1-12/+3
2012-01-22Fix up some parameter namingMelanie1-2/+2
2012-01-22Finish connecting Telehub to databaseBlueWall1-3/+19
2012-01-22Hooking up new telehub data to the databaseBlueWall1-0/+14
2012-01-22Change the key name I missed in last commitMelanie1-1/+1
2012-01-22Move Telehub tables and data from EstateSettings to RegionSettings.Melanie4-87/+95
2012-01-21Telehub Support:BlueWall2-1/+86
2011-12-13Spin off terrain save into a new thread and make it so that it uses the oldMelanie1-29/+34
2011-12-05Don't allow deletion of a terrain from the database unless we have one to rep...Melanie1-7/+21
2011-10-31Plug a security hole in the inventory serviceMelanie1-1/+2
2011-10-31Plug a security hole in the inventory serviceMelanie1-1/+2
2011-09-20Remove vestigal OpenSim.Data mono addins extension points that don't look lik...Justin Clark-Casey (justincc)1-23/+0
2011-09-16Reattaching a region was failing if the estate name had not changed (issue 50...Kevin Houlihan1-44/+79
2011-09-09Save the default terrain texture UUIDs for a new region instead of leaving th...Justin Clark-Casey (justincc)1-1/+0
2011-09-01Remove code which was automatically deleting non-root prims from scene object...Justin Clark-Casey (justincc)1-17/+0
2011-08-17In the asset service, check that an asset exists before attempting to store it.Justin Clark-Casey (justincc)1-2/+7
2011-07-31Allow removing users from search and avatar pickerMelanie1-2/+2
2011-07-05Don't store the default WL profile. This will prevent "valid" from beingMelanie1-1/+1
2011-06-20Add some flags to control content in search betterMelanie1-2/+7
2011-06-11Switched order of SQL statements in Friends migration -- resulted in the wron...Diva Canto1-1/+1
2011-06-10For MySQL, migrate region tables to the MyISAM storage engine rather than InnoDBJustin Clark-Casey (justincc)1-0/+16
2011-06-01This is the better solution: make the combined key be only on the first 36 ch...Diva Canto1-1/+2
2011-06-01It looks like there's a better solution for that problem.Diva Canto1-2/+1
2011-06-01Changed Friends table to have 165-sized varchars on PrincipalID and FriendID....Diva Canto1-1/+2
2011-05-22More on HG Friends. Added Delete(string, string) across the board. Added secu...Diva Canto1-4/+13
2011-05-21Fixed permissions bug related to friends in PermissionsModule. Added FriendsD...Diva Canto1-0/+5
2011-05-20Add a missing virtual keywordMelanie1-1/+1
2011-05-20Make public interface methods in MySQLSimulation data virtual so the CMMelanie1-14/+14
2011-05-19HG Friends working to some extent: friendships offered and accepted correctly...Diva Canto1-0/+6
2011-05-19Allow item links to be deleted even when other deletes and purges are disabled.Justin Clark-Casey (justincc)2-6/+31
2011-05-18Accidentally committed too earlyJustin Clark-Casey (justincc)2-31/+6
2011-05-17Allow item links to be deleted even when other deletes and purges are disabled.Justin Clark-Casey (justincc)2-6/+31
2011-05-06remove further mono compiler warningsJustin Clark-Casey (justincc)5-6/+6
2011-04-21Honor agent limit for region crossings and teleportsMelanie1-10/+14
2011-04-11Include code to return more information about the NullReferenceException seen inJustin Clark-Casey (justincc)1-2/+13
2011-04-05Make the "All Estates" option work from the client (this makes chosen changes...Justin Clark-Casey (justincc)1-0/+30
2011-03-21On initial region registration, if the user chooses the option to make the re...Justin Clark-Casey (justincc)1-0/+40
2011-03-12Change avatar picker search to work properly when two name parts are usedMelanie1-1/+1
2011-03-08Pull up Assembly of the MySQL classes as a protected property, so that it can...Diva Canto6-11/+39
2011-01-18Also fix MySQLXInventoryDataMelanie1-1/+1
2011-01-18Prevent activation and deactivation of gestures from clobbering the slamMelanie1-1/+1
2011-01-18Prevent activation and deactivation of gestures from clobbering the slamMelanie1-1/+1
2010-12-05Fixed some inconsistency with trailing /. Made debug messages consistent. Cha...Diva Canto2-2/+9
2010-11-25Add the ability for gods to impersonate users. For this, bit 6 needs to beMelanie1-0/+15
2010-11-21Added creator info across the board -- TaskInventoryItems and InventoryItems ...Diva Canto3-2/+11