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
/
eu
/
siacs
/
conversations
/
parser
/
MessageParser.java
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'refs/remotes/siacs/master'
Christian Schneppe
2016-05-27
1
-4
/
+5
|
\
|
*
don't respond to otr messages in muc pms
Daniel Gultsch
2016-05-25
1
-4
/
+5
*
|
Merge remote-tracking branch 'refs/remotes/siacs/master'
Christian Schneppe
2016-05-22
1
-0
/
+3
|
\
|
|
*
update ui after affiliation changes
Daniel Gultsch
2016-05-21
1
-0
/
+3
*
|
Merge remote-tracking branch 'refs/remotes/siacs/master'
Christian Schneppe
2016-05-20
1
-5
/
+23
|
\
|
|
*
resetting fetch status error when mutual subscription is reestablished
Daniel Gultsch
2016-05-19
1
-0
/
+8
|
*
refactored muc item parsing to also parse muc status messages
Daniel Gultsch
2016-05-17
1
-3
/
+13
|
*
keep conference members in memory and show them in conference details
Daniel Gultsch
2016-05-16
1
-2
/
+2
*
|
Merge remote-tracking branch 'refs/remotes/siacs/master'
Christian Schneppe
2016-05-16
1
-3
/
+40
|
\
|
|
*
escape HTML in OTR messages if other client is Pidgin
Daniel Gultsch
2016-05-15
1
-3
/
+40
|
*
do not show last-seen metric in UI
Daniel Gultsch
2016-05-10
1
-5
/
+2
*
|
revert changes to disable last-seen in UI
Christian Schneppe
2016-05-14
1
-2
/
+5
*
|
do not show last-seen metric in UI
Daniel Gultsch
2016-05-13
1
-5
/
+2
|
/
*
save otr fingerprint in message
Daniel Gultsch
2016-03-31
1
-4
/
+7
*
mark oob messages and always display download button
Daniel Gultsch
2016-03-04
1
-1
/
+5
*
refactored omemo to take multiple recipients
Daniel Gultsch
2016-02-29
1
-2
/
+12
*
made hard coded choice for encryptions more flexible and disable parsing
Daniel Gultsch
2016-02-24
1
-4
/
+3
*
update notification after message correction
Daniel Gultsch
2016-02-23
1
-0
/
+1
*
change uuid when replacing messages
Daniel Gultsch
2016-02-20
1
-1
/
+4
*
decrypt pgp message corrections
Daniel Gultsch
2016-02-19
1
-8
/
+9
*
only offer message correction for the very last message
Daniel Gultsch
2016-02-17
1
-1
/
+5
*
log reason why otr message won't be parsed
Daniel Gultsch
2016-02-16
1
-1
/
+2
*
added setting to opt-out of message correction. renamed preferences and optio...
Daniel Gultsch
2016-02-16
1
-1
/
+1
*
basic support for XEP-0308: Last Message Correction. fixes #864
Daniel Gultsch
2016-02-15
1
-14
/
+47
*
prepend instead off append mam messages to conversations when going in reverse
Daniel Gultsch
2016-02-04
1
-1
/
+5
*
count all messages in a query
Daniel Gultsch
2016-02-03
1
-4
/
+2
*
Revert "get rid of broken totalMessageCount for mam queries"
Daniel Gultsch
2016-02-03
1
-2
/
+4
*
get rid of broken totalMessageCount for mam queries
Daniel Gultsch
2016-02-02
1
-4
/
+2
*
fixed false set of subject in conference with empty body tag
Daniel Gultsch
2016-01-31
1
-1
/
+1
*
use actual message timestamp instead of delay when updating last seen. fixes ...
Daniel Gultsch
2015-12-31
1
-3
/
+4
*
let message parser not artifically fail on messages with no to attribute
Daniel Gultsch
2015-12-17
1
-4
/
+4
*
set bookmark name to room subject if no subject has been set before
Daniel Gultsch
2015-12-11
1
-2
/
+10
*
get rid of lastMessageTransmitted in favor of db query
Daniel Gultsch
2015-12-11
1
-6
/
+1
*
notify on mam catchup messages
Daniel Gultsch
2015-12-10
1
-5
/
+15
*
properly clean up timed out mam queries
Daniel Gultsch
2015-12-10
1
-1
/
+1
*
check for query object as condition to trigger deduplication instead of serverId
Daniel Gultsch
2015-12-05
1
-1
/
+1
*
parse stanza-id from messages
Daniel Gultsch
2015-12-04
1
-3
/
+19
*
parse vcard avatars from muc presences
Daniel Gultsch
2015-12-03
1
-1
/
+1
*
combine multiple message receipts into single message
Daniel Gultsch
2015-12-01
1
-6
/
+7
*
Merge pull request #1513 from fiaxh/pgp_background_decryption
Daniel Gultsch
2015-10-30
1
-1
/
+9
|
\
|
*
Decrypt PGP messages in background
fiaxh
2015-10-28
1
-1
/
+9
*
|
push CN into nick pep node when uploading certificate. subscribe to nick node
Daniel Gultsch
2015-10-29
1
-1
/
+1
|
/
*
update last seen in mucs. fixes #1508
Daniel Gultsch
2015-10-19
1
-1
/
+5
*
work with muc services that change the message id
Daniel Gultsch
2015-10-14
1
-1
/
+1
*
clear notification and activate grace period when receiving chat marker from ...
Daniel Gultsch
2015-10-06
1
-1
/
+5
*
Revert "improved compatibility with muc components that change the message id"
Daniel Gultsch
2015-08-26
1
-3
/
+2
*
Merge branch 'development'
Daniel Gultsch
2015-08-15
1
-15
/
+58
|
\
|
*
Provide process function for key transport message
Andreas Straub
2015-07-31
1
-1
/
+1
|
*
Refactor axolotl message processing workflow
Andreas Straub
2015-07-31
1
-2
/
+2
|
*
Change to new wire protocol version
Andreas Straub
2015-07-31
1
-1
/
+1
[next]