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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
catch number format exception in server ack
Daniel Gultsch
2015-07-10
1
-10
/
+14
*
initial http upload support
Daniel Gultsch
2015-06-29
1
-5
/
+9
*
don't perform dns lookups on domain parts that obviously look like ip addresses
Daniel Gultsch
2015-06-19
1
-43
/
+53
*
let dns library take care of no-srv style hosts as well
Daniel Gultsch
2015-05-28
1
-3
/
+0
*
use same sm check inside xmppconnection and out
Daniel Gultsch
2015-05-25
1
-1
/
+1
*
use same socket time out for jingle and xmpp connections
Daniel Gultsch
2015-05-18
1
-1
/
+1
*
fixed crash on failed account registry
Daniel Gultsch
2015-05-17
1
-1
/
+1
*
throw proper exception before changing account into error state
Daniel Gultsch
2015-05-08
1
-11
/
+31
*
fixed npe when missing instructions on failed register
Daniel Gultsch
2015-05-06
1
-7
/
+5
*
fwiw don't allow stanza count to go over MAX_INT
Daniel Gultsch
2015-05-06
1
-0
/
+9
*
mark account with incompatible server when no sasl mechansim could be found
Daniel Gultsch
2015-05-02
1
-19
/
+24
*
added config option to be a bit more verbose about stanza counts
Daniel Gultsch
2015-04-29
1
-4
/
+14
*
fixed service discovery by properly storing and checking identities
Daniel Gultsch
2015-04-25
1
-27
/
+48
*
fixed a bug in DNS helper code. fixes #1130
iNPUTmice
2015-04-16
1
-1
/
+1
*
don't resume old session when changing resource
iNPUTmice
2015-04-09
1
-0
/
+4
*
wait for session iq to return sucessfully before sending other stanzas. fixed...
iNPUTmice
2015-03-20
1
-26
/
+42
*
avoid unnecessary thread creation
iNPUTmice
2015-03-05
1
-0
/
+7
*
load messages asynchronously
iNPUTmice
2015-02-12
1
-0
/
+6
*
added actions to error notification
iNPUTmice
2015-02-10
1
-0
/
+5
*
disabled cipher logging
iNPUTmice
2015-02-09
1
-1
/
+1
*
Use platform ciphers as well, just prefer ours
Sam Whited
2015-02-02
1
-1
/
+2
*
don't count when attempt failed completly
iNPUTmice
2015-01-29
1
-0
/
+1
*
Remove legacy SSL support
Sam Whited
2015-01-19
1
-15
/
+11
*
Harden the TLS connection cipher suites
Sam Whited
2015-01-14
1
-0
/
+7
*
avoid requesting blocklist after stream resumption
Daniel Gultsch
2015-01-05
1
-27
/
+23
*
code cleanup + logging of spoofed iq packets
Daniel Gultsch
2015-01-04
1
-35
/
+33
*
Verify IQ responses
Sam Whited
2015-01-04
1
-5
/
+19
*
Make IqPacket type an enum
Sam Whited
2015-01-04
1
-23
/
+23
*
Use packet callbacks only for IqPackets. Removed unnecessary code
Daniel Gultsch
2015-01-04
1
-69
/
+35
*
prefer PLAIN over DIGEST-MD5
Daniel Gultsch
2015-01-02
1
-2
/
+2
*
improved OTR verification part one
Daniel Gultsch
2015-01-02
1
-2
/
+2
*
refactor swithOverToTls stuff
Daniel Gultsch
2014-12-30
1
-56
/
+45
*
Add ability to change password on server
Sam Whited
2014-12-25
1
-0
/
+4
*
Add support for XEP-0191 (Blocking command)
Sam Whited
2014-12-22
1
-125
/
+131
*
possible dns fixes
iNPUTmice
2014-12-14
1
-1
/
+1
*
added max history age (default 1w). automatically sort newly added mam messages
iNPUTmice
2014-12-10
1
-5
/
+11
*
very basic mam support
iNPUTmice
2014-12-10
1
-0
/
+8
*
cleanup: removed stream compression
iNPUTmice
2014-12-09
1
-56
/
+0
*
do not query service info from main server again
iNPUTmice
2014-12-01
1
-5
/
+3
*
work around to not confuse irc transport with real conference servers
iNPUTmice
2014-11-21
1
-2
/
+7
*
brought ad hoc conferences back. fixed #688 fixed #367
iNPUTmice
2014-11-20
1
-1
/
+8
*
better exception handling in XmppConnection.connect. (never return without th...
iNPUTmice
2014-11-18
1
-39
/
+15
*
better error checking in ssl switch over
iNPUTmice
2014-11-16
1
-5
/
+9
*
small modifications for changing an account status in XmppConnection
iNPUTmice
2014-11-15
1
-8
/
+6
*
Merge pull request #668 from SamWhited/auth-pinning
Daniel Gultsch
2014-11-15
1
-43
/
+59
|
\
|
*
Set security error status on TLS cert mismatch
Sam Whited
2014-11-15
1
-6
/
+7
|
*
Add incompatible server status
Sam Whited
2014-11-15
1
-0
/
+1
|
*
Add security error status
Sam Whited
2014-11-15
1
-1
/
+2
|
*
Make account status an enum
Sam Whited
2014-11-15
1
-25
/
+25
|
*
Add auth method pinning
Sam Whited
2014-11-15
1
-13
/
+26
[next]