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
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
3 days
refactor: utilise new jid type safety
HEAD
main
jid-refactor
cel 🌸
12
-265
/
+313
5 days
fix(filamento): fix non-WASM build
Rémi Bardon
2
-52
/
+25
Co-authored-by: cel 🌸 <cel@bunny.garden>
5 days
perf(filamento): remove useless clone
Rémi Bardon
1
-4
/
+3
5 days
perf(filamento): use `with_capacity` intializers where possible
Rémi Bardon
1
-43
/
+81
5 days
feat(filamento): make client identity dynamic
Rémi Bardon
1
-1
/
+5
11 days
feat(filamento): impl `Display` for `Subscription`
cel 🌸
1
-1
/
+35
2025-05-19
feat(filamento): read_chat_and_user()
cel 🌸
5
-53
/
+138
2025-05-12
fix(filamento): increase timeout
cel 🌸
1
-1
/
+1
2025-05-12
fix(filamento): stanza error panic
cel 🌸
2
-9
/
+3
2025-05-10
feat(filamento): PartialEq + Eq for Show
cel 🌸
1
-1
/
+1
2025-05-09
fix: use tokio_with_wasm fork that doesn't remove
Emilis
1
-4
/
+0
tasks Co-authored-by: cel 🌸 <cel@bunny.garden>
2025-05-08
fix opfs storage type issue, use unbounded channels
Emilis
2
-118
/
+154
2025-05-08
feat(filamento): OPFS database
cel 🌸
5
-993
/
+1104
2025-05-08
feat(filamento): OPFS FileStore implementation
cel 🌸
4
-1
/
+54
2025-05-05
feat(filamento): reactive_stores support
cel 🌸
4
-1
/
+7
2025-04-28
feat: serde
cel 🌸
10
-26
/
+177
2025-04-18
fix(filamento): db url
cel 🌸
1
-1
/
+1
2025-04-17
feat(filamento): full wasm support by switching to rusqlite
cel 🌸
6
-71
/
+609
2025-04-17
feat(filamento): remove sqlx
cel 🌸
6
-158
/
+25
2025-04-17
feat(filamento): compiles on wasm
cel 🌸
4
-668
/
+1065
2025-04-11
fix(filamento): `handle_get_roster_with_users()` should not call the client ↵
cel 🌸
1
-7
/
+60
handle so on connection function can complete
2025-04-11
feat(filamento): `get_chats_ordered_with_latest_messages_and_users()`
cel 🌸
7
-19
/
+226
2025-04-11
feat(filamento): `get_messages_with_users()`
cel 🌸
5
-6
/
+65
2025-04-11
feat(filamento): include chat jid with `MessageDelivery` `UpdateMessage`
cel 🌸
2
-0
/
+3
2025-04-11
feat(filamento): return from: `User` with `Message` on new message
cel 🌸
4
-0
/
+46
2025-04-11
feat(filamento): return `User` with `Contact` on roster push
cel 🌸
3
-19
/
+65
2025-04-11
feat(filamento): `get_roster_with_users()` on client connect
cel 🌸
2
-2
/
+2
2025-04-11
feat(filamento): `get_roster_with_users()`
cel 🌸
5
-6
/
+94
2025-04-10
feat(filamento): add `root()` method to `Files`
cel 🌸
1
-0
/
+4
2025-04-10
fix(filamento): create_message_with_user_resource sql error
cel 🌸
2
-17
/
+22
2025-04-10
feat(filamento): create default `FileStore` implementor that uses `tokio::fs`
cel 🌸
1
-1
/
+55
2025-04-10
fix(filamento): add `avatar` to `User` struct
cel 🌸
1
-0
/
+1
2025-04-08
fix(filamento): use jpeg for user avatar on avatar:data node
cel 🌸
2
-3
/
+13
2025-04-08
fix(filamento): caps +notify and use hex representation for avatar metadata id
cel 🌸
3
-20
/
+29
2025-04-08
fix(filamento): check if nick and avatar were actually changed
cel 🌸
1
-9
/
+13
2025-04-08
feat(filamento): user avatar publishing and processing
cel 🌸
16
-217
/
+1101
2025-04-03
feat(filamento): xep-0172: user nick
cel 🌸
1
-0
/
+49
2025-04-03
feat(filamento): caps 1.0
cel 🌸
4
-29
/
+167
2025-04-03
feat(filamento): caps 1.0 helper functions & tests
cel 🌸
2
-4
/
+224
2025-04-03
feat(filamento): caps 2.0 helper functions
cel 🌸
7
-10
/
+259
2025-04-03
feat: better message handling, pep publish, xep_0172: nick
cel 🌸
11
-240
/
+615
2025-03-28
feat(filamento): disco items requests
cel 🌸
4
-13
/
+120
2025-03-28
feat(filamento): disco info requests
cel 🌸
5
-10
/
+169
2025-03-28
feat(filamento): `From` impls for disco types
cel 🌸
1
-1
/
+123
2025-03-28
feat(filamento): disco features and identity categories according to registry
cel 🌸
2
-0
/
+1643
2025-03-27
refactor(filamento): handle_offline logic
cel 🌸
4
-41
/
+44
2025-03-27
refactor(filamento): handle_online logic
cel 🌸
8
-618
/
+700
2025-03-27
feat: remove `UpdateMessage::Error` variant
cel 🌸
6
-56
/
+31
2025-03-27
feat: disco info from server
cel 🌸
3
-30
/
+166
2025-03-26
feat: stream error handling
cel 🌸
5
-274
/
+274
[next]