aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/parser/MessageParser.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag '1.9.4' into trz/merge_1.9.4trz/merge_1.9.4lookshe2016-02-161-5/+7
|\
| * prepend instead off append mam messages to conversations when going in reverseDaniel Gultsch2016-02-041-1/+5
| * count all messages in a queryDaniel Gultsch2016-02-031-4/+2
| * Revert "get rid of broken totalMessageCount for mam queries"Daniel Gultsch2016-02-031-2/+4
| * get rid of broken totalMessageCount for mam queriesDaniel Gultsch2016-02-021-4/+2
* | Fixes FS#135: condition NOT message.isRead() added to check if notification s...steckbrief2016-02-131-1/+1
* | Imports organizedsteckbrief2016-02-121-2/+2
* | Merge tag '1.9.3' into trz/merge_1.9.3lookshe2016-02-111-44/+133
|\|
| * fixed false set of subject in conference with empty body tagDaniel Gultsch2016-01-311-1/+1
| * use actual message timestamp instead of delay when updating last seen. fixes ...Daniel Gultsch2015-12-311-3/+4
| * let message parser not artifically fail on messages with no to attributeDaniel Gultsch2015-12-171-4/+4
| * set bookmark name to room subject if no subject has been set beforeDaniel Gultsch2015-12-111-2/+10
| * get rid of lastMessageTransmitted in favor of db queryDaniel Gultsch2015-12-111-6/+1
| * notify on mam catchup messagesDaniel Gultsch2015-12-101-5/+15
| * properly clean up timed out mam queriesDaniel Gultsch2015-12-101-1/+1
| * check for query object as condition to trigger deduplication instead of serverIdDaniel Gultsch2015-12-051-1/+1
| * parse stanza-id from messagesDaniel Gultsch2015-12-041-3/+19
| * parse vcard avatars from muc presencesDaniel Gultsch2015-12-031-1/+1
| * combine multiple message receipts into single messageDaniel Gultsch2015-12-011-6/+7
| * Merge pull request #1513 from fiaxh/pgp_background_decryptionDaniel Gultsch2015-10-301-1/+9
| |\
| | * Decrypt PGP messages in backgroundfiaxh2015-10-281-1/+9
| * | push CN into nick pep node when uploading certificate. subscribe to nick nodeDaniel Gultsch2015-10-291-1/+1
| |/
| * update last seen in mucs. fixes #1508Daniel Gultsch2015-10-191-1/+5
| * work with muc services that change the message idDaniel Gultsch2015-10-141-1/+1
| * clear notification and activate grace period when receiving chat marker from ...Daniel Gultsch2015-10-061-1/+5
| * Revert "improved compatibility with muc components that change the message id"Daniel Gultsch2015-08-261-3/+2
| * Merge branch 'development'Daniel Gultsch2015-08-151-15/+58
| |\
| | * Provide process function for key transport messageAndreas Straub2015-07-311-1/+1
| | * Refactor axolotl message processing workflowAndreas Straub2015-07-311-2/+2
| | * Change to new wire protocol versionAndreas Straub2015-07-311-1/+1
| | * improved 'next encryption' selectionDaniel Gultsch2015-07-311-2/+0
| | * Tag carbon messages in parser, adapt session logicAndreas Straub2015-07-291-1/+4
| | * log reason for message failureDaniel Gultsch2015-07-281-0/+7
| | * use type=chat more often to go along with new, simple carbon and mam rulesDaniel Gultsch2015-07-221-6/+10
| | * fixed npe in error message handlingDaniel Gultsch2015-07-211-1/+1
| | * end otr session when receiving failed otr message warningsDaniel Gultsch2015-07-211-1/+7
| | * bugfix: changed condition of onOtrSessionEstablished being calledDaniel Gultsch2015-07-211-6/+6
| | * Optimize importsAndreas Straub2015-07-201-1/+0
| | * Overhauled Message taggingAndreas Straub2015-07-191-1/+2
| | * Clean up loggingAndreas Straub2015-07-191-1/+1
| | * Fix devicelist update handlingAndreas Straub2015-07-191-0/+1
| | * Properly track message senderAndreas Straub2015-07-191-4/+4
| | * Fetch bundles on-demand, encrypt in backgroundAndreas Straub2015-07-191-8/+4
| | * Reformat code to use tabsAndreas Straub2015-07-191-28/+28
| | * Added PEP and message protocol layersAndreas Straub2015-07-191-6/+40
| * | fixed npe in error message handlingDaniel Gultsch2015-07-211-1/+1
| * | end otr session when receiving failed otr message warningsDaniel Gultsch2015-07-211-1/+7
| * | bugfix: changed condition of onOtrSessionEstablished being calledDaniel Gultsch2015-07-211-6/+6
| |/
| * renamed HttpConnection to HttpDownloadConnectionDaniel Gultsch2015-07-101-1/+1
| * moved null check for to and from in message parserDaniel Gultsch2015-07-021-5/+6