aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/InstantMessage (unfollow)
Commit message (Expand)AuthorFilesLines
2017-12-11 commit what i did so far for core mutes module, befere i lose itUbitUmarov2-69/+71
2017-11-17move some sharable items out of Xmute to Framework; add another test mutelist...UbitUmarov2-120/+229
2017-11-14Donating the Avination Mute ModuleMelanie Thielker1-0/+357
2017-03-30mantis 8131: make the new Offline IM code optional and disabled by default, s...UbitUmarov1-32/+55
2017-01-23Activate the new Offline IM module code instead of the old codeMelanie Thielker1-20/+4
2017-01-05Massive tab and trailing space cleanupMelanie Thielker5-11/+11
2016-11-16minor change to getdisplaynames cap urlUbitUmarov1-42/+2
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 agentsUbitUmarov2-50/+20
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
2015-11-06 change OfflineMessageModule from new avination code to original master, for ...UbitUmarov1-4/+20
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