index
:
PiratX
feature/fixed_domain_flavor
master
thedevstack
The new way for communications
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
eu
/
siacs
/
conversations
/
entities
/
MucOptions.java
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-05-19
sync around individual calls instead of synchronizing entire object
Daniel Gultsch
1
-49
/
+79
2016-05-17
improved ordering of muc participants
Daniel Gultsch
1
-2
/
+23
2016-05-17
refactored muc item parsing to also parse muc status messages
Daniel Gultsch
1
-8
/
+4
2016-05-17
offer offline members to be invited again
Daniel Gultsch
1
-2
/
+16
2016-05-16
change affiliation for in memory users that are currently not joined in a con...
Daniel Gultsch
1
-3
/
+5
2016-05-16
keep conference members in memory and show them in conference details
Daniel Gultsch
1
-45
/
+129
2016-04-13
return own jid as true counterpart on self messages in muc
Daniel Gultsch
1
-0
/
+3
2016-03-13
simplified getUsers(max) code
Daniel Gultsch
1
-11
/
+2
2016-02-29
use correct jid when leaving a conference. fixes #1732
Daniel Gultsch
1
-1
/
+1
2016-02-29
refactored omemo to take multiple recipients
Daniel Gultsch
1
-0
/
+11
2016-02-22
turned muc errors into enum. added error codes for service shutdown
Daniel Gultsch
1
-15
/
+19
2016-02-21
some mucs may grant voice to visitors in unmoderated rooms
Daniel Gultsch
1
-1
/
+3
2016-02-06
optimized subtitle in MUCs
Christian S
1
-1
/
+1
2016-02-01
refactored user handling in conferences. show try again button when conferenc...
Daniel Gultsch
1
-84
/
+57
2015-12-12
when no avatar found show avatar of contact and not the muc user in conferences
Daniel Gultsch
1
-3
/
+3
2015-12-09
when no avatar found show avatar of contact and not the muc user in conferences
Daniel Gultsch
1
-3
/
+3
2015-12-06
properly clear muc user avatar caches
Daniel Gultsch
1
-2
/
+7
2015-12-04
properly clear muc user avatar caches
Daniel Gultsch
1
-2
/
+7
2015-12-04
use proposed nick as default nick in mucoptions
Daniel Gultsch
1
-1
/
+1
2015-12-04
use proposed nick as default nick in mucoptions
Daniel Gultsch
1
-1
/
+1
2015-12-04
parse vcard avatars from muc presences
Daniel Gultsch
1
-155
/
+122
2015-12-03
parse vcard avatars from muc presences
Daniel Gultsch
1
-155
/
+122
2015-11-26
hide subject edit button if not editable by user
Daniel Gultsch
1
-4
/
+18
2015-11-25
pgp fixes and revert configuration changes
Daniel Gultsch
1
-23
/
+4
2015-10-06
Show whether MAM is supported in MUCs
saqura
1
-0
/
+5
2015-09-28
fixed NPE when executing rename callback in muc
Daniel Gultsch
1
-1
/
+3
2015-09-13
added possibiltiy to set conferences as moderated (only visible in advanced m...
Daniel Gultsch
1
-6
/
+20
2015-07-22
show warning when trying to highlight users that have left the conference
Daniel Gultsch
1
-0
/
+9
2015-07-20
Optimize imports
Andreas Straub
1
-2
/
+2
2015-05-12
don't set unknown error in muc
Daniel Gultsch
1
-2
/
+0
2015-02-27
don't add users with null nicks to muc user list
iNPUTmice
1
-1
/
+1
2015-02-21
clear muc tiles cache only when necessary
iNPUTmice
1
-0
/
+15
2015-01-11
keep proper image file extension
Daniel Gultsch
1
-1
/
+0
2015-01-10
make room persistant when changing subject or other muc options
Daniel Gultsch
1
-0
/
+4
2015-01-08
allow for very basic muc configuration
Daniel Gultsch
1
-2
/
+4
2015-01-07
more muc options
Daniel Gultsch
1
-5
/
+25
2015-01-07
basic affiliation changes in muc
Daniel Gultsch
1
-12
/
+36
2015-01-05
Show affiliation instead of role in MucDetails and offer 'advanced mode' to d...
Daniel Gultsch
1
-33
/
+70
2014-12-22
Add support for XEP-0191 (Blocking command)
Sam Whited
1
-33
/
+33
2014-12-03
made muc parser more compatible with legacy mucs?! (whatever that is exactly)
iNPUTmice
1
-3
/
+1
2014-12-03
clean up getProposedNick
iNPUTmice
1
-6
/
+5
2014-11-23
MUC: do not add yourself to the muc user list.
Michael
1
-0
/
+2
2014-11-21
remove unused imports.
Michael
1
-2
/
+0
2014-11-21
STATUS_CODE_SELF_PRESENCE is not set in all case.
Michael
1
-10
/
+16
2014-11-20
change status codes string 'number' to a better readable constant.
Michael
1
-3
/
+5
2014-11-20
brought ad hoc conferences back. fixed #688 fixed #367
iNPUTmice
1
-59
/
+101
2014-11-17
context menu for muc participants + refactor trueCounterpart to use Jid class
iNPUTmice
1
-5
/
+5
2014-11-13
more npe checks in muc packet parser
iNPUTmice
1
-32
/
+35
2014-11-13
more npe checks in muc packet parser
iNPUTmice
1
-31
/
+34
2014-11-09
s/getResourcepart().isEmpty()/isBareJid()/
Sam Whited
1
-2
/
+2
[next]