index
:
luz
jid-refactor
main
wasm
xmpp thingies in rust
cel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
filamento
/
src
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
feat(filamento): impl `Display` for `Subscription`
cel 🌸
13 days
1
-1
/
+35
|
*
feat(filamento): read_chat_and_user()
cel 🌸
2025-05-19
5
-53
/
+138
|
*
fix(filamento): increase timeout
cel 🌸
2025-05-12
1
-1
/
+1
|
*
fix(filamento): stanza error panic
cel 🌸
2025-05-12
2
-9
/
+3
|
*
feat(filamento): PartialEq + Eq for Show
cel 🌸
2025-05-10
1
-1
/
+1
|
*
fix: use tokio_with_wasm fork that doesn't remove
Emilis
2025-05-09
1
-4
/
+0
|
|
|
|
|
|
tasks Co-authored-by: cel 🌸 <cel@bunny.garden>
*
fix opfs storage type issue, use unbounded channels
Emilis
2025-05-08
2
-118
/
+154
|
*
feat(filamento): OPFS database
cel 🌸
2025-05-08
5
-993
/
+1104
|
*
feat(filamento): OPFS FileStore implementation
cel 🌸
2025-05-08
4
-1
/
+54
|
*
feat(filamento): reactive_stores support
cel 🌸
2025-05-05
4
-1
/
+7
|
*
feat: serde
cel 🌸
2025-04-28
10
-26
/
+177
|
*
fix(filamento): db url
cel 🌸
2025-04-18
1
-1
/
+1
|
*
feat(filamento): full wasm support by switching to rusqlite
cel 🌸
2025-04-17
6
-71
/
+609
|
*
feat(filamento): remove sqlx
cel 🌸
2025-04-17
6
-158
/
+25
|
*
feat(filamento): compiles on wasm
cel 🌸
2025-04-17
4
-668
/
+1065
|
*
fix(filamento): `handle_get_roster_with_users()` should not call the client ↵
cel 🌸
2025-04-11
1
-7
/
+60
|
|
|
|
handle so on connection function can complete
*
feat(filamento): `get_chats_ordered_with_latest_messages_and_users()`
cel 🌸
2025-04-11
7
-19
/
+226
|
*
feat(filamento): `get_messages_with_users()`
cel 🌸
2025-04-11
5
-6
/
+65
|
*
feat(filamento): include chat jid with `MessageDelivery` `UpdateMessage`
cel 🌸
2025-04-11
2
-0
/
+3
|
*
feat(filamento): return from: `User` with `Message` on new message
cel 🌸
2025-04-11
4
-0
/
+46
|
*
feat(filamento): return `User` with `Contact` on roster push
cel 🌸
2025-04-11
3
-19
/
+65
|
*
feat(filamento): `get_roster_with_users()` on client connect
cel 🌸
2025-04-11
2
-2
/
+2
|
*
feat(filamento): `get_roster_with_users()`
cel 🌸
2025-04-11
5
-6
/
+94
|
*
feat(filamento): add `root()` method to `Files`
cel 🌸
2025-04-10
1
-0
/
+4
|
*
fix(filamento): create_message_with_user_resource sql error
cel 🌸
2025-04-10
2
-17
/
+22
|
*
feat(filamento): create default `FileStore` implementor that uses `tokio::fs`
cel 🌸
2025-04-10
1
-1
/
+55
|
*
fix(filamento): add `avatar` to `User` struct
cel 🌸
2025-04-10
1
-0
/
+1
|
*
fix(filamento): use jpeg for user avatar on avatar:data node
cel 🌸
2025-04-08
2
-3
/
+13
|
*
fix(filamento): caps +notify and use hex representation for avatar metadata id
cel 🌸
2025-04-08
3
-20
/
+29
|
*
fix(filamento): check if nick and avatar were actually changed
cel 🌸
2025-04-08
1
-9
/
+13
|
*
feat(filamento): user avatar publishing and processing
cel 🌸
2025-04-08
16
-217
/
+1101
|
*
feat(filamento): xep-0172: user nick
cel 🌸
2025-04-03
1
-0
/
+49
|
*
feat(filamento): caps 1.0
cel 🌸
2025-04-03
4
-29
/
+167
|
*
feat(filamento): caps 1.0 helper functions & tests
cel 🌸
2025-04-03
2
-4
/
+224
|
*
feat(filamento): caps 2.0 helper functions
cel 🌸
2025-04-03
7
-10
/
+259
|
*
feat: better message handling, pep publish, xep_0172: nick
cel 🌸
2025-04-03
11
-240
/
+615
|
*
feat(filamento): disco items requests
cel 🌸
2025-03-28
4
-13
/
+120
|
*
feat(filamento): disco info requests
cel 🌸
2025-03-28
5
-10
/
+169
|
*
feat(filamento): `From` impls for disco types
cel 🌸
2025-03-28
1
-1
/
+123
|
*
feat(filamento): disco features and identity categories according to registry
cel 🌸
2025-03-28
2
-0
/
+1643
|
*
refactor(filamento): handle_offline logic
cel 🌸
2025-03-27
4
-41
/
+44
|
*
refactor(filamento): handle_online logic
cel 🌸
2025-03-27
8
-618
/
+700
|
*
feat: remove `UpdateMessage::Error` variant
cel 🌸
2025-03-27
6
-56
/
+31
|
*
feat: disco info from server
cel 🌸
2025-03-27
3
-30
/
+166
|
*
feat: stream error handling
cel 🌸
2025-03-26
5
-274
/
+274
|
*
feat(filamento): create example
cel 🌸
2025-03-26
1
-1
/
+1
|
*
refactor(filament): split logic into different files
cel 🌸
2025-03-26
9
-1121
/
+1259
|
*
refactor: rename crates and move client logic to separate crate `filament`
cel 🌸
2025-03-26
7
-0
/
+2603