index
:
dino
add-kbd-shortcut-to-show-settings
add-kbd-shortcut-to-zoom-text
add-yourself
add_conversation_account_indicator
add_conversation_account_indicator_in_conversation_details
allow-blocking-entire-domain
dot-cache-avatars
fix-adding-yourself-to-roster
fix-assertion-account-has-key
fix-highlight-color-message-search-dark-theme
ignore-subject-if-w-thread-or-message-node
make-encryption-icon-status-more-noticeable
master
nice-presence
obsfucate-password-length
openpgp-plugin-hide-revoked-expired
search-filter-online-contacts
sensible-conversation-details-icon
set-presence
show-contact-status-in-start-chat-window
show-message-encryption-type-tooltip
stop-duplicating-roster-subscription-box
My branches for the dino XMPP project
Miquel Lionel
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libdino
/
src
/
service
/
message_processor.vala
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix character counting for fallbacks
fiaxh
2023-05-01
1
-2
/
+1
*
Code cleanup: Remove left-over usages of mam_earliest_synced
fiaxh
2023-04-23
1
-24
/
+0
*
Fix crash on NS_URI call when own server has no MAM; drop broken mam:1 "support"
fiaxh
2023-04-23
1
-6
/
+8
*
Fix typing notifications in groupchats
Marvin W
2023-03-02
1
-0
/
+4
*
Deduplicate messages before storing in database
Marvin W
2023-02-07
1
-66
/
+70
*
Collapse most stream releated errors into IOError
Marvin W
2023-02-07
1
-1
/
+1
*
Always display reaction+reply buttons, disable if not possible
fiaxh
2023-01-30
1
-11
/
+1
*
Support replies and reactions to files
fiaxh
2023-01-11
1
-18
/
+33
*
Replies: Fix fallback bodies with multi-line quotes
fiaxh
2023-01-08
1
-1
/
+1
*
Add support for XEP-0461 replies (with fallback)
fiaxh
2023-01-06
1
-0
/
+20
*
Fix compiler warnings
fiaxh
2022-12-30
1
-1
/
+1
*
Rewrite MAM logic and add MUC MAM
fiaxh
2022-10-10
1
-256
/
+20
*
Fix delivery error displaying for MUC PMs
fiaxh
2022-01-01
1
-3
/
+7
*
Remove ContentFilters
fiaxh
2021-12-09
1
-2
/
+4
*
Display message delivery error, color text using theme colors
fiaxh
2021-08-17
1
-0
/
+13
*
Add support for unencrypted RTP calls to libdino
fiaxh
2021-03-21
1
-1
/
+1
*
Don't crash on MAM id-time hickup
fiaxh
2020-10-27
1
-33
/
+47
*
Improve message resending
fiaxh
2020-09-10
1
-1
/
+2
*
Fix message duplication in MUC PMs
fiaxh
2020-09-07
1
-1
/
+1
*
Don't clear MAM id times on stream negotiated
fiaxh
2020-09-02
1
-1
/
+2
*
Don't create a second message object for each typing notification
fiaxh
2020-07-22
1
-1
/
+1
*
Visually highlight pending messages, improve resending
fiaxh
2020-07-16
1
-6
/
+22
*
Only query entity caps when we need them
fiaxh
2020-07-16
1
-5
/
+5
*
Add queue and resending to stream management
fiaxh
2020-07-15
1
-0
/
+3
*
Don't strip() at XML layer
Marvin W
2020-06-28
1
-1
/
+3
*
Check if server supports uid
fiaxh
2020-06-03
1
-3
/
+12
*
Store current resource for sent message (if server didn't give us the resourc...
fiaxh
2020-05-24
1
-0
/
+6
*
Handle entity hash in server features node, make ServiceDiscovery request_inf...
fiaxh
2020-04-24
1
-10
/
+6
*
Add keyboard shortcut (up key) to activate last message correction
fiaxh
2020-04-05
1
-1
/
+1
*
Add support for last message correction
fiaxh
2020-04-03
1
-0
/
+21
*
Fix messages to self being duplicated
fiaxh
2020-03-09
1
-4
/
+12
*
Make message sending async and set unsent on error
fiaxh
2020-03-05
1
-29
/
+37
*
Improve MUC message resending
fiaxh
2020-03-03
1
-7
/
+27
*
Only distinguish between typing or not (incoming)
fiaxh
2020-02-20
1
-0
/
+3
*
Correctly display names in groupchat pms
Marvin W
2020-01-09
1
-1
/
+1
*
Properly check Jids everywhere
Marvin W
2019-12-23
1
-1
/
+1
*
Add timing to logs, fix issue of silently ignored I/O errors
Marvin W
2019-12-22
1
-2
/
+1
*
Trim ms from local_time when creating messages
fiaxh
2019-12-19
1
-3
/
+5
*
Refactor MAM catchup. Fetch from latest to earliest message.
fiaxh
2019-12-18
1
-19
/
+294
*
Add (partial) support for unique stanza ids (XEP-0359)
fiaxh
2019-12-18
1
-7
/
+32
*
Optimizations: Database indices, cache id-Jid instead of id-jid_string, join ...
fiaxh
2019-08-02
1
-2
/
+2
*
Remove Message.stanza field
fiaxh
2019-05-26
1
-2
/
+0
*
Remove Slack message handling
fiaxh
2019-02-17
1
-29
/
+0
*
Do not ignore encrypted messages without a body tag
Thibaut Girka
2019-02-17
1
-3
/
+14
*
Fix property with custom get+set to not have a default value (compiler error ...
fiaxh
2018-09-04
1
-1
/
+1
*
Only assume UUID to be unique for one counterpart+account when deduplicating
fiaxh
2018-03-10
1
-1
/
+1
*
Recognize own MUC messages from other device
fiaxh
2018-03-10
1
-5
/
+9
*
Handle multiple chat state notifications per bare jid
fiaxh
2018-03-10
1
-2
/
+2
*
Only notify on last MAM message, only if not read
fiaxh
2018-03-06
1
-1
/
+4
*
Small fixes
fiaxh
2018-01-30
1
-1
/
+1
[next]