View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005951 | unreal | ircd | public | 2021-07-03 11:01 | 2021-07-03 14:19 |
Reporter | progval | Assigned To | syzop | ||
Priority | normal | Severity | feature | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Fixed in Version | 5.2.1-rc1 | ||||
Summary | 0005951: Missing 'account' tag on INVITE messages | ||||
Description | It would be nice to have the 'account' tag on INVITE messages. For example, Limnoria only accepts invites from its admins, and it can authenticate its admins using this tag. | ||||
Steps To Reproduce | PRIVMSGs have the account tag: 1625302693.724 2 -> S: PRIVMSG foo :hi 1625302693.725 S -> 1: @account=jilles :bar!~f@Clk-4D552FD5 PRIVMSG foo :hi But with the exact same users, INVITE does not: 1625302693.725 2 -> S: INVITE foo #chan 1625302693.725 S -> 2: :My.Little.Server 341 bar foo #chan 1625302693.725 S -> 2: :My.Little.Server NOTICE @#chan :bar invited foo into the channel. 1625302693.725 S -> 1: :bar!~f@Clk-4D552FD5 INVITE foo :#chan | ||||
Additional Information | Not sure if it's relevant, but I'm using atheme-services. Similar issue for Solanum: https://github.com/solanum-ircd/solanum/issues/166 | ||||
Tags | ircv3 | ||||
3rd party modules | |||||
|
|
|
Fixed now https://github.com/unrealircd/unrealircd/commit/1d62ca1153b1c604280cc6ab061b0ff5bad88979 commit 1d62ca1153b1c604280cc6ab061b0ff5bad88979 (HEAD -> unreal52, origin/unreal52, origin/HEAD) Author: Bram Matthys <[email protected]> Date: Sat Jul 3 14:17:02 2021 +0200 Send account tag to recipient on INVITE. Reported by ProgVal in https://bugs.unrealircd.org/view.php?id=5951 |
Date Modified | Username | Field | Change |
---|---|---|---|
2021-07-03 11:01 | progval | New Issue | |
2021-07-03 11:01 | progval | Note Added: 0022078 | |
2021-07-03 11:01 | progval | Tag Attached: ircv3 | |
2021-07-03 13:52 | syzop | Assigned To | => syzop |
2021-07-03 13:52 | syzop | Status | new => confirmed |
2021-07-03 14:19 | syzop | Status | confirmed => resolved |
2021-07-03 14:19 | syzop | Resolution | open => fixed |
2021-07-03 14:19 | syzop | Fixed in Version | => 5.2.1-rc1 |
2021-07-03 14:19 | syzop | Note Added: 0022079 |