| Commit message (Expand) | Author | Files | Lines |
2008-04-21 | * Optimised using statements and namespace references across entire project (... | Adam Frisby | 1 | -6/+8 |
2008-04-14 | make it so the IRC bridge only relays channel 0 messages | Sean Dague | 1 | -7/+10 |
2008-04-01 | a few small changes | MW | 1 | -7/+7 |
2008-03-18 | Formatting cleanup. | Jeff Ames | 1 | -22/+27 |
2008-03-18 | Formatting cleanup. | Jeff Ames | 1 | -26/+25 |
2008-03-03 | * Removed and sorted using clauses in a number of files. | Adam Frisby | 1 | -1/+0 |
2008-02-29 | Cleaned up a couple compiler warnings. | Jeff Ames | 1 | -41/+27 |
2008-02-25 | * Caught HttpListenerException and swallowed if with output | lbsa71 | 1 | -1/+0 |
2008-02-21 | "threads" command now works. I've added manual tracking of threads (only if c... | Tedd Hansen | 1 | -2/+10 |
2008-02-20 | Minor cleanup. | Jeff Ames | 1 | -1/+1 |
2008-02-19 | Playing "Name that thread". Adding names and isbackground=true to all threads... | Tedd Hansen | 1 | -3/+18 |
2008-02-14 | * Made new Framework.Constants class, added RegionSize member. | Adam Frisby | 1 | -2/+2 |
2008-02-05 | Converted logging to use log4net. | Jeff Ames | 1 | -53/+50 |
2008-02-04 | * Chat Message format patch from kinoc (#443) Thanks! | Adam Frisby | 1 | -2/+19 |
2008-02-02 | Thank you very much, Kinoc for : Moved the Listener loop try/catch to a bette... | Charles Krinke | 1 | -8/+17 |
2008-02-01 | Thank you, Kinoc for the ChatModule.cs updates. | Charles Krinke | 1 | -75/+491 |
2008-01-31 | revert last IRC bridge changes as this broke chat on my test environment. | Sean Dague | 1 | -80/+23 |
2008-01-29 | Thanks kinoc for your improved IRC Gateway patch as referenced in mantis issu... | Teravus Ovares | 1 | -23/+80 |
2007-12-27 | * Optimized usings | lbsa71 | 1 | -5/+5 |
2007-12-17 | make it so prims don't relay into IRC | Sean Dague | 1 | -4/+2 |
2007-12-17 | ignore Primitive for the IRC relay | Sean Dague | 1 | -1/+3 |
2007-12-13 | Fix for #176 (... doesn't appear in chat bubbles). This also gets the viewer ... | Jeff Ames | 1 | -46/+15 |
2007-12-10 | refactored ChatModule a bit. | Jeff Ames | 1 | -88/+46 |
2007-12-09 | removed old debugging code from IM and chat modules | Jeff Ames | 1 | -4/+0 |
2007-12-07 | Updates to LibSL revision 1498. Thanks Johan! | Adam Johnson | 1 | -1/+1 |
2007-12-06 | removed some duplicate hard-coded port numbers. changed ports to uint. | Jeff Ames | 1 | -3/+3 |
2007-12-04 | keeping opensim safe for children -- made some namespace references less expl... | Jeff Ames | 1 | -4/+2 |
2007-12-04 | * Fixed a whole bunch of console messages. | Adam Frisby | 1 | -1/+1 |
2007-11-21 | * Did some initial work for prim crossing. Just glue so far. | Teravus Ovares | 1 | -1/+1 |
2007-11-18 | cleaned up some mono compiler warnings | Jeff Ames | 1 | -2/+2 |
2007-11-12 | enable typing animation for chat, maybe | Jeff Ames | 1 | -53/+71 |
2007-11-11 | Fixing null pointer exception from Mathias Soeken: | Dalien Talbot | 1 | -2/+2 |
2007-11-05 | Started to cleanup/close down childagent connections when a user teleports. ... | MW | 1 | -48/+51 |
2007-11-01 | * Diuerse beavtificatems | lbsa71 | 1 | -1/+1 |
2007-10-30 | Step one on the long march towards grid based inventory. Introduction of an I... | Tleiades Hax | 1 | -1/+1 |
2007-10-30 | * Optimized usings | lbsa71 | 1 | -115/+151 |
2007-10-29 | as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H... | MW | 1 | -1/+1 |
2007-10-26 | * Added prototypical AvatarFactory module interface to load avatar parameters | lbsa71 | 1 | -0/+2 |
2007-10-23 | remove debug line | Sean Dague | 1 | -1/+1 |
2007-10-22 | after a small misunderstanding with the match group numbers | Sean Dague | 1 | -5/+8 |
2007-10-22 | my confusion on matches vs. groups in regex. This should work a bit better | Sean Dague | 1 | -5/+5 |
2007-10-22 | make for nicer IRC messages. No promiss that this works yet, but | Sean Dague | 1 | -4/+25 |
2007-10-22 | make IRC uglier for a while to get a better handle on writing a parser for th... | Sean Dague | 1 | -1/+1 |
2007-10-22 | nice catch by chi11ken that I was setting the wrong property | Sean Dague | 1 | -6/+6 |
2007-10-22 | revert r2162 as it completely clobbered all the work on | Sean Dague | 1 | -167/+214 |
2007-10-22 | * Major ass commit. | Adam Frisby | 1 | -214/+167 |
2007-10-22 | attempt to fix the muliple repeat problem (that sdague is getting) in the IRC... | MW | 1 | -5/+8 |
2007-10-22 | update so that distances aren't required in the config file | Sean Dague | 1 | -4/+7 |
2007-10-22 | pull the IRC portions into their own class. There is still | Sean Dague | 1 | -165/+206 |
2007-10-21 | fix line ending mixing. Probably should put some | Sean Dague | 1 | -124/+124 |