aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/Avatar/InstantMessage/MessageTransferModule.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* This changeset is the step 1 of 2 in refactoringDr Scofield2009-02-061-3/+2
* * minor: just a few formatting changes and log quieteningJustin Clarke Casey2009-01-291-4/+6
* * refactor: drop AddXmlRpcHandler() from scene in favour of call via CommsMan...Justin Clarke Casey2009-01-061-1/+2
* * Mjnor: Clarified comment to ensure that people are aware of how to end the ...Teravus Ovares2009-01-061-1/+9
* * Kill an endless loop in the Instant Message delivery systemTeravus Ovares2009-01-061-0/+8
* * 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