aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/InstantMessage (follow)
Commit message (Expand)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-197-177/+824
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-035-122/+79
* minor: also comment out the debug log message which reports searching for chi...Justin Clark-Casey (justincc)2012-12-041-2/+2
* minor: Comment out "Delivering IM to..." messages for now.Justin Clark-Casey (justincc)2012-12-041-3/+3
* Bug fix in OfflineMessageModule. Mantis #6446Diva Canto2012-12-041-1/+1
* Bug fix in Offline IM for inventory transfers. The items were being placed tw...Diva Canto2012-11-271-11/+15
* Another 21 modules' directives moved out of .addin.xmlDiva Canto2012-11-135-0/+10
* Cleanup on region modules: gave short node id's to all of them.Diva Canto2012-11-121-1/+1
* Remove any mention of IRegionModule from region names and comments to aidMelanie2012-11-121-1/+1
* Fix regression where llGiveInventory() had stopped asking non-owner receivers...Justin Clark-Casey (justincc)2012-07-171-8/+11
* Added UserManagementModule.IsLocalGridUser(UUID) to be used throughout region...Diva Canto2011-12-291-2/+1
* Do a ScenePresence null check in HGMessageTransferModule.SendIMToScene() to s...Justin Clark-Casey (justincc)2011-11-141-1/+2
* Port the Avination offline messaging system to CoreMelanie2011-11-021-18/+34
* Removed use of 'is' operator and casting to find the root ScenePresence in Me...Dan Lake2011-10-272-68/+41
* Make OpenSim.Framework.Servers.HttpServer rely on OpenSim.Framework instead o...Justin Clark-Casey (justincc)2011-10-252-0/+2
* Fix missing Busy-Mode ResponsePixel Tomsen2011-10-221-0/+1
* Removed redundant scene presence lookups in HGMessageTransferModuleDan Lake2011-10-051-21/+4
* Fix failure to teleport when an agent is lured on the same sim (and probably ...Justin Clark-Casey (justincc)2011-09-221-5/+6
* refactor: Move all callers of the obsoleted SychronousRestObjectPoster.BeginP...Justin Clark-Casey (justincc)2011-07-131-3/+4
* This fixes the crash reported in http://opensimulator.org/mantis/view.php?id=...Diva Canto2011-06-071-3/+5
* This should make offline IMs work again. It should work for incoming foreign ...Diva Canto2011-06-061-1/+4
* Bug fix on HG IM.Diva Canto2011-06-021-2/+6
* HG lures working! Friends can offer friends HG teleports via the profile. WAR...Diva Canto2011-05-271-1/+0
* HG IM in grid mode working fairly well. Unknown target user references looked...Diva Canto2011-05-261-0/+74
* HG: Instant Message working. Tested on HG standalones only. Needs a lot more ...Diva Canto2011-05-251-0/+268
* Instrument the heck out of offline messages. THIS IS VERY VERBOSE.Diva Canto2011-05-121-0/+3
* Moved 3 request handlers from OpenSim.Framework.Servers.HttpServer up to Open...Diva Canto2011-04-121-1/+0
* For now, comment out logging messages about IM sending, since these cause hig...Justin Clark-Casey (justincc)2011-01-191-3/+3
* Fix a broken format on an error message. Also replace yet another e.MessageMelanie2010-12-221-2/+1
* * additional serveruri cleanupJonathan Freedman2010-10-031-3/+3
* Quash the region ID on intersim messages. That prevents people from determiningMelanie2010-09-271-1/+1
* When receiving intersim IM, don't let the spoof protection bombMelanie2010-09-261-1/+2
* Prevent spoofing the agent name on text IMMelanie2010-09-251-1/+2
* Revert "* Changed 11 calls for session info to the more optimized API method"root2010-09-171-1/+12
* Formatting cleanup.Jeff Ames2010-09-121-1/+1
* * Changed 11 calls for session info to the more optimized API methodJohn Hurliman2010-09-081-3/+1
* Remove various warnings and improve logging messages. No functional changes.Justin Clark-Casey (justincc)2010-08-232-8/+10
* Clean up some messiness in IM sending. Having offline IM enabled now no longerMelanie Thielker2010-08-042-6/+10
* Inventory offers and subsequent notifications of acceptance/decline now worki...Diva Canto2010-06-111-0/+2
* More cleaning on presence. Friends online/offline works again.Diva Canto2010-05-082-61/+39
* Formatting cleanup. Add copyright notices.Jeff Ames2010-03-101-1/+1
* Friends online notifications upon friendship now working (same sim only).Diva Canto2010-02-271-2/+14
* Implement the requestonlinenotification methodMelanie2010-02-271-0/+23
* Move requestonlinenotification generic message to presence moduleMelanie2010-02-271-0/+30
* Merge branch 'master' into presence-refactorMelanie2010-02-081-16/+19
|\
| * Revert "Updates all IRegionModules to the new style region modules."Melanie2010-01-295-174/+83
| * Updates all IRegionModules to the new style region modules.Revolution2010-01-235-99/+193
* | Merge branch 'master' into presence-refactorMelanie2010-01-161-1/+5
|\ \ | |/
| * Adds config option "ForwardOfflineGroupMessages" to allow disabling of group ...dahlia2010-01-071-1/+6
* | * Finished SimulationServiceConnectorDiva Canto2010-01-071-20/+40