aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/entities (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * when no avatar found show avatar of contact and not the muc user in conferencesDaniel Gultsch2015-12-091-3/+3
| * properly clear muc user avatar cachesDaniel Gultsch2015-12-041-2/+7
| * Merge pull request #1595 from fiaxh/pgp_database_signatureDaniel Gultsch2015-12-041-4/+13
| |\
| | * Unset all PGP signatures oncefiaxh2015-12-021-4/+13
| * | rely on message id if message id is uuid and pgp encryption was used to dedup...Daniel Gultsch2015-12-041-1/+3
| * | use proposed nick as default nick in mucoptionsDaniel Gultsch2015-12-041-1/+1
| * | parse vcard avatars from muc presencesDaniel Gultsch2015-12-031-155/+122
| * | Show status message when contact requests presenceSam Whited2015-12-021-1/+1
| |/
| * introduced build-time paranoia mode that disables unencrypted chats and force...Daniel Gultsch2015-12-011-2/+9
| * add error state for unavailable tor networkDaniel Gultsch2015-12-011-3/+3
| * do socks5 connect manuallyDaniel Gultsch2015-12-011-16/+4
| * initial tor supportDaniel Gultsch2015-12-011-4/+46
| * hide subject edit button if not editable by userDaniel Gultsch2015-11-261-4/+18
| * detect server identity and added muc-workaround for slackDaniel Gultsch2015-11-261-0/+8
| * pgp fixes and revert configuration changesDaniel Gultsch2015-11-252-24/+5
| * Use OpenPGP-API 9.0fiaxh2015-11-091-2/+36
| * explicitly mark verified omemo keys in UIDaniel Gultsch2015-10-311-2/+2
| * Merge pull request #1513 from fiaxh/pgp_background_decryptionDaniel Gultsch2015-10-302-0/+8
| |\
| | * Decrypt PGP messages in backgroundfiaxh2015-10-282-0/+8
| * | push CN into nick pep node when uploading certificate. subscribe to nick nodeDaniel Gultsch2015-10-291-3/+16
| |/
| * Don't synchronize on non-final fieldSam Whited2015-10-261-1/+1
| * fixed read conversations showing up as notifications after a restartDaniel Gultsch2015-10-211-5/+4
| * introduced code to verify omemo device keys with x509 certificates.Daniel Gultsch2015-10-161-0/+3
| * make unread status and notifications presistent across restartsDaniel Gultsch2015-10-142-14/+30
| * initial UI work to allow setting up accounts from certifcatesDaniel Gultsch2015-10-091-6/+10
| * Show whether MAM is supported in MUCssaqura2015-10-061-0/+5
| * fixed NPE when executing rename callback in mucDaniel Gultsch2015-09-281-1/+3
| * added missing type='submit' to mam queriesDaniel Gultsch2015-09-152-9/+5
| * added possibiltiy to set conferences as moderated (only visible in advanced m...Daniel Gultsch2015-09-131-6/+20
| * added mp4 to well known extensions. fixes #1403Daniel Gultsch2015-09-121-1/+1
| * Issues with URLs with multiple dots in file. fixes #1373Daniel Gultsch2015-09-041-7/+15
| * added special error state for dns timeoutDaniel Gultsch2015-09-011-1/+4
| * fixed bug that prevented newly opened conversations to load the entire histor...Daniel Gultsch2015-08-301-0/+4
| * be more restrictive about marking messages as sent_received in muc parserDaniel Gultsch2015-08-261-5/+16
| * bugfix: next encryption is now being properly detectedDaniel Gultsch2015-08-231-2/+2
| * Let UNTRUSTED/UNDECIDED keys become INACTIVEAndreas Straub2015-08-011-2/+2
| * enable axolotl encryption for jingle supported file transfersDaniel Gultsch2015-08-011-17/+17
| * improved 'next encryption' selectionDaniel Gultsch2015-07-312-28/+37
| * Fix session logic: enforce same type of encryptionAndreas Straub2015-07-301-0/+31
| * use gcm for file encryption over httpDaniel Gultsch2015-07-291-89/+8
| * Tag carbon messages in parser, adapt session logicAndreas Straub2015-07-291-3/+21
| * Refactor out inner classes, cache trust storeAndreas Straub2015-07-291-2/+2
| * removed recursion in message.getMerged*()Daniel Gultsch2015-07-281-13/+19
| * show warning when trying to highlight users that have left the conferenceDaniel Gultsch2015-07-221-0/+9
| * treat private, non-anonymous mucs like 1:1 chats notification wiseDaniel Gultsch2015-07-221-0/+7
| * Optimize importsAndreas Straub2015-07-203-10/+4
| * Don't merge messages with different trust statusesAndreas Straub2015-07-191-1/+7
| * Show trust status of messages' originating sessionAndreas Straub2015-07-191-0/+4
| * Overhauled Message taggingAndreas Straub2015-07-191-9/+10
| * Fix displaying Contact IdentityKeysAndreas Straub2015-07-191-64/+0