View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006141 | unreal | ircd | public | 2022-06-24 22:18 | 2022-06-25 09:18 |
Reporter | ComputerTech | Assigned To | syzop | ||
Priority | normal | Severity | feature | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 6.0.4 | ||||
Fixed in Version | 6.0.5-rc1 | ||||
Summary | 0006141: Join snotice doesn't show across linked IRCd's | ||||
Description | So with snomask +j, it only shows when a client connects to the current IRCd, and not across linked IRCd's, but snomask +j does show Parts and Kicks across the net. | ||||
Steps To Reproduce | Connect to a network with at least 2 ircd's linked together, and have snomask +j enabled, you'll find only kicks and parts are shown globally as snotices, and the joins are only shown as snotices on the local IRCd. | ||||
Additional Information | Upon joining: join.LOCAL_CLIENT_JOIN[info] User moo_ joined #test Upon parting: part.REMOTE_CLIENT_PART[info] User moo left #test part.LOCAL_CLIENT_PART[info] User moo_ left #test | ||||
Tags | No tags attached. | ||||
3rd party modules | |||||
|
Fixed, thanks for the report :) https://github.com/unrealircd/unrealircd/commit/29dc2e1e4720ce807bc3d05eed0e82bf0304f6e3 commit 29dc2e1e4720ce807bc3d05eed0e82bf0304f6e3 (HEAD -> unreal60_dev, origin/unreal60_dev, origin/HEAD) Author: Bram Matthys <[email protected]> Date: Sat Jun 25 09:14:43 2022 +0200 Fix REMOTE_CLIENT_JOIN not showing up for remote joins. There was log code for "JOIN" but not for "SJOIN". Added now. Reported by ComputerTech in https://bugs.unrealircd.org/view.php?id=6141 |
Date Modified | Username | Field | Change |
---|---|---|---|
2022-06-24 22:18 | ComputerTech | New Issue | |
2022-06-25 09:18 | syzop | Assigned To | => syzop |
2022-06-25 09:18 | syzop | Status | new => resolved |
2022-06-25 09:18 | syzop | Resolution | open => fixed |
2022-06-25 09:18 | syzop | Fixed in Version | => 6.0.5-rc1 |
2022-06-25 09:18 | syzop | Note Added: 0022580 |