Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-11-08 | * Added IClientIM to IClientCore interfaces | Adam Frisby | 1 | -4/+0 | |
* Changed SendInstantMessage, dropped fromAgentSession and imSessionID as security precaution, see http://opensimulator.org/wiki/OpenSim_0.6_IClientAPI#Porting_Guide for details on porting. * Removed unused usings from Framework.* | |||||
2008-11-08 | Remove empty OSUUID.cs file. Add copyright headers. Minor formatting cleanup. | Jeff Ames | 1 | -1/+28 | |
2008-11-06 | Update svn properties. | Jeff Ames | 1 | -160/+160 | |
2008-11-05 | moved the initial loading/setting of the config settings to its own class, ↵ | MW | 1 | -0/+8 | |
ConfigurationLoader. To make it easier to customise the loading of those settings and possible in the future move it to a plugin. | |||||
2008-11-05 | Moved a couple of more configuration fields to ConfigSettings | MW | 1 | -0/+16 | |
2008-11-05 | more startup/initialisation refactoring | MW | 1 | -4/+4 | |
2008-11-05 | Moved most of the configuration fields from Opensimbase to their own ↵ | MW | 1 | -0/+136 | |
Class... Framework/ConfigSettings. |