aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/Avatar/InstantMessage/MessageTransferModule.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)