View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006568 | unreal | documentation | public | 2025-08-06 02:43 | 2025-08-06 02:45 |
Reporter | adator | Assigned To | |||
Priority | high | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
Summary | 0006568: Missing Geoip object in the whowas.get Documentation | ||||
Description | Hi, In the documentation, the geoip object is missing. below the link to the documentation: https://www.unrealircd.org/docs/JSON-RPC:Whowas | ||||
Steps To Reproduce | { "jsonrpc": "2.0", "method": "whowas.get", "params": { "nick": "Anna" }, "id": 123 } | ||||
Additional Information | Here is the response: { "jsonrpc": "2.0", "method": "whowas.get", "id": 123, "result": { "list": [ { "name": "Anna", "event": "quit", "logon_time": "2025-05-26T15:38:33.000Z", "logoff_time": "2025-05-26T15:38:47.000Z", "hostname": "ec2-44-220-185-119.compute-1.amazonaws.com", "ip": "44.220.185.119", "details": "[email protected]", "connected_since": "2025-05-26T15:38:35.000Z", "user": { "username": "user568", "realname": "Anna Taylor", "vhost": "CADE7F1.A6886D6F.96FF46C5.IP", "servername": "irc.deb.biz.st" }, "geoip": { "country_code": "US", "asn": 14618, "asname": "AMAZON-AES" } } ] } } | ||||
Tags | documentation | ||||
3rd party modules | |||||