aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/InstantMessage (unfollow)
Commit message (Expand)AuthorFilesLines
2015-09-04Deleted OpenSim.Framework.Communications. Moved its two remaining files to Op...Diva Canto2-2/+0
2015-09-02seems to compile ( tests comented out)UbitUmarov2-73/+92
2014-11-25Label all threadpool calls being made in core OpenSimulator. This is to add ...Justin Clark-Casey (justincc)1-1/+1
2014-05-23Fix possible infinite recursion in MessageTransferModule.SendGridInstantMessa...Justin Clark-Casey (justincc)1-108/+56
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-12For XmlRpcGroups (Flotsam) module, when MessageOnlineUsersOnly = true, handle...Justin Clark-Casey (justincc)2-7/+7
2014-05-12Eliminate subsequently unused scene finding in UndeliveredMessage() method of...Justin Clark-Casey (justincc)1-4/+0
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
2014-04-23Eliminated many warningsOren Hurvitz1-0/+2
2014-04-06Change OfflineMessageModule to support more differentiated return values and ...Melanie Thielker1-8/+47
2014-03-22Reverting "Set default name for mute list" that was pushed by mistake.Kevin Cozens1-1/+1
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
2014-03-22Set default name for mute list module as shown in OpenSim.ini.exampleKevin Cozens1-1/+1
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
2013-07-27Several major improvements to group (V2) chat. Specifically: handle join/drop...Diva Canto1-2/+2
2013-06-18Prevent an exception if no offline messages were retrieved.Kevin Cozens1-0/+3
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-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 Canto5-0/+10
2012-11-12Cleanup on region modules: gave short node id's to all of them.Diva Canto1-1/+1
2012-11-12Remove any mention of IRegionModule from region names and comments to aidMelanie1-1/+1
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
2012-01-17Add some loggingMelanie1-0/+41
2011-12-29Added UserManagementModule.IsLocalGridUser(UUID) to be used throughout region...Diva Canto1-2/+1
2011-12-07Fix task inventory givingMelanie2-18/+10
2011-11-14Do a ScenePresence null check in HGMessageTransferModule.SendIMToScene() to s...Justin Clark-Casey (justincc)1-1/+2
2011-11-02Port the Avination offline messaging system to CoreMelanie1-18/+34
2011-10-28Fix the offline message module to revert core changes and restore avnMelanie1-18/+28
2011-10-27Removed use of 'is' operator and casting to find the root ScenePresence in Me...Dan Lake2-68/+41
2011-10-25Make OpenSim.Framework.Servers.HttpServer rely on OpenSim.Framework instead o...Justin Clark-Casey (justincc)2-0/+2
2011-10-22Fix missing Busy-Mode ResponsePixel Tomsen1-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-09-07First set of merge fixesTom1-51/+38
2011-07-13refactor: Move all callers of the obsoleted SychronousRestObjectPoster.BeginP...Justin Clark-Casey (justincc)1-3/+4
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
2011-05-12Instrument the heck out of offline messages. THIS IS VERY VERBOSE.Diva Canto1-0/+3