index
:
luz
main
wasm
xmpp thingies in rust
cel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Collapse
)
Author
Age
Files
Lines
*
feat(filamento): `get_chats_ordered_with_latest_messages_and_users()`
cel 🌸
9 days
7
-19
/
+226
|
*
feat(filamento): `get_messages_with_users()`
cel 🌸
9 days
5
-6
/
+65
|
*
feat(filamento): include chat jid with `MessageDelivery` `UpdateMessage`
cel 🌸
10 days
2
-0
/
+3
|
*
feat(filamento): return from: `User` with `Message` on new message
cel 🌸
10 days
4
-0
/
+46
|
*
feat(filamento): return `User` with `Contact` on roster push
cel 🌸
10 days
3
-19
/
+65
|
*
feat(filamento): `get_roster_with_users()` on client connect
cel 🌸
10 days
2
-2
/
+2
|
*
feat(filamento): `get_roster_with_users()`
cel 🌸
10 days
5
-6
/
+94
|
*
feat(filamento): add `root()` method to `Files`
cel 🌸
11 days
1
-0
/
+4
|
*
feat: use git repo for dependency `peanuts`
cel 🌸
11 days
6
-1939
/
+6
|
*
fix: helix configuration to explicitly enable the required features for ↵
cel 🌸
11 days
1
-1
/
+1
|
|
|
|
filamento
*
doc: update readme
cel 🌸
11 days
1
-6
/
+8
|
*
fix(filamento): create_message_with_user_resource sql error
cel 🌸
11 days
2
-17
/
+22
|
*
feat(filamento): create default `FileStore` implementor that uses `tokio::fs`
cel 🌸
11 days
1
-1
/
+55
|
*
fix(filamento): add `avatar` to `User` struct
cel 🌸
11 days
1
-0
/
+1
|
*
fix(filamento): use jpeg for user avatar on avatar:data node
cel 🌸
12 days
3
-5
/
+21
|
*
fix(filamento): caps +notify and use hex representation for avatar metadata id
cel 🌸
12 days
7
-27
/
+48
|
*
fix(filamento): check if nick and avatar were actually changed
cel 🌸
12 days
2
-13
/
+17
|
*
feat(filamento): user avatar publishing and processing
cel 🌸
12 days
23
-228
/
+1169
|
*
doc: update readme
cel 🌸
2025-04-04
1
-33
/
+75
|
*
feat(stanza): xep-0084: user avatar
cel 🌸
2025-04-03
7
-0
/
+183
|
*
feat(filamento): xep-0172: user nick
cel 🌸
2025-04-03
4
-11
/
+74
|
*
feat(filamento): caps 1.0
cel 🌸
2025-04-03
7
-34
/
+187
|
*
feat(filamento): caps 1.0 helper functions & tests
cel 🌸
2025-04-03
3
-5
/
+227
|
*
feat(stanza): xep-0115: entity capabilities
cel 🌸
2025-04-03
3
-0
/
+45
|
*
feat(filamento): caps 2.0 helper functions
cel 🌸
2025-04-03
9
-11
/
+270
|
*
feat(stanza): xep-0128: service discovery extensions
cel 🌸
2025-04-03
4
-7
/
+24
|
*
feat(stanza): xep-0390: entity capabilities 2.0
cel 🌸
2025-04-03
3
-0
/
+29
|
*
feat(stanza): xep-0300: use of cryptographic hash functions
cel 🌸
2025-04-03
3
-0
/
+132
|
*
feat: better message handling, pep publish, xep_0172: nick
cel 🌸
2025-04-03
23
-272
/
+770
|
*
feat(stanza): xep-0131: stanza headers
cel 🌸
2025-04-01
5
-0
/
+83
|
*
fix(stanza): stanza errors pubsub error variant
cel 🌸
2025-04-01
2
-8
/
+86
|
*
feat(stanza): xep-0059: result set management
cel 🌸
2025-04-01
5
-5
/
+257
|
*
feat(stanza): xep-0060: pubsub
cel 🌸
2025-04-01
8
-1
/
+1833
|
*
feat(stanza): xep-0004: data forms
cel 🌸
2025-03-31
3
-0
/
+365
|
*
feat(filamento): disco items requests
cel 🌸
2025-03-28
5
-15
/
+123
|
*
feat(filamento): disco info requests
cel 🌸
2025-03-28
6
-12
/
+175
|
*
feat(filamento): `From` impls for disco types
cel 🌸
2025-03-28
2
-6
/
+128
|
*
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
5
-41
/
+46
|
*
refactor(filamento): handle_online logic
cel 🌸
2025-03-27
9
-619
/
+701
|
*
feat: remove `UpdateMessage::Error` variant
cel 🌸
2025-03-27
6
-56
/
+31
|
*
feat: disco info from server
cel 🌸
2025-03-27
9
-34
/
+232
|
*
feat: stream error handling
cel 🌸
2025-03-26
12
-342
/
+369
|
*
fix(filamento): remove db from git
cel 🌸
2025-03-26
1
-0
/
+0
|
*
feat(filamento): create example
cel 🌸
2025-03-26
8
-48
/
+43
|
*
feat(stanza): feature-gate rfc 6121 jabber:iq:roster
cel 🌸
2025-03-26
4
-2
/
+9
|
*
refactor(filament): split logic into different files
cel 🌸
2025-03-26
10
-1121
/
+1260
|
*
refactor: rename crates and move client logic to separate crate `filament`
cel 🌸
2025-03-26
34
-2133
/
+2220
|
*
refactor(luz): genericize logic into trait
cel 🌸
2025-03-26
4
-138
/
+131
|
*
refactor(luz): separate logic from xmpp core
cel 🌸
2025-03-26
6
-1268
/
+1375
|
[next]