aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/entities (unfollow)
Commit message (Expand)AuthorFilesLines
2016-02-24optionally lock conference domains as well and hide known domains in uiDaniel Gultsch3-5/+31
2016-02-24made hard coded choice for encryptions more flexible and disable parsingDaniel Gultsch1-3/+7
2016-02-23reset pending subscription request when receiving roster updateDaniel Gultsch1-0/+2
2016-02-23Retry decryption from message menufiaxh1-0/+1
2016-02-23made presences object final in contactDaniel Gultsch1-5/+1
2016-02-22turned muc errors into enum. added error codes for service shutdownDaniel Gultsch1-15/+19
2016-02-21some mucs may grant voice to visitors in unmoderated roomsDaniel Gultsch1-1/+3
2016-02-19never parse show in presences as offlineDaniel Gultsch1-11/+15
2016-02-17only offer message correction for the very last messageDaniel Gultsch2-4/+26
2016-02-16added some OTR loggingDaniel Gultsch1-4/+7
2016-02-15basic support for XEP-0308: Last Message Correction. fixes #864Daniel Gultsch2-5/+53
2016-02-04prepend instead off append mam messages to conversations when going in reverseDaniel Gultsch1-1/+8
2016-02-04prevent previoulsly cleared messages from reloading. fixes #1110Daniel Gultsch2-0/+20
2016-02-04add more fault tolerant checks for messages left on serverDaniel Gultsch1-0/+9
2016-02-03cache server capsDaniel Gultsch1-1/+18
2016-02-03refactored disco cache. avoid making duplicate call. check hashDaniel Gultsch3-16/+49
2016-02-02re-read common name from certificates on startupDaniel Gultsch1-2/+7
2016-02-01refactored user handling in conferences. show try again button when conferenc...Daniel Gultsch1-84/+57
2016-01-29try to make in-valid-session detection work for pgpDaniel Gultsch1-3/+10
2016-01-24Fetch cached caps result on new presenceStephen Paul Weber1-1/+4
2016-01-24Use a Presence class for presence informationStephen Paul Weber3-47/+71
2016-01-23Persisitence and loading for ServiceDiscoveryResultStephen Paul Weber1-10/+58
2016-01-23Implement toJSON on ServiceDiscoveryResultStephen Paul Weber1-0/+34
2016-01-23Generate capHash from any discovery resultStephen Paul Weber1-4/+80
2016-01-23Factor out a representation of XEP-0030 resultsStephen Paul Weber1-0/+84
2016-01-22added config variable to allow non-tls connectionsDaniel Gultsch1-1/+1
2016-01-16made constructor private in Account entityDaniel Gultsch1-5/+1
2016-01-08added Config.java variable to change the default notification behaviour to al...Daniel Gultsch1-1/+1
2016-01-08show per conference notification settings in details activityDaniel Gultsch1-1/+15
2016-01-06avoid duplicate messages when sending files to mucs. fixes #1635Daniel Gultsch1-2/+10
2016-01-05Correct uuid check according to RFC 4122fiaxh1-1/+1
2016-01-04only report error after third unsuccesful attempt to connectDaniel Gultsch1-1/+1
2015-12-27fixed stuck at omemo encryption when x509 verification is being usedDaniel Gultsch1-7/+7
2015-12-19use presence name not server name when verification is being usedDaniel Gultsch1-3/+3
2015-12-19only offer plain and omemo encryption when x509 verification is enabledDaniel Gultsch1-1/+10
2015-12-19prefer server name over address book name when x509 verification is being usedDaniel Gultsch1-1/+4
2015-12-14splite PARANOIA_MODE into three different optionsDaniel Gultsch1-1/+1
2015-12-11set bookmark name to room subject if no subject has been set beforeDaniel Gultsch1-0/+10
2015-12-11get rid of lastMessageTransmitted in favor of db queryDaniel Gultsch1-24/+6
2015-12-09when no avatar found show avatar of contact and not the muc user in conferencesDaniel Gultsch1-3/+3
2015-12-04properly clear muc user avatar cachesDaniel Gultsch1-2/+7
2015-12-04rely on message id if message id is uuid and pgp encryption was used to dedup...Daniel Gultsch1-1/+3
2015-12-04use proposed nick as default nick in mucoptionsDaniel Gultsch1-1/+1
2015-12-03parse vcard avatars from muc presencesDaniel Gultsch1-155/+122
2015-12-02Unset all PGP signatures oncefiaxh1-4/+13
2015-12-02Show status message when contact requests presenceSam Whited1-1/+1
2015-12-01introduced build-time paranoia mode that disables unencrypted chats and force...Daniel Gultsch1-2/+9
2015-12-01add error state for unavailable tor networkDaniel Gultsch1-3/+3
2015-12-01do socks5 connect manuallyDaniel Gultsch1-16/+4
2015-12-01initial tor supportDaniel Gultsch1-4/+46