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
/
xmpp-vala
/
src
/
core
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix build on some Vala compiler versions
Marvin W
2023-09-24
1
-0
/
+10
*
Fix xml output intendation
fiaxh
2023-05-13
1
-1
/
+1
*
Improve history sync under load
Marvin W
2023-02-07
1
-1
/
+1
*
Add priority for and allow cancellation of outgoing stanzas
Marvin W
2023-02-07
3
-16
/
+16
*
Collapse most stream releated errors into IOError
Marvin W
2023-02-07
10
-108
/
+80
*
HTTP: Make LimitInputStream pollable for better async compatibility
Marvin W
2022-11-04
1
-1
/
+1
*
Fix crash when using direct TLS + ALPN
fiaxh
2021-10-15
1
-1
/
+1
*
Fix misc compiler warnings
fiaxh
2021-10-12
1
-1
/
+3
*
Unify connection debug messages
selurvedu
2021-08-09
2
-4
/
+4
*
Merge remote-tracking branch 'origin/feature/calls'
fiaxh
2021-05-11
1
-2
/
+2
|
\
|
*
Improve & refactor Jingle base implementation
fiaxh
2021-03-21
1
-2
/
+2
*
|
Fix segfault on bad certificate with multiple xmpp records
fiaxh
2021-04-07
4
-10
/
+17
|
/
*
Fix segfault on accept_certificate signal (fixup 81a5505)
fiaxh
2020-12-31
4
-11
/
+11
*
Allow certificates from unknown CAs from .onion domains
fiaxh
2020-12-31
6
-12
/
+32
*
Refactor XmppStream, TLS and connection method logic
fiaxh
2020-11-20
7
-287
/
+420
*
Improve stream management queue
fiaxh
2020-07-21
2
-1
/
+8
*
Visually highlight pending messages, improve resending
fiaxh
2020-07-16
1
-1
/
+1
*
Add queue and resending to stream management
fiaxh
2020-07-15
2
-9
/
+35
*
Don't strip() at XML layer
Marvin W
2020-06-28
1
-5
/
+10
*
Work-around use after free
Marvin W
2020-04-01
1
-1
/
+1
*
Properly check Jids everywhere
Marvin W
2019-12-23
1
-1
/
+5
*
Add timing to logs, fix issue of silently ignored I/O errors
Marvin W
2019-12-22
3
-14
/
+18
*
Don't continue reading after stream was disconnected, make disconnecting async
fiaxh
2019-11-27
1
-9
/
+14
*
Don't attempt DNS SRV lookups in connection fallback
fiaxh
2019-11-18
1
-1
/
+1
*
Fix some warnings
hrxi
2019-09-10
1
-2
/
+0
*
Unroll some async methods in stanza reader
Marvin W
2019-07-14
1
-19
/
+37
*
Do not log long bodies
Marvin W
2019-07-14
1
-0
/
+3
*
Fix ANSI color removal for XMPP log on non-tty stderrs
hrxi
2019-06-06
1
-2
/
+2
*
Don't set timeouts on registration connection attempts
fiaxh
2019-06-01
1
-1
/
+4
*
Use glib log functions
fiaxh
2019-03-15
1
-3
/
+3
*
Fix compiler error (From using uint8[].copy())
fiaxh
2019-02-04
1
-2
/
+2
*
Improve ping timeouts, add debug output for XmlErrors and ping timeouts
fiaxh
2019-01-02
1
-26
/
+33
*
Small connection fixes
fiaxh
2018-03-10
1
-0
/
+6
*
Move Jid class to xmpp-vala, partially refactor namespace
Marvin W
2018-01-28
7
-15
/
+16
*
Fix typos in comments and variable names (#269)
linkmauve
2018-01-10
1
-1
/
+1
*
Tab completion: Case insensitive, handle spaces
fiaxh
2018-01-06
1
-1
/
+1
*
Show error on invalid TLS certificate
fiaxh
2018-01-04
3
-24
/
+29
*
Async service lookup, connect and write
fiaxh
2017-11-23
2
-22
/
+48
*
Read+(write) stream async
fiaxh
2017-11-16
3
-71
/
+78
*
Fix warnings
fiaxh
2017-10-31
2
-4
/
+6
*
http-files: max-file-size handling
fiaxh
2017-09-26
1
-1
/
+1
*
xmpp-vala: use encoded value when formatting stanza attributes
Marvin W
2017-08-29
1
-3
/
+3
*
Fix some UI issues
Marvin W
2017-08-22
1
-1
/
+1
*
xmpp-vala: Connection fallback without SRV records
fiaxh
2017-08-19
1
-2
/
+6
*
xmpp-vala: catch TLS errors during read()
Marvin W
2017-08-17
1
-0
/
+2
*
Stream Management
fiaxh
2017-08-14
1
-15
/
+36
*
xmpp-vala: improve namespace handling, add some tests
Marvin W
2017-08-12
5
-30
/
+74
*
SRV records for XMPP over TLS
fiaxh
2017-08-11
1
-4
/
+52
*
http files: Fix double-free rance-condition
fiaxh
2017-08-07
2
-122
/
+127
*
MUC join behaviour + small MUC error changes
fiaxh
2017-06-13
2
-2
/
+6
[next]