index
:
PiratX
feature/fixed_domain_flavor
master
thedevstack
The new way for communications
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
de
/
pixart
/
messenger
/
entities
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
deduplicate read markers if one with real jid is found
Christian Schneppe
2017-11-23
2
-2
/
+16
*
MAM: start muc catchup with last sent message if serverId is available
Christian Schneppe
2017-11-23
1
-1
/
+1
*
save full jid when sending in muc. check chat markers against 'sender'
Christian Schneppe
2017-11-22
1
-2
/
+3
*
send and show read markers in private, non-anonymous groups
Christian Schneppe
2017-11-22
4
-14
/
+242
*
excute db read and writes on different threads
Christian Schneppe
2017-11-21
1
-1
/
+1
*
code refactoring to provide shorter account enabled check
Christian Schneppe
2017-11-20
1
-0
/
+4
*
black list certain local parts and show domain instead
Christian Schneppe
2017-10-29
2
-12
/
+4
*
add more file information to FileParams (apk file app name; vcard contacts name)
Christian Schneppe
2017-10-13
1
-0
/
+17
*
save message drafts across restarts
Christian Schneppe
2017-10-06
1
-9
/
+7
*
reworked file params to store audio runtime amoung other things
Christian Schneppe
2017-09-24
1
-0
/
+3
*
reintroduced fixed IV mode for OTR file transfer
Christian Schneppe
2017-09-04
1
-0
/
+1
*
made avatar cache cleaning more efficent after name changes
Christian Schneppe
2017-09-04
1
-3
/
+5
*
don’t use xmpp or jabber as default muc nick
Christian Schneppe
2017-09-04
1
-1
/
+11
*
set status=received on status messages
Christian Schneppe
2017-09-04
1
-0
/
+1
*
fixed conference naming for joined people not in your contact list
Christian Schneppe
2017-09-04
1
-2
/
+8
*
added missing break; in Message.java
Christian Schneppe
2017-08-13
1
-0
/
+1
*
correct typo
Christian Schneppe
2017-08-13
1
-1
/
+1
*
no automatic reconnect on registration failures
Christian Schneppe
2017-08-13
1
-26
/
+36
*
create a new axolotl service when the account jid changes
Christian Schneppe
2017-08-13
1
-2
/
+10
*
prevent users from editing their account jid after successful login
Christian Schneppe
2017-08-13
1
-2
/
+5
*
Read support for 12-byte IVs in addition to 16-byte IVs
Christian Schneppe
2017-08-13
2
-1
/
+8
*
code cleanup and synchronized getMarkableMessage()
Christian Schneppe
2017-08-13
1
-7
/
+5
*
removed support for fixed IV mode in otr jingle file transfer that hasn't bee...
Christian Schneppe
2017-08-13
1
-5
/
+1
*
add more logging to http download connection and reset file params after sett...
Christian Schneppe
2017-08-13
1
-0
/
+4
*
cache some information generated from body like isEmojiOnly, fileParams, isGe...
Christian Schneppe
2017-08-13
1
-112
/
+97
*
remove all whitespaces in emoji only messages
Christian Schneppe
2017-08-13
1
-1
/
+1
*
provide extra 'network is unreachable' account state
Christian Schneppe
2017-08-13
1
-1
/
+4
*
display messages that only contain emoji slightly larger
Christian Schneppe
2017-08-03
1
-4
/
+6
*
avoid empty strings when figuring out display name
Christian Schneppe
2017-08-01
1
-4
/
+4
*
provide upgrade path for accounts with publish-options
Christian Schneppe
2017-08-01
1
-0
/
+1
*
fetch device ids for muc members w/o known devices
Christian Schneppe
2017-08-01
1
-2
/
+8
*
sync around Conversation.getLatestMessage()
Christian Schneppe
2017-08-01
1
-7
/
+9
*
update datebubbles
Christian Schneppe
2017-08-01
1
-8
/
+11
*
cleanup nameWithoutVersion() code
Christian Schneppe
2017-06-24
1
-13
/
+9
*
don't use version part of identity name in presence selection
Christian Schneppe
2017-06-24
1
-1
/
+21
*
offer to open website if ibb offers oob redirect
Christian Schneppe
2017-06-24
1
-0
/
+3
*
do not accept LMC for files
Christian Schneppe
2017-06-11
1
-1
/
+1
*
rename downgrade attack to downgraded sasl mechanism
Christian Schneppe
2017-05-31
2
-2
/
+2
*
use mam reference instead of timestamp
Christian Schneppe
2017-05-17
1
-12
/
+16
*
unified all account state exceptions
Christian Schneppe
2017-05-10
1
-3
/
+9
*
display open pgp key id in account details and allow to delete
Christian Schneppe
2017-05-10
1
-1
/
+5
*
make jingle implementation send file hash when using ft5
Christian Schneppe
2017-05-09
1
-3
/
+3
*
code cleanup: made conversation property final in message object
Christian Schneppe
2017-04-26
2
-21
/
+12
*
limited offline support for pgp group chats
Christian Schneppe
2017-04-26
1
-1
/
+7
*
show 'try again' button when remote server wasn't found in previously active muc
Christian Schneppe
2017-04-16
1
-0
/
+12
*
properly unregister bookmark from conversations when deleting bookmark
Christian Schneppe
2017-04-13
2
-0
/
+2
*
fixed message merge logic. merge only messages with lower status
Christian Schneppe
2017-04-13
1
-3
/
+2
*
be more careful with corner cases when mentioning multiple people
Christian Schneppe
2017-04-13
1
-0
/
+11
*
avoid crash on urls with missing protocols
Christian Schneppe
2017-04-13
1
-1
/
+1
*
treat URL as file if URL is in oob or contains key
Christian Schneppe
2017-04-13
2
-33
/
+10
[next]