index
:
conversations
BrianBlade-feature/swipe_out_conversation
CryptoNextAlpha
CryptoNextBeta
JingleFixes
MessageParserNext
UnreadCountBadge
cbe
delay_fixes
development
dnsfixes
feature/file_transfer
feature/foreground_service
feature/http_upload
feature/mam
feature/otr_verification
idn_fixes
issue921
lolipop_dns_server_discovery
master
more_logging_for_view_intent
muc_vcard_avatars
nfc
possible_copperhead_fixes
reworked_host_finder_loop
show_members_in_conference
show_send_button_in_softkeyboard
six_love
slack_workaround
tor_support
travis-fixes
travis_fixes
trz/emojicon-merge
trz/emojicon-new
trz/master
trz/merge_1.10.0
trz/merge_1.10.1
trz/merge_1.11.0
trz/merge_1.11.1
trz/merge_1.11.7
trz/merge_1.12.4
trz/merge_1.5.2
trz/merge_1.6.3
trz/merge_1.9.3
trz/merge_1.9.4
trz/rebase
trz/rename
trz/test
verbose_login_log
copy of conversations repo
lookshe
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
de
/
thedevstack
/
conversationsplus
/
xmpp
/
XmppConnection.java
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-06-19
renaming eu.siacs.conversations to de.thedevstack.conversationsplus
steckbrief
1
-30
/
+30
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
2015-02-02
Use platform ciphers as well, just prefer ours
Sam Whited
1
-1
/
+2
2015-01-29
don't count when attempt failed completly
iNPUTmice
1
-0
/
+1
2015-01-19
Remove legacy SSL support
Sam Whited
1
-15
/
+11
2015-01-14
Harden the TLS connection cipher suites
Sam Whited
1
-0
/
+7
2015-01-05
avoid requesting blocklist after stream resumption
Daniel Gultsch
1
-27
/
+23
2015-01-04
code cleanup + logging of spoofed iq packets
Daniel Gultsch
1
-35
/
+33
2015-01-04
Verify IQ responses
Sam Whited
1
-5
/
+19
2015-01-04
Make IqPacket type an enum
Sam Whited
1
-23
/
+23
2015-01-04
Use packet callbacks only for IqPackets. Removed unnecessary code
Daniel Gultsch
1
-69
/
+35
2015-01-02
prefer PLAIN over DIGEST-MD5
Daniel Gultsch
1
-2
/
+2
2015-01-02
improved OTR verification part one
Daniel Gultsch
1
-2
/
+2
2014-12-30
refactor swithOverToTls stuff
Daniel Gultsch
1
-56
/
+45
2014-12-25
Add ability to change password on server
Sam Whited
1
-0
/
+4
2014-12-22
Add support for XEP-0191 (Blocking command)
Sam Whited
1
-125
/
+131
2014-12-14
possible dns fixes
iNPUTmice
1
-1
/
+1
2014-12-10
added max history age (default 1w). automatically sort newly added mam messages
iNPUTmice
1
-5
/
+11
2014-12-10
very basic mam support
iNPUTmice
1
-0
/
+8
2014-12-09
cleanup: removed stream compression
iNPUTmice
1
-56
/
+0
2014-12-01
do not query service info from main server again
iNPUTmice
1
-5
/
+3
2014-11-21
work around to not confuse irc transport with real conference servers
iNPUTmice
1
-2
/
+7
2014-11-20
brought ad hoc conferences back. fixed #688 fixed #367
iNPUTmice
1
-1
/
+8
2014-11-18
better exception handling in XmppConnection.connect. (never return without th...
iNPUTmice
1
-39
/
+15
2014-11-16
better error checking in ssl switch over
iNPUTmice
1
-5
/
+10
2014-11-16
better error checking in ssl switch over
iNPUTmice
1
-5
/
+9
2014-11-15
small modifications for changing an account status in XmppConnection
iNPUTmice
1
-8
/
+6
2014-11-15
Set security error status on TLS cert mismatch
Sam Whited
1
-6
/
+7
2014-11-15
Add incompatible server status
Sam Whited
1
-0
/
+1
2014-11-15
fixed some disco / carbon related bugs
iNPUTmice
1
-29
/
+43
2014-11-15
Add security error status
Sam Whited
1
-1
/
+2
2014-11-15
Make account status an enum
Sam Whited
1
-25
/
+25
2014-11-15
Add auth method pinning
Sam Whited
1
-13
/
+26
2014-11-15
Improve auth error handling and state machine
Sam Whited
1
-8
/
+7
2014-11-14
Add SCRAM-SHA1 support
Sam Whited
1
-298
/
+321
2014-11-12
Refactor authentication code
Sam Whited
1
-29
/
+20
2014-11-09
Rework `Account.getJid()' to return full JIDs
Sam Whited
1
-31
/
+31
2014-11-09
Check for illegal arguments to the toASCII func
Sam Whited
1
-1
/
+7
2014-11-09
Fix issue with IDN SRV records
Sam Whited
1
-2
/
+3
2014-11-09
It builds again!
Sam Whited
1
-5
/
+1
2014-11-09
Move a chunk of classes over to using JID objects
Sam Whited
1
-106
/
+95
2014-11-09
got rid of MTM and mRandom variable in favor of using a reference to service
iNPUTmice
1
-12
/
+7
2014-11-08
check if socket was null before doing ssl connect
iNPUTmice
1
-46
/
+42
2014-11-03
more error handling in xmppconnection
iNPUTmice
1
-66
/
+78
2014-10-22
Make conversations the root project
Sam Whited
1
-0
/
+0