aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/Avatar/InstantMessage/MessageTransferModule.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Enclose the inter-region IM sending in a try-catch for now to find possibly ↵Homer Horwitz2008-11-221-178/+188
| | | | missed exceptions.
* - Add a warning if the agent data of the destination of an IM isn't foundHomer Horwitz2008-11-221-0/+6
| | | | | | - Add a warning if the region info of the region the user is in isn't found - Remove one possibility for a silently dropped IM.
* 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
| | | | | | fromAgentSession field.
* 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
the IM module and makes it into a module of it's own, which can be used by all other modules. Removes some ugly hacks. Refer to the IM module to see how it's used. Also fixes the persistence issue (Mantis #2598)