aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/IUserService.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Committing more unfinished stuff. Nothing significant at the moment. IM ↵Teravus Ovares2008-06-011-0/+2
| | | | related.
* * Implements UserServer logoff in a few situationsTeravus Ovares2008-05-311-0/+7
| | | | | | | * User tries to log-in but is already logged in. Userserver will send message to simulator user was in to log the user out there. * From the UserServer, admin types 'logoff-user firstname lastname message'. * Some regions may not get the message because they're not updated yet.
* Formatting cleanup.Jeff Ames2008-05-161-4/+4
|
* remove my UserAppearance object, switch all code to useSean Dague2008-05-151-2/+2
| | | | | | AvatarAppearance instead.
* added in IUserService functions. These don't do anything yet,Sean Dague2008-05-011-0/+12
| | | | | | | but the set all compiles together fine, and it provides people an idea of where we are heading.
* * Cleaned namespaces of entire solution. OpenSim directories now correspond ↵Adam Frisby2008-05-011-1/+1
| | | | with namespaces.
* move IUserService into the OpenSim.Framework.Communications assemblySean Dague2008-04-301-0/+112
| | | | | | because all the other I***Service interfaces are there.
* * Moved IUserService to OpenSim.Framework.Interfaceslbsa712007-10-051-49/+0
|
* * Renamed IUserServices to IUserServicelbsa712007-10-051-0/+49