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
/
conversation_manager.vala
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Fix own message marker marking conversations as read
fiaxh
2020-10-15
1
-6
/
+11
|
*
Don't create a second message object for each typing notification
fiaxh
2020-07-22
1
-0
/
+11
|
*
Fix nick change in MUC, update bookmark accordingly; remove unused code
fiaxh
2020-04-26
1
-4
/
+0
|
*
Fix ConversationRow closing if animations are disabled
fiaxh
2020-01-17
1
-0
/
+2
|
*
Refactor MAM catchup. Fetch from latest to earliest message.
fiaxh
2019-12-18
1
-1
/
+1
|
*
Rework no-open-conversation placeholder
fiaxh
2019-10-01
1
-0
/
+1
|
*
Don't show conversations from account after it was disabled
fiaxh
2019-08-28
1
-0
/
+9
|
|
|
|
fixes #277
*
Fix runtime criticals
fiaxh
2019-06-22
1
-3
/
+5
|
*
Don't change type of a conversation
fiaxh
2019-06-01
1
-18
/
+39
|
*
Remove Message.stanza field
fiaxh
2019-05-26
1
-9
/
+7
|
*
Don't move opened conversation to the top of the list, scroll along with ↵
fiaxh
2019-04-24
1
-2
/
+2
|
|
|
|
|
|
selected conversation fixes #544
*
Do not ignore encrypted messages without a body tag
Thibaut Girka
2019-02-17
1
-1
/
+1
|
|
|
|
Fixes #473
*
Visually highlight mentions in MUCs
fiaxh
2018-01-28
1
-6
/
+0
|
|
|
|
fixes #267
*
Pipeline for incoming messages in libdino
fiaxh
2018-01-28
1
-1
/
+26
|
*
Move Jid class to xmpp-vala, partially refactor namespace
Marvin W
2018-01-28
1
-6
/
+8
|
*
Match message with previously arrived marker
fiaxh
2017-12-05
1
-7
/
+9
|
*
Replace deprecated function usages
fiaxh
2017-11-16
1
-0
/
+1
|
*
Use GNotification instead of libnotify
fiaxh
2017-09-19
1
-0
/
+9
|
*
Use utc time everywhere
fiaxh
2017-08-31
1
-1
/
+1
|
*
MAM fixes
fiaxh
2017-08-19
1
-3
/
+3
|
|
|
|
|
|
- don't send first request for timestamp -60 - only open conversation for messages within last 24h - always show latest message in conversation tabs
*
Sync MUC join/part behaviour with autojoin flag in bookmarks
fiaxh
2017-04-23
1
-1
/
+1
|
*
MUC improvements
fiaxh
2017-04-11
1
-1
/
+1
|
*
MessageStorage/Processor, correctly resolve conversations (fixup 22adbd3)
fiaxh
2017-04-04
1
-4
/
+8
|
*
Handle MUC private messages
fiaxh
2017-03-31
1
-2
/
+22
|
*
Fix conversation last_active
fiaxh
2017-03-31
1
-25
/
+24
|
*
Move some database interaction into entities
fiaxh
2017-03-23
1
-3
/
+2
|
|
|
|
fixes #2
*
Select conversation on startup, placeholder for "No conversation selected", ↵
fiaxh
2017-03-20
1
-0
/
+15
|
|
|
|
start services before UI
*
Add typed identity to manager modules and stream flags
fiaxh
2017-03-20
1
-13
/
+5
|
*
Improve Plugin API (allow to move encryption into plugin)
Marvin W
2017-03-11
1
-1
/
+1
|
*
Initial plugin system
Marvin W
2017-03-10
1
-0
/
+103