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