aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.Data.addin.xml (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-02-03Embed OpenSim.Data.addin.xml as a resource into OpenSim.Data.dll.Mike Mazur1-21/+0
2009-02-03- moved data plugin loading code from various places toMike Mazur1-12/+7
OpenSim/Data/DataPluginFactory.cs - removed dependencies on a few executable assemblies in bin/OpenSim.Data.addin.xml - trim trailing whitespace
2009-02-03- move OpenSim/Framework/IUserData.cs to OpenSim/Data/IUserData.csMike Mazur1-1/+1
- trim trailing whitespace
2009-02-03- move OpenSim/Framework/IInventoryData.cs toMike Mazur1-1/+1
OpenSim/Data/IInventoryData.cs - trim trailing whitespace
2009-02-03Rename IAssetProviderPlugin to IAssetDataPlugin aligning with the other data ↵Mike Mazur1-1/+1
plugins.
2008-11-01Megapatch that fixes/adds: friend offer/deny/accept, friendship termination,Homer Horwitz1-0/+1
on-/offline updates, calling cards for friends. This adds methods in the DB layer and changes the MessagingServer, so a full update (incl. UGAIM) is necessary to get it working. Older regions shouldn't break, nor should older UGAIM break newer regions, but friends/presence will only work with all concerned parts (UGAIM, source region and destination region) at this revision (or later). I added the DB code for MSSQL, too, but couldn't test that. BEWARE: May contain bugs.
2008-07-31Apply updated patch from issue 1871. Thanks sempuki.Mike Mazur1-1/+1
2008-07-31Thanks, sempuki, for a patch that moves all Grid Server's plugins toMike Mazur1-0/+12
PluginLoader. Fix issue 1871.
2008-07-30* Applying Mantis #1852 - Plugin Provider refactoring. Courtesy of Ryan/Sempuki.Adam Frisby1-2/+3
2008-07-23Remove duplicate definitions in addin.xml files. How'd that happen anyway?Mike Mazur1-12/+0
2008-07-23Thanks, sempuki, for a patch that moves control of Mono.Addins from source ↵Mike Mazur1-0/+24
attributes to external XML files. Fix issues 1682 and 1786.