aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Chat/ChatModule.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2012-11-13Another 21 modules' directives moved out of .addin.xmlDiva Canto1-0/+2
2012-10-25Fix script error messages not showing up in viewer 3 and associated viewers.Justin Clark-Casey (justincc)1-12/+27
2012-04-23Mantis 5977 Corrections to llRegionSayToTalun1-17/+35
2011-11-03Rename ForEachAvatar back to ForEachScenePresence. The other changesDan Lake1-1/+1
2011-11-03Renamed ForEachRootScenePresence to ForEachAvatar. Cleaned up calls toDan Lake1-7/+7
2011-11-02Change default say distance to 20m from 30m, the same as on the big grid. Th...Justin Clark-Casey (justincc)1-1/+1
2011-10-27Added new ForEachRootScenePresence to Scene since almost every delegate passe...Dan Lake1-5/+2
2010-10-27Formatting cleanup.Jeff Ames1-1/+1
2010-10-22Allow region modules to know which agents actually receive chatJustin Clark-Casey (justincc)1-8/+36
2010-10-22Allow region modules to know which agents actually receive chatJustin Clark-Casey (justincc)1-8/+36
2010-09-18Stop broadcasting non 0/DEBUG ChatTypeEnum.Region messages to all avatarsJustin Clark-Casey (justincc)1-3/+1
2010-05-14Apply patch from http://opensimulator.org/mantis/bug_view_page.php?bug_id=4671Justin Clark-Casey1-0/+4
2009-11-25Change chat config code so that enabled = false actually does disable the cha...Justin Clark-Casey (justincc)1-2/+3
2009-11-25minor: remove some mono compiler warnings, add --merge load oar switch to hel...Justin Clark-Casey (justincc)1-1/+0
2009-10-15* Removed some of the redundant broadcast functions in Scene and SceneGraph s...John Hurliman1-5/+6
2009-10-01Formatting cleanup.Jeff Ames1-1/+1
2009-08-17Did I say that i don't like git? Remove some stuff that shouldn't haveMelanie1-13/+0
2009-08-17Add System.Xml reference to the console projectMelanie1-0/+13
2009-08-10Replace the Replaceable modules nameMelanie1-1/+1
2009-07-10Committing the interface change and the addition to the modules to getMelanie Thielker1-0/+5
2009-06-25- fixes a "collection out of sync" exception in the ODE physicsDr Scofield1-2/+2
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-05-22converting Chat module and Concierge module to new style region modulesDr Scofield1-21/+48
2009-03-05* Replace some string to byte conversions for object/item name/description fi...Justin Clarke Casey1-2/+3
2009-02-12large scale fix for svn props after "the great refactor"Sean Dague1-10/+10
2009-02-12* optimized usings.lbsa711-14/+10
2009-02-10this is step 2 of 2 of the OpenSim.Region.Environment refactor.Dr Scofield1-1/+1
2009-02-06This changeset is the step 1 of 2 in refactoringDr Scofield1-2/+2
2009-02-02* Make it more obvious that there is an enabled switch for chat in OpenSim.in...Justin Clarke Casey1-2/+2
2008-10-21fixing real cause of #2445 & #2449: Position was <0, 0, 0> forDr Scofield1-53/+31
2008-10-20cleaning up IRCBridgeModule to allow for configuration from in-world,Dr Scofield1-76/+122
2008-10-03This changeset changes the way chat from client is routed: Dr Scofield1-95/+98
2008-09-30- a couple of minor code cleanups in RestInventoryServicesDr Scofield1-49/+60
2008-09-24Decouple AsyncCommands from XEngine and the script instance. MakeMelanie Thielker1-0/+3
2008-09-09Update svn properties, formatting cleanup.Jeff Ames1-1/+1
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-13/+13
2008-09-02Change some chat output functions so that text is truncated atMelanie Thielker1-1/+4
2008-07-31Thank you, sacha magne, for a patch that prevents sim chat fromMelanie Thielker1-1/+4
2008-07-25renaming the increasingly ill-named ChatFromViewerArgs to OSChatMessageDr Scofield1-2/+2
2008-05-28Formatting cleanup.Jeff Ames1-13/+13
2008-05-27I'm dropping the ISimChat interface as that has now been Dr Scofield1-1/+1
2008-05-26This cleans up a merge mess from the earlier checkin and implements llOwnerSa...Dr Scofield1-11/+23
2008-05-26Adding OnChatBroadcast event logic to EventManager providing Dr Scofield1-39/+62
2008-05-25Update svn properties. Formatting cleanup.Jeff Ames1-8/+8
2008-05-23IRCBridgeModule (and ChatModule before the refactoring) didn't succeed in Dr Scofield1-3/+0
2008-05-23i've refactored the ChatModule into two modules: ChatModule and IRCBridgeModule.Dr Scofield1-709/+37
2008-05-22* Plug in stubbed out archiver moduleJustin Clarke Casey1-2/+2
2008-05-16Formatting cleanup.Jeff Ames1-3/+3
2008-05-14* Removed 19 warningsTeravus Ovares1-1/+1
2008-05-05* Unraveled the DEBUG_CHANNEL mystery.Teravus Ovares1-9/+21