aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/ChatModule.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Refactored Environment/Modules directory - modules now reside in their own ...Adam Frisby2008-04-301-831/+0
* * Optimised using statements and namespace references across entire project (...Adam Frisby2008-04-211-6/+8
* make it so the IRC bridge only relays channel 0 messagesSean Dague2008-04-141-7/+10
* a few small changesMW2008-04-011-7/+7
* Formatting cleanup.Jeff Ames2008-03-181-22/+27
* Formatting cleanup.Jeff Ames2008-03-181-26/+25
* * Removed and sorted using clauses in a number of files.Adam Frisby2008-03-031-1/+0
* Cleaned up a couple compiler warnings.Jeff Ames2008-02-291-41/+27
* * Caught HttpListenerException and swallowed if with outputlbsa712008-02-251-1/+0
* "threads" command now works. I've added manual tracking of threads (only if c...Tedd Hansen2008-02-211-2/+10
* Minor cleanup.Jeff Ames2008-02-201-1/+1
* Playing "Name that thread". Adding names and isbackground=true to all threads...Tedd Hansen2008-02-191-3/+18
* * Made new Framework.Constants class, added RegionSize member.Adam Frisby2008-02-141-2/+2
* Converted logging to use log4net.Jeff Ames2008-02-051-53/+50
* * Chat Message format patch from kinoc (#443) Thanks!Adam Frisby2008-02-041-2/+19
* Thank you very much, Kinoc for : Moved the Listener loop try/catch to a bette...Charles Krinke2008-02-021-8/+17
* Thank you, Kinoc for the ChatModule.cs updates.Charles Krinke2008-02-011-75/+491
* revert last IRC bridge changes as this broke chat on my test environment.Sean Dague2008-01-311-80/+23
* Thanks kinoc for your improved IRC Gateway patch as referenced in mantis issu...Teravus Ovares2008-01-291-23/+80
* * Optimized usingslbsa712007-12-271-5/+5
* make it so prims don't relay into IRCSean Dague2007-12-171-4/+2
* ignore Primitive for the IRC relaySean Dague2007-12-171-1/+3
* Fix for #176 (... doesn't appear in chat bubbles). This also gets the viewer ...Jeff Ames2007-12-131-46/+15
* refactored ChatModule a bit.Jeff Ames2007-12-101-88/+46
* removed old debugging code from IM and chat modulesJeff Ames2007-12-091-4/+0
* Updates to LibSL revision 1498. Thanks Johan!Adam Johnson2007-12-071-1/+1
* removed some duplicate hard-coded port numbers. changed ports to uint.Jeff Ames2007-12-061-3/+3
* keeping opensim safe for children -- made some namespace references less expl...Jeff Ames2007-12-041-4/+2
* * Fixed a whole bunch of console messages.Adam Frisby2007-12-041-1/+1
* * Did some initial work for prim crossing. Just glue so far.Teravus Ovares2007-11-211-1/+1
* cleaned up some mono compiler warningsJeff Ames2007-11-181-2/+2
* enable typing animation for chat, maybeJeff Ames2007-11-121-53/+71
* Fixing null pointer exception from Mathias Soeken:Dalien Talbot2007-11-111-2/+2
* Started to cleanup/close down childagent connections when a user teleports. ...MW2007-11-051-48/+51
* * Diuerse beavtificatemslbsa712007-11-011-1/+1
* Step one on the long march towards grid based inventory. Introduction of an I...Tleiades Hax2007-10-301-1/+1
* * Optimized usingslbsa712007-10-301-115/+151
* as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H...MW2007-10-291-1/+1
* * Added prototypical AvatarFactory module interface to load avatar parameterslbsa712007-10-261-0/+2
* remove debug lineSean Dague2007-10-231-1/+1
* after a small misunderstanding with the match group numbersSean Dague2007-10-221-5/+8
* my confusion on matches vs. groups in regex. This should work a bit betterSean Dague2007-10-221-5/+5
* make for nicer IRC messages. No promiss that this works yet, butSean Dague2007-10-221-4/+25
* make IRC uglier for a while to get a better handle on writing a parser for th...Sean Dague2007-10-221-1/+1
* nice catch by chi11ken that I was setting the wrong propertySean Dague2007-10-221-6/+6
* revert r2162 as it completely clobbered all the work onSean Dague2007-10-221-167/+214
* * Major ass commit.Adam Frisby2007-10-221-214/+167
* attempt to fix the muliple repeat problem (that sdague is getting) in the IRC...MW2007-10-221-5/+8
* update so that distances aren't required in the config fileSean Dague2007-10-221-4/+7
* pull the IRC portions into their own class. There is stillSean Dague2007-10-221-165/+206