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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-04-29
fixed caps hash generation for empty form values
Christian Schneppe
1
-4
/
+1
2018-04-29
catch dead object exceptions when acquiring wake locks
Christian Schneppe
1
-103
/
+91
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
2018-04-08
trim to original resource if server added something
Christian Schneppe
1
-1
/
+23
2018-04-07
fixed rare crash on jolla devices
Christian Schneppe
1
-1
/
+1
2018-04-07
use escaped form of jid where approriate
Christian Schneppe
1
-4
/
+4
2018-04-07
return contact and account.getServer() as String
Christian Schneppe
1
-103
/
+94
2018-04-02
migrate to xmpp-addr
Christian Schneppe
12
-439
/
+152
2018-04-01
get rid of customizable resources
Christian Schneppe
1
-164
/
+161
2018-03-12
integrate trust manager into conversations
Christian Schneppe
1
-2
/
+2
2018-02-26
added config param to use a random resource at every bind
Christian Schneppe
1
-2
/
+3
2018-02-22
request disco items before disco#info on first connect
Christian Schneppe
1
-1
/
+7
2018-02-22
warn when attempting to write stanza to an unbound stream
Christian Schneppe
1
-20
/
+28
2018-02-19
do not allow insecure bind
Christian Schneppe
1
-7
/
+5
2018-02-19
Namespace: Add constant for 'jabber:x:data' & Make use of Namespace.DATA cons...
Christian Schneppe
2
-3
/
+4
2018-02-10
SM saftey checks
Christian Schneppe
1
-1
/
+11
2018-01-21
permanently cache last resolver result
Christian Schneppe
1
-0
/
+14
2018-01-21
remove wakelocks in XmlReader
Christian Schneppe
1
-12
/
+2
2018-01-21
use countdownlatch to check if TagWriter has finished
Christian Schneppe
1
-11
/
+1
2018-01-21
fixed interupt handling
Christian Schneppe
1
-16
/
+30
2018-01-21
postpone notification actions (mark as read, reply) until after messages are ...
Christian Schneppe
1
-4
/
+6
2018-01-21
disable offline messages. postpone prekey handling until after mam catchup
Christian Schneppe
1
-0
/
+4
2018-01-21
properly handle key transport messages. use prekeyparsing only when that attr...
Christian Schneppe
1
-1
/
+1
2017-12-27
show pep as available if omemo_all_access has been installed on server
Christian Schneppe
1
-4
/
+6
2017-12-16
XmppConnection: refactor registration code. 'Open Website' on PAYMENT_REQUIRE...
Christian Schneppe
1
-54
/
+65
2017-11-29
add exception list for encryption warning
Christian Schneppe
1
-0
/
+3
2017-11-28
some bug fixes
Christian Schneppe
11
-13
/
+13
2017-11-23
code cleanup
Christian Schneppe
12
-15
/
+13
2017-11-22
use empty wake lock tag
Christian Schneppe
1
-2
/
+2
2017-11-21
JingleConnection: fixed rare npe when canceling jingle
Christian Schneppe
1
-3
/
+2
2017-11-21
apperently some servers will ommit the from even for stanzas not going to them
Christian Schneppe
1
-1
/
+1
2017-11-21
remove prosody push from blacklist
Christian Schneppe
1
-3
/
+0
2017-11-20
SASL: don't prefer PLAIN auth over DIGEST-MD5 for nimbuzz.com
Christian Schneppe
1
-1
/
+1
2017-10-29
XmppConnection: throw bind failure when server tries to reassign domain
Christian Schneppe
1
-1
/
+6
2017-10-29
XmppConnection: do not count stanzas before smacks session has started
Christian Schneppe
1
-1
/
+9
2017-10-29
Jingle: create output stream on demand
Christian Schneppe
3
-6
/
+9
2017-09-04
wait up to 2s to let server close socket before force closing
Christian Schneppe
1
-20
/
+24
2017-09-04
fixed jingle state machine being thrown off by iq-result coming after session...
Christian Schneppe
2
-12
/
+14
2017-08-13
add more logging to http download connection and reset file params after sett...
Christian Schneppe
1
-0
/
+2
2017-08-13
provide extra 'network is unreachable' account state
Christian Schneppe
1
-0
/
+2
2017-08-01
use base64 instead of base36 when creating random strings
Christian Schneppe
1
-2
/
+2
2017-08-01
skip initial socket closing if thread was already interrupted
Christian Schneppe
1
-1
/
+7
2017-08-01
use publish-options instead of always pushing node configuration
Christian Schneppe
2
-2
/
+21
2017-08-01
fixed otr jingle file size reporting
Christian Schneppe
1
-5
/
+1
2017-08-01
catch IllegalArgumentException caused by invalid custom hostname
Christian Schneppe
1
-7
/
+4
2017-08-01
verify with hostname in direct tls connections
Christian Schneppe
1
-1
/
+1
2017-08-01
throw state changing exception on failed tls only if no more connection optio...
Christian Schneppe
1
-1
/
+3
2017-08-01
work around idn short comings in minidns
Christian Schneppe
1
-1
/
+2
[next]