OpenSimMirror/OpenSim/Framework
MW 9a5a7b2614 Added option to userserver config, to be able disable/enable the LLSD Login support. As far as I know, the LLSD login method is currently only used by libsl based clients/bots. So could be useful to be able to disable this if a grid comes under a griefing attack from libsl bots. 2008-07-08 15:36:27 +00:00
..
AssetLoader/Filesystem * Remove all use of asset.InvType, as outlined in mailing list discussion 2008-06-23 18:01:58 +00:00
Communications * remove redundant sync locking in AssetServerBase since this is already being done by the lower database layers 2008-07-07 19:32:21 +00:00
Configuration
Console
RegionLoader As per the suggestion on the mailing list, added support for a OpenSim.xml config file, instead of a ini file. INI files still work the same as they did before, just now if a ini file isn't found, it looks for a OpenSim.xml file (of course in xml format) and if found uses that. 2008-06-26 17:20:08 +00:00
Servers Mantis#1685. Thank you kindly, Mjm for a patch that: 2008-07-08 01:11:52 +00:00
Statistics dr scofield's warning safari: 2008-06-27 16:58:21 +00:00
ACL.cs
AgentCircuitData.cs
AgentCircuitManager.cs
AgentUpdateArgs.cs * Split out various classes from IClientAPI into their own files, in accordance with code standards 2008-07-08 11:25:18 +00:00
AssemblyInfo.cs
AssetBase.cs mini-warnings-safari, plus cleanup of IUserServices method naming. 2008-07-04 10:19:58 +00:00
AssetConfig.cs
AssetLandmark.cs * Remove all use of asset.InvType, as outlined in mailing list discussion 2008-06-23 18:01:58 +00:00
AssetRequest.cs
AssetRequestToClient.cs
AssetStorage.cs
AuthenticateResponse.cs
AvatarAppearance.cs make lots of properties virtual, which lets nhibernate do 2008-06-25 19:18:51 +00:00
AvatarPickerAvatar.cs
AvatarPickerReplyAgentDataArgs.cs * Split out various classes from IClientAPI into their own files, in accordance with code standards 2008-07-08 11:25:18 +00:00
AvatarPickerReplyDataArgs.cs * Split out various classes from IClientAPI into their own files, in accordance with code standards 2008-07-08 11:25:18 +00:00
AvatarWearable.cs
AvatarWearingArgs.cs * Split out various classes from IClientAPI into their own files, in accordance with code standards 2008-07-08 11:25:18 +00:00
BlockingQueue.cs
ChatFromViewerArgs.cs * Split out various classes from IClientAPI into their own files, in accordance with code standards 2008-07-08 11:25:18 +00:00
ChatTypeEnum.cs * Split out various classes from IClientAPI into their own files, in accordance with code standards 2008-07-08 11:25:18 +00:00
ChildAgentDataUpdate.cs
ClientInfo.cs * Split out various classes from IClientAPI into their own files, in accordance with code standards 2008-07-08 11:25:18 +00:00
ClientManager.cs dr scofield's warning safari: 2008-06-27 16:58:21 +00:00
ColliderData.cs
ConfigurationMember.cs
ConfigurationOption.cs
Constants.cs
Culture.cs
EstateSettings.cs
FriendListItem.cs
GridConfig.cs
GridInstantMessage.cs
IAssetLoader.cs
IAssetProvider.cs * remove unused CommitAssets() hook for now 2008-07-07 19:18:44 +00:00
IAssetServer.cs * remove redundant sync locking in AssetServerBase since this is already being done by the lower database layers 2008-07-07 19:32:21 +00:00
IClientAPI.cs * Added experimental SendParcelMediaCommand and SendParcelMediaUpdate to IClientAPI. These methods have not been tested, but feel free to start wiring them to llParcelMediaCommandList. 2008-07-08 14:17:59 +00:00
IClientAPI2.cs
IGenericConfig.cs
IInventoryData.cs
IPlugin.cs Mantis#1647. Thank you very much, Sempuki for a patch that: 2008-07-04 03:11:53 +00:00
IRegionCommsListener.cs
IRegionLoader.cs As per the suggestion on the mailing list, added support for a OpenSim.xml config file, instead of a ini file. INI files still work the same as they did before, just now if a ini file isn't found, it looks for a OpenSim.xml file (of course in xml format) and if found uses that. 2008-06-26 17:20:08 +00:00
IScene.cs
IUserData.cs
InventoryCollection.cs
InventoryConfig.cs * Make default inventory grid server db mysql rather than sqlite 2008-07-04 17:05:41 +00:00
InventoryFolderBase.cs make lots of properties virtual, which lets nhibernate do 2008-06-25 19:18:51 +00:00
InventoryItemBase.cs make lots of properties virtual, which lets nhibernate do 2008-06-25 19:18:51 +00:00
JId.cs
LLGroup.cs
LandData.cs *Parcel Claim date is no longer Epoch (Jan 1, 1970). Now shows the actual creation/reclaim/sale date. 2008-07-03 01:29:18 +00:00
LandStatReportItem.cs
LandUpdateArgs.cs * Split out various classes from IClientAPI into their own files, in accordance with code standards 2008-07-08 11:25:18 +00:00
Location.cs
Login.cs
MapBlockData.cs
MessageServerConfig.cs
NeighbourInfo.cs
NetworkServersInfo.cs
OSUUID.cs
PacketPool.cs
ParcelMediaCommandEnum.cs * Added experimental SendParcelMediaCommand and SendParcelMediaUpdate to IClientAPI. These methods have not been tested, but feel free to start wiring them to llParcelMediaCommandList. 2008-07-08 14:17:59 +00:00
PluginLoader.cs Mantis#1647. Thank you very much, Sempuki for a patch that: 2008-07-04 03:11:53 +00:00
PrimitiveBaseShape.cs dr scofield's warning safari: 2008-06-27 16:58:21 +00:00
RegionBanListItem.cs
RegionCommsListener.cs
RegionHandle.cs
RegionHandshakeArgs.cs * Split out various classes from IClientAPI into their own files, in accordance with code standards 2008-07-08 11:25:18 +00:00
RegionInfo.cs RegionInfo.configMember can be null for dynamically created regions 2008-07-08 11:13:26 +00:00
RegionInfoForEstateMenuArgs.cs * Split out various classes from IClientAPI into their own files, in accordance with code standards 2008-07-08 11:25:18 +00:00
RegionSettings.cs Copyright notices and formatting cleanup. 2008-07-06 14:02:22 +00:00
RegionUpData.cs
Remoting.cs
RequestAssetArgs.cs * Split out various classes from IClientAPI into their own files, in accordance with code standards 2008-07-08 11:25:18 +00:00
SerializableInventory.cs
SerializableRegionInfo.cs
TaskInventoryItem.cs dr scofield's warning safari: 2008-06-27 16:58:21 +00:00
TextureRequestArgs.cs * Split out various classes from IClientAPI into their own files, in accordance with code standards 2008-07-08 11:25:18 +00:00
ThreadTracker.cs
ThrottleOutPacketType.cs * Split out various classes from IClientAPI into their own files, in accordance with code standards 2008-07-08 11:25:18 +00:00
UndoStack.cs Update svn properties. Minor formatting cleanup. 2008-06-26 20:04:06 +00:00
UpdateShapeArgs.cs * Split out various classes from IClientAPI into their own files, in accordance with code standards 2008-07-08 11:25:18 +00:00
UserAgentData.cs make lots of properties virtual, which lets nhibernate do 2008-06-25 19:18:51 +00:00
UserConfig.cs Added option to userserver config, to be able disable/enable the LLSD Login support. As far as I know, the LLSD login method is currently only used by libsl based clients/bots. So could be useful to be able to disable this if a grid comes under a griefing attack from libsl bots. 2008-07-08 15:36:27 +00:00
UserProfileData.cs make lots of properties virtual, which lets nhibernate do 2008-06-25 19:18:51 +00:00
Util.cs dr scofield's warning safari: 2008-06-27 16:58:21 +00:00
ViewerEffectEventHandlerArg.cs * Split out various classes from IClientAPI into their own files, in accordance with code standards 2008-07-08 11:25:18 +00:00
sLLVector3.cs