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
/
parser
/
MessageParser.java
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
|
*
improved 'next encryption' selection
Daniel Gultsch
2015-07-31
1
-2
/
+0
|
*
Tag carbon messages in parser, adapt session logic
Andreas Straub
2015-07-29
1
-1
/
+4
|
*
log reason for message failure
Daniel Gultsch
2015-07-28
1
-0
/
+7
|
*
use type=chat more often to go along with new, simple carbon and mam rules
Daniel Gultsch
2015-07-22
1
-6
/
+10
|
*
fixed npe in error message handling
Daniel Gultsch
2015-07-21
1
-1
/
+1
|
*
end otr session when receiving failed otr message warnings
Daniel Gultsch
2015-07-21
1
-1
/
+7
|
*
bugfix: changed condition of onOtrSessionEstablished being called
Daniel Gultsch
2015-07-21
1
-6
/
+6
|
*
Optimize imports
Andreas Straub
2015-07-20
1
-1
/
+0
|
*
Overhauled Message tagging
Andreas Straub
2015-07-19
1
-1
/
+2
|
*
Clean up logging
Andreas Straub
2015-07-19
1
-1
/
+1
|
*
Fix devicelist update handling
Andreas Straub
2015-07-19
1
-0
/
+1
|
*
Properly track message sender
Andreas Straub
2015-07-19
1
-4
/
+4
|
*
Fetch bundles on-demand, encrypt in background
Andreas Straub
2015-07-19
1
-8
/
+4
|
*
Reformat code to use tabs
Andreas Straub
2015-07-19
1
-28
/
+28
|
*
Added PEP and message protocol layers
Andreas Straub
2015-07-19
1
-6
/
+40
*
|
fixed npe in error message handling
Daniel Gultsch
2015-07-21
1
-1
/
+1
*
|
end otr session when receiving failed otr message warnings
Daniel Gultsch
2015-07-21
1
-1
/
+7
*
|
bugfix: changed condition of onOtrSessionEstablished being called
Daniel Gultsch
2015-07-21
1
-6
/
+6
|
/
*
renamed HttpConnection to HttpDownloadConnection
Daniel Gultsch
2015-07-10
1
-1
/
+1
*
moved null check for to and from in message parser
Daniel Gultsch
2015-07-02
1
-5
/
+6
*
changed mime type handling
Daniel Gultsch
2015-07-01
1
-1
/
+1
*
refactored bodyContainsDownloadable to be more flexible
Daniel Gultsch
2015-06-30
1
-1
/
+1
*
don't parse body from muc status messages
Daniel Gultsch
2015-06-28
1
-6
/
+7
[next]