View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005431 | unreal | ircd | public | 2019-09-29 16:59 | 2019-09-29 17:08 |
Reporter | The_Myth | Assigned To | |||
Priority | normal | Severity | feature | Reproducibility | always |
Status | new | Resolution | open | ||
Platform | Unix | OS | Ubuntu | OS Version | 18.04 LTS |
Product Version | 5.0.0-alpha3 | ||||
Target Version | Fixed in Version | ||||
Summary | 0005431: [Feature] Add an option to websockets listen block to force a specifc ident to connected users | ||||
Description | Right now, the ident of a websocket connection is set to the nickname in question Example: Nick_1!~Nick_1@hostname Also the ident doesn't respond to set::options::identd-check and therefore is prefixed by a ~ it would be nice if we could specify a specific ident and that would answer successfully to identd requests forced in some way (good for channel bans that use the format *!u@h) I was thinking in something like: listen { ip *; port 1234; options { websocket { type text; identd "IDENT"; }; }; }; Is this feasible to do? Cheers | ||||
Tags | No tags attached. | ||||
3rd party modules | |||||