aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/GroupData.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* replace recent IModule.GetGroup() with better GetGroupRecord(string name)Justin Clark-Casey (justincc)2010-03-261-2/+0
|
* Moving the new group data structures out of LLClientView into GroupData.Melanie2010-01-081-0/+26
| | | | The new methods are still not in IClientAPI, so some work remains to be done.
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-011-1/+1
| | | | LICENSE.txt.
* Expose the GroupRecord and it's accessor APIMelanie Thielker2009-04-161-0/+15
|
* Add AcceptNotices member to GroupMembershipData and an overload toMelanie Thielker2009-03-291-0/+1
| | | | | | IGroupsModule interface
* * Added IClientIM to IClientCore interfacesAdam Frisby2008-11-081-4/+0
| | | | | | * Changed SendInstantMessage, dropped fromAgentSession and imSessionID as security precaution, see http://opensimulator.org/wiki/OpenSim_0.6_IClientAPI#Porting_Guide for details on porting. * Removed unused usings from Framework.*
* More plumbing and some wiresMelanie Thielker2008-10-251-0/+10
|
* Plumb some moreMelanie Thielker2008-10-241-1/+5
|
* Lotsa plumming :)Melanie Thielker2008-10-241-1/+56
|
* Pare the groups module down to basics. Adjust dependent files so that aMelanie Thielker2008-10-211-0/+57
real groups module can even be implemented.