aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/InstantMessage/OfflineMessageModule.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2015-09-04Deleted OpenSim.Framework.Communications. Moved its two remaining files to Op...Diva Canto1-1/+0
2014-05-12Make offline IM delivery to URL (pre recent Addons code) have a 10 second rat...Justin Clark-Casey (justincc)1-1/+1
2014-05-12Eliminate subsequently unused scene finding in UndeliveredMessage() method of...Justin Clark-Casey (justincc)1-4/+0
2014-03-22Reverting "Pass method to offline.php" commit that was pushed by mistake.Kevin Cozens1-2/+2
2014-03-22Pass method to offline.php using ?blah instead of /blah/. Avoids issue with A...Kevin Cozens1-2/+2
2013-06-18Prevent an exception if no offline messages were retrieved.Kevin Cozens1-0/+3
2012-12-04Bug fix in OfflineMessageModule. Mantis #6446Diva Canto1-1/+1
2012-11-27Bug fix in Offline IM for inventory transfers. The items were being placed tw...Diva Canto1-11/+15
2012-11-13Another 21 modules' directives moved out of .addin.xmlDiva Canto1-0/+2
2011-11-02Port the Avination offline messaging system to CoreMelanie1-18/+34
2011-07-13refactor: Move all callers of the obsoleted SychronousRestObjectPoster.BeginP...Justin Clark-Casey (justincc)1-3/+4
2011-05-12Instrument the heck out of offline messages. THIS IS VERY VERBOSE.Diva Canto1-0/+3
2011-04-12Moved 3 request handlers from OpenSim.Framework.Servers.HttpServer up to Open...Diva Canto1-1/+0
2010-01-29Revert "Updates all IRegionModules to the new style region modules."Melanie1-29/+12
2010-01-23Updates all IRegionModules to the new style region modules.Revolution1-28/+48
2010-01-07Adds config option "ForwardOfflineGroupMessages" to allow disabling of group ...dahlia1-1/+6
2009-12-28Change FriendsModule, InstantMessageModule, MessageTransferModule, MuteListMo...Melanie1-34/+44
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-05-04Intermediate commit. WILL NOT COMPILE!Melanie Thielker1-0/+1
2009-04-25Remove second timestamp in offline IM, the client already adds oneMelanie Thielker1-4/+0
2009-04-12Actually do what I promised in the previous commit :/Melanie Thielker1-4/+14
2009-04-12Funnel stored (offline) IMs through the Scene EventManager to make sureMelanie Thielker1-14/+10
2009-03-31Update svn properties, add copyright header, formatting cleanup.Jeff Ames1-1/+1
2009-03-29Don't let a missing configuration cause a NREMelanie Thielker1-0/+5
2009-03-29Change the client API to use GridInstantMessage for the "last mile" of IMMelanie Thielker1-9/+7
2009-03-29Finish the offline IM module (still needs a server). Add rudimentaryMelanie Thielker1-8/+61
2009-03-28Fix the plumbing in the offline message module.Melanie Thielker1-21/+39
2009-03-28Add a module skeleton for offline IM storage. No functionality yet.Melanie Thielker1-0/+131