aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Data.MySQL (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Misc. cleanup:Jeff Ames2007-12-191-2/+2
| | | | | | | * added Util.Clip(value, min, max) * modified asset cache's numPackets calculation to use max packet size (600) instead of 1000 * removed a few magic numbers
* *Parcels now fully work on MySQL as a datastore after a few tweaks and bug ↵mingchen2007-12-181-6/+75
| | | | fixes after testing
* *Fixed MySQLDataStore bug causing errors on startupmingchen2007-12-181-12/+12
|
* *Using Mysql as the datastore should now store parcels across multiple sessionsmingchen2007-12-181-0/+228
|
* *Parcels and their access lists now store over multiple sessions when the ↵mingchen2007-12-181-1/+1
| | | | datastore is sqlite
* *Land has now been linked to the StorageManager. Next step is to fill in the ↵mingchen2007-12-171-4/+4
| | | | functions for the different datastore interfaces for Land Objects.
* Put out a more comprehensible message when user authentication fails than ↵Justin Clarke Casey2007-12-151-21/+2
| | | | the current NullReferenceException based one
* Grid Inventory feature upgrade: renaming folders should now be correct, ↵Brian McBee2007-12-151-0/+22
| | | | | | | | subfolders work, moving folders works. Tested only in MYSQL, but may work in MSSQL and sqlite. Probably not working in standalone mode.
* Minor cleanupJeff Ames2007-12-131-2/+7
|
* * Patch from justincc to fix Inconsistent automatic mysql table creation - ↵Teravus Ovares2007-12-126-0/+183
| | | | see bug 169
* added copyright noticesJeff Ames2007-12-111-0/+28
|
* enable autocreation of mysql inventory tables again. I thinkSean Dague2007-12-101-7/+9
| | | | | | I stopped the looping issue on continous upgrade with this as well.
* saved OpenSim source code from the giant rampaging unterminated copyright ↵Jeff Ames2007-12-105-9/+9
| | | | notice of doom
* Adding an explicit close() and dispose() in the hope that it might help with ↵Brian McBee2007-12-081-0/+3
| | | | assetserver issues.
* This patch fixes mantis 105. Basically, it stops the index exception whenSean Dague2007-12-081-9/+17
| | | | | | | | | no root folder is found and it makes the user server wait longer for the inventory server to do its work. From Justin Casey (IBM)
* * Avatar picker works in grid mode now.Teravus Ovares2007-12-042-19/+25
| | | | | | * To test, click the communicate button, then click the 'add' button and type a name. You will get a list of closely matching avatar names. * Before this'll work on your sim in grid mode, the UGA needs to be updated. If it isn't updated, then you'll get a message on the sim console when searching like, 'got invalid queryid'.
* * Fixed a whole bunch of console messages.Adam Frisby2007-12-042-3/+3
|
* as a Test, attempted to disable mysql inventory table auto creation.MW2007-12-011-1/+1
|
* Attempt to handle MYSQL error fetching assetsBrian McBee2007-11-261-10/+17
|
* * Removed references to "new LLUUID()", replaced with LLUUID.Zero.Adam Frisby2007-11-241-1/+1
|
* * removed erroneous commentslbsa712007-11-221-3/+0
|
* set svn:eol-styleJeff Ames2007-11-171-1015/+1015
|
* *** BIG CHANGES : REGION STORAGE MOVED : UPDATE YOUR OpenSim.ini FROM ↵lbsa712007-11-151-22/+2
| | | | | | | | | | | OpenSim.ini.example ** * Now moved region storage from region to application, so we have one storage per application, instead of one per region. * Changed so that the region store providers use connectionstrings, not filenames * Removed various unfit fields and properties (call me Darwin)
* * Added MySQLDataStore (adapted from MonoSqlitelbsa712007-11-151-0/+1035
| | | | | | * Made startup a little bit more forgiving on dll load * Minor renamings and musings
* * Added AvatarPicker in Standalone mode. Works for finding avatar to ban, ↵Teravus Ovares2007-11-132-1/+165
| | | | | | | manually trying to add a friend (with the add button) or useful to those who are curious which usernames have visited your standalone sim. Important for future development :D. * Grid mode always returns 0 results until the Grid Communications portion is done.
* * Temporarily reverted SQL syntax.Adam Frisby2007-11-051-3/+3
|
* * Changed MySQL Syntax on Region Updates for Grid Server.Adam Frisby2007-11-041-2/+3
|
* Need to clean up resources when creating/updating assetsTleiades Hax2007-11-011-0/+1
|
* (no commit message)Tleiades Hax2007-11-011-10/+14
|
* * Optimized usingslbsa712007-10-307-274/+332
| | | | | | * Shortened type references * Removed redundant 'this' qualifier
* as per the "Filesystem cleanup for OpenSim repository" mailing list thread. ↵MW2007-10-294-4/+4
| | | | | | | Have flattened the OpenSim.Framework project/namespace. The problem is that the namespace is still wrong as its "OpenSim.Framework" while the directory is "OpenSim\Framework\General" , so we need to decide if we change the directory or correct the namespace. Note this has lead to a big flat project, but I think a lot of the files we most likely don't even use any longer. And others belong in other projects/namespaces anyway.
* Very early first implementation of grid based assets.Tleiades Hax2007-10-261-14/+16
| | | | | Run this on a major grid, and weep
* get rid of all the ^M line endingsSean Dague2007-10-191-159/+159
|
* Renamed SimProfileData to RegionProfileDataTleiades Hax2007-10-172-12/+12
|
* * Applied Chillken patch #418: copyright-r2094.patch updating copyright ↵lbsa712007-10-151-0/+28
| | | | messages. Thanks Chillken!
* OpenSimMain now respects the asset_plugin paramter, and storing of assets ↵Tleiades Hax2007-10-132-4/+23
| | | | will *not* throw an exception
* Added capbility to use MySQL as the database backend in stand alone mode for ↵Tleiades Hax2007-10-133-28/+6
| | | | | | | assets and inventory. Added asset_plugin key to "StandAlone" section of OpenSim.ini
* (no commit message)Tleiades Hax2007-10-133-6/+28
|
* Asset server implementation. Again one of these "plumbing" releases, where ↵Tleiades Hax2007-10-134-96/+252
| | | | | | | no real functionality has been introduced, but ground work has been made, enabling the asset server, and preparing the sim server to query the asset server. Introduced an "IPlugin" interface, which plugins can inherit from.
* The files that I missed from Tleiades patch.MW2007-10-084-0/+42
|
* Applied patch 485, inventory patch from tleiades (thanks again).MW2007-10-084-222/+375
|
* Applied Patch 473, Inventory Patch from Tleiades (many thanks).MW2007-10-061-0/+9
|
* * So, ok, maybe renaming serialized fields on a friday wasn't the smartest ↵lbsa712007-10-052-20/+20
| | | | of things. Reverting 2056.
* * UserProfileData meets code conventionslbsa712007-10-052-20/+20
|
* == The "right name and place" commit ==lbsa712007-10-053-0/+3
| | | | | | | | | * Moved InventoryData to Framework.Types/InventoryItemBase.cs * Moved UserData to Framework.Interfaces/IUserData.cs * Moved UserProfileData to Framework/Types/UserProfileData.cs * Deleted ass-backwards Framework dependency on Framework.Data (now it's the other way round) * Changed some namespaces to reflect file structure
* Reverting back to 2017 since 2018 were causing Linux breakage; reopening ↵lbsa712007-09-272-58/+58
| | | | Tleiades patch 444 and 445.
* * Tleiades grid mode inventory (#444) - thanx Tleiades!lbsa712007-09-272-58/+58
| | | | | | | * updated to rev 1413 on libsecondlife.dll and libsecondlife.dll.config (#423)
* * Renamed methods on IUserDatalbsa712007-09-241-16/+16
|
* mass update of urls in source code to new websiteSean Dague2007-09-105-5/+5
|
* Taking Prims (SceneObjectGroups) in and out of inventory should now work and ↵MW2007-08-161-0/+9
| | | | if left in inventory will still be there after restarts. (as with the rest of inventory it will only fully work in standalone mode with account authentication turned on).