aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/Avatar/Chat/IRCConnector.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
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 ↵Dahlia Trimble1-1/+1
loops on slow responding servers.
2008-11-14From: Alan Webb (alan_webb@us.ibm.com)Dr Scofield1-15/+53
Fixed the IRC code so that it deals with regions coming and going.
2008-11-06- fixes comparison of struct against null (no no no)Dr Scofield1-1/+1
- fixes IRCBridgeModule's XmlRpc method really paying attention to region parameter - cleans up indentation in IRCBridge code - fixes ConciergeModule exception on client logout
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
OpenSim.ini config tags in preparation for merge of IRCBridgeModule and XIRCBridgeModule.
2008-10-30From: Alan Webb (alan_webb@us.ibm.com)Dr Scofield1-0/+842
XIRCBrigeModule is transient, will merge it with IRCBridgeModule: extends/refactors IRCBridgeModule to support channel-per-region (if desired).