aboutsummaryrefslogtreecommitdiff
path: root/main/src/ui/occupant_menu/list.vala
Commit message (Collapse)AuthorAgeFilesLines
* Improve Gtk4 portfiaxh2022-07-271-5/+5
|
* Port from GTK3 to GTK4fiaxh2022-07-271-25/+28
|
* Fix compiler warnings ('[GtkChild] fields must be declared as `unowned'')fiaxh2021-10-121-2/+2
|
* Fix nick change in MUC, update bookmark accordingly; remove unused codefiaxh2020-04-261-7/+10
|
* Enabling display of more compiler warnings and fix some of themMarvin W2020-01-211-5/+1
| | | | | Most of these are caused by various issues is the Vala compiler, but it doesn't hurt to display them and report them upstream.
* Parse offline member info from MUC presencefiaxh2019-11-171-1/+1
| | | | Fixes OMEMO only encrypting to new member after restart and private MUC name only updating after restart
* Base avatars and names on conversation, not JID.Marvin W2019-10-181-5/+5
| | | | Fixes #598
* Move Jid class to xmpp-vala, partially refactor namespaceMarvin W2018-01-281-2/+3
|
* Rename resources to have a reverse DNS prefixfiaxh2017-12-031-1/+1
|
* Read+(write) stream asyncfiaxh2017-11-161-3/+1
|
* Replace deprecated function usagesfiaxh2017-11-161-2/+2
|
* README: Discussion MUC, change urlfiaxh2017-08-221-1/+1
|
* Message Archive Managementfiaxh2017-08-171-3/+5
|
* Http file uploadfiaxh2017-08-031-2/+2
|
* Muc Invite + Kickfiaxh2017-06-111-7/+19
|
* Member affiliation in occupant listfiaxh2017-05-181-3/+50
|
* Start private conversation with MUC occupant via occupant menufiaxh2017-04-031-0/+111