aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/Avatar/InstantMessage/MessageTransferModule.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Add a method to allow friendship offers to a logged in client from an offli...Justin Clarke Casey2008-12-231-1/+1
* Enclose the inter-region IM sending in a try-catch for now to find possibly m...Homer Horwitz2008-11-221-178/+188
* - Add a warning if the agent data of the destination of an IM isn't foundHomer Horwitz2008-11-221-0/+6
* minor: remove mono compiler warningsJustin Clarke Casey2008-11-171-17/+17
* commenting out unused variable.Dr Scofield2008-11-171-2/+2
* Correct prim counts for group land. Correct MessageTransferModule startupMelanie Thielker2008-11-171-12/+9
* Megapatch. Completely remove the multiparameter IM methods. Remove the insecureMelanie Thielker2008-11-161-5/+3
* Add MessageTransferModule interface to all scenes, not only the firstMelanie Thielker2008-11-161-1/+1
* Fix 2 bugs in the message transfer module, thanks, Homer Horwitz!Melanie Thielker2008-11-161-2/+2
* Introduces the message transfer module. It splits the transfer mechanics offMelanie Thielker2008-11-161-0/+626