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
/
utils
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
renaming eu.siacs.conversations to de.thedevstack.conversationsplus
steckbrief
2015-06-19
13
-1622
/
+0
*
no trim of messages or password
lookshe
2015-04-11
1
-2
/
+1
*
Merge tag '1.2.0' into trz/master
steckbrief
2015-03-30
6
-16
/
+120
|
\
|
*
show geo uris as 'location' in overview
iNPUTmice
2015-03-10
1
-1
/
+7
|
*
Merge pull request #1022 from Boris-de/cipher_blacklist
Daniel Gultsch
2015-03-08
1
-0
/
+16
|
|
\
|
|
*
disable all really weak cipher suites
Boris Wachtmeister
2015-03-07
1
-0
/
+16
|
*
|
display geo uris as location. show 'send loction' in share menu if request lo...
iNPUTmice
2015-03-07
1
-0
/
+71
|
|
/
|
*
made xmpp uris case insensitive
iNPUTmice
2015-02-18
1
-3
/
+3
|
*
support for XEP-0092: Software Version
iNPUTmice
2015-02-16
1
-0
/
+14
|
*
Merge pull request #959 from SamWhited/ciphers_fix
Daniel Gultsch
2015-02-09
1
-5
/
+7
|
|
\
|
|
*
Use platform ciphers as well, just prefer ours
Sam Whited
2015-02-02
1
-5
/
+7
|
*
|
always add a non resolved SRV record to the list
iNPUTmice
2015-02-09
1
-6
/
+1
|
*
|
trim message bodys on display
Daniel Gultsch
2015-02-07
1
-1
/
+1
|
|
/
*
|
Merge master-origin
steckbrief
2015-02-20
4
-19
/
+164
|
\
|
|
*
don't disable any ciphers
iNPUTmice
2015-02-02
1
-3
/
+4
|
*
fixed text preview for images
iNPUTmice
2015-02-01
1
-1
/
+1
|
*
fix mergable() for /me command.
Michael
2015-01-25
1
-2
/
+3
|
*
proper desc for offering and sending images in conversations overview
iNPUTmice
2015-01-18
1
-0
/
+8
|
*
use same helper methods for images and files
iNPUTmice
2015-01-18
1
-21
/
+8
|
*
Merge pull request #901 from kriztan/patch-2
Daniel Gultsch
2015-01-18
1
-0
/
+4
|
|
\
|
|
*
Added new file type names for file transfers
Christian S
2015-01-18
1
-0
/
+4
|
*
|
Fix string substitutions with unknown filetypes
Sam Whited
2015-01-17
1
-2
/
+2
|
|
/
|
*
Correct the download file string on notifications
Sam Whited
2015-01-17
1
-10
/
+12
|
*
handle muc nicks with white spaces. fixed #884
iNPUTmice
2015-01-14
1
-2
/
+2
|
*
Harden the TLS connection cipher suites
Sam Whited
2015-01-14
1
-5
/
+16
|
*
catch bug in guessContentType
Daniel Gultsch
2015-01-12
1
-1
/
+6
|
*
reworked message preview / message meta information (ie file offered, receive...
Daniel Gultsch
2015-01-12
1
-0
/
+110
|
*
code cleanup for jingle proxy discovery
Daniel Gultsch
2015-01-09
1
-0
/
+1
|
*
refactored UiHelper
Daniel Gultsch
2015-01-07
1
-2
/
+10
|
*
prevent QR code parser from crashing fixed #839
Daniel Gultsch
2015-01-05
1
-6
/
+13
*
|
Merge branch 'master' of ssh://git.fucktheforce.de/conversations
lookshe
2015-01-03
7
-176
/
+31
|
\
|
|
*
improved OTR verification part one
Daniel Gultsch
2015-01-02
1
-1
/
+1
|
*
Add ability to change password on server
Sam Whited
2014-12-25
1
-0
/
+1
|
*
Remove old JID validator
Sam Whited
2014-12-23
1
-14
/
+0
|
*
Simplify roster handling code
Sam Whited
2014-12-22
1
-0
/
+1
|
*
Add support for XEP-0191 (Blocking command)
Sam Whited
2014-12-22
2
-1
/
+5
|
*
more patches for dns helper
iNPUTmice
2014-12-14
1
-13
/
+19
|
*
possible dns fixes
iNPUTmice
2014-12-14
1
-2
/
+11
|
*
avoiding concurrent modification
iNPUTmice
2014-12-13
1
-4
/
+1
|
*
cleanup: removed unused emoticon parsing
iNPUTmice
2014-12-09
1
-42
/
+0
|
*
cleanup: removed stream compression
iNPUTmice
2014-12-09
2
-149
/
+0
*
|
remaining part of my patch
lookshe
2015-01-03
1
-1
/
+101
|
/
*
close cursors after querying phone db
iNPUTmice
2014-12-03
1
-0
/
+2
*
cleaned up avatar / tile creation
iNPUTmice
2014-12-03
1
-0
/
+3
*
remove unused imports.
Michael
2014-11-21
2
-21
/
+0
*
put error notification into notification service
iNPUTmice
2014-11-18
1
-42
/
+0
*
fixed regression of xmpp uris not working
iNPUTmice
2014-11-16
1
-3
/
+3
*
happy hanukkah
iNPUTmice
2014-11-16
1
-0
/
+7
*
Don't escape passwords in SASL
Sam Whited
2014-11-15
1
-1
/
+1
*
made scan and show qr code more accessible in VerifyOtrActivity
iNPUTmice
2014-11-16
1
-0
/
+79
[next]