View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001840 | unreal | ircd | public | 2004-05-30 11:44 | 2005-02-27 17:34 |
| Reporter | niphler | Assigned To | syzop | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Platform | ix86 | OS | SuSE Linux 8.1 | OS Version | UnrealIRCd 3.2 |
| Product Version | 3.2 | ||||
| Fixed in Version | 3.2.3 | ||||
| Summary | 0001840: Restricted /samode-handling with Halfop | ||||
| Description | When you are Halfop and you try to use /samode to halfop, dehalfop, op, deop, etc. the server replies "Halfops cannot set mode [mode]" and does not execute the command. | ||||
| Steps To Reproduce | Gain Halfop privileges (I don't know if you have to be just a Halfop, but I think so) and try to change your status. I tried it with halfopping, dehalfopping, opping, deopping, ... | ||||
| Additional Information | channel.c says in line 1823,1824 (just before the "ugly halfop hack"): if (is_half_op(cptr, chptr) && !is_chan_op(cptr, chptr) && !IsULine(cptr) && !op_can_override(cptr)) If you change line 1824 to && !IsOper(cptr) && !op_can_override(cptr)) it works :) | ||||
| Tags | No tags attached. | ||||
| 3rd party modules | |||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2004-05-30 11:44 | niphler | New Issue | |
| 2005-02-27 17:34 | syzop | Status | new => resolved |
| 2005-02-27 17:34 | syzop | Fixed in Version | => 3.2.3 |
| 2005-02-27 17:34 | syzop | Resolution | open => fixed |
| 2005-02-27 17:34 | syzop | Assigned To | => syzop |
| 2005-02-27 17:34 | syzop | Note Added: 0009336 |