index
:
conversations-plus
filetransfer
introduce_cplus_database_version
master
message_display_rework
improved conversations
lookshe
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
eu
/
siacs
/
conversations
/
xmpp
/
XmppConnection.java
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-03-02
Fixes FS#146: Remove Tor-Support
steckbrief
1
-14
/
+1
2016-02-17
fixed regression that caused messages in muc not being send
Daniel Gultsch
1
-1
/
+1
2016-02-14
optional mode to close tcp connection when going into background
Daniel Gultsch
1
-20
/
+38
2016-02-12
Imports organized
steckbrief
1
-14
/
+2
2016-02-12
Simplification of DNS requests.
steckbrief
1
-63
/
+48
2016-02-12
client side support for XEP-0357: Push Notifications
Daniel Gultsch
1
-9
/
+5
2016-02-03
use TLSv1.2 as SSL context on supported plattforms
Daniel Gultsch
1
-1
/
+1
2016-02-03
cache server caps
Daniel Gultsch
1
-1
/
+16
2016-01-29
be more careful with resetting the stream id
Daniel Gultsch
1
-2
/
+1
2016-01-25
expert setting to trigger extended connection options
Daniel Gultsch
1
-2
/
+11
2016-01-23
Factor out a representation of XEP-0030 results
Stephen Paul Weber
1
-47
/
+30
2016-01-23
reset stanza queue when resetting xmppconnection
Daniel Gultsch
1
-0
/
+1
2016-01-22
added config variable to allow non-tls connections
Daniel Gultsch
1
-2
/
+3
2016-01-16
reuse same xmppconnection for reconnects
Daniel Gultsch
1
-0
/
+8
2016-01-15
nimbuzz.com: don't wait for disco replies to set account to online
Daniel Gultsch
1
-11
/
+26
2016-01-12
throw security exception instead of going to next srv entry
Daniel Gultsch
1
-1
/
+3
2016-01-12
move some ssl socket modifiers into a seperate helper class
Daniel Gultsch
1
-56
/
+5
2016-01-11
Implement XEP-0368: SRV records for XMPP over TLS
moparisthebest
1
-54
/
+149
2016-01-11
reworked that loop that iterates over various servers
Daniel Gultsch
1
-16
/
+10
2015-12-17
throw exception at the end of the stream
Daniel Gultsch
1
-128
/
+122
2015-12-15
timeout service discovery after 20s
Daniel Gultsch
1
-7
/
+42
2015-12-09
wait with status change to online after all disco queries have been made
Daniel Gultsch
1
-5
/
+14
2015-12-01
add error state for unavailable tor network
Daniel Gultsch
1
-6
/
+2
2015-12-01
refactored socks5 connection code. make jingle transport use that new code
Daniel Gultsch
1
-23
/
+6
2015-12-01
do socks5 connect manually
Daniel Gultsch
1
-14
/
+34
2015-12-01
initial tor support
Daniel Gultsch
1
-5
/
+13
2015-11-26
detect server identity and added muc-workaround for slack
Daniel Gultsch
1
-2
/
+34
2015-11-25
pgp fixes and revert configuration changes
Daniel Gultsch
1
-1
/
+1
2015-11-01
don't close socket on disconnect
Daniel Gultsch
1
-1
/
+0
2015-10-29
avoid npe when checking for stream restart
Daniel Gultsch
1
-2
/
+4
2015-10-19
synchronize around the disco object
Daniel Gultsch
1
-44
/
+53
2015-10-17
only try EXTERNAL auth if client certificate is set for account
Daniel Gultsch
1
-1
/
+1
2015-10-16
introduced code to verify omemo device keys with x509 certificates.
Daniel Gultsch
1
-4
/
+6
2015-10-16
block code when doing unforced disconnect
Daniel Gultsch
1
-35
/
+32
2015-10-15
use own XmppDomainVerifier instead of deprecated StrictHostnameVerifier. fixe...
Daniel Gultsch
1
-2
/
+3
2015-10-13
cleaned up some code. log last tag
Daniel Gultsch
1
-8
/
+14
2015-10-12
code clean up
Daniel Gultsch
1
-16
/
+4
2015-10-11
enable SASL EXTERNAL (certificate login
Daniel Gultsch
1
-3
/
+61
2015-10-11
Captcha support.
Armin Novak
1
-23
/
+89
2015-09-30
request stanza count after every ibb data stanza to not fill our own stanza q...
Daniel Gultsch
1
-6
/
+8
2015-09-29
only invoke MTM in interactive mode after direct user input
Daniel Gultsch
1
-3
/
+15
2015-09-19
let DnsHelper provide a fallback solution
Daniel Gultsch
1
-42
/
+33
2015-09-19
remove the from attribute from sendStartStream() fixes #1419
Michael
1
-1
/
+0
2015-09-17
ignore spoofed stanzas in facebook chat
Daniel Gultsch
1
-1
/
+1
2015-09-01
added special error state for dns timeout
Daniel Gultsch
1
-1
/
+7
2015-08-28
use build in method on >= lolipop devices to discover dns servers
Daniel Gultsch
1
-1
/
+1
2015-08-28
reformating and upper bound for waiting on stanza writer
Daniel Gultsch
1
-8
/
+16
2015-08-26
explictitly handle iq timeouts in bind and session iqs
Daniel Gultsch
1
-2
/
+7
2015-08-26
moved actual iq callback out of synchronized find callback block
Daniel Gultsch
1
-3
/
+7
2015-08-25
fixed session time
Daniel Gultsch
1
-7
/
+2
[next]