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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-08-31
fixed unlikely race between enabling carbons and discovering last MAM id
Christian Schneppe
1
-3
/
+3
2019-08-31
increased reconnection interval after policy violation
Christian Schneppe
1
-1
/
+3
2019-08-31
create empty disco result on error to fire advance stream features event
Christian Schneppe
1
-1
/
+14
2019-07-17
use helper method to close socket
Christian Schneppe
1
-10
/
+3
2019-07-01
code cleanup & small fixes
Christian Schneppe
1
-2
/
+2
2019-06-25
Revert "Networkstack - let OS decide IPv4 or IPv6 (#267)"
Christian Schneppe
1
-5
/
+26
2019-06-25
implement client support for muc push
Christian Schneppe
1
-2
/
+2
2019-06-22
performance improvement of message expiry
Christian Schneppe
1
-2
/
+2
2019-06-18
self ping (xep-0410) after receiving invite to muc
Christian Schneppe
1
-1
/
+1
2019-06-08
Networkstack - let OS decide IPv4 or IPv6 (#267)
genofire
1
-26
/
+5
2019-05-04
Make use of Namespace.REGISTER constant
Christian Schneppe
1
-4
/
+4
2019-04-01
remove logging from delete from server
Christian Schneppe
1
-1
/
+0
2019-03-31
add ability to delete account also from server
Christian Schneppe
1
-0
/
+16
2019-02-21
Deduplicate presences
Christian Schneppe
1
-1
/
+2
2019-02-09
print available stream features / mechanisms on incompat server
Christian Schneppe
1
-0
/
+4
2019-02-08
reset inviteuri after successful generation
Christian Schneppe
1
-3
/
+2
2019-02-08
implement adhoc invite links if server supports this
Christian Schneppe
1
-0
/
+73
2019-01-27
do not require starttls when connecting over to .onion domain
Christian Schneppe
1
-2
/
+2
2019-01-25
properly jump out of connection loop on state changing errors
Christian Schneppe
1
-8
/
+7
2019-01-25
resend presence to muc avatar update
Christian Schneppe
1
-0
/
+4
2018-12-27
log number of unhandled iq callbacks after resume
Christian Schneppe
1
-3
/
+4
2018-12-27
log policy violation stream error message to logcat
Christian Schneppe
1
-0
/
+4
2018-12-14
check mam preference for mam:2 namespace and purge offline only if set
Christian Schneppe
1
-0
/
+17
2018-11-08
show max file size for httpupload in profile --> server info
Christian Schneppe
1
-1
/
+1
2018-10-24
reformat XmppConnection.java
Christian Schneppe
1
-37
/
+30
2018-10-20
only store non hardcoded resolver result in db
Christian Schneppe
1
-1
/
+1
2018-10-04
use short read timeout when waiting for first stream open. disable read timeo...
Christian Schneppe
1
-1
/
+2
2018-10-02
clean up connection code. unify domain = ip and extended connection settings ...
Christian Schneppe
1
-59
/
+21
2018-10-02
use sni and alpn for start tls as well. apperently google requires it
Christian Schneppe
1
-0
/
+2
2018-10-01
introduced error code for server not opening stream after auth or starttls
Christian Schneppe
1
-2
/
+5
2018-10-01
code cleanup
Christian Schneppe
1
-5
/
+5
2018-10-01
fixed regression that didn’t enable SNI
Christian Schneppe
1
-2
/
+2
2018-10-01
use conscrypt as security provider to provide tls 1.3 and modern cyphers on o...
Christian Schneppe
1
-0
/
+4
2018-09-13
speed up DNS
Christian Schneppe
1
-2
/
+0
2018-09-11
removed synchronized in favor of another interrupted check in startXmpp()
Christian Schneppe
1
-1
/
+4
2018-08-30
use volatile for thread object in XmppConnection
Christian Schneppe
1
-5
/
+4
2018-08-26
store bookmarks in pep if conversion xep is running
Christian Schneppe
1
-0
/
+4
2018-07-29
do not call listeners while being synchronized on stanza queue
Christian Schneppe
1
-5
/
+19
2018-07-15
fix bug in XmppConnection
Christian Schneppe
1
-3
/
+3
2018-07-09
support mam:1
Christian Schneppe
1
-5
/
+6
2018-07-09
improve identification of muc service
Christian Schneppe
1
-0
/
+1
2018-06-17
use Tor on http upload is account uses onion domain
Christian Schneppe
1
-1
/
+1
2018-06-16
report unparsable limit as http upload available
Christian Schneppe
1
-1
/
+1
2018-05-26
add support for S3 file transfers
Christian Schneppe
1
-26
/
+31
2018-05-17
some tor modifications
Christian Schneppe
1
-1
/
+1
2018-05-05
Support both new and old http upload namespaces
Christian Schneppe
1
-4
/
+11
2018-05-02
return InvalidJid object instead of null if Jid can not be parsed
Christian Schneppe
1
-25
/
+35
2018-04-22
fixed muc detection for rare cases where muc is hosted on primary domain
Christian Schneppe
1
-0
/
+6
2018-04-12
messages coming from known muc server are treated as muc when creating conver...
Christian Schneppe
1
-3
/
+9
2018-04-12
presist http upload availibility
Christian Schneppe
1
-5
/
+4
[next]