aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/Avatar/Chat/ChatModule.cs (unfollow)
Commit message (Expand)AuthorFilesLines
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
2008-05-01* Rolled back a few changes.Adam Frisby1-28/+28
2008-05-01* Spring cleaning on Region.Environment. Adam Frisby1-28/+28
2008-05-01Update svn properties. Minor formatting cleanup.Jeff Ames1-867/+867
2008-04-30* Cruft removal step #1. Cleaning Modules directory.Adam Frisby1-156/+193
2008-04-30* Refactored Environment/Modules directory - modules now reside in their own ...Adam Frisby1-831/+831
2008-04-21* Optimised using statements and namespace references across entire project (...Adam Frisby1-6/+8
2008-04-14make it so the IRC bridge only relays channel 0 messagesSean Dague1-7/+10
2008-04-01a few small changesMW1-7/+7
2008-03-18Formatting cleanup.Jeff Ames1-22/+27
2008-03-18Formatting cleanup.Jeff Ames1-26/+25
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