aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Chat/ChatModule.cs (unfollow)
Commit message (Expand)AuthorFilesLines
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
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