View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005629 | unreal | ircd | public | 2020-04-16 17:51 | 2020-04-17 09:32 |
Reporter | k4be | Assigned To | syzop | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 5.0.3.1 | ||||
Fixed in Version | 5.0.4 | ||||
Summary | 0005629: Incorrect user shown removing glines, gzlines and spamfilters on remote server | ||||
Description | Example: Oper X connected to server A sets a gzline. Oper Y connected to server B removes this gzline. All opers connected to B see that oper Y removed the gzline - correct. All opers connected to servers other than B see that oper X (the original setter) removed the gzline - incorrect. | ||||
Tags | No tags attached. | ||||
3rd party modules | |||||
|
Fixed in 5.0.4. Although I should probably do a better fix post-release, just wanted to keep it minimal due to it being post-release-candidate. Bug can be closed though. Thanks for the report. commit 49d595f60c3f284f9b86a042c96e6bda9e9122ce (HEAD -> unreal50) Author: Bram Matthys <[email protected]> Date: Fri Apr 17 09:27:16 2020 +0200 On *LINE removal it showed the wrong person in the notice sent to IRCOps (on remote servers). It showed the originally setter and not the remover. Reported by k4be in https://bugs.unrealircd.org/view.php?id=5629 |