aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/parser (follow)
Commit message (Collapse)AuthorAgeFilesLines
* don't push default muc conf twiceDaniel Gultsch2016-05-271-1/+1
|
* make newly created conferences private by defaultDaniel Gultsch2016-05-261-0/+10
|
* don't respond to otr messages in muc pmsDaniel Gultsch2016-05-251-4/+5
|
* update ui after affiliation changesDaniel Gultsch2016-05-211-0/+3
|
* resetting fetch status error when mutual subscription is reestablishedDaniel Gultsch2016-05-192-1/+18
|
* improved ordering of muc participantsDaniel Gultsch2016-05-171-1/+1
|
* refactored muc item parsing to also parse muc status messagesDaniel Gultsch2016-05-173-5/+36
|
* change affiliation for in memory users that are currently not joined in a ↵Daniel Gultsch2016-05-161-1/+3
| | | | conference
* keep conference members in memory and show them in conference detailsDaniel Gultsch2016-05-162-11/+4
|
* escape HTML in OTR messages if other client is PidginDaniel Gultsch2016-05-151-3/+40
|
* log incoming iq requestsDaniel Gultsch2016-05-151-0/+5
|
* do not process self presenceDaniel Gultsch2016-05-131-2/+2
| | | | we don't want our own resource show up in the self contact
* do not show last-seen metric in UIDaniel Gultsch2016-05-103-12/+4
|
* don't request disco from selfDaniel Gultsch2016-04-281-1/+1
|
* expert setting to manually change presenceDaniel Gultsch2016-04-221-1/+2
|
* save otr fingerprint in messageDaniel Gultsch2016-03-311-4/+7
|
* mark oob messages and always display download buttonDaniel Gultsch2016-03-041-1/+5
|
* refactored omemo to take multiple recipientsDaniel Gultsch2016-02-292-4/+18
|
* made hard coded choice for encryptions more flexible and disable parsingDaniel Gultsch2016-02-241-4/+3
|
* update notification after message correctionDaniel Gultsch2016-02-231-0/+1
|
* turned muc errors into enum. added error codes for service shutdownDaniel Gultsch2016-02-221-9/+13
|
* change uuid when replacing messagesDaniel Gultsch2016-02-201-1/+4
|
* decrypt pgp message correctionsDaniel Gultsch2016-02-191-8/+9
|
* never parse show in presences as offlineDaniel Gultsch2016-02-191-1/+1
|
* only offer message correction for the very last messageDaniel Gultsch2016-02-171-1/+5
|
* log reason why otr message won't be parsedDaniel Gultsch2016-02-161-1/+2
|
* added setting to opt-out of message correction. renamed preferences and ↵Daniel Gultsch2016-02-161-1/+1
| | | | options to settings
* basic support for XEP-0308: Last Message Correction. fixes #864Daniel Gultsch2016-02-151-14/+47
|
* catch all axolotl parse exception at once. fixes #1692Daniel Gultsch2016-02-111-5/+4
|
* prepend instead off append mam messages to conversations when going in reverseDaniel Gultsch2016-02-041-1/+5
|
* removed unecessary logging when muc tiles updateDaniel Gultsch2016-02-041-1/+0
|
* 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
| | | | This reverts commit 58c6f9bfb283f5c54695b9662b5b4b08e5d4357f.
* refactored disco cache. avoid making duplicate call. check hashDaniel Gultsch2016-02-031-26/+7
|
* Merge branch 'disco-caps' of https://github.com/singpolyma/Conversations ↵Daniel Gultsch2016-02-021-3/+33
|\ | | | | | | into singpolyma-disco-caps
| * Do disco for caps hashes we have never seenStephen Paul Weber2016-01-241-2/+23
| | | | | | | | Then cache it
| * Fetch cached caps result on new presenceStephen Paul Weber2016-01-241-2/+10
| |
| * Use a Presence class for presence informationStephen Paul Weber2016-01-241-1/+2
| | | | | | | | Only has status for now, but doing it so I can add disco to it
* | get rid of broken totalMessageCount for mam queriesDaniel Gultsch2016-02-021-4/+2
| |
* | catch a few NPE when parsing invalid pep nodesDaniel Gultsch2016-02-021-3/+3
| |
* | refactored user handling in conferences. show try again button when ↵Daniel Gultsch2016-02-011-1/+8
| | | | | | | | conference has errors
* | 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-312-7/+8
| | | | #1618
* let message parser not artifically fail on messages with no to attributeDaniel Gultsch2015-12-171-4/+4
|
* more detailed loggingDaniel Gultsch2015-12-121-2/+1
|
* 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
|
* always show conversations with pending subscription requestsDaniel Gultsch2015-12-091-3/+5
|