View Issue Details

IDProjectCategoryView StatusLast Update
0006568unrealdocumentationpublic2025-08-06 02:45
Reporteradator Assigned To 
PriorityhighSeverityminorReproducibilityalways
Status newResolutionopen 
Summary0006568: Missing Geoip object in the whowas.get Documentation
DescriptionHi,
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 InformationHere 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"
                }
            }
        ]
    }
}
Tagsdocumentation
3rd party modules

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2025-08-06 02:43 adator New Issue
2025-08-06 02:45 adator Tag Attached: documentation