aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Fix up some parameter namingMelanie2012-01-221-2/+2
* Finish connecting Telehub to databaseBlueWall2012-01-221-3/+19
* Hooking up new telehub data to the databaseBlueWall2012-01-221-0/+14
* Change the key name I missed in last commitMelanie2012-01-221-1/+1
* Move Telehub tables and data from EstateSettings to RegionSettings.Melanie2012-01-224-87/+95
* Telehub Support:BlueWall2012-01-212-1/+86
* Plug a security hole in the inventory serviceMelanie2011-10-311-1/+2
* Remove vestigal OpenSim.Data mono addins extension points that don't look lik...Justin Clark-Casey (justincc)2011-09-201-23/+0
* Reattaching a region was failing if the estate name had not changed (issue 50...Kevin Houlihan2011-09-161-44/+79
* Save the default terrain texture UUIDs for a new region instead of leaving th...Justin Clark-Casey (justincc)2011-09-091-1/+0
* Remove code which was automatically deleting non-root prims from scene object...Justin Clark-Casey (justincc)2011-09-011-17/+0
* In the asset service, check that an asset exists before attempting to store it.Justin Clark-Casey (justincc)2011-08-171-2/+7
* Switched order of SQL statements in Friends migration -- resulted in the wron...Diva Canto2011-06-111-1/+1
* For MySQL, migrate region tables to the MyISAM storage engine rather than InnoDBJustin Clark-Casey (justincc)2011-06-101-0/+16
* This is the better solution: make the combined key be only on the first 36 ch...Diva Canto2011-06-011-1/+2
* It looks like there's a better solution for that problem.Diva Canto2011-06-011-2/+1
* Changed Friends table to have 165-sized varchars on PrincipalID and FriendID....Diva Canto2011-06-011-1/+2
* More on HG Friends. Added Delete(string, string) across the board. Added secu...Diva Canto2011-05-221-4/+13
* Fixed permissions bug related to friends in PermissionsModule. Added FriendsD...Diva Canto2011-05-211-0/+5
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2011-05-212-6/+31
|\
| * Allow item links to be deleted even when other deletes and purges are disabled.Justin Clark-Casey (justincc)2011-05-192-6/+31
* | HG Friends working to some extent: friendships offered and accepted correctly...Diva Canto2011-05-191-0/+6
|/
* Accidentally committed too earlyJustin Clark-Casey (justincc)2011-05-182-31/+6
* Allow item links to be deleted even when other deletes and purges are disabled.Justin Clark-Casey (justincc)2011-05-172-6/+31
* remove further mono compiler warningsJustin Clark-Casey (justincc)2011-05-065-6/+6
* Include code to return more information about the NullReferenceException seen inJustin Clark-Casey (justincc)2011-04-111-2/+13
* Make the "All Estates" option work from the client (this makes chosen changes...Justin Clark-Casey (justincc)2011-04-051-0/+30
* On initial region registration, if the user chooses the option to make the re...Justin Clark-Casey (justincc)2011-03-211-0/+40
* Pull up Assembly of the MySQL classes as a protected property, so that it can...Diva Canto2011-03-086-11/+39
* Also fix MySQLXInventoryDataMelanie2011-01-181-1/+1
* Prevent activation and deactivation of gestures from clobbering the slamMelanie2011-01-181-1/+1
* Fixed some inconsistency with trailing /. Made debug messages consistent. Cha...Diva Canto2010-12-052-2/+9
* Added creator info across the board -- TaskInventoryItems and InventoryItems ...Diva Canto2010-11-213-2/+11
* Global creator information working on MySQL DB and on load/save OARs. Creator...Diva Canto2010-11-212-2/+10
* Add lsClearWindlightScene() to the lightshare module to remove WL settingsMelanie2010-11-031-0/+15
* When LightShare is enabled, the standard day cycle is bypassed and replaced byMelanie2010-11-031-0/+1
* Fix logins and avatar appearance. Contains a Migration. May contain nuts.Melanie2010-10-301-0/+8
* Alphabetize results on region search by prefix matchingMelanie2010-10-181-0/+2
* Bump migration version on LastSeen field so it is actually runMelanie2010-10-181-1/+1
* UPdated the MySql driver to 6.2.4. Also established a much larger MySqlComman...Diva Canto2010-10-151-0/+1
* fix build breakJustin Clark-Casey (justincc)2010-10-131-1/+1
* Correctly update the LastSeen fieldMelanie Thielker2010-10-131-1/+1
* Ensure no UUID.Zero region ID is ever written to presence. Add a MigrationMelanie Thielker2010-10-132-1/+11
* Changed SceneObjectGroup to store parts with the fast and thread-safe MapAndA...John Hurliman2010-09-161-1/+1
* MergedJohn Hurliman2010-09-122-12/+12
|\
| * Formatting cleanup.Jeff Ames2010-09-122-12/+12
* | * Added ISimulationDataService and IEstateDataServiceJohn Hurliman2010-09-122-0/+18
|/
* Fixed the naming mess around data connectors for simulation dataJohn Hurliman2010-09-111-1/+1
* Re-enabled asset last access time logging in MySQLJohn Hurliman2010-09-111-3/+0
* Fix deletion persistence when freshly delinked prims are removedJustin Clark-Casey (justincc)2010-09-071-0/+2