aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Client (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-03-29Change the client API to use GridInstantMessage for the "last mile" of IMMelanie Thielker1-7/+1
sending. With this change, all methods that handle IM now use GridInstantMessage rather than individual parameters.
2009-02-12* optimized usings.lbsa711-3/+0
2008-11-09Update svn properties. Add copyright headers. Minor formatting cleanup.Jeff Ames3-69/+150
2008-11-09Reintroduce transactionID to the parameter list for SendInstantMessage.Melanie Thielker1-1/+3
It is required by group IM and also for a proper implementation of item give, group notice attachments and offline IM.
2008-11-08* Missed a file from previous checkin.Adam Frisby1-0/+15
2008-11-08* Added IClientIM to IClientCore interfacesAdam Frisby1-0/+45
* 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.*
2008-11-08* Implementing first of the 0.6 IClientAPI ChangesAdam Frisby1-0/+8
* Introducing IClientCore - this will be the key replacement for IClientAPI in the long run, it has a very minimal set of methods designed to allow you to access specialist API's. * See https://lists.berlios.de/pipermail/opensim-dev/2008-September/003049.html for the early discussion on this.