aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/ChatModule.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-03-03* Removed and sorted using clauses in a number of files.Adam Frisby1-1/+0
2008-02-29Cleaned up a couple compiler warnings.Jeff Ames1-41/+27
2008-02-25* Caught HttpListenerException and swallowed if with outputlbsa711-1/+0
2008-02-21"threads" command now works. I've added manual tracking of threads (only if c...Tedd Hansen1-2/+10
2008-02-20Minor cleanup.Jeff Ames1-1/+1
2008-02-19Playing "Name that thread". Adding names and isbackground=true to all threads...Tedd Hansen1-3/+18
2008-02-14* Made new Framework.Constants class, added RegionSize member.Adam Frisby1-2/+2
2008-02-05Converted logging to use log4net.Jeff Ames1-53/+50
2008-02-04* Chat Message format patch from kinoc (#443) Thanks!Adam Frisby1-2/+19
2008-02-02Thank you very much, Kinoc for : Moved the Listener loop try/catch to a bette...Charles Krinke1-8/+17
2008-02-01Thank you, Kinoc for the ChatModule.cs updates.Charles Krinke1-75/+491
2008-01-31revert last IRC bridge changes as this broke chat on my test environment.Sean Dague1-80/+23
2008-01-29Thanks kinoc for your improved IRC Gateway patch as referenced in mantis issu...Teravus Ovares1-23/+80
2007-12-27* Optimized usingslbsa711-5/+5
2007-12-17make it so prims don't relay into IRCSean Dague1-4/+2
2007-12-17ignore Primitive for the IRC relaySean Dague1-1/+3
2007-12-13Fix for #176 (... doesn't appear in chat bubbles). This also gets the viewer ...Jeff Ames1-46/+15
2007-12-10refactored ChatModule a bit.Jeff Ames1-88/+46
2007-12-09removed old debugging code from IM and chat modulesJeff Ames1-4/+0
2007-12-07Updates to LibSL revision 1498. Thanks Johan!Adam Johnson1-1/+1
2007-12-06removed some duplicate hard-coded port numbers. changed ports to uint.Jeff Ames1-3/+3
2007-12-04keeping opensim safe for children -- made some namespace references less expl...Jeff Ames1-4/+2
2007-12-04* Fixed a whole bunch of console messages.Adam Frisby1-1/+1
2007-11-21* Did some initial work for prim crossing. Just glue so far.Teravus Ovares1-1/+1
2007-11-18cleaned up some mono compiler warningsJeff Ames1-2/+2
2007-11-12enable typing animation for chat, maybeJeff Ames1-53/+71
2007-11-11Fixing null pointer exception from Mathias Soeken:Dalien Talbot1-2/+2
2007-11-05Started to cleanup/close down childagent connections when a user teleports. ...MW1-48/+51
2007-11-01* Diuerse beavtificatemslbsa711-1/+1
2007-10-30Step one on the long march towards grid based inventory. Introduction of an I...Tleiades Hax1-1/+1
2007-10-30* Optimized usingslbsa711-115/+151
2007-10-29as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H...MW1-1/+1
2007-10-26* Added prototypical AvatarFactory module interface to load avatar parameterslbsa711-0/+2
2007-10-23remove debug lineSean Dague1-1/+1
2007-10-22after a small misunderstanding with the match group numbersSean Dague1-5/+8
2007-10-22my confusion on matches vs. groups in regex. This should work a bit betterSean Dague1-5/+5
2007-10-22make for nicer IRC messages. No promiss that this works yet, butSean Dague1-4/+25
2007-10-22make IRC uglier for a while to get a better handle on writing a parser for th...Sean Dague1-1/+1
2007-10-22nice catch by chi11ken that I was setting the wrong propertySean Dague1-6/+6
2007-10-22revert r2162 as it completely clobbered all the work onSean Dague1-167/+214
2007-10-22* Major ass commit.Adam Frisby1-214/+167
2007-10-22attempt to fix the muliple repeat problem (that sdague is getting) in the IRC...MW1-5/+8
2007-10-22update so that distances aren't required in the config fileSean Dague1-4/+7
2007-10-22pull the IRC portions into their own class. There is stillSean Dague1-165/+206
2007-10-21fix line ending mixing. Probably should put someSean Dague1-124/+124
2007-10-20* Fixed an issue whereby avatar chat distances were being calculated against ...Adam Frisby1-5/+7
2007-10-19* IRC ChatModule extension should now be more stable.Adam Frisby1-5/+16
2007-10-19* Whisper, Say and Shout distances are now configurable (what the hell!)Adam Frisby1-4/+12
2007-10-19* Cross-border region chat should now work as long as both regions are part o...Adam Frisby1-59/+59
2007-10-19* ChatModule is now shared between all scenes. (May be buggy.)Adam Frisby1-18/+24