View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005415 | unreal | ircd | public | 2019-09-18 14:25 | 2019-10-27 09:57 |
Reporter | westor | Assigned To | syzop | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Fixed in Version | 5.0.0-beta1 | ||||
Summary | 0005415: IRC errors when unloading "silence" module | ||||
Description | Hello, I was trying to disable the "silence" module but i got some irc errors after /rehash , note that i don't use it at all so that's why i wanted to unload it. Errors Log: https://pastebin.com/C9X1qaxM - Thanks! | ||||
Additional Information | (18/Sep/2019 15:08:22.904) *** IRC.Network.Net sends: *** error: ERROR: efunction 'add_silence' not found, you probably did not load all required modules! (hint: see modules.default.conf) (18/Sep/2019 15:08:22.945) *** IRC.Network.Net sends: *** error: ERROR: efunction 'del_silence' not found, you probably did not load all required modules! (hint: see modules.default.conf) (18/Sep/2019 15:08:22.946) *** IRC.Network.Net sends: *** error: ERROR: efunction 'is_silenced' not found, you probably did not load all required modules! (hint: see modules.default.conf) (18/Sep/2019 15:08:22.947) *** IRC.Network.Net sends: *** error: IRCd configuration failed to pass testing | ||||
Tags | No tags attached. | ||||
3rd party modules | |||||
|
This one I planned to make optional, indeed. I will look at it later, possibly post-alpha3. |
|
commit 86ce42103a3bb8b0d4310d1b2357ba5ed3177f0e (HEAD -> unreal50, origin/unreal50) Author: Bram Matthys <[email protected]> Date: Sun Oct 27 09:40:07 2019 +0100 Make the 'silence' module optional. Suggested by westor in https://bugs.unrealircd.org/view.php?id=5415 Technically we now provide 3 default efunc handlers that always return 0. |
Date Modified | Username | Field | Change |
---|---|---|---|
2019-09-18 14:25 | westor | New Issue | |
2019-09-21 19:32 | syzop | Additional Information Updated | |
2019-09-21 19:32 | syzop | Note Added: 0020923 | |
2019-10-27 09:57 | syzop | Assigned To | => syzop |
2019-10-27 09:57 | syzop | Status | new => resolved |
2019-10-27 09:57 | syzop | Resolution | open => fixed |
2019-10-27 09:57 | syzop | Fixed in Version | => 5.0.0-beta1 |
2019-10-27 09:57 | syzop | Note Added: 0021061 |