index
:
conversations-plus
filetransfer
introduce_cplus_database_version
master
message_display_rework
improved conversations
lookshe
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
eu
/
siacs
/
conversations
/
xmpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Compilation errors and merge mixups fixed
steckbrief
2016-02-11
1
-0
/
+1
*
Merge tag '1.9.3' into trz/merge_1.9.3
lookshe
2016-02-11
20
-512
/
+1031
|
\
|
*
be more careful with resetting the stream id
Daniel Gultsch
2016-01-29
1
-2
/
+1
|
*
show values in formfieldwrappers and allow form to be set to read only
Daniel Gultsch
2016-01-26
1
-3
/
+3
|
*
expert setting to trigger extended connection options
Daniel Gultsch
2016-01-25
1
-2
/
+11
|
*
added FormWrapper and form field validation
Daniel Gultsch
2016-01-23
1
-0
/
+15
|
*
reset stanza queue when resetting xmppconnection
Daniel Gultsch
2016-01-23
1
-0
/
+1
|
*
added UI wrapper for (some) form fields
Daniel Gultsch
2016-01-22
2
-1
/
+17
|
*
added config variable to allow non-tls connections
Daniel Gultsch
2016-01-22
1
-2
/
+3
|
*
reuse same xmppconnection for reconnects
Daniel Gultsch
2016-01-16
1
-0
/
+8
|
*
nimbuzz.com: don't wait for disco replies to set account to online
Daniel Gultsch
2016-01-15
1
-11
/
+26
|
*
throw security exception instead of going to next srv entry
Daniel Gultsch
2016-01-12
1
-1
/
+3
|
*
move some ssl socket modifiers into a seperate helper class
Daniel Gultsch
2016-01-12
1
-56
/
+5
|
*
Implement XEP-0368: SRV records for XMPP over TLS
moparisthebest
2016-01-11
1
-54
/
+149
|
*
reworked that loop that iterates over various servers
Daniel Gultsch
2016-01-11
1
-16
/
+10
|
*
throw exception at the end of the stream
Daniel Gultsch
2015-12-17
1
-128
/
+122
|
*
timeout service discovery after 20s
Daniel Gultsch
2015-12-15
1
-7
/
+42
|
*
wait with status change to online after all disco queries have been made
Daniel Gultsch
2015-12-09
1
-5
/
+14
|
*
request storage permission when needed on Android 6.0
Daniel Gultsch
2015-12-07
1
-1
/
+2
|
*
add error state for unavailable tor network
Daniel Gultsch
2015-12-01
1
-6
/
+2
|
*
refactored socks5 connection code. make jingle transport use that new code
Daniel Gultsch
2015-12-01
2
-52
/
+19
|
*
do socks5 connect manually
Daniel Gultsch
2015-12-01
1
-14
/
+34
|
*
initial tor support
Daniel Gultsch
2015-12-01
2
-6
/
+18
|
*
hide subject edit button if not editable by user
Daniel Gultsch
2015-11-26
1
-0
/
+4
|
*
detect server identity and added muc-workaround for slack
Daniel Gultsch
2015-11-26
1
-2
/
+34
|
*
removed unecessary chat state
Daniel Gultsch
2015-11-26
1
-1
/
+1
|
*
fail jingle file transfer if axolotl key message could not be created. fixes ...
Daniel Gultsch
2015-11-26
1
-1
/
+5
|
*
pgp fixes and revert configuration changes
Daniel Gultsch
2015-11-25
3
-2
/
+4
|
*
don't close socket on disconnect
Daniel Gultsch
2015-11-01
1
-1
/
+0
|
*
avoid npe when checking for stream restart
Daniel Gultsch
2015-10-29
1
-2
/
+4
|
*
join muc even if initial conference configuration fetch failed
Daniel Gultsch
2015-10-22
1
-0
/
+14
|
*
synchronize around the disco object
Daniel Gultsch
2015-10-19
1
-44
/
+53
|
*
only try EXTERNAL auth if client certificate is set for account
Daniel Gultsch
2015-10-17
1
-1
/
+1
|
*
improved error reporting in trust keys activity
Daniel Gultsch
2015-10-17
1
-1
/
+3
|
*
introduced code to verify omemo device keys with x509 certificates.
Daniel Gultsch
2015-10-16
1
-4
/
+6
|
*
block code when doing unforced disconnect
Daniel Gultsch
2015-10-16
1
-35
/
+32
|
*
use own XmppDomainVerifier instead of deprecated StrictHostnameVerifier. fixe...
Daniel Gultsch
2015-10-15
1
-2
/
+3
|
*
cleaned up some code. log last tag
Daniel Gultsch
2015-10-13
1
-8
/
+14
|
*
code clean up
Daniel Gultsch
2015-10-12
5
-23
/
+9
|
*
enable SASL EXTERNAL (certificate login
Daniel Gultsch
2015-10-11
1
-3
/
+61
|
*
Improve InvalidJidException handling in Jid class
Andreas Straub
2015-10-11
1
-2
/
+2
|
*
Captcha support.
Armin Novak
2015-10-11
1
-23
/
+89
|
*
request stanza count after every ibb data stanza to not fill our own stanza q...
Daniel Gultsch
2015-09-30
2
-6
/
+9
|
*
only invoke MTM in interactive mode after direct user input
Daniel Gultsch
2015-09-29
1
-3
/
+15
|
*
let DnsHelper provide a fallback solution
Daniel Gultsch
2015-09-19
1
-42
/
+33
|
*
remove the from attribute from sendStartStream() fixes #1419
Michael
2015-09-19
1
-1
/
+0
|
*
ignore spoofed stanzas in facebook chat
Daniel Gultsch
2015-09-17
1
-1
/
+1
|
*
added missing type='submit' to mam queries
Daniel Gultsch
2015-09-15
1
-1
/
+1
|
*
added special error state for dns timeout
Daniel Gultsch
2015-09-01
1
-1
/
+7
|
*
use build in method on >= lolipop devices to discover dns servers
Daniel Gultsch
2015-08-28
1
-1
/
+1
[next]