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
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
code cleanup
Christian Schneppe
2017-11-23
12
-15
/
+13
|
*
use empty wake lock tag
Christian Schneppe
2017-11-22
1
-2
/
+2
|
*
JingleConnection: fixed rare npe when canceling jingle
Christian Schneppe
2017-11-21
1
-3
/
+2
|
*
apperently some servers will ommit the from even for stanzas not going to them
Christian Schneppe
2017-11-21
1
-1
/
+1
|
*
remove prosody push from blacklist
Christian Schneppe
2017-11-21
1
-3
/
+0
|
*
SASL: don't prefer PLAIN auth over DIGEST-MD5 for nimbuzz.com
Christian Schneppe
2017-11-20
1
-1
/
+1
|
*
XmppConnection: throw bind failure when server tries to reassign domain
Christian Schneppe
2017-10-29
1
-1
/
+6
|
*
XmppConnection: do not count stanzas before smacks session has started
Christian Schneppe
2017-10-29
1
-1
/
+9
|
*
Jingle: create output stream on demand
Christian Schneppe
2017-10-29
3
-6
/
+9
|
*
wait up to 2s to let server close socket before force closing
Christian Schneppe
2017-09-04
1
-20
/
+24
|
*
fixed jingle state machine being thrown off by iq-result coming after ↵
Christian Schneppe
2017-09-04
2
-12
/
+14
|
|
|
|
session-accept
*
add more logging to http download connection and reset file params after ↵
Christian Schneppe
2017-08-13
1
-0
/
+2
|
|
|
|
setting expected size
*
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
2
-2
/
+21
|
*
fixed otr jingle file size reporting
Christian Schneppe
2017-08-01
1
-5
/
+1
|
*
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 ↵
Christian Schneppe
2017-08-01
1
-1
/
+3
|
|
|
|
options left
*
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
|
*
add publish-options helper class
Christian Schneppe
2017-08-01
1
-0
/
+17
|
*
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
|
*
use mam reference instead of timestamp
Christian Schneppe
2017-05-17
1
-0
/
+69
|
*
fixed missing lines in unified all account state exceptions
Christian Schneppe
2017-05-12
1
-2
/
+6
|
*
optimized imports
Christian Schneppe
2017-05-10
1
-1
/
+0
|
*
do not synchronize startXmpp() and sendPacket() on the same object
Christian Schneppe
2017-05-10
1
-4
/
+2
|
|
|
|
as this can block the ui
*
reset resource after bind failure
Christian Schneppe
2017-05-10
1
-0
/
+1
|
*
unified all account state exceptions
Christian Schneppe
2017-05-10
2
-64
/
+32
|
*
make jingle implementation send file hash when using ft5
Christian Schneppe
2017-05-09
4
-39
/
+90
|
*
support for jingle ft:5
Christian Schneppe
2017-05-09
2
-2
/
+7
|
*
avoid race conditions when downloading files or decrypting pgp messages
Christian Schneppe
2017-05-09
1
-7
/
+9
|
|
|
|
and waiting for sm catchup
*
make sure tag writer thread shuts down
Christian Schneppe
2017-04-26
1
-2
/
+3
|
*
use async message loading only when called from UI
Christian Schneppe
2017-04-13
1
-1
/
+1
|
*
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
|
|
|
|
|
|
|
wait for a first SM ACK before calculating if we need to trigger any notifications might have to be changed to an XEP-0199 ping later on. for now sending <r/> after resume seems to work outfine
*
rename the Xmlns class to Namespace
Christian Schneppe
2017-03-04
2
-16
/
+16
|
*
make x509 verification node world readable
Christian Schneppe
2017-03-04
1
-0
/
+11
|
*
Fix a typo in legacy
Christian Schneppe
2017-02-22
1
-2
/
+2
|
[next]