Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-05-19 | Dump OpenSim 0.9.0.1 into it's own branch. | onefang | 1 | -1/+1 | |
2017-01-05 | Massive tab and trailing space cleanup | Melanie Thielker | 1 | -1/+1 | |
2016-11-03 | Initial update to OpenSim 0.8.2.1 source code. | David Walter Seikel | 1 | -0/+113 | |
2015-03-16 | Don't log http auth details by default. | Justin Clark-Casey (justincc) | 1 | -2/+2 | |
This is a security risk when people distribute logs for debug purposes. If necessary the information can be retrieved via config console commands. Relates to http://opensimulator.org/mantis/view.php?id=7501 | |||||
2015-03-16 | Fix XBakes simulator-side authentication regression failure | Justin Clark-Casey (justincc) | 1 | -0/+2 | |
Unlike the other connectors, XBakes uses a service auth retrieved from ServiceAuth.Create() and not code inherited from BaseServiceConnector. Fixes regression from 7d3bafd5 (Wed 4 Mar 2015) where the new CompoundAuthenticator did not implement IServiceAuth.AddAuthorization() | |||||
2015-03-04 | Make private services forbid llHTTPRequest() calls by rejecting those that ↵ | Justin Clark-Casey (justincc) | 1 | -10/+15 | |
have the X-SecondLife-Shard header. If you need to enable this, set AllowHttpRequestIn = true in [Network] for all private services or individual [*Service] sections. | |||||
2015-02-13 | Add missing BSD headers to files in OpenSim/Framework/ServiceAuth | Justin Clark-Casey (justincc) | 1 | -1/+28 | |
2014-11-25 | minor: remove warning in BasicHttpAuthentication by commenting out unused ↵ | Justin Clark-Casey (justincc) | 1 | -2/+2 | |
remove_me parameter (which looks like it might still be potentially useful for logging) | |||||
2014-05-23 | Adds optional HTTP Basic Authentication to Robust service connectors. | Diva Canto | 1 | -0/+79 | |