aboutsummaryrefslogtreecommitdiffstats
path: root/filamento/src/db.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor: utilise new jid type safetyjid-refactorLibravatar cel 🌸2025-06-011-90/+86
|
* fix(filamento): fix non-WASM buildLibravatar Rémi Bardon2025-05-301-49/+22
| | | | Co-authored-by: cel 🌸 <cel@bunny.garden>
* feat(filamento): read_chat_and_user()Libravatar cel 🌸2025-05-191-42/+102
|
* fix: use tokio_with_wasm fork that doesn't removeLibravatar Emilis2025-05-091-4/+0
| | | | | | tasks Co-authored-by: cel 🌸 <cel@bunny.garden>
* fix opfs storage type issue, use unbounded channelsLibravatar Emilis2025-05-081-108/+126
|
* feat(filamento): OPFS databaseLibravatar cel 🌸2025-05-081-986/+970
|
* feat(filamento): OPFS FileStore implementationLibravatar cel 🌸2025-05-081-0/+12
|
* feat: serdeLibravatar cel 🌸2025-04-281-2/+39
|
* fix(filamento): db urlLibravatar cel 🌸2025-04-181-1/+1
|
* feat(filamento): full wasm support by switching to rusqliteLibravatar cel 🌸2025-04-171-69/+501
|
* feat(filamento): remove sqlxLibravatar cel 🌸2025-04-171-7/+6
|
* feat(filamento): compiles on wasmLibravatar cel 🌸2025-04-171-667/+928
|
* feat(filamento): `get_chats_ordered_with_latest_messages_and_users()`Libravatar cel 🌸2025-04-111-13/+185
|
* feat(filamento): `get_messages_with_users()`Libravatar cel 🌸2025-04-111-0/+24
|
* feat(filamento): `get_roster_with_users()`Libravatar cel 🌸2025-04-111-4/+36
|
* fix(filamento): create_message_with_user_resource sql errorLibravatar cel 🌸2025-04-101-17/+20
|
* fix(filamento): check if nick and avatar were actually changedLibravatar cel 🌸2025-04-081-9/+13
|
* feat(filamento): user avatar publishing and processingLibravatar cel 🌸2025-04-081-6/+99
|
* feat(filamento): caps 2.0 helper functionsLibravatar cel 🌸2025-04-031-0/+26
|
* feat: better message handling, pep publish, xep_0172: nickLibravatar cel 🌸2025-04-031-25/+67
|
* refactor(filamento): handle_offline logicLibravatar cel 🌸2025-03-271-2/+2
|
* feat(filamento): create exampleLibravatar cel 🌸2025-03-261-1/+1
|
* refactor: rename crates and move client logic to separate crate `filament`Libravatar cel 🌸2025-03-261-0/+521