aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/Avatar/Chat/ChannelState.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* From: Alan Webb (alan_webb@us.ibm.com)Dr Scofield2008-11-141-31/+54
| | | | | | | | 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-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
* completing move to refactored multi-channel capable IRCBridgeModuleDr Scofield2008-11-031-6/+6
|
* merging changes from IRCBridgeModule in to XIRCBridgeModule; swappingDr Scofield2008-11-031-15/+46
| | | | | | | | OpenSim.ini config tags in preparation for merge of IRCBridgeModule and XIRCBridgeModule.
* From: Alan Webb (alan_webb@us.ibm.com)Dr Scofield2008-10-301-0/+570
XIRCBrigeModule is transient, will merge it with IRCBridgeModule: extends/refactors IRCBridgeModule to support channel-per-region (if desired).