aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/InstantMessage (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang7-177/+824
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel5-122/+79
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-07-17Fix regression where llGiveInventory() had stopped asking non-owner receivers...Justin Clark-Casey (justincc)1-8/+11
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-11-02Port the Avination offline messaging system to CoreMelanie1-18/+34
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-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
2011-04-12Moved 3 request handlers from OpenSim.Framework.Servers.HttpServer up to Open...Diva Canto1-1/+0
2011-01-19For now, comment out logging messages about IM sending, since these cause hig...Justin Clark-Casey (justincc)1-3/+3
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-26When receiving intersim IM, don't let the spoof protection bombMelanie1-1/+2
2010-09-25Prevent spoofing the agent name on text IMMelanie1-1/+2
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)2-8/+10
2010-08-04Clean up some messiness in IM sending. Having offline IM enabled now no longerMelanie Thielker2-6/+10
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 Canto2-61/+39
2010-03-10Formatting cleanup. Add copyright notices.Jeff Ames1-1/+1
2010-02-27Friends online notifications upon friendship now working (same sim only).Diva Canto1-2/+14
2010-02-27Implement the requestonlinenotification methodMelanie1-0/+23
2010-02-27Move requestonlinenotification generic message to presence moduleMelanie1-0/+30
2010-01-29Revert "Updates all IRegionModules to the new style region modules."Melanie5-174/+83
2010-01-23Updates all IRegionModules to the new style region modules.Revolution5-99/+193