aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/InstantMessage (follow)
Commit message (Collapse)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 ↵Justin Clark-Casey (justincc)2012-12-041-2/+2
| | | | child agents in simulator scenes for now.
* 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 ↵Diva Canto2012-11-271-11/+15
| | | | twice in the receiver's inventory.
* 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
| | | | grepping for remaining uses
* Fix regression where llGiveInventory() had stopped asking non-owner ↵Justin Clark-Casey (justincc)2012-07-171-8/+11
| | | | | | | | | receivers to accept/decline. This appears to be a regression from back in commit db91044 (Mon Aug 22 2011) where we started to send TaskInventoryOffered msg dialog rather than InventoryOffered dialog. This is probably correct, but failed because the bucket was too large and because we wouldn't have handled the TaskInventoryDeclined option anyway. This patch handles both of these and make llGiveInventoryList() use TaskInventoryOffered as well Fixes http://opensimulator.org/mantis/view.php?id=6089
* Added UserManagementModule.IsLocalGridUser(UUID) to be used throughout ↵Diva Canto2011-12-291-2/+1
| | | | region Scenes and Modules. Changed existing modules to use it instead of assuming that foreign = null account.
* Do a ScenePresence null check in HGMessageTransferModule.SendIMToScene() to ↵Justin Clark-Casey (justincc)2011-11-141-1/+2
| | | | | | stop a NullReferenceException being thrown if an HG IM is sent to a simulator running multiple regions This is an attempt to address http://opensimulator.org/mantis/view.php?id=5791
* 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 ↵Dan Lake2011-10-272-68/+41
| | | | MessageTransfer modules and Groups module.
* Make OpenSim.Framework.Servers.HttpServer rely on OpenSim.Framework instead ↵Justin Clark-Casey (justincc)2011-10-252-0/+2
| | | | | | | | | of the other way around. This is necessary so that code in HttpServer can use framework facilities such as the thread watchdog for monitoring purposes. Doing this shuffle meant that MainServer was moved into OpenSim/Framework/Servers Also had to make OpenSim.Framework.Console rely on OpenSim.Framework rather than the other way around since it in turn relies on HttpServer MainConsole and some new interfaces had to be moved into OpenSim/Framework to allow this. This can be reverted if parts of OpenSim.Framework stop relying on console presence (cheifly RegionInfo)
* Fix missing Busy-Mode ResponsePixel Tomsen2011-10-221-0/+1
| | | | http://opensimulator.org/mantis/view.php?id=5748
* 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
| | | | | | | | | in neighbouring sims) with HG lure active It turns out that the HG lure module was setting up a pending lure when it intercepted the instant message on its way out to the target avatar. However, an IM would only be sent if the user was remote, so it would not be set up for users on the same sim or in an immediate neighbour. We fix this by adding the pending lure when the message goes out and ignoring a duplicate pending lure add if it goes to out via IM. Hopefully addresses http://opensimulator.org/mantis/view.php?id=5690
* refactor: Move all callers of the obsoleted ↵Justin Clark-Casey (justincc)2011-07-131-3/+4
| | | | SychronousRestObjectPoster.BeginPostObject() to the identical SynchronousRestObjectRequester.MakeRequest()
* This fixes the crash reported in ↵Diva Canto2011-06-071-3/+5
| | | | http://opensimulator.org/mantis/view.php?id=5529 related to sending IMs to foreign friends who are offline. Hopefully.
* This should make offline IMs work again. It should work for incoming foreign ↵Diva Canto2011-06-061-1/+4
| | | | IMs where the local recipient is offline. I can't test any of this, because I don't run an offline IM server.
* Bug fix on HG IM.Diva Canto2011-06-021-2/+6
|
* HG lures working! Friends can offer friends HG teleports via the profile. ↵Diva Canto2011-05-271-1/+0
| | | | WARNING: additional configuration for HG inis -- see *Common.ini.example
* HG IM in grid mode working fairly well. Unknown target user references ↵Diva Canto2011-05-261-0/+74
| | | | looked back in source user's User Agent service.
* HG: Instant Message working. Tested on HG standalones only. Needs a lot more ↵Diva Canto2011-05-251-0/+268
| | | | testing.
* 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 ↵Diva Canto2011-04-121-1/+0
| | | | OpenSim.Framework -- just pasted them in WebUtil. This is so that code that uses the Service connectors don't need to include the HttpServer dll -- that was odd.
* For now, comment out logging messages about IM sending, since these cause ↵Justin Clark-Casey (justincc)2011-01-191-3/+3
| | | | high spam for large group messaging
* Fix a broken format on an error message. Also replace yet another e.MessageMelanie2010-12-221-2/+1
| | | | | with e.ToString(). e.Message is USELESS, it doesn't tell us what happened where, we should use e.ToSTring() everywhere
* * additional serveruri cleanupJonathan Freedman2010-10-031-3/+3
|
* Quash the region ID on intersim messages. That prevents people from determiningMelanie2010-09-271-1/+1
| | | | another avatars location
* 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
| | | | | This reverts commit 5dc9ea2f2487804d788b4b80d40d91bd792de4c2. Also makes online indicators and IM more robust
* 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
| | | | suppresses "Inventory Saved" messages.
* Inventory offers and subsequent notifications of acceptance/decline now ↵Diva Canto2010-06-111-0/+2
| | | | working across the board.
* 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
|\ | | | | | | | | This was a large, heavily conflicted merge and things MAY have got broken. Please check!
| * Revert "Updates all IRegionModules to the new style region modules."Melanie2010-01-295-174/+83
| | | | | | | | This reverts commit ec3c31e61e5e540f822891110df9bc978655bbaf.
| * Updates all IRegionModules to the new style region modules.Revolution2010-01-235-99/+193
| | | | | | | | Signed-off-by: Melanie <melanie@t-data.com>
* | Merge branch 'master' into presence-refactorMelanie2010-01-161-1/+5
|\ \ | |/ | | | | | | This merge was very conflicted. I think I got them all, but I can't be sure. I had to merge to master or risk divergence to the point of unmergeability.
| * Adds config option "ForwardOfflineGroupMessages" to allow disabling of group ↵dahlia2010-01-071-1/+6
| | | | | | | | messages forwarded while offline. Addresses Mantis #4457
* | * Finished SimulationServiceConnectorDiva Canto2010-01-071-20/+40
| | | | | | | | | | * Started rerouting calls to UserService. * Compiles. May run.