aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/entities (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-02-24Reviewed commit for FS#34 after mergesteckbrief2-2/+2
2016-02-23Removed useless 'button-message' to load more messages. Implementation ↵steckbrief2-20/+0
already done with a more convenient method
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-12Imports organizedsteckbrief4-7/+2
2016-02-11Compilation errors and merge mixups fixedsteckbrief2-2/+3
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 ↵Daniel Gultsch1-84/+57
conference has errors
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
Only has status for now, but doing it so I can add disco to it
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
And the parser from Element to this representation.
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 ↵Daniel Gultsch1-1/+1
always
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 ↵Daniel Gultsch1-1/+3
deduplicate messages. fixes #1357
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
... so they will be redone to match the changed status.
2015-12-02Show status message when contact requests presenceSam Whited1-1/+1
Remove presence when conversation closed
2015-12-01introduced build-time paranoia mode that disables unencrypted chats and ↵Daniel Gultsch1-2/+9
forces TOR
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
2015-11-26hide subject edit button if not editable by userDaniel Gultsch1-4/+18
2015-11-26detect server identity and added muc-workaround for slackDaniel Gultsch1-0/+8