aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/InstantMessage/HGMessageTransferModule.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2017-01-05Massive tab and trailing space cleanupMelanie Thielker1-3/+3
2016-07-24do not send IMs via child agentsUbitUmarov1-22/+3
2014-11-25Label all threadpool calls being made in core OpenSimulator. This is to add ...Justin Clark-Casey (justincc)1-1/+1
2014-05-12For XmlRpcGroups (Flotsam) module, when MessageOnlineUsersOnly = true, handle...Justin Clark-Casey (justincc)1-2/+2
2014-02-14Change warns associated with UserAgentServiceConnector to debugs, as this is ...Justin Clark-Casey (justincc)1-1/+1
2014-02-14If calls to UserAgentServiceConnector fail then throw an exception. This lets...Justin Clark-Casey (justincc)1-1/+11
2012-11-12Cleanup on region modules: gave short node id's to all of them.Diva Canto1-1/+1
2011-12-29Added UserManagementModule.IsLocalGridUser(UUID) to be used throughout region...Diva Canto1-2/+1
2011-11-14Do a ScenePresence null check in HGMessageTransferModule.SendIMToScene() to s...Justin Clark-Casey (justincc)1-1/+2
2011-10-27Removed use of 'is' operator and casting to find the root ScenePresence in Me...Dan Lake1-35/+22
2011-10-25Make OpenSim.Framework.Servers.HttpServer rely on OpenSim.Framework instead o...Justin Clark-Casey (justincc)1-0/+1
2011-10-05Removed redundant scene presence lookups in HGMessageTransferModuleDan Lake1-21/+4
2011-09-22Fix failure to teleport when an agent is lured on the same sim (and probably ...Justin Clark-Casey (justincc)1-5/+6
2011-06-07This fixes the crash reported in http://opensimulator.org/mantis/view.php?id=...Diva Canto1-3/+5
2011-06-06This should make offline IMs work again. It should work for incoming foreign ...Diva Canto1-1/+4
2011-06-02Bug fix on HG IM.Diva Canto1-2/+6
2011-05-27HG lures working! Friends can offer friends HG teleports via the profile. WAR...Diva Canto1-1/+0
2011-05-26HG IM in grid mode working fairly well. Unknown target user references looked...Diva Canto1-0/+74
2011-05-25HG: Instant Message working. Tested on HG standalones only. Needs a lot more ...Diva Canto1-0/+268