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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Adapt github actions for libnice & libgstreamer dependency
fiaxh
2021-03-21
1
-1
/
+1
|
*
Add UI for audio/video calls
fiaxh
2021-03-21
29
-7
/
+1514
|
*
Add support for unencrypted RTP calls to libdino
fiaxh
2021-03-21
14
-7
/
+814
|
*
Add RTP implementation as plugin
Marvin W
2021-03-21
11
-6
/
+1752
|
*
Add gstreamer .cmake instructions
Marvin W
2021-03-21
3
-0
/
+40
|
*
Add initial Jingle Message Initiation (XEP-0353) support
fiaxh
2021-03-21
2
-0
/
+101
|
*
Add support for Jingle RTP sessions (XEP-0167) to xmpp-vala
Marvin W
2021-03-21
7
-0
/
+507
|
*
Add libnice-based ICE-UDP implementation as plugin
Marvin W
2021-03-21
7
-16
/
+386
|
*
Add External Service Discovery (XEP-0215) support
fiaxh
2021-03-21
1
-0
/
+49
|
*
Add ICE-UDP Jingle transport (XEP-0176) to xmpp-vala
Marvin W
2021-03-21
3
-0
/
+243
|
*
Improve & refactor Jingle base implementation
fiaxh
2021-03-21
19
-1157
/
+1671
|
*
Add libnice and listen for direct connections in Jingle SOCKS5 (#608)
hrxi
2021-03-19
13
-16
/
+698
*
|
Use drop index if exists to help database up-down-grading
fiaxh
2021-05-01
1
-5
/
+5
*
|
Update translations
Translations
2021-04-11
110
-1154
/
+1529
*
|
Fix processing of XEP-0184 delivery receipts
fiaxh
2021-04-11
2
-6
/
+6
*
|
StreamManagement: Fix HashMap potentially being altered while being itterated
fiaxh
2021-04-08
1
-1
/
+1
*
|
Fix segfault on bad certificate with multiple xmpp records
fiaxh
2021-04-07
4
-10
/
+17
*
|
Let freedesktop notifications expire
fiaxh
2021-04-07
1
-5
/
+10
*
|
Set omemo+openpgp database properties to be the same as main db
fiaxh
2021-04-07
2
-5
/
+15
*
|
Fix accounts panel width (#1017)
Sergey
2021-03-24
1
-1
/
+1
*
|
Fix regression in FileItem generation
fiaxh
2021-03-23
2
-8
/
+17
|
/
*
Make 'Close' button close AboutDialog (#1018)
Sergey
2021-03-10
1
-0
/
+6
*
Fix some typos in variable names (#1016)
Sergey
2021-03-09
2
-29
/
+29
*
CMake: Make STATIC explict where needed
Marvin W
2021-03-06
3
-3
/
+3
*
QLite: Adjust Real for latest vala version
Marvin W
2021-03-06
1
-4
/
+6
*
Adjust ShortcutsWindow + AboutDialog for non-CSD mode
fiaxh
2021-03-05
1
-10
/
+29
*
Escape pango markup in names in GlobalSearch
fiaxh
2021-03-05
1
-2
/
+2
*
Add '--version' flag (#1014)
Sergey
2021-03-05
1
-0
/
+12
*
Switch from travis to github actions
fiaxh
2021-03-04
2
-24
/
+13
*
Update translations
Translations
2021-03-04
109
-1116
/
+1945
*
Add different formating with less contrast for markup strings like *,_,~ and ...
minils
2021-02-17
1
-1
/
+3
*
Improve IBR form handling (#990)
Michel Le Bihan
2021-02-17
3
-1
/
+22
*
Fix cyclic reference
fiaxh
2021-02-17
1
-7
/
+9
*
Add cache for file transfers
fiaxh
2021-02-17
5
-23
/
+69
*
Reduce use of Widget.destroy()
fiaxh
2021-02-10
10
-14
/
+12
*
Remove unnecessary Soup dependency from OMEMO plugin
fiaxh
2021-01-28
1
-1
/
+0
*
Make spell checking a setting, store language per conversation
fiaxh
2021-01-21
5
-12
/
+93
*
Add libgspell build dependency to travis' configuration
Thibaut Girka
2021-01-21
1
-2
/
+1
*
Add spell-checking using Gspell
Thibaut Girka
2021-01-21
4
-0
/
+54
*
Ellipsize long titles
mimi89999
2021-01-21
1
-1
/
+1
*
Ignore unrecognized options in ./configure
Marvin W
2021-01-18
1
-9
/
+2
*
Update DOAP file, use BCP 47 language format
fiaxh
2021-01-12
2
-8
/
+18
*
Add support for Direct MUC Invitations (XEP-0249)
fiaxh
2021-01-12
4
-1
/
+78
*
Update translations + DOAP
Translations
2021-01-11
107
-3972
/
+7272
*
More XEPs in the DOAP file (#974)
Kim Alvefur
2021-01-10
1
-0
/
+82
*
Add logo and screenshots to the DOAP file
Emmanuel Gil Peyrot
2021-01-02
1
-0
/
+6
*
Fix segfault on accept_certificate signal (fixup 81a5505)
fiaxh
2020-12-31
6
-16
/
+16
*
Show invalid certificate screen also when registering account
fiaxh
2020-12-31
2
-23
/
+41
*
Allow certificates from unknown CAs from .onion domains
fiaxh
2020-12-31
8
-17
/
+57
*
Set window urgency hint independent of notification setting
fiaxh
2020-12-30
4
-26
/
+21
[prev]
[next]