aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/InstantMessage/InstantMessageModule.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Massive tab and trailing space cleanupMelanie Thielker2017-01-051-2/+2
|
* minor change to getdisplaynames cap urlUbitUmarov2016-11-161-42/+2
|
* Split IM handling so an inheriting module can cange names if required.Melanie Thielker2016-06-211-2/+6
|
* Make chat and instant message modules fully subclassableMelanie Thielker2016-06-141-19/+19
|
* Merge branch 'master' into careminsterMelanie2012-11-131-0/+2
|\ | | | | | | | | Conflicts: OpenSim/Region/CoreModules/Scripting/LSLHttp/UrlModule.cs
| * Another 21 modules' directives moved out of .addin.xmlDiva Canto2012-11-131-0/+2
| |
* | Merge branch 'master' into careminsterMelanie2012-11-121-1/+1
|\ \ | |/ | | | | | | | | | | | | | | Conflicts: OpenSim/Region/Application/OpenSimBase.cs OpenSim/Region/ClientStack/Linden/Caps/NewFileAgentInventoryVariablePriceModule.cs OpenSim/Region/CoreModules/World/Warp3DMap/Warp3DImageModule.cs OpenSim/Region/Framework/ModuleLoader.cs OpenSim/Region/Framework/Scenes/SceneManager.cs
| * Remove any mention of IRegionModule from region names and comments to aidMelanie2012-11-121-1/+1
| | | | | | | | grepping for remaining uses
* | Add some loggingMelanie2012-01-171-0/+41
| |
* | Merge commit 'c2272a755fc6d3b07bc9b87bd9b83f4ae063ce9f' into bigmergeMelanie2011-10-251-0/+1
|\ \ | |/
| * Fix missing Busy-Mode ResponsePixel Tomsen2011-10-221-0/+1
| | | | | | | | http://opensimulator.org/mantis/view.php?id=5748
* | Remove some code that was meant to fool the viewer into thinking SLT. It neverMelanie2010-12-261-18/+19
| | | | | | | | worked and it turned out the issues were really in the backend.
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-09-261-1/+2
|\ \ | |/
| * When receiving intersim IM, don't let the spoof protection bombMelanie2010-09-261-1/+2
| |
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-09-251-1/+2
|\ \ | |/
| * Prevent spoofing the agent name on text IMMelanie2010-09-251-1/+2
| |
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-08-231-1/+1
|\ \ | |/
| * Remove various warnings and improve logging messages. No functional changes.Justin Clark-Casey (justincc)2010-08-231-1/+1
| |
| * Clean up some messiness in IM sending. Having offline IM enabled now no longerMelanie Thielker2010-08-041-1/+2
| | | | | | | | suppresses "Inventory Saved" messages.
* | and another one...sacha2010-08-071-1/+1
| |
* | Clean up some messiness in IM sending. Having offline IM enabled now no longerMelanie Thielker2010-08-041-1/+2
| | | | | | | | suppresses "Inventory Saved" messages.
* | Fix IMs the right way. This sets it up so that timestamps are actuallyMelanie Thielker2010-07-031-6/+21
| | | | | | | | | | | | | | | | in PST (to match viewer time), does correct storage and retrieval of IMs, corrects the session ID and makes sure IMs don't get marked "saved" if they're live. Removes the group IM save option, which our group IM module never had in the first place, as saving group chatter makes no sense at all.
* | Force IM timestamps to current server time to prevent "Saved on" headersMelanie Thielker2010-06-281-0/+4
| | | | | | | | while the sender is online
* | New viewers don't set the "save offline IM" flag anymore. Set it serversideMelanie Thielker2010-06-241-0/+6
|/ | | | so messages get saved
* Change FriendsModule, InstantMessageModule, MessageTransferModule, ↵Melanie2009-12-281-14/+46
| | | | MuteListModule, OfflineMessageModule, PresenceModule, InventoryTransferModule and LureModule to new style. Reduce FriendsModule and PresenceModule to shells.
* Formatting cleanup.Jeff Ames2009-10-011-1/+1
|
* Formatting cleanup.Jeff Ames2009-06-101-1/+1
|
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-011-1/+1
| | | | LICENSE.txt.
* Change the client API to use GridInstantMessage for the "last mile" of IMMelanie Thielker2009-03-291-5/+7
| | | | | | | sending. With this change, all methods that handle IM now use GridInstantMessage rather than individual parameters.
* Allow delivery of object messages gridwideMelanie Thielker2009-02-221-1/+2
|
* large scale fix for svn props after "the great refactor"Sean Dague2009-02-121-10/+10
|
* * optimized usings.lbsa712009-02-121-15/+10
|
* this is step 2 of 2 of the OpenSim.Region.Environment refactor.Dr Scofield2009-02-101-0/+170
NOTHING has been deleted or moved off to forge at this point. what has happened is that OpenSim.Region.Environment.Modules has been split in two: - OpenSim.Region.CoreModules: all those modules that are either directly or indirectly referenced from other OpenSim packages, or that provide functionality that the OpenSim developer community considers core functionality: CoreModules/Agent/AssetTransaction CoreModules/Agent/Capabilities CoreModules/Agent/TextureDownload CoreModules/Agent/TextureSender CoreModules/Agent/TextureSender/Tests CoreModules/Agent/Xfer CoreModules/Avatar/AvatarFactory CoreModules/Avatar/Chat/ChatModule CoreModules/Avatar/Combat CoreModules/Avatar/Currency/SampleMoney CoreModules/Avatar/Dialog CoreModules/Avatar/Friends CoreModules/Avatar/Gestures CoreModules/Avatar/Groups CoreModules/Avatar/InstantMessage CoreModules/Avatar/Inventory CoreModules/Avatar/Inventory/Archiver CoreModules/Avatar/Inventory/Transfer CoreModules/Avatar/Lure CoreModules/Avatar/ObjectCaps CoreModules/Avatar/Profiles CoreModules/Communications/Local CoreModules/Communications/REST CoreModules/Framework/EventQueue CoreModules/Framework/InterfaceCommander CoreModules/Hypergrid CoreModules/InterGrid CoreModules/Scripting/DynamicTexture CoreModules/Scripting/EMailModules CoreModules/Scripting/HttpRequest CoreModules/Scripting/LoadImageURL CoreModules/Scripting/VectorRender CoreModules/Scripting/WorldComm CoreModules/Scripting/XMLRPC CoreModules/World/Archiver CoreModules/World/Archiver/Tests CoreModules/World/Estate CoreModules/World/Land CoreModules/World/Permissions CoreModules/World/Serialiser CoreModules/World/Sound CoreModules/World/Sun CoreModules/World/Terrain CoreModules/World/Terrain/DefaultEffects CoreModules/World/Terrain/DefaultEffects/bin CoreModules/World/Terrain/DefaultEffects/bin/Debug CoreModules/World/Terrain/Effects CoreModules/World/Terrain/FileLoaders CoreModules/World/Terrain/FloodBrushes CoreModules/World/Terrain/PaintBrushes CoreModules/World/Terrain/Tests CoreModules/World/Vegetation CoreModules/World/Wind CoreModules/World/WorldMap - OpenSim.Region.OptionalModules: all those modules that are not core modules: OptionalModules/Avatar/Chat/IRC-stuff OptionalModules/Avatar/Concierge OptionalModules/Avatar/Voice/AsterixVoice OptionalModules/Avatar/Voice/SIPVoice OptionalModules/ContentManagementSystem OptionalModules/Grid/Interregion OptionalModules/Python OptionalModules/SvnSerialiser OptionalModules/World/NPC OptionalModules/World/TreePopulator