Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-02-03 | Embed OpenSim.Data.addin.xml as a resource into OpenSim.Data.dll. | Mike Mazur | 1 | -0/+0 | |
2009-02-03 | - moved data plugin loading code from various places to | Mike Mazur | 1 | -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.cs | Mike Mazur | 1 | -1/+1 | |
- trim trailing whitespace | |||||
2009-02-03 | - move OpenSim/Framework/IInventoryData.cs to | Mike Mazur | 1 | -1/+1 | |
OpenSim/Data/IInventoryData.cs - trim trailing whitespace | |||||
2009-02-03 | Rename IAssetProviderPlugin to IAssetDataPlugin aligning with the other data ↵ | Mike Mazur | 1 | -1/+1 | |
plugins. | |||||
2008-11-01 | Megapatch that fixes/adds: friend offer/deny/accept, friendship termination, | Homer Horwitz | 1 | -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-31 | Apply updated patch from issue 1871. Thanks sempuki. | Mike Mazur | 1 | -1/+1 | |
2008-07-31 | Thanks, sempuki, for a patch that moves all Grid Server's plugins to | Mike Mazur | 1 | -0/+12 | |
PluginLoader. Fix issue 1871. | |||||
2008-07-30 | * Applying Mantis #1852 - Plugin Provider refactoring. Courtesy of Ryan/Sempuki. | Adam Frisby | 1 | -2/+3 | |
2008-07-23 | Remove duplicate definitions in addin.xml files. How'd that happen anyway? | Mike Mazur | 1 | -12/+0 | |
2008-07-23 | Thanks, sempuki, for a patch that moves control of Mono.Addins from source ↵ | Mike Mazur | 1 | -0/+24 | |
attributes to external XML files. Fix issues 1682 and 1786. |