aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/entities/MucOptions.java (unfollow)
Commit message (Expand)AuthorFilesLines
2016-07-04simplified muc users orderingDaniel Gultsch1-11/+12
2016-06-28only keep offline members in members only conferencesDaniel Gultsch1-1/+4
2016-06-14clear muc tiles when avatar of member changesDaniel Gultsch1-1/+5
2016-06-14sort muc users by affiliation, name. fixes #1913Daniel Gultsch1-9/+15
2016-06-03trim nick from bookmark before checking if it's emptyDaniel Gultsch1-2/+2
2016-05-27don't push default muc conf twiceDaniel Gultsch1-0/+10
2016-05-26make newly created conferences private by defaultDaniel Gultsch1-0/+1
2016-05-19sync around individual calls instead of synchronizing entire objectDaniel Gultsch1-49/+79
2016-05-17improved ordering of muc participantsDaniel Gultsch1-2/+23
2016-05-17refactored muc item parsing to also parse muc status messagesDaniel Gultsch1-8/+4
2016-05-17offer offline members to be invited againDaniel Gultsch1-2/+16
2016-05-16change affiliation for in memory users that are currently not joined in a con...Daniel Gultsch1-3/+5
2016-05-16keep conference members in memory and show them in conference detailsDaniel Gultsch1-45/+129
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-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-07-22show warning when trying to highlight users that have left the conferenceDaniel Gultsch1-0/+9
2015-07-20Optimize importsAndreas Straub1-2/+2
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