Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DST setting wasn't transferred to client, leading to wrong time display. | Homer Horwitz | 2009-04-04 | 1 | -1/+1 |
| | |||||
* | Remove some Mono warnings. | Homer Horwitz | 2009-04-04 | 1 | -2/+2 |
| | |||||
* | Added one more delegate to Caps, and a few guards, so that these objects can ↵ | diva | 2009-04-03 | 1 | -0/+14 |
| | | | | be used from more than just Scenes. Added the NewFileAgentInvengory cap to HGInventoryService. | ||||
* | Added AllowLoginWithoutInventory to LoginService, to be overwritten in ↵ | diva | 2009-04-01 | 3 | -15/+41 |
| | | | | 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 | 3 | -2077/+2077 |
| | |||||
* | HGInventoryService now uses the actual authority portion of the user's key ↵ | diva | 2009-03-30 | 2 | -1043/+1042 |
| | | | | to verify the key. | ||||
* | Sigh. Manual data typing grief. | diva | 2009-03-30 | 2 | -11/+5 |
| | |||||
* | Added Authorization client code that interfaces with HGLoginAuthService. ↵ | diva | 2009-03-29 | 2 | -21/+84 |
| | | | | Improved error handling in HGLoginAuthService. Instrumented HGInventoryService so that it can interface both with local and remote user and asset services. | ||||
* | Another bit of refactoring to try to make sense of ↵ | diva | 2009-03-29 | 4 | -6/+2104 |
| | | | | 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. | ||||
* | Moved some files around, so that it's easier to share code between ↵ | diva | 2009-03-29 | 2 | -0/+965 |
standalone and the grid services. Should not affect any functionality. |