Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix previous commit | Melanie Thielker | 2009-07-04 | 1 | -0/+1 |
| | |||||
* | Add the new field agent_access_max. Without it being set to "A", viewers from | Melanie Thielker | 2009-07-04 | 1 | -0/+9 |
| | | | | | | 1.23 prevent the removal of underwear. | ||||
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 2009-06-01 | 1 | -1/+1 |
| | | | | LICENSE.txt. | ||||
* | - moving banned check and public/private check to | Dr Scofield | 2009-05-05 | 1 | -1/+1 |
| | | | | | | | | | | Scene.NewUserConnection() - adding reason reporting this enforces estate bans very early on and prevents us from circulating client objects that we'd then have to retract once we realize that the client is not allowed into the region | ||||
* | DST setting wasn't transferred to client, leading to wrong time display. | Homer Horwitz | 2009-04-04 | 1 | -1/+1 |
| | |||||
* | Added AllowLoginWithoutInventory to LoginService, to be overwritten in ↵ | diva | 2009-04-01 | 1 | -4/+5 |
| | | | | subclasses. Default is false. HGLoginAuthService sets it true. Better error handling dealing with inventory service faults. | ||||
* | Update svn properties, add copyright header, formatting cleanup. | Jeff Ames | 2009-03-31 | 1 | -812/+812 |
| | |||||
* | Another bit of refactoring to try to make sense of ↵ | diva | 2009-03-29 | 1 | -0/+812 |
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. |