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
/
XmppConnection.java
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-09-30
request stanza count after every ibb data stanza to not fill our own stanza q...
Daniel Gultsch
1
-6
/
+8
2015-09-29
only invoke MTM in interactive mode after direct user input
Daniel Gultsch
1
-3
/
+15
2015-09-19
let DnsHelper provide a fallback solution
Daniel Gultsch
1
-42
/
+33
2015-09-19
remove the from attribute from sendStartStream() fixes #1419
Michael
1
-1
/
+0
2015-09-17
ignore spoofed stanzas in facebook chat
Daniel Gultsch
1
-1
/
+1
2015-09-01
added special error state for dns timeout
Daniel Gultsch
1
-1
/
+7
2015-08-28
use build in method on >= lolipop devices to discover dns servers
Daniel Gultsch
1
-1
/
+1
2015-08-28
reformating and upper bound for waiting on stanza writer
Daniel Gultsch
1
-8
/
+16
2015-08-26
explictitly handle iq timeouts in bind and session iqs
Daniel Gultsch
1
-2
/
+7
2015-08-26
moved actual iq callback out of synchronized find callback block
Daniel Gultsch
1
-3
/
+7
2015-08-25
fixed session time
Daniel Gultsch
1
-7
/
+2
2015-08-24
fixed regression with mlinks stream managment. fixes #1206
Daniel Gultsch
1
-1
/
+1
2015-08-23
introduce special iq type for internal timeouts. always use != result to chec...
Daniel Gultsch
1
-2
/
+2
2015-08-23
reformating
Daniel Gultsch
1
-3
/
+1
2015-08-23
deal with another set of stream:features after bind
Daniel Gultsch
1
-7
/
+9
2015-08-23
remove callbacks directly from iterator
Daniel Gultsch
1
-2
/
+2
2015-08-23
don't make subsequent iq request when original stanza returned an error
Daniel Gultsch
1
-30
/
+45
2015-08-23
modified clearIqCallbacks into 2-step process
Daniel Gultsch
1
-10
/
+15
2015-08-19
simulate old behaviour with messages being set to waiting while offline
Daniel Gultsch
1
-2
/
+10
2015-08-16
deal with broken frameworks
Daniel Gultsch
1
-4
/
+1
2015-08-16
synchronize packetCallbacks
Daniel Gultsch
1
-25
/
+30
2015-08-15
fully depend on sm
Daniel Gultsch
1
-48
/
+31
2015-08-08
removed dead code
Daniel Gultsch
1
-10
/
+0
2015-08-08
don't request ack for iq stanzas before stream managment is initialized
Daniel Gultsch
1
-2
/
+2
2015-08-06
request server-ACKs for iq stanzas
Daniel Gultsch
1
-33
/
+37
2015-08-06
fail old/invalid iq stanzas on bind
Daniel Gultsch
1
-0
/
+13
2015-07-24
rewrote dns fallback
Daniel Gultsch
1
-0
/
+3
2015-07-20
Optimize imports
Andreas Straub
1
-1
/
+0
2015-07-10
catch number format exception in server ack
Daniel Gultsch
1
-10
/
+14
2015-06-29
initial http upload support
Daniel Gultsch
1
-5
/
+9
2015-06-19
don't perform dns lookups on domain parts that obviously look like ip addresses
Daniel Gultsch
1
-43
/
+53
2015-05-28
let dns library take care of no-srv style hosts as well
Daniel Gultsch
1
-3
/
+0
2015-05-25
use same sm check inside xmppconnection and out
Daniel Gultsch
1
-1
/
+1
2015-05-18
use same socket time out for jingle and xmpp connections
Daniel Gultsch
1
-1
/
+1
2015-05-17
fixed crash on failed account registry
Daniel Gultsch
1
-1
/
+1
2015-05-08
throw proper exception before changing account into error state
Daniel Gultsch
1
-11
/
+31
2015-05-06
fixed npe when missing instructions on failed register
Daniel Gultsch
1
-7
/
+5
2015-05-06
fwiw don't allow stanza count to go over MAX_INT
Daniel Gultsch
1
-0
/
+9
2015-05-02
mark account with incompatible server when no sasl mechansim could be found
Daniel Gultsch
1
-19
/
+24
2015-05-02
mark account with incompatible server when no sasl mechansim could be found
Daniel Gultsch
1
-19
/
+24
2015-04-29
added config option to be a bit more verbose about stanza counts
Daniel Gultsch
1
-4
/
+14
2015-04-25
fixed service discovery by properly storing and checking identities
Daniel Gultsch
1
-27
/
+48
2015-04-16
fixed a bug in DNS helper code. fixes #1130
iNPUTmice
1
-1
/
+1
2015-04-16
fixed a bug in DNS helper code. fixes #1130
iNPUTmice
1
-1
/
+1
2015-04-09
don't resume old session when changing resource
iNPUTmice
1
-0
/
+4
2015-03-20
wait for session iq to return sucessfully before sending other stanzas. fixed...
iNPUTmice
1
-26
/
+42
2015-03-05
avoid unnecessary thread creation
iNPUTmice
1
-0
/
+7
2015-02-12
load messages asynchronously
iNPUTmice
1
-0
/
+6
2015-02-10
added actions to error notification
iNPUTmice
1
-0
/
+5
2015-02-09
disabled cipher logging
iNPUTmice
1
-1
/
+1
[next]