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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix runtime criticals
fiaxh
2018-09-16
1
-8
/
+14
*
Notification on TLS error/wrong password, log TLS cert issues, don't make acc...
fiaxh
2018-09-15
1
-0
/
+2
*
Fix property with custom get+set to not have a default value (compiler error ...
fiaxh
2018-09-04
1
-1
/
+1
*
Fix sent messages sometimes being displayed twice
fiaxh
2018-09-02
1
-4
/
+1
*
Initial implementation of SCRAM-SHA-1
Marvin W
2018-09-01
2
-4
/
+4
*
Add `hidden` column to content_item table
fiaxh
2018-08-31
4
-48
/
+84
*
Merge pull request #415 from bobufa/message-search
fiaxh
2018-08-31
6
-43
/
+660
|
\
|
*
rename content db table -> content_item
bobufa
2018-08-13
2
-4
/
+4
|
*
sort file transfers into correct conversation
bobufa
2018-08-13
3
-11
/
+14
|
*
fix non-adjacent messages being shown before/after hit
bobufa
2018-08-13
1
-12
/
+19
|
*
add suggestions/auto-complete for search filters
bobufa
2018-08-13
1
-4
/
+155
|
*
improve sidebar UI
bobufa
2018-08-13
3
-14
/
+30
|
*
add search filter expressions
bobufa
2018-08-13
1
-17
/
+68
|
*
accumulate conversation content in meta db table
bobufa
2018-08-13
5
-253
/
+304
|
*
initial search logic / display
bobufa
2018-08-13
2
-0
/
+55
|
*
load+display later messages when scrolling down
bobufa
2018-08-13
4
-32
/
+60
|
*
refactor conversation item management (accumulate them in libdino)
bobufa
2018-08-13
3
-21
/
+272
|
*
enable fts for the body of messages
bobufa
2018-08-13
1
-1
/
+5
*
|
Fix display names for MUCs w/o localpart
fiaxh
2018-08-22
1
-1
/
+1
*
|
In-Band Registration
fiaxh
2018-08-22
2
-0
/
+43
|
/
*
Fix MUC messages from others being marked as read
fiaxh
2018-08-06
1
-2
/
+2
*
Support MUC avatars
fiaxh
2018-07-31
1
-5
/
+14
*
Fire signal on subscription approval
fiaxh
2018-07-30
1
-0
/
+4
*
Fix empty display names, fix update contact roster name
fiaxh
2018-05-10
1
-3
/
+3
*
small fixes
fiaxh
2018-04-17
1
-19
/
+32
*
Do not mark messages as read if they are only marked as received
Thibaut Girka
2018-03-22
1
-0
/
+1
*
Small connection fixes
fiaxh
2018-03-10
2
-42
/
+36
*
Only assume UUID to be unique for one counterpart+account when deduplicating
fiaxh
2018-03-10
2
-7
/
+17
*
Recognize own MUC messages from other device
fiaxh
2018-03-10
2
-8
/
+16
*
Handle multiple chat state notifications per bare jid
fiaxh
2018-03-10
2
-11
/
+22
*
Only notify on last MAM message, only if not read
fiaxh
2018-03-06
5
-23
/
+68
*
Move notification sounds (canberra dependency) into plugin, introduce libdino...
fiaxh
2018-03-05
1
-0
/
+53
*
Small fixes
fiaxh
2018-01-30
3
-4
/
+4
*
Make slack workarounds use in-pipeline
fiaxh
2018-01-28
1
-18
/
+29
*
Only display transferred images, display file names, open in system viewer, i...
fiaxh
2018-01-28
2
-4
/
+8
*
Visually highlight mentions in MUCs
fiaxh
2018-01-28
2
-10
/
+11
*
Pipeline for incoming messages in libdino
fiaxh
2018-01-28
5
-79
/
+220
*
Small fixes to MucManager
Marvin W
2018-01-28
1
-4
/
+9
*
Fix certain Slack specific issues (using host-based workarounds)
Marvin W
2018-01-28
2
-3
/
+34
*
Move Jid class to xmpp-vala, partially refactor namespace
Marvin W
2018-01-28
13
-232
/
+199
*
Fix typos in comments and variable names (#269)
linkmauve
2018-01-10
1
-2
/
+2
*
Move to GNetworkMonitor (#236)
Mathieu Bridon
2018-01-09
1
-20
/
+20
*
Add support for setting a new Affiliation in a muc (#266)
David Plassmann
2018-01-09
1
-0
/
+5
*
Show error on invalid TLS certificate
fiaxh
2018-01-04
1
-12
/
+24
*
Place time+encryption+read directly right of name
fiaxh
2017-12-31
1
-4
/
+3
*
Clear chat states on own/contact disconnect
fiaxh
2017-12-30
1
-0
/
+2
*
Show subscription request in conversation summary
fiaxh
2017-12-30
1
-5
/
+20
*
Load messages for conversation view from cache
fiaxh
2017-12-13
1
-6
/
+22
*
Match message with previously arrived marker
fiaxh
2017-12-05
3
-15
/
+30
*
ConversationView: Split merged messages when an in-between one is added
fiaxh
2017-11-22
1
-1
/
+10
[next]