1
0
Fork 0
mirror of https://codeberg.org/june64/mrvc.git synced 2026-01-10 16:06:33 +01:00
Commit graph

10 commits

Author SHA1 Message Date
703b28b6fe
log additional informative infos when various errors are encountered 2025-08-20 22:01:30 +02:00
4964485d29
introduce option for JSON output
Also rename printHomeserverMemberCount option accordingly to fit new
output type.
2025-08-19 21:22:42 +02:00
29e99b708c
get and print the aliases for each room
This is especially useful when using the recursive option as it allows
for easier identification of each child room.
2025-08-19 03:46:23 +02:00
6309b94498
introduce configuration options for recursively getting rooms
Introduce option for configuring maximum depth and option for only
including suggested rooms.
2025-08-19 02:53:07 +02:00
919127e255
introduce option for recursively checking all child rooms as well 2025-08-19 02:16:57 +02:00
f805786ae0
move room ID resolution and given alias information to roomInfoTree
Move room ID resolution into roomInfoTree and therefore store given
alias information in RoomInfoTree as well.
2025-08-18 23:16:54 +02:00
7a444ccc7a
move roomInfo retrieval into outer loop as its unaffected by inner loop 2025-08-18 22:15:32 +02:00
9441eef002
move building of homeservers array into separate function
Move building of homeservers array into separate function to make Get
function easier to follow.
2025-08-17 23:05:42 +02:00
94a7f7140d
move building of membersByHomeserversByRoomID map into separate function
Move building of membersByHomeserversByRoomID map into separate function
to make Get function easier to follow.
2025-08-17 22:59:42 +02:00
5b3df2a619
refactor RoomInfoTree building into separate package for better org. 2025-08-17 22:46:14 +02:00