aboutsummaryrefslogtreecommitdiffstats
path: root/filamento/src/logic/online.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat(filamento): full wasm support by switching to rusqlitewasmLibravatar cel 🌸3 days1-1/+1
|
* fix(filamento): `handle_get_roster_with_users()` should not call the client ↵Libravatar cel 🌸10 days1-7/+60
| | | | handle so on connection function can complete
* feat(filamento): `get_chats_ordered_with_latest_messages_and_users()`Libravatar cel 🌸10 days1-2/+5
|
* feat(filamento): `get_messages_with_users()`Libravatar cel 🌸10 days1-5/+6
|
* feat(filamento): include chat jid with `MessageDelivery` `UpdateMessage`Libravatar cel 🌸10 days1-0/+2
|
* feat(filamento): return from: `User` with `Message` on new messageLibravatar cel 🌸10 days1-0/+14
|
* feat(filamento): `get_roster_with_users()`Libravatar cel 🌸10 days1-1/+17
|
* fix(filamento): use jpeg for user avatar on avatar:data nodeLibravatar cel 🌸13 days1-3/+4
|
* fix(filamento): caps +notify and use hex representation for avatar metadata idLibravatar cel 🌸13 days1-1/+1
|
* feat(filamento): user avatar publishing and processingLibravatar cel 🌸13 days1-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