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
*
show max file size for httpupload in profile --> server info
Christian Schneppe
2018-11-08
1
-1
/
+1
*
reformat XmppConnection.java
Christian Schneppe
2018-10-24
1
-37
/
+30
*
only store non hardcoded resolver result in db
Christian Schneppe
2018-10-20
1
-1
/
+1
*
use short read timeout when waiting for first stream open. disable read timeo...
Christian Schneppe
2018-10-04
1
-1
/
+2
*
clean up connection code. unify domain = ip and extended connection settings ...
Christian Schneppe
2018-10-02
1
-59
/
+21
*
use sni and alpn for start tls as well. apperently google requires it
Christian Schneppe
2018-10-02
1
-0
/
+2
*
introduced error code for server not opening stream after auth or starttls
Christian Schneppe
2018-10-01
1
-2
/
+5
*
code cleanup
Christian Schneppe
2018-10-01
1
-5
/
+5
*
fixed regression that didn’t enable SNI
Christian Schneppe
2018-10-01
1
-2
/
+2
*
use conscrypt as security provider to provide tls 1.3 and modern cyphers on o...
Christian Schneppe
2018-10-01
1
-0
/
+4
*
speed up DNS
Christian Schneppe
2018-09-13
1
-2
/
+0
*
removed synchronized in favor of another interrupted check in startXmpp()
Christian Schneppe
2018-09-11
1
-1
/
+4
*
use volatile for thread object in XmppConnection
Christian Schneppe
2018-08-30
1
-5
/
+4
*
store bookmarks in pep if conversion xep is running
Christian Schneppe
2018-08-26
1
-0
/
+4
*
do not call listeners while being synchronized on stanza queue
Christian Schneppe
2018-07-29
1
-5
/
+19
*
fix bug in XmppConnection
Christian Schneppe
2018-07-15
1
-3
/
+3
*
support mam:1
Christian Schneppe
2018-07-09
1
-5
/
+6
*
improve identification of muc service
Christian Schneppe
2018-07-09
1
-0
/
+1
*
use Tor on http upload is account uses onion domain
Christian Schneppe
2018-06-17
1
-1
/
+1
*
report unparsable limit as http upload available
Christian Schneppe
2018-06-16
1
-1
/
+1
*
add support for S3 file transfers
Christian Schneppe
2018-05-26
1
-26
/
+31
*
some tor modifications
Christian Schneppe
2018-05-17
1
-1
/
+1
*
Support both new and old http upload namespaces
Christian Schneppe
2018-05-05
1
-4
/
+11
*
return InvalidJid object instead of null if Jid can not be parsed
Christian Schneppe
2018-05-02
1
-25
/
+35
*
fixed muc detection for rare cases where muc is hosted on primary domain
Christian Schneppe
2018-04-22
1
-0
/
+6
*
messages coming from known muc server are treated as muc when creating conver...
Christian Schneppe
2018-04-12
1
-3
/
+9
*
presist http upload availibility
Christian Schneppe
2018-04-12
1
-5
/
+4
*
trim to original resource if server added something
Christian Schneppe
2018-04-08
1
-1
/
+23
*
fixed rare crash on jolla devices
Christian Schneppe
2018-04-07
1
-1
/
+1
*
return contact and account.getServer() as String
Christian Schneppe
2018-04-07
1
-103
/
+94
*
migrate to xmpp-addr
Christian Schneppe
2018-04-02
1
-101
/
+100
*
get rid of customizable resources
Christian Schneppe
2018-04-01
1
-164
/
+161
*
integrate trust manager into conversations
Christian Schneppe
2018-03-12
1
-2
/
+2
*
added config param to use a random resource at every bind
Christian Schneppe
2018-02-26
1
-2
/
+3
*
request disco items before disco#info on first connect
Christian Schneppe
2018-02-22
1
-1
/
+7
*
warn when attempting to write stanza to an unbound stream
Christian Schneppe
2018-02-22
1
-20
/
+28
*
do not allow insecure bind
Christian Schneppe
2018-02-19
1
-7
/
+5
*
Namespace: Add constant for 'jabber:x:data' & Make use of Namespace.DATA cons...
Christian Schneppe
2018-02-19
1
-2
/
+2
*
SM saftey checks
Christian Schneppe
2018-02-10
1
-1
/
+11
*
permanently cache last resolver result
Christian Schneppe
2018-01-21
1
-0
/
+14
*
remove wakelocks in XmlReader
Christian Schneppe
2018-01-21
1
-12
/
+2
*
use countdownlatch to check if TagWriter has finished
Christian Schneppe
2018-01-21
1
-11
/
+1
*
fixed interupt handling
Christian Schneppe
2018-01-21
1
-16
/
+30
*
postpone notification actions (mark as read, reply) until after messages are ...
Christian Schneppe
2018-01-21
1
-4
/
+6
*
disable offline messages. postpone prekey handling until after mam catchup
Christian Schneppe
2018-01-21
1
-0
/
+4
*
show pep as available if omemo_all_access has been installed on server
Christian Schneppe
2017-12-27
1
-4
/
+6
*
XmppConnection: refactor registration code. 'Open Website' on PAYMENT_REQUIRE...
Christian Schneppe
2017-12-16
1
-54
/
+65
*
use empty wake lock tag
Christian Schneppe
2017-11-22
1
-2
/
+2
*
apperently some servers will ommit the from even for stanzas not going to them
Christian Schneppe
2017-11-21
1
-1
/
+1
*
SASL: don't prefer PLAIN auth over DIGEST-MD5 for nimbuzz.com
Christian Schneppe
2017-11-20
1
-1
/
+1
[next]