aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/parser/MessageParser.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| | * 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
| | | | | | | | | | | | | | | | | | fixed #1263 fixed #1260 fixed #1293
| | * Optimize importsAndreas Straub2015-07-201-1/+0
| | |
| | * Overhauled Message taggingAndreas Straub2015-07-191-1/+2
| | | | | | | | | | | | | | | | | | Messages are now tagged with the IdentityKey fingerprint of the originating session. IdentityKeys have one of three trust states: undecided (default), trusted, and untrusted/not yet trusted.
| | * Clean up loggingAndreas Straub2015-07-191-1/+1
| | | | | | | | | | | | | | | Add a fixed prefix to axolotl-related log messages, set log levels sensibly.
| | * Fix devicelist update handlingAndreas Straub2015-07-191-0/+1
| | | | | | | | | | | | | | | | | | No longer store own device ID (so that we don't encrypt messages for ourselves), verify that own device ID is present in update list (otherwise republish), reflect update in UI.
| | * Properly track message senderAndreas Straub2015-07-191-4/+4
| | | | | | | | | | | | | | | | | | | | | Previously, the sender was assumed to be the conversation counterpart. This broke carboned own-device messages. We now track the sender properly, and also set the status (sent by one of the own devices vs received from the counterpart) accordingly.
| | * Fetch bundles on-demand, encrypt in backgroundAndreas Straub2015-07-191-8/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bundles are now fetched on demand when a session needs to be established. This should lessen the chance of changes to the bundles occuring before they're used, as well as lessen the load of fetching bundles. Also, the message encryption is now done in a background thread, as this can be somewhat costly if many sessions are present. This is probably not going to be an issue in real use, but it's good practice anyway.
| | * Reformat code to use tabsAndreas Straub2015-07-191-28/+28
| | | | | | | | | | | | This really sucks to do it like this. Sorry. :(
| | * Added PEP and message protocol layersAndreas Straub2015-07-191-6/+40
| | | | | | | | | | | | Can now fetch/retrieve from PEP, as well as encode/decode messages
| * | 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
| |/ | | | | | | | | | | fixed #1263 fixed #1260 fixed #1293
| * renamed HttpConnection to HttpDownloadConnectionDaniel Gultsch2015-07-101-1/+1
| |
| * moved null check for to and from in message parserDaniel Gultsch2015-07-021-5/+6
| |
| * changed mime type handlingDaniel Gultsch2015-07-011-1/+1
| |
| * refactored bodyContainsDownloadable to be more flexibleDaniel Gultsch2015-06-301-1/+1
| |
| * don't parse body from muc status messagesDaniel Gultsch2015-06-281-6/+7
| |
| * fixed parsing of muc status messages in new message parserDaniel Gultsch2015-06-281-6/+18
| |
| * send_received muc messages will mark a conversation a readDaniel Gultsch2015-06-041-1/+1
| |
| * avoid unnessary muc mam queries when message count is 0 after subjectDaniel Gultsch2015-06-021-1/+1
| |
| * fixed more edge cases in muc message parserDaniel Gultsch2015-06-021-3/+3
| |
| * improved compatibility with muc components that change the message idDaniel Gultsch2015-06-021-2/+3
| |
| * deduplicate private muc messagesDaniel Gultsch2015-05-261-1/+3
| |
| * proper error parsing. some clean upDaniel Gultsch2015-05-201-41/+49
| |
| * fixed npe in new message parserDaniel Gultsch2015-05-201-1/+3
| |
| * fixed muc mam. added a few security checksDaniel Gultsch2015-05-201-23/+25
| |
| * fixed read/unread markersDaniel Gultsch2015-05-201-10/+9
| |
| * added mam stuff to new message parserDaniel Gultsch2015-05-201-7/+26
| |
| * rewrote parser code. mam id and possible other stuff still missing. also ↵Daniel Gultsch2015-05-201-473/+192
| | | | | | | | massivly untested
| * r/o support for vcard avatars. pep avatars will be preferedDaniel Gultsch2015-05-051-1/+1
| |
| * fixed direct invitesDaniel Gultsch2015-04-211-12/+28
| |
* | Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2016-02-091-1/+1
|\ \
* | | Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2016-01-131-4/+5
|\| |
* | | Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2015-12-101-1/+1
|\| |
* | | Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2015-12-021-4/+4
|\| |
* | | Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2015-11-061-2/+3
|\| |
* | | Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2015-10-231-1/+6
|\| |
* | | Merge trz/rename into trz/rebasesteckbrief2015-10-221-3/+3
|\| |
| * | renaming eu.siacs.conversations to de.thedevstack.conversationsplussteckbrief2015-06-191-653/+0
| | | | | | | | | | | | | | | | | | "renaming eu.siacs.conversations to de.thedevstack.conversationsplus" package renaming completed
* | | Merge tag '1.5.2' into trz/rebaselookshe2015-08-111-509/+293
|/ /
* | changed received and read confirmation setting to one list and put it to ↵lookshe2015-04-141-1/+1
| | | | | | | | settings class
* | implementation for downloading only when enabled wlanlookshe2015-04-121-1/+5
| |
* | added settings for accepting and downloading fileslookshe2015-04-121-1/+2
|/ | | | fix in Settings, initialize with same values like in preferences.xml
* properly set chat states when receiving otr status messagesiNPUTmice2015-03-211-1/+1
|
* respond to unreadable OTR messages with error message. fixed #1021iNPUTmice2015-03-211-0/+2
|
* don't update presence for muc messagesiNPUTmice2015-03-191-5/+2
|
* # add delivery receipts for private muc msgsBrianBlade2015-03-181-7/+15
| | | | # enable update last-seen for muc-msgs
* fixed npe in message parseriNPUTmice2015-03-061-4/+4
|
* mark all sent messages up to a marker as displayedDaniel Gultsch2015-03-011-4/+9
|