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
/
eu
/
siacs
/
conversations
/
xmpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-04-09
transform nimbuzz workaround into a more general 'waitForDisco' condition
Daniel Gultsch
1
-6
/
+11
2016-04-08
add required disco#items query to timeout list
Daniel Gultsch
1
-1
/
+4
2016-04-04
switched around info and items query to avoid race condition
Daniel Gultsch
1
-1
/
+1
2016-04-04
made sure the disco#items query has returned before finalizing the bind
Daniel Gultsch
1
-12
/
+24
2016-04-01
check max http file size when attaching files
Daniel Gultsch
1
-2
/
+15
2016-03-31
add methods to check max file size for http upload
Daniel Gultsch
1
-8
/
+21
2016-03-31
save otr fingerprint in message
Daniel Gultsch
1
-1
/
+1
2016-03-31
include form fields into caps hash calculation
Daniel Gultsch
1
-4
/
+8
2016-03-23
allow to delete attachments. fixes #1539
Daniel Gultsch
1
-4
/
+1
2016-03-23
only add image files to media scanner
Daniel Gultsch
1
-3
/
+1
2016-03-20
be more careful to avoid creating multiple connections
Daniel Gultsch
1
-3
/
+7
2016-03-11
log reason for bind failure
Daniel Gultsch
1
-2
/
+2
2016-03-04
add a few more know file extensions
Daniel Gultsch
1
-3
/
+3
2016-02-29
refactored omemo to take multiple recipients
Daniel Gultsch
1
-1
/
+1
2016-02-17
fixed regression that caused messages in muc not being send
Daniel Gultsch
1
-1
/
+1
2016-02-14
optional mode to close tcp connection when going into background
Daniel Gultsch
1
-20
/
+38
2016-02-13
send push enable to server. simplified logging
Daniel Gultsch
1
-2
/
+7
2016-02-12
client side support for XEP-0357: Push Notifications
Daniel Gultsch
1
-9
/
+5
2016-02-03
use TLSv1.2 as SSL context on supported plattforms
Daniel Gultsch
1
-1
/
+1
2016-02-03
cache server caps
Daniel Gultsch
2
-2
/
+18
2016-01-29
be more careful with resetting the stream id
Daniel Gultsch
1
-2
/
+1
2016-01-26
show values in formfieldwrappers and allow form to be set to read only
Daniel Gultsch
1
-3
/
+3
2016-01-25
expert setting to trigger extended connection options
Daniel Gultsch
1
-2
/
+11
2016-01-23
added FormWrapper and form field validation
Daniel Gultsch
1
-0
/
+15
2016-01-23
Factor out a representation of XEP-0030 results
Stephen Paul Weber
1
-47
/
+30
2016-01-23
reset stanza queue when resetting xmppconnection
Daniel Gultsch
1
-0
/
+1
2016-01-22
added UI wrapper for (some) form fields
Daniel Gultsch
2
-1
/
+17
2016-01-22
added config variable to allow non-tls connections
Daniel Gultsch
1
-2
/
+3
2016-01-16
reuse same xmppconnection for reconnects
Daniel Gultsch
1
-0
/
+8
2016-01-15
nimbuzz.com: don't wait for disco replies to set account to online
Daniel Gultsch
1
-11
/
+26
2016-01-12
throw security exception instead of going to next srv entry
Daniel Gultsch
1
-1
/
+3
2016-01-12
move some ssl socket modifiers into a seperate helper class
Daniel Gultsch
1
-56
/
+5
2016-01-11
Implement XEP-0368: SRV records for XMPP over TLS
moparisthebest
1
-54
/
+149
2016-01-11
reworked that loop that iterates over various servers
Daniel Gultsch
1
-16
/
+10
2015-12-17
throw exception at the end of the stream
Daniel Gultsch
1
-128
/
+122
2015-12-15
timeout service discovery after 20s
Daniel Gultsch
1
-7
/
+42
2015-12-12
wait with status change to online after all disco queries have been made
Daniel Gultsch
1
-5
/
+14
2015-12-12
request storage permission when needed on Android 6.0
Daniel Gultsch
1
-1
/
+2
2015-12-09
wait with status change to online after all disco queries have been made
Daniel Gultsch
1
-5
/
+14
2015-12-07
request storage permission when needed on Android 6.0
Daniel Gultsch
1
-1
/
+2
2015-12-04
add error state for unavailable tor network
Daniel Gultsch
1
-6
/
+2
2015-12-04
refactored socks5 connection code. make jingle transport use that new code
Daniel Gultsch
2
-52
/
+19
2015-12-04
do socks5 connect manually
Daniel Gultsch
1
-14
/
+34
2015-12-04
initial tor support
Daniel Gultsch
2
-6
/
+18
2015-12-01
add error state for unavailable tor network
Daniel Gultsch
1
-6
/
+2
2015-12-01
refactored socks5 connection code. make jingle transport use that new code
Daniel Gultsch
2
-52
/
+19
2015-12-01
do socks5 connect manually
Daniel Gultsch
1
-14
/
+34
2015-12-01
initial tor support
Daniel Gultsch
2
-6
/
+18
2015-11-26
hide subject edit button if not editable by user
Daniel Gultsch
1
-0
/
+4
2015-11-26
detect server identity and added muc-workaround for slack
Daniel Gultsch
1
-2
/
+34
[next]