aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/Avatar/Chat/IRCConnector.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Increase IRC login timeout to 25 - it was 10 which was causing reconnect ↵Dahlia Trimble2008-11-221-1/+1
| | | | loops on slow responding servers.
* From: Alan Webb (alan_webb@us.ibm.com)Dr Scofield2008-11-141-15/+53
| | | | | | | | Fixed the IRC code so that it deals with regions coming and going.
* - fixes comparison of struct against null (no no no)Dr Scofield2008-11-061-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
* * Prevent texture sender thread termination from immediately crashing the simJustin Clarke Casey2008-11-041-2/+0
|
* completing move to refactored multi-channel capable IRCBridgeModuleDr Scofield2008-11-031-0/+843
|
* dropping old IRCBridgeModule.Dr Scofield2008-11-031-702/+0
|
* merging changes from IRCBridgeModule in to XIRCBridgeModule; swappingDr Scofield2008-11-031-17/+17
| | | | | | | | OpenSim.ini config tags in preparation for merge of IRCBridgeModule and XIRCBridgeModule.
* cleaning up commented lines in IRCConnector; changing access_passwordDr Scofield2008-10-231-8/+0
| | | | | | | logic to use a regexp.
* cleanup.Dr Scofield2008-10-211-3/+3
|
* Update svn properties, minor formatting cleanup.Jeff Ames2008-10-211-2/+2
|
* cleaning up IRCBridgeModule to allow for configuration from in-world,Dr Scofield2008-10-201-0/+710
chat relaying via private channels, and old IRCBridgeModule behaviour. also cleaning up IRCBridgeModule's OpenSim.ini configuration variable names (still supporting "old" variable names). refactored IRCChatModule into IRCConnector and incorporating watchdog from IRCBridgeModule into IRCConnector. enabling ChatModule to be used as a super-class and utilizing it in ConciergeModule.