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
*
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
*
|
fixed some disco / carbon related bugs
iNPUTmice
2014-11-15
1
-29
/
+43
|
/
*
Improve auth error handling and state machine
Sam Whited
2014-11-15
1
-8
/
+7
*
Add SCRAM-SHA1 support
Sam Whited
2014-11-14
1
-298
/
+321
*
Refactor authentication code
Sam Whited
2014-11-12
1
-29
/
+20
*
Rework `Account.getJid()' to return full JIDs
Sam Whited
2014-11-09
1
-31
/
+31
*
Check for illegal arguments to the toASCII func
Sam Whited
2014-11-09
1
-1
/
+7
*
Fix issue with IDN SRV records
Sam Whited
2014-11-09
1
-2
/
+3
*
It builds again!
Sam Whited
2014-11-09
1
-5
/
+1
*
Move a chunk of classes over to using JID objects
Sam Whited
2014-11-09
1
-106
/
+95
*
got rid of MTM and mRandom variable in favor of using a reference to service
iNPUTmice
2014-11-09
1
-12
/
+7
*
check if socket was null before doing ssl connect
iNPUTmice
2014-11-08
1
-46
/
+42
*
more error handling in xmppconnection
iNPUTmice
2014-11-03
1
-66
/
+78
*
Merge branch 'gradle' into development
Sam Whited
2014-10-30
1
-34
/
+33
*
Make conversations the root project
Sam Whited
2014-10-22
1
-0
/
+1130