aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/entities/MucOptions.java (unfollow)
Commit message (Expand)AuthorFilesLines
2016-04-13return own jid as true counterpart on self messages in mucDaniel Gultsch1-0/+3
2016-03-13simplified getUsers(max) codeDaniel Gultsch1-11/+2
2016-02-29use correct jid when leaving a conference. fixes #1732Daniel Gultsch1-1/+1
2016-02-29refactored omemo to take multiple recipientsDaniel Gultsch1-0/+11
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-12Imports organizedsteckbrief1-4/+0
2016-02-01refactored user handling in conferences. show try again button when conferenc...Daniel Gultsch1-84/+57
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-04use proposed nick as default nick in mucoptionsDaniel Gultsch1-1/+1
2015-12-03parse vcard avatars from muc presencesDaniel Gultsch1-155/+122
2015-11-26hide subject edit button if not editable by userDaniel Gultsch1-4/+18
2015-11-25pgp fixes and revert configuration changesDaniel Gultsch1-23/+4
2015-10-06Show whether MAM is supported in MUCssaqura1-0/+5
2015-09-28fixed NPE when executing rename callback in mucDaniel Gultsch1-1/+3
2015-09-13added possibiltiy to set conferences as moderated (only visible in advanced m...Daniel Gultsch1-6/+20
2015-08-11Merge tag '1.5.2' into trz/rebaselookshe1-2/+0
2015-07-22show warning when trying to highlight users that have left the conferenceDaniel Gultsch1-0/+9
2015-07-20Optimize importsAndreas Straub1-2/+2
2015-06-19renaming eu.siacs.conversations to de.thedevstack.conversationsplussteckbrief1-530/+0
2015-05-12don't set unknown error in mucDaniel Gultsch1-2/+0
2015-02-27don't add users with null nicks to muc user listiNPUTmice1-1/+1
2015-02-21clear muc tiles cache only when necessaryiNPUTmice1-0/+15
2015-01-11keep proper image file extensionDaniel Gultsch1-1/+0
2015-01-10make room persistant when changing subject or other muc optionsDaniel Gultsch1-0/+4
2015-01-08allow for very basic muc configurationDaniel Gultsch1-2/+4
2015-01-07more muc optionsDaniel Gultsch1-5/+25
2015-01-07basic affiliation changes in mucDaniel Gultsch1-12/+36
2015-01-05Show affiliation instead of role in MucDetails and offer 'advanced mode' to d...Daniel Gultsch1-33/+70
2014-12-22Add support for XEP-0191 (Blocking command)Sam Whited1-33/+33
2014-12-03made muc parser more compatible with legacy mucs?! (whatever that is exactly)iNPUTmice1-3/+1
2014-12-03clean up getProposedNickiNPUTmice1-6/+5
2014-11-23MUC: do not add yourself to the muc user list.Michael1-0/+2
2014-11-21remove unused imports.Michael1-2/+0
2014-11-21STATUS_CODE_SELF_PRESENCE is not set in all case.Michael1-10/+16
2014-11-20change status codes string 'number' to a better readable constant.Michael1-3/+5
2014-11-20brought ad hoc conferences back. fixed #688 fixed #367iNPUTmice1-59/+101
2014-11-17context menu for muc participants + refactor trueCounterpart to use Jid classiNPUTmice1-5/+5
2014-11-13more npe checks in muc packet parseriNPUTmice1-32/+35
2014-11-13more npe checks in muc packet parseriNPUTmice1-31/+34
2014-11-09s/getResourcepart().isEmpty()/isBareJid()/Sam Whited1-2/+2
2014-11-09Update more files to use JID objectsSam Whited1-3/+3
2014-11-09Move a chunk of classes over to using JID objectsSam Whited1-18/+28
2014-10-22Make conversations the root projectSam Whited1-0/+0