aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/Avatar/Chat/ChannelState.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-11-14From: Alan Webb (alan_webb@us.ibm.com)Dr Scofield1-31/+54
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-5/+5
- 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-03completing move to refactored multi-channel capable IRCBridgeModuleDr Scofield1-6/+6
2008-11-03merging changes from IRCBridgeModule in to XIRCBridgeModule; swappingDr Scofield1-15/+46
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/+570
XIRCBrigeModule is transient, will merge it with IRCBridgeModule: extends/refactors IRCBridgeModule to support channel-per-region (if desired).