index
:
dino
add-kbd-shortcut-to-show-settings
add-kbd-shortcut-to-zoom-text
add-yourself
add_conversation_account_indicator
add_conversation_account_indicator_in_conversation_details
allow-blocking-entire-domain
dot-cache-avatars
fix-adding-yourself-to-roster
fix-assertion-account-has-key
fix-highlight-color-message-search-dark-theme
ignore-subject-if-w-thread-or-message-node
make-encryption-icon-status-more-noticeable
master
nice-presence
obsfucate-password-length
openpgp-plugin-hide-revoked-expired
search-filter-online-contacts
sensible-conversation-details-icon
set-presence
show-contact-status-in-start-chat-window
show-message-encryption-type-tooltip
stop-duplicating-roster-subscription-box
My branches for the dino XMPP project
Miquel Lionel
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
xmpp-vala
/
src
/
module
/
xep
/
0045_muc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rewrite MAM logic and add MUC MAM
fiaxh
2022-10-10
1
-4
/
+9
*
Various call fixes
fiaxh
2022-02-12
1
-0
/
+6
*
Various call UI/UX improvements
fiaxh
2022-02-07
1
-1
/
+4
*
Stop making superfluous requests when joining a MUC
fiaxh
2022-01-08
1
-6
/
+0
*
Add multiparty call support to libdino and xmpp-vala
fiaxh
2021-11-10
1
-11
/
+21
*
Fix compiler warnings ('Switch does not handle .. of enum ..')
fiaxh
2021-10-12
1
-0
/
+2
*
Fix misc compiler warnings
fiaxh
2021-10-12
1
-3
/
+2
*
Fix compiler warnings ('assignment .. from incompatible pointer type') by ret...
fiaxh
2021-10-12
1
-1
/
+1
*
Fix incoming muc voice request notification
fiaxh
2020-11-11
1
-8
/
+12
*
Fix runtime critical when room has no name
fiaxh
2020-10-29
1
-1
/
+1
*
Fix compiler warnings
fiaxh
2020-06-03
1
-1
/
+5
*
Fix nick change in MUC, update bookmark accordingly; remove unused code
fiaxh
2020-04-26
2
-3
/
+10
*
xmpp-vala: Use more async
fiaxh
2020-04-24
1
-25
/
+27
*
Handle entity hash in server features node, make ServiceDiscovery request_inf...
fiaxh
2020-04-24
1
-37
/
+35
*
voice handling in moderated groups (#788)
Anmol
2020-04-22
1
-0
/
+53
*
Remove features from service discovery module when detaching module from stream
fiaxh
2020-04-21
1
-3
/
+2
*
Update live whether encryption is possible in MUC (lock icon visible)
fiaxh
2020-03-08
1
-8
/
+10
*
Make message sending async and set unsent on error
fiaxh
2020-03-05
1
-2
/
+2
*
Don't use GObject/properties for JoinResult
Marvin W
2020-01-09
1
-4
/
+4
*
Store MUC passwords in bookmark
fiaxh
2019-12-24
1
-10
/
+5
*
Properly check Jids everywhere
Marvin W
2019-12-23
1
-56
/
+90
*
Refactor MAM catchup. Fetch from latest to earliest message.
fiaxh
2019-12-18
1
-5
/
+4
*
Add (partial) support for unique stanza ids (XEP-0359)
fiaxh
2019-12-18
1
-0
/
+2
*
Only send new room config if something was changed
fiaxh
2019-12-16
1
-15
/
+16
*
Parse presence delivery errors when joining MUC
fiaxh
2019-11-17
2
-2
/
+25
*
Parse offline member info from MUC presence
fiaxh
2019-11-17
2
-2
/
+6
*
Add incoming mediated invitation support (#162)
fiaxh
2019-08-22
1
-0
/
+48
*
display groups w/o name by list of members
Daniel Gultsch
2018-12-28
1
-0
/
+1
*
Display room name in conversation selector and conversation titlebar
codedust
2018-11-02
1
-1
/
+12
*
small fixes
fiaxh
2018-04-17
1
-2
/
+2
*
Move Jid class to xmpp-vala, partially refactor namespace
Marvin W
2018-01-28
2
-113
/
+107
*
Add support for setting a new Affiliation in a muc (#266)
David Plassmann
2018-01-09
1
-8
/
+14
*
Keep MUC join dialog open until joined, show errors
fiaxh
2017-10-31
1
-3
/
+3
*
fixup 8944029 (PGP support for MUCs)
fiaxh
2017-09-06
1
-3
/
+4
*
Download & inline display images
fiaxh
2017-08-31
2
-4
/
+5
*
fixup 4aee957 (request history since last known messages)
fiaxh
2017-08-17
1
-2
/
+2
*
Message Archive Management
fiaxh
2017-08-17
1
-1
/
+1
*
xmpp-vala: Remove require-functions
fiaxh
2017-08-14
1
-7
/
+0
*
request history since last known messages (#110)
Max Weller
2017-08-05
1
-1
/
+6
*
Set jid handle in ContactDetails, use LabelHybrids more, remove edit from Sta...
fiaxh
2017-06-17
2
-4
/
+19
*
Get rid of manual storage objects for delegates
fiaxh
2017-06-13
1
-33
/
+25
*
MUC join behaviour + small MUC error changes
fiaxh
2017-06-13
1
-37
/
+58
*
Muc Invite + Kick
fiaxh
2017-06-11
1
-0
/
+27
*
MUC config form (data forms), MUC room info
fiaxh
2017-05-30
2
-3
/
+86
*
Member affiliation in occupant list
fiaxh
2017-05-18
2
-35
/
+139
*
xmpp-vala/core+libdino: concurrency + nullity improvements
Marvin W
2017-04-18
1
-3
/
+3
*
MUC improvements
fiaxh
2017-04-11
3
-71
/
+108
*
Handle MUC private messages
fiaxh
2017-03-31
1
-2
/
+2
*
Add typed identity to manager modules and stream flags
fiaxh
2017-03-20
2
-15
/
+10
*
Use delegates + object storage instead of listener objects
fiaxh
2017-03-11
2
-16
/
+27
[next]