aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/Avatar/AvatarServiceConnector.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-01-13Removed unnecessary debug message.Diva Canto1-1/+1
2010-01-13Several more buglets removed.Diva Canto1-1/+1
2010-01-03Applied fix for avatar connectors similar to yesterday's fix of user account ↵Diva Canto1-1/+6
connectors.
2010-01-02* Avatar service connectors all in place, but untested.Diva Canto1-106/+144
* Fixed a typo in RemoteUserAccountServiceConnector module.
2009-12-31Remove CreateUserAccount. Rename SetUserAccount to StoreUserAccount.Melanie1-14/+1
Implement the fetch operations fully. Rename one last UserService file to UserAccountService
2009-12-29More renames to make everything consistent. This is the UserAccountService.Diva Canto1-0/+0
2009-12-29* All modules and connectors for user account service are in place. Untested.Diva Canto1-0/+287
* Cleaned up a few things on presence connectors