aboutsummaryrefslogtreecommitdiffstats
path: root/filamento/src/logic/online.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* feat(filamento): full wasm support by switching to rusqliteLibravatar cel 🌸9 days1-1/+1
* fix(filamento): `handle_get_roster_with_users()` should not call the client h...Libravatar cel 🌸2025-04-111-7/+60
* feat(filamento): `get_chats_ordered_with_latest_messages_and_users()`Libravatar cel 🌸2025-04-111-2/+5
* feat(filamento): `get_messages_with_users()`Libravatar cel 🌸2025-04-111-5/+6
* feat(filamento): include chat jid with `MessageDelivery` `UpdateMessage`Libravatar cel 🌸2025-04-111-0/+2
* feat(filamento): return from: `User` with `Message` on new messageLibravatar cel 🌸2025-04-111-0/+14
* feat(filamento): `get_roster_with_users()`Libravatar cel 🌸2025-04-111-1/+17
* fix(filamento): use jpeg for user avatar on avatar:data nodeLibravatar cel 🌸2025-04-081-3/+4
* fix(filamento): caps +notify and use hex representation for avatar metadata idLibravatar cel 🌸2025-04-081-1/+1
* feat(filamento): user avatar publishing and processingLibravatar cel 🌸2025-04-081-54/+308
* feat(filamento): caps 2.0 helper functionsLibravatar cel 🌸2025-04-031-0/+1
* feat: better message handling, pep publish, xep_0172: nickLibravatar cel 🌸2025-04-031-136/+219
* feat(filamento): disco items requestsLibravatar cel 🌸2025-03-281-6/+79
* feat(filamento): disco info requestsLibravatar cel 🌸2025-03-281-3/+79
* refactor(filamento): handle_offline logicLibravatar cel 🌸2025-03-271-5/+1
* refactor(filamento): handle_online logicLibravatar cel 🌸2025-03-271-582/+570
* feat: remove `UpdateMessage::Error` variantLibravatar cel 🌸2025-03-271-17/+6
* refactor(filament): split logic into different filesLibravatar cel 🌸2025-03-261-0/+661