View Issue Details

IDProjectCategoryView StatusLast Update
0006573unrealjson-rpcpublic2025-09-14 15:32
ReporterValware Assigned Tosyzop  
PrioritynormalSeverityfeatureReproducibilityalways
Status resolvedResolutionfixed 
Product Version6.2.0 
Fixed in Version6.2.1 
Summary0006573: Include 'away' information in RPC about users
DescriptionReported/requested by CrazyCat: https://forums.unrealircd.org/viewtopic.php?p=40990

RPC outputs for user listings don't show away information and the user would like it to include away information
TagsNo tags attached.
3rd party modules

Activities

Valware

2025-09-11 17:32

reporter   ~0023491

Proposed patch: https://github.com/unrealircd/unrealircd/pull/319

syzop

2025-09-14 15:32

administrator   ~0023501

Added in https://github.com/unrealircd/unrealircd/commit/f42bab778e3bd6096853db651e0683f5d8d8ccea

commit f42bab778e3bd6096853db651e0683f5d8d8ccea (HEAD -> unreal60_dev, origin/unreal60_dev, origin/HEAD)
Author: Bram Matthys <[email protected]>
Date: Sun Sep 14 15:24:01 2025 +0200

    Include 'away' information in JSON-RPC users object.
    Reported/requested by CrazyCat: https://forums.unrealircd.org/viewtopic.php?p=40990
    Inspired by Valware's PR: https://github.com/unrealircd/unrealircd/pull/319
    
    This adds "away_reason" and "away_since". Note that the latter may not be as
    reliable for remote users at the moment, because in case there was a split and
    the server (re)connects, the away_since will be the time of the server resync
    and not the original time that the user went away.

Issue History

Date Modified Username Field Change
2025-09-11 17:16 Valware New Issue
2025-09-11 17:32 Valware Note Added: 0023491
2025-09-14 15:32 syzop Assigned To => syzop
2025-09-14 15:32 syzop Status new => resolved
2025-09-14 15:32 syzop Resolution open => fixed
2025-09-14 15:32 syzop Fixed in Version => 6.2.1
2025-09-14 15:32 syzop Note Added: 0023501