aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/InstantMessage/MessageTransferModule.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2017-01-05Massive tab and trailing space cleanupMelanie Thielker1-3/+3
2016-07-28 revert adding a new IM parameter ( commit bf604c85c66dd3bed06e3103cdf210ede0...UbitUmarov1-6/+0
2016-07-24add missing IM parameter ( needs fix where it is really relevant )UbitUmarov1-2/+5
2016-07-24do not send IMs via child agentsUbitUmarov1-28/+17
2015-09-02seems to compile ( tests comented out)UbitUmarov1-68/+92
2014-05-23Fix possible infinite recursion in MessageTransferModule.SendGridInstantMessa...Justin Clark-Casey (justincc)1-108/+56
2014-05-12For XmlRpcGroups (Flotsam) module, when MessageOnlineUsersOnly = true, handle...Justin Clark-Casey (justincc)1-5/+5
2014-05-06Revert "fix infinite recursion loop in SendGridInstantMessageViaXMLRPCAsync()"Justin Clark-Casey (justincc)1-79/+99
2014-05-06fix infinite recursion loop in SendGridInstantMessageViaXMLRPCAsync()Kunta Kinte1-99/+79
2013-07-27Several major improvements to group (V2) chat. Specifically: handle join/drop...Diva Canto1-2/+2
2012-12-04minor: also comment out the debug log message which reports searching for chi...Justin Clark-Casey (justincc)1-2/+2
2012-12-04minor: Comment out "Delivering IM to..." messages for now.Justin Clark-Casey (justincc)1-3/+3
2012-11-13Another 21 modules' directives moved out of .addin.xmlDiva Canto1-0/+2
2012-10-14Fix perms when linking an object. Set root part perms to the permsMelanie1-1/+1
2012-10-11Remove spammy debug for IMMelanie1-3/+3
2012-09-09Catch zero UUIDs in LSL and shout as an error. Also catch attempts to send IMMelanie1-0/+3
2012-07-17Fix regression where llGiveInventory() had stopped asking non-owner receivers...Justin Clark-Casey (justincc)1-8/+11
2011-12-07Fix task inventory givingMelanie1-17/+8
2011-10-27Removed use of 'is' operator and casting to find the root ScenePresence in Me...Dan Lake1-33/+19
2011-10-25Make OpenSim.Framework.Servers.HttpServer rely on OpenSim.Framework instead o...Justin Clark-Casey (justincc)1-0/+1
2011-03-23Remove a spammy debugMelanie1-2/+2
2011-02-20throttle group notices to max of 4 threads at a timeMike Rieker1-14/+50
2011-01-19For now, comment out logging messages about IM sending, since these cause hig...Justin Clark-Casey (justincc)1-3/+3
2010-12-30Add MessageKey to section Messaging, a key that prevents injection ofMelanie1-6/+25
2010-12-29Remove the restriction on communication across scopes. This will allowMelanie1-1/+1
2010-12-22Fixed wrong argument cardinality in debug message.Diva Canto1-1/+1
2010-12-22Fix a broken format on an error message. Also replace yet another e.MessageMelanie1-2/+1
2010-10-22Revert "Merge remote branch 'otakup0pe/mantis5110'"Justin Clark-Casey (justincc)1-3/+3
2010-10-22Revert "* additional serveruri cleanup"Justin Clark-Casey (justincc)1-3/+3
2010-10-20* additional serveruri cleanupJonathan Freedman1-3/+3
2010-10-03* additional serveruri cleanupJonathan Freedman1-3/+3
2010-09-27Quash the region ID on intersim messages. That prevents people from determiningMelanie1-1/+1
2010-09-17Revert "* Changed 11 calls for session info to the more optimized API method"root1-1/+12
2010-09-17Revert "* Changed 11 calls for session info to the more optimized API method"root1-1/+12
2010-09-12Formatting cleanup.Jeff Ames1-1/+1
2010-09-08* Changed 11 calls for session info to the more optimized API methodJohn Hurliman1-3/+1
2010-08-23Remove various warnings and improve logging messages. No functional changes.Justin Clark-Casey (justincc)1-7/+9
2010-08-07Clean the loo after use please !!!!!sacha1-4/+4
2010-08-04Clean up some messiness in IM sending. Having offline IM enabled now no longerMelanie Thielker1-5/+8
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-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