index
:
PiratX
feature/fixed_domain_flavor
master
thedevstack
The new way for communications
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
de
/
pixart
/
messenger
/
xmpp
/
XmppConnection.java
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
provide extra 'network is unreachable' account state
Christian Schneppe
2017-08-13
1
-0
/
+2
*
use base64 instead of base36 when creating random strings
Christian Schneppe
2017-08-01
1
-2
/
+2
*
skip initial socket closing if thread was already interrupted
Christian Schneppe
2017-08-01
1
-1
/
+7
*
use publish-options instead of always pushing node configuration
Christian Schneppe
2017-08-01
1
-0
/
+7
*
catch IllegalArgumentException caused by invalid custom hostname
Christian Schneppe
2017-08-01
1
-7
/
+4
*
verify with hostname in direct tls connections
Christian Schneppe
2017-08-01
1
-1
/
+1
*
throw state changing exception on failed tls only if no more connection optio...
Christian Schneppe
2017-08-01
1
-1
/
+3
*
work around idn short comings in minidns
Christian Schneppe
2017-08-01
1
-1
/
+2
*
catch state changing error when sending timeout to iq callbacks
Christian Schneppe
2017-08-01
1
-3
/
+7
*
deduplicate disco items before disco#info
Christian Schneppe
2017-08-01
1
-1
/
+7
*
fixed ip reporting for dns look ups
Christian Schneppe
2017-06-24
1
-1
/
+1
*
also check for hostname in in certs if hostname is from trusted source
Christian Schneppe
2017-06-24
1
-16
/
+16
*
upgrade minidns. refactored dns utils
Christian Schneppe
2017-06-24
1
-25
/
+14
*
offer to open website if ibb offers oob redirect
Christian Schneppe
2017-06-24
1
-9
/
+31
*
rename resource on bind conflict
Christian Schneppe
2017-05-31
1
-1
/
+7
*
invoke statusChanged callback after syncronization
Christian Schneppe
2017-05-31
1
-16
/
+20
*
synchronize on dedicated lock for catchup instead of account
Christian Schneppe
2017-05-31
1
-1
/
+7
*
clean up client cert selection code
Christian Schneppe
2017-05-28
1
-1
/
+2
*
differentiate starttls failure and sasl failure
Christian Schneppe
2017-05-17
1
-14
/
+17
*
fixed missing lines in unified all account state exceptions
Christian Schneppe
2017-05-12
1
-2
/
+6
*
do not synchronize startXmpp() and sendPacket() on the same object
Christian Schneppe
2017-05-10
1
-4
/
+2
*
reset resource after bind failure
Christian Schneppe
2017-05-10
1
-0
/
+1
*
unified all account state exceptions
Christian Schneppe
2017-05-10
1
-63
/
+31
*
avoid race conditions when downloading files or decrypting pgp messages
Christian Schneppe
2017-05-09
1
-7
/
+9
*
make sure tag writer thread shuts down
Christian Schneppe
2017-04-26
1
-2
/
+3
*
Optimized imports from entire project
Christian Schneppe
2017-04-13
1
-1
/
+1
*
do not pipeline first SM request because that might fail when resume fails
Christian Schneppe
2017-03-23
1
-1
/
+1
*
experimental: wait for SM catchup before triggering notifications
Christian Schneppe
2017-03-23
1
-0
/
+21
*
rename the Xmlns class to Namespace
Christian Schneppe
2017-03-04
1
-12
/
+12
*
Fix a typo in legacy
Christian Schneppe
2017-02-22
1
-2
/
+2
*
migrate domain and host exemption into seperate class
Christian Schneppe
2017-02-22
1
-2
/
+7
*
npe checks
Christian Schneppe
2017-02-22
1
-2
/
+4
*
bump mam namespace
Christian Schneppe
2017-02-22
1
-2
/
+7
*
only force close tagwriter before creating a new one
Christian Schneppe
2017-02-14
1
-6
/
+3
*
use base64 encoding for file names uploaded with http
Christian Schneppe
2017-01-29
1
-1
/
+1
*
make sure to properly stop tagwriter
Christian Schneppe
2017-01-25
1
-1
/
+3
*
Add SCRAM-SHA-2 support
Christian Schneppe
2017-01-16
1
-0
/
+3
*
refactor getServerIdentity() to parse disco result directly
Christian Schneppe
2017-01-15
1
-34
/
+21
*
add support for RFC7711 to MTM
Christian Schneppe
2016-12-18
1
-1
/
+2
*
close socket after failed stream open
Christian Schneppe
2016-11-20
1
-47
/
+50
*
check if thread was interrupted before doing operations on socket
Christian Schneppe
2016-11-20
1
-77
/
+88
*
issue ping after network change
Christian Schneppe
2016-11-20
1
-1
/
+1
*
don't reset last connect time on network change
Christian Schneppe
2016-11-20
1
-2
/
+4
*
reformat code
Christian Schneppe
2016-11-19
1
-1571
/
+1571
*
extracting stanza-id where by=account
Christian Schneppe
2016-11-07
1
-0
/
+4
*
code cleanup
Christian Schneppe
2016-10-18
1
-2
/
+0
*
synchronize access to json key storage in account model
Christian Schneppe
2016-10-13
1
-12
/
+7
*
reset sending to waiting on every error
Christian Schneppe
2016-10-08
1
-1
/
+3
*
create new instances of key manager every time it's used
Christian Schneppe
2016-10-08
1
-3
/
+6
*
try to fix messages stuck at sending
Christian Schneppe
2016-10-08
1
-1
/
+2
[next]