Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2011-10-12 | Get rid of some traces of the old pre-ROBUST grid architecture config | Justin Clark-Casey (justincc) | 1 | -13/+5 | |
2011-05-14 | The get_grid_info REST call now encodes XML Entities | SignpostMarv Martin | 1 | -1/+2 | |
2010-08-11 | minor: change some logging levels | Justin Clark-Casey (justincc) | 1 | -3/+2 | |
2010-08-11 | minor: change "no [GridInfo] config" warning to refer to "configuration ↵ | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
files" rather than "OpenSim.ini" | |||||
2010-01-10 | Moved GridInfo service from where it was to Handlers/Grid | Diva Canto | 1 | -27/+5 | |
2009-07-10 | * minor: standardize some logging messages | Justin Clarke Casey | 1 | -7/+10 | |
2009-06-01 | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 1 | -1/+1 | |
LICENSE.txt. | |||||
2009-05-23 | * Pipes requestors IP address through all XmlRpcRequest delegates. This is ↵ | Adam Frisby | 1 | -1/+2 | |
needed to be able to 'NAT-wrap' the login sequence. * If you have something using XmlRpc that isn't in core, change your method signature from: (XmlRpcRequest request) to: (XmlRpcRequest request, IPEndPoint remoteClient) | |||||
2009-05-04 | Intermediate commit. WILL NOT COMPILE! | Melanie Thielker | 1 | -1/+1 | |
2009-04-17 | * Moved the DefaultConfig settings into already-existing ConfigSettings | lbsa71 | 1 | -2/+2 | |
2009-04-17 | * Some more work on refactoring configs; | lbsa71 | 1 | -2/+2 | |
* Moved the constants out into a separate DefaultConfig * Pulled configMember up * Some minor CCC | |||||
2009-03-31 | Update svn properties, add copyright header, formatting cleanup. | Jeff Ames | 1 | -172/+172 | |
2009-03-29 | Another bit of refactoring to try to make sense of ↵ | diva | 1 | -172/+172 | |
OpenSim.Framework.Communications. Everything that looks like a service, with service handlers, moved to .Services -- i.e. LoginService and Response, and GridInfoService. The rest of the changes were to adapt to the new locations of those files. | |||||
2009-03-11 | * fix build break | Justin Clarke Casey | 1 | -1/+2 | |
2009-03-11 | * Make all coded defaults match settings in OpenSim.ini.example | Justin Clarke Casey | 1 | -3/+9 | |
* In most cases, the setting in OpenSim.ini.example is taken as the canonical one since this is the file virtually everyone ends up using * OpenSim will start up with a blank OpenSim.ini, in which case sqlite is the default database (as before) | |||||
2009-02-12 | * optimized usings. | lbsa71 | 1 | -1/+0 | |
2008-08-28 | Update svn properties, formatting cleanup. | Jeff Ames | 1 | -7/+7 | |
2008-08-28 | this fixes the crash reported by mantis #2046: user server crashing if | Dr Scofield | 1 | -6/+21 | |
no OpenSim.ini file found by GridInfoService. GridInfoService now will just issue a warning that GridInfo will NOT be available to your users if no OpenSim.ini file is available. due to the static nature of UserConfig (configuration options hardcoded) i don't think it's currently an option to move GridInfo into user_server.xml but if anyone wants to look into this i'd be delighted... | |||||
2008-08-22 | bug fixes: | Dr Scofield | 1 | -35/+31 | |
- GridInfoServices was not paying attention to location of ini file - typo in RemoteAdminPlugin | |||||
2008-08-16 | * Move GridInfoService into Framework.Communications and eliminate ↵ | Justin Clarke Casey | 1 | -1/+1 | |
Common.Communications for now (since this was the only class in that project) | |||||
2008-07-28 | Trying to guestimate sensible default values for GridInfoService if no | Dr Scofield | 1 | -7/+37 | |
[GridInfo] section is supplied by OpenSim.ini; also adding log warning if that is the case. | |||||
2008-07-28 | moving GridInfo application plugin into a common standalone/grid | Dr Scofield | 1 | -50/+53 | |
service, adding a plain REST GET handler returning XML (no LLSD), adding appropriate add handler calls to OpenSimBase and UserServer. | |||||
2008-07-25 | oops. forgot to add addin.xml for GridInfoPlugin. also, slight | Dr Scofield | 1 | -1/+2 | |
reordering of plugin initialisation to ensure that it will return base information about grid, even if [GridInfo] config section is not there. | |||||
2008-07-25 | first cut at a GridInfo plugin (mantis #1825). Currently just spits | Dr Scofield | 1 | -0/+121 | |
out everything in the [GridInfo] section :-D Also, not yet LLSD but XmlRpc, LLSD via GET will follow. OpenSim.ini.example contains sample values and explanation. Oh, and default values provided are platform: OpenSim mode: standalone | grid have fun. |