View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001601 | unreal | ircd | public | 2004-02-27 21:57 | 2004-02-27 22:17 |
| Reporter | satmd | Assigned To | |||
| Priority | normal | Severity | feature | Reproducibility | N/A |
| Status | closed | Resolution | open | ||
| Product Version | 3.2-RC1 | ||||
| Summary | 0001601: channel mode which prevents from deleting channel information on last user leaving | ||||
| Description | I just tried something with the sources I added something to the if-clause which deletes a channel on last user leaving... It doesn't now if there is chanmode +r, but could be any (if there was no integer limit on channel modes AND modifying sources make support have gone). | ||||
| Additional Information | Works fine here. The reason NOT to use +r is: denial of service by mass channel registering via services. So a mode which only Opers can set would be nice. | ||||
| 3rd party modules | |||||
|
|
Modifying the source is NOT supported, see http://www.vulnscan.org/UnrealIrcd/faq/#40 ("Other - Why is modifying the source not supported?") if you want to know why. About your thing... showing like 50 0-user-chans doesn't make sense to me, just a few main chans is more logical IMO... and, guess what.. we have the official channels block for that! http://www.vulnscan.org/UnrealIrcd/unreal32docs.html Section 4.33. |