-
moparisthebest
does sending stanzas in the xml console not work anymore ? pressing the send button doesn't do anything :(
-
hau
doesnt work for me either since like 2.0 i think it was mentioned before
-
lovetox
moparisthebest: change the account dropdown
-
debacle
I have an IoT device, which sends me a daily contact requests, which I ignored so far. Gajims new activity indicator shows all of them, but maybe it would be better to aggregate them to one? After all, I can accept or reject it only once π
-
lovetox
debacle, whats your problem exactly with it, that you get the notification, or that the list contains the multiple items
-
debacle
The latter, it's just a list of four items, that are in fact the same. Could be optimized, IMHO.
-
lovetox
yes we probably will when activity is persistent
-
lovetox
but now all the content is gone if you restart Gajim
-
lovetox
i will think about it once we make it persistent
-
debacle
OK, thanks! I typically restart Gajim once a week, so this list will not become too long.
-
bot
lovetox pushed 1 commits to branch python-nbxmpp/master fix: VoiceRequests: Donβt parse errors - https://dev.gajim.org/gajim/python-nbxmpp/-/commit/dd3287848b6cf8b3dea790f5f7c6154425cd885d
-
mirux
do I need to explicitely enable channelbinding in Gajim? Havent found any options to enable (like in conversations)?
-
lovetox
we dont support that
-
mirux
is it planned in the future?
-
lovetox
no
-
lovetox
1. my impression was channel binding is flawed and there were attacks released against it 2. our network lib has a bug open since forever and we cannot get the channel binding data
-
mesonium
out of curiosity, which bug is that? Do you have a link?
-
lovetox
https://gitlab.gnome.org/GNOME/pygobject/-/issues/603
π 1π€ 1 -
bot
lovetox pushed 1 commits to branch gajim/master fix: StartChat: Consider show value "chat" the same as "online" - https://dev.gajim.org/gajim/gajim/-/commit/65e90543a85b3545f95f0ac55c9d145e762a1b40
π 1 -
bot
lovetox pushed 1 commits to branch python-nbxmpp/master imprv: MUC: Return message id after sending - https://dev.gajim.org/gajim/python-nbxmpp/-/commit/e24e2b98496107d79a339f03a09a036c4ce01f10
-
bot
lovetox pushed 1 commits to branch gajim/master imprv: GroupChat: Show voice request errors - https://dev.gajim.org/gajim/gajim/-/commit/f27c4776351ad4c499d8aa6a25ea40daae916df4
-
bot
lovetox pushed 1 commits to branch gajim/master imprv: ExceptionDialog: Donβt open multipe dialogs - https://dev.gajim.org/gajim/gajim/-/commit/9625e5eb04b03dc91a3d2d3453b8c1fde87b1c8c
-
bot
wurstsalat pushed 2 commits to branch gajim/master cfix: Start chat: Fix test - https://dev.gajim.org/gajim/gajim/-/commit/eebbd5cd86b46e470e3436b529c229b175540c59 imprv: Start chat: Improve row layout - https://dev.gajim.org/gajim/gajim/-/commit/ad2730ae35ca2ac1e527b74fe78e96984547e556
-
bot
lovetox pushed 1 commits to branch python-nbxmpp/master cq: Presence: Fix return value annotation - https://dev.gajim.org/gajim/python-nbxmpp/-/commit/546315f5bb3c32f47e23f337a24ae8b84bf705b5
-
bot
lovetox pushed 1 commits to branch python-nbxmpp/master release: 6.1.1 - https://dev.gajim.org/gajim/python-nbxmpp/-/commit/c790fa5e0d31f860e01aaa9443ae440c7c0ef4c9
-
bot
wurstsalat pushed 1 commits to branch gajim/master imprv: OMEMO: Unify terminology regarding blind trust - https://dev.gajim.org/gajim/gajim/-/commit/cbf254ace9b00abcf0478eb69d18d4a17f442d4a
-
lissine
Starting with commit https://dev.gajim.org/gajim/gajim/-/commit/ee50297dda92 I get the following line when starting Gajim: ``` (launch.py:6159): Gtk-CRITICAL **: 23:06:54.750: gtk_grid_attach: assertion 'width > 0' failed ``` And then he following line gets infinitely printed, about 20 times per second: ``` (launch.py:6159): Gtk-WARNING **: 23:06:57.148: Trying to measure GtkPopoverMenuBar 0x55cf5e1906e0 for width of 261, but it needs at least 267 ```
-
lissine
And if I'm composing a multiline message, these warnings stop being printed
-
lissine
GTK Version: 4.18.2 GLib Version: 2.84.0 Pango Version: 1.56.3 PyGObject Version: 3.50.0 cairo Version: 1.18.4 pycairo Version: 1.27.0 python-nbxmpp Version: 6.1.1 libsoup Version: 3.4.2
-
lissine
If that's relevant, my screen resolution is 1366x768 and Gajim is used in full-screen