aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/entities (unfollow)
Commit message (Expand)AuthorFilesLines
2016-04-14always notify by default in conferencesDaniel Gultsch1-1/+1
2016-04-13return own jid as true counterpart on self messages in mucDaniel Gultsch1-0/+3
2016-04-09don't show contact details when in conversations with selfDaniel Gultsch1-0/+4
2016-03-31add methods to check max file size for http uploadDaniel Gultsch2-1/+18
2016-03-31save otr fingerprint in messageDaniel Gultsch1-2/+2
2016-03-31include form fields into caps hash calculationDaniel Gultsch1-2/+17
2016-03-31made setting aes keys in DownloadableFile more readableDaniel Gultsch1-12/+8
2016-03-13simplified getUsers(max) codeDaniel Gultsch1-11/+2
2016-03-12small bugfixeslookshe1-0/+3
2016-03-12removed duplicated sourcelookshe1-8/+5
2016-03-12Added method to get body from message if hasMeCommand and harmonized extracti...lookshe2-10/+23
2016-03-06Implements: FS#142 - Fix Conference notificationslookshe1-4/+4
2016-03-04mark oob messages and always display download buttonDaniel Gultsch1-3/+15
2016-03-04add a few more know file extensionsDaniel Gultsch2-6/+9
2016-03-02Fixes FS#147: Disable OMEMOsteckbrief1-4/+12
2016-03-02Fixes FS#146: Remove Tor-Supportsteckbrief1-4/+0
2016-03-01let users confirm each member in a conference even if that contact is already...Daniel Gultsch1-9/+63
2016-02-29use correct jid when leaving a conference. fixes #1732Daniel Gultsch1-1/+1
2016-02-29refactored omemo to take multiple recipientsDaniel Gultsch2-8/+23
2016-02-28made hashtable in roster store jids instead of stringsDaniel Gultsch1-9/+7
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-24Reviewed commit for FS#34 after mergesteckbrief2-2/+2
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-23Removed useless 'button-message' to load more messages. Implementation alread...steckbrief2-20/+0
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-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 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