aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/InstantMessage/InstantMessageModule.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2017-01-05Massive tab and trailing space cleanupMelanie Thielker1-2/+2
2016-11-16minor change to getdisplaynames cap urlUbitUmarov1-42/+2
2016-06-21Split IM handling so an inheriting module can cange names if required.Melanie Thielker1-2/+6
2016-06-14Make chat and instant message modules fully subclassableMelanie Thielker1-19/+19
2012-11-13Another 21 modules' directives moved out of .addin.xmlDiva Canto1-0/+2
2012-11-12Remove any mention of IRegionModule from region names and comments to aidMelanie1-1/+1
2012-01-17Add some loggingMelanie1-0/+41
2011-10-22Fix missing Busy-Mode ResponsePixel Tomsen1-0/+1
2010-12-26Remove some code that was meant to fool the viewer into thinking SLT. It neverMelanie1-18/+19
2010-09-26When receiving intersim IM, don't let the spoof protection bombMelanie1-1/+2
2010-09-25Prevent spoofing the agent name on text IMMelanie1-1/+2
2010-08-23Remove various warnings and improve logging messages. No functional changes.Justin Clark-Casey (justincc)1-1/+1
2010-08-07and another one...sacha1-1/+1
2010-08-04Clean up some messiness in IM sending. Having offline IM enabled now no longerMelanie Thielker1-1/+2
2010-08-04Clean up some messiness in IM sending. Having offline IM enabled now no longerMelanie Thielker1-1/+2
2010-07-03Fix IMs the right way. This sets it up so that timestamps are actuallyMelanie Thielker1-6/+21
2010-06-28Force IM timestamps to current server time to prevent "Saved on" headersMelanie Thielker1-0/+4
2010-06-24New viewers don't set the "save offline IM" flag anymore. Set it serversideMelanie Thielker1-0/+6
2010-01-29Revert "Updates all IRegionModules to the new style region modules."Melanie1-36/+17
2010-01-29Revert "Updates all IRegionModules to the new style region modules."Melanie1-36/+17
2010-01-23Updates all IRegionModules to the new style region modules.Revolution1-17/+36
2009-12-28Change FriendsModule, InstantMessageModule, MessageTransferModule, MuteListMo...Melanie1-14/+46
2009-10-01Formatting cleanup.Jeff Ames1-1/+1
2009-06-10Formatting cleanup.Jeff Ames1-1/+1
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-03-29Change the client API to use GridInstantMessage for the "last mile" of IMMelanie Thielker1-5/+7
2009-02-22Allow delivery of object messages gridwideMelanie Thielker1-1/+2
2009-02-12large scale fix for svn props after "the great refactor"Sean Dague1-10/+10
2009-02-12* optimized usings.lbsa711-15/+10
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-02-02* Stop the instant message module from trying to register for the message tra...Justin Clarke Casey1-3/+11
2008-11-17minor: remove mono compiler warningsJustin Clarke Casey1-1/+1
2008-11-16Megapatch. Completely remove the multiparameter IM methods. Remove the insecureMelanie Thielker1-28/+2
2008-11-16First step tidy-up of IM packing/unpacking/repackingMelanie Thielker1-11/+18
2008-11-16GridIMs don't have a (sending) client, which led to a NRE on access.Homer Horwitz1-1/+2
2008-11-16Introduces the message transfer module. It splits the transfer mechanics offMelanie Thielker1-633/+56
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
2008-10-25A few more bots to yesterday's plumbing: change instant message methodMelanie Thielker1-1/+2
2008-10-12* Fixed two major unhandled exceptions discovered during the Pub Quiz on friday.Adam Frisby1-5/+30
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-52/+52
2008-06-27dr scofield's continuing warnings safari:Dr Scofield1-1/+2
2008-06-25Added support for terrain map to be serialised to xml(as base64 binary). usef...MW1-1/+1