aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/ChatModule.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* fix line ending mixing. Probably should put someSean Dague2007-10-211-124/+124
* * Fixed an issue whereby avatar chat distances were being calculated against ...Adam Frisby2007-10-201-5/+7
* * IRC ChatModule extension should now be more stable.Adam Frisby2007-10-191-5/+16
* * Whisper, Say and Shout distances are now configurable (what the hell!)Adam Frisby2007-10-191-4/+12
* * Cross-border region chat should now work as long as both regions are part o...Adam Frisby2007-10-191-59/+59
* * ChatModule is now shared between all scenes. (May be buggy.)Adam Frisby2007-10-191-18/+24
* * Major structural change: Begun converting Events to use (caller, args) synt...Adam Frisby2007-10-191-17/+59
* enable IRC bridge via runtime configurationSean Dague2007-10-191-36/+49
* changes to pass nini config object to the modules that getSean Dague2007-10-191-242/+243
* * Applied patch #418 : copyright-r2012.patch - some errors, but got most thrulbsa712007-10-151-1/+29
* * Gave ModuleLoader some good lovin'lbsa712007-10-101-213/+213
* getting all our line endings consistant againSean Dague2007-10-051-213/+213
* Reverting back to 2017 since 2018 were causing Linux breakage; reopening Tlei...lbsa712007-09-271-2/+2
* * Tleiades grid mode inventory (#444) - thanx Tleiades!lbsa712007-09-271-2/+2
* * There. I think this concludes todays work on moving stuff to Broadcast()lbsa712007-09-211-2/+2
* * Continuing refactoring of presencelbsa712007-09-211-6/+6
* * even more renaming and refactoring; the cleaning woman is on call.lbsa712007-09-201-6/+6
* Rev 1971 : The Lbsa71 vintage commitlbsa712007-09-201-2/+2
* * Added TryGetAvatar to SceneManagerlbsa712007-09-201-201/+201
* * Modernized ScriptManager to new interface-based module calls.lbsa712007-09-191-26/+24
* fixing me some line endingsSean Dague2007-09-171-216/+216
* * Wired up chat so that channel goes into OnChatFromViewer. However:lbsa712007-09-141-46/+60
* Cut down on the number of compile warnings. Now down to 5: 4 are related to u...MW2007-09-081-7/+10
* Some work on Module loading/management.MW2007-09-041-2/+9
* Added a Debug method to the Console/log class that has the Conditional attrib...MW2007-08-311-0/+1
* few small changes (all work in progress).MW2007-08-291-6/+32
* Taken the old scripting engine out of Region.Environment and moved it into a ...MW2007-08-281-1/+1
* Start of trying to make Region/Scene more modular. MW2007-08-281-0/+165