Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix compiler warnings ('cast between incompatible function types') by not ↵ | fiaxh | 2021-10-12 | 1 | -28/+31 |
| | | | | connecting closures | ||||
* | Fix compiler warnings ('[GtkChild] fields must be declared as `unowned'') | fiaxh | 2021-10-12 | 2 | -4/+4 |
| | |||||
* | Reduce use of Widget.destroy() | fiaxh | 2021-02-10 | 1 | -1/+1 |
| | | | | | | On non-toplevel windows, use Container.remove() instead of Widget.destroy() Needed for migration to GTK4 https://developer.gnome.org/gtk4/unstable/gtk-migrating-3-to-4.html#id-1.7.4.3.17 | ||||
* | Lazy generate occupant menu list | fiaxh | 2020-07-22 | 1 | -10/+16 |
| | |||||
* | Fix nick change in MUC, update bookmark accordingly; remove unused code | fiaxh | 2020-04-26 | 1 | -7/+10 |
| | |||||
* | voice handling in moderated groups (#788) | Anmol | 2020-04-22 | 1 | -0/+21 |
| | |||||
* | Enabling display of more compiler warnings and fix some of them | Marvin W | 2020-01-21 | 1 | -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. | ||||
* | Fix starting private conversations with MUC members (#690) | Alyssa Rosenzweig | 2020-01-02 | 1 | -6/+7 |
| | | | | | | | | | | At least for some users (?), the existing codepath was broken (the list row would come back null and we'd bail out silently). All we actually need is the JID, so it's easy enough to store this ourselves, fixing the bug. Also apply to kicking. Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> | ||||
* | Fix+improve conversation selection when joining channel or starting MUC PM | fiaxh | 2019-12-21 | 1 | -0/+3 |
| | |||||
* | Parse offline member info from MUC presence | fiaxh | 2019-11-17 | 1 | -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 W | 2019-10-18 | 3 | -11/+11 |
| | | | | Fixes #598 | ||||
* | Don't move opened conversation to the top of the list, scroll along with ↵ | fiaxh | 2019-04-24 | 1 | -1/+1 |
| | | | | | | selected conversation fixes #544 | ||||
* | Move app menu into window, make conversation details dialog directly ↵ | fiaxh | 2019-02-05 | 1 | -2/+2 |
| | | | | accessible, no-CSD option for main window | ||||
* | Render avatar on demand | Marvin W | 2018-01-28 | 1 | -3/+3 |
| | |||||
* | Move Jid class to xmpp-vala, partially refactor namespace | Marvin W | 2018-01-28 | 2 | -2/+4 |
| | |||||
* | Rename resources to have a reverse DNS prefix | fiaxh | 2017-12-03 | 2 | -2/+2 |
| | |||||
* | Fix memory leak | fiaxh | 2017-11-23 | 1 | -1/+1 |
| | |||||
* | Read+(write) stream async | fiaxh | 2017-11-16 | 1 | -3/+1 |
| | |||||
* | Replace deprecated function usages | fiaxh | 2017-11-16 | 1 | -2/+2 |
| | |||||
* | Keep MUC join dialog open until joined, show errors | fiaxh | 2017-10-31 | 1 | -1/+1 |
| | |||||
* | Show nicks in MUCs, real jid in individual occupant menu | fiaxh | 2017-08-25 | 1 | -4/+10 |
| | |||||
* | README: Discussion MUC, change url | fiaxh | 2017-08-22 | 2 | -3/+3 |
| | |||||
* | Message Archive Management | fiaxh | 2017-08-17 | 1 | -3/+5 |
| | |||||
* | Http file upload | fiaxh | 2017-08-03 | 1 | -2/+2 |
| | |||||
* | Muc Invite + Kick | fiaxh | 2017-06-11 | 3 | -32/+79 |
| | |||||
* | Member affiliation in occupant list | fiaxh | 2017-05-18 | 1 | -3/+50 |
| | |||||
* | Gettext support | fiaxh | 2017-04-10 | 1 | -1/+1 |
| | |||||
* | Start private conversation with MUC occupant via occupant menu | fiaxh | 2017-04-03 | 3 | -0/+220 |