aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/InstantMessage/MessageTransferModule.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2010-08-23Remove various warnings and improve logging messages. No functional changes.Justin Clark-Casey (justincc)1-7/+9
2010-08-04Clean up some messiness in IM sending. Having offline IM enabled now no longerMelanie Thielker1-5/+8
2010-06-11Inventory offers and subsequent notifications of acceptance/decline now worki...Diva Canto1-0/+2
2010-05-08More cleaning on presence. Friends online/offline works again.Diva Canto1-47/+31
2010-03-10Formatting cleanup. Add copyright notices.Jeff Ames1-1/+1
2010-01-29Revert "Updates all IRegionModules to the new style region modules."Melanie1-37/+17
2010-01-23Updates all IRegionModules to the new style region modules.Revolution1-17/+37
2010-01-07* Finished SimulationServiceConnectorDiva Canto1-20/+40
2009-12-28This is somewhat major-like..... Change the intialization order ofMelanie1-3/+5
2009-12-28Change FriendsModule, InstantMessageModule, MessageTransferModule, MuteListMo...Melanie1-25/+30
2009-09-26First pass at the heart surgery for grid services. Compiles and runs minimall...Diva Canto1-2/+6
2009-08-20Add some output (at DEBUG level) to the message transfer module to aidMelanie1-0/+4
2009-07-10Remove all references to HttpServer from CommsManager (all incarnations)Melanie Thielker1-1/+1
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-05-23* Pipes requestors IP address through all XmlRpcRequest delegates. This is ne...Adam Frisby1-1/+1
2009-03-29Change the client API to use GridInstantMessage for the "last mile" of IMMelanie Thielker1-20/+4
2009-03-28Fix the plumbing in the offline message module.Melanie Thielker1-6/+12
2009-03-17Add an event to process undelivered IMsMelanie Thielker1-0/+14
2009-02-20Revert previous commitMelanie Thielker1-7/+0
2009-02-20Committing interface and stubs for IM interceptionMelanie Thielker1-0/+7
2009-02-19Make the implementation of the message transfer module protected virtualMelanie Thielker1-13/+13
2009-02-19reverted last revision, until we decide how to handle capturing IM'sMW1-14/+0
2009-02-19Added a event to IMessageTransferModule (and MessageTransferModule) so that o...MW1-0/+14
2009-02-13* Quieten down log messages from the Friends moduleJustin Clarke Casey1-2/+0
2009-02-12large scale fix for svn props after "the great refactor"Sean Dague1-13/+13
2009-02-12* optimized usings.lbsa711-15/+13
2009-02-10this is step 2 of 2 of the OpenSim.Region.Environment refactor.Dr Scofield1-1/+1
2009-02-06This changeset is the step 1 of 2 in refactoringDr Scofield1-3/+2
2009-01-29* minor: just a few formatting changes and log quieteningJustin Clarke Casey1-4/+6
2009-01-06* refactor: drop AddXmlRpcHandler() from scene in favour of call via CommsMan...Justin Clarke Casey1-1/+2
2009-01-06* Mjnor: Clarified comment to ensure that people are aware of how to end the ...Teravus Ovares1-1/+9
2009-01-06* Kill an endless loop in the Instant Message delivery systemTeravus Ovares1-0/+8
2008-12-23* Add a method to allow friendship offers to a logged in client from an offli...Justin Clarke Casey1-1/+1
2008-11-22Enclose the inter-region IM sending in a try-catch for now to find possibly m...Homer Horwitz1-178/+188
2008-11-22- Add a warning if the agent data of the destination of an IM isn't foundHomer Horwitz1-0/+6
2008-11-17minor: remove mono compiler warningsJustin Clarke Casey1-17/+17
2008-11-17commenting out unused variable.Dr Scofield1-2/+2
2008-11-17Correct prim counts for group land. Correct MessageTransferModule startupMelanie Thielker1-12/+9
2008-11-16Megapatch. Completely remove the multiparameter IM methods. Remove the insecureMelanie Thielker1-5/+3
2008-11-16Add MessageTransferModule interface to all scenes, not only the firstMelanie Thielker1-1/+1
2008-11-16Fix 2 bugs in the message transfer module, thanks, Homer Horwitz!Melanie Thielker1-2/+2
2008-11-16Introduces the message transfer module. It splits the transfer mechanics offMelanie Thielker1-271/+139
2008-11-15Hack to temporarily fix friends-handling. This will be redone as soon asHomer Horwitz1-2/+2
2008-11-09Update svn properties. Add copyright headers. Minor formatting cleanup.Jeff Ames1-1/+1
2008-11-09Reintroduce transactionID to the parameter list for SendInstantMessage.Melanie Thielker1-2/+2
2008-11-08* Ported InstantMessageModule to IClientCoreAdam Frisby1-6/+11
2008-11-08* Added IClientIM to IClientCore interfacesAdam Frisby1-9/+9
2008-11-01Megapatch that fixes/adds: friend offer/deny/accept, friendship termination,Homer Horwitz1-2/+8
2008-11-01Make the IM and friends modules optional. Clean up some code that dealtMelanie Thielker1-3/+16
2008-10-26Committing a small fix for EventData along with more plumbing workMelanie Thielker1-3/+7