aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Avatar/Chat/IRCConnector.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2016-08-22minor locking issueUbitUmarov1-13/+3
2015-10-26 try fix IRC connector issue on mantis 7731 but with code a bit diferent from...UbitUmarov1-12/+14
2015-03-29varregion: any conversions of use of Constants.RegionSize converted intoRobert Adams1-0/+2
2014-11-25refactor: Move methods to start a monitored thread, start work in its own thr...Justin Clark-Casey (justincc)1-1/+1
2014-09-04Start long-lived thread in IRCConnector via watchdog rather than indepedently...Justin Clark-Casey (justincc)1-13/+5
2013-12-26varregion: many more updates removing the constant RegionSize and replacingRobert Adams1-0/+2
2013-01-19IRCBridgeModule: optional agent-alertbox for IRC enabled Regions look in Open...PixelTomsen1-138/+145
2012-11-15Revert "Merge master into teravuswork", it should have been avination, not ma...teravus1-3/+3
2012-09-20Don't fail to create an IRC nick if nick randomization is disabled in the IRC...Justin Clark-Casey (justincc)1-3/+3
2012-07-25Move Watchdog and MemoryWatchdog classes into OpenSim.Framework.Monitoring wi...Justin Clark-Casey (justincc)1-0/+1
2009-10-06Fixing a few compile errors in the previous commitJohn Hurliman1-1/+0
2009-08-07This is the second part of the 'not crash on regionsize changes'. This le...Teravus Ovares (Dan Olivares)1-2/+2
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-04-27Add copyright headers. Formatting cleanup.Jeff Ames1-4/+4
2009-04-23From: Alan M Webb <alan_webb@us.ibm.com>Dr Scofield1-14/+27
2009-04-22Add copyright headers. Formatting cleanup.Jeff Ames1-2/+1
2009-04-21From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield1-6/+19
2009-04-17- disabling logging of non-system IRC messagesDr Scofield1-8/+8
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-01-18Added an optional password for the IRC moduleDahlia Trimble1-1/+9
2008-11-22Increase IRC login timeout to 25 - it was 10 which was causing reconnect loop...Dahlia Trimble1-1/+1
2008-11-14From: Alan Webb (alan_webb@us.ibm.com)Dr Scofield1-15/+53
2008-11-06- fixes comparison of struct against null (no no no)Dr Scofield1-1/+1
2008-11-04* Prevent texture sender thread termination from immediately crashing the simJustin Clarke Casey1-2/+0
2008-11-03completing move to refactored multi-channel capable IRCBridgeModuleDr Scofield1-6/+6
2008-11-03merging changes from IRCBridgeModule in to XIRCBridgeModule; swappingDr Scofield1-2/+3
2008-10-30From: Alan Webb (alan_webb@us.ibm.com)Dr Scofield1-0/+842