-
fjklp
lovetox: I created a log on a profile just for testing this. It's the full log.
-
fjklp
https://gofile.io/d/NLn7M6
-
fjklp
if this has nothing to do with gajim, I apologize
-
fjklp
also, this was the last messages sent from irc.libera.chat@irc.cheogram.com that I see in gajim: Connecting to irc.libera.chat:6697 (encrypted) Connected to IRC server (encrypted). ERROR: Connection closed: TLS error: Received a record that exceeds maximum size
-
lovetox
fjklp, i looked into it
-
lovetox
after beeing kicked from the room, gajim sends a presence to rejoin the MUC
-
lovetox
but the server never answers it, instead we see that biboumi fails to connect to the server
-
lovetox
but if that happens biboumi needs to answer the join presence with a presence error
-
lovetox
that would allow gajim to try again 10 seconds later
-
lovetox
but as there is never an answer, Gajim thinks the join is in progress
-
lovetox
i would report this case to biboumi, its a bug on their side
-
bot
Philipp Hörist pushed 2 commits to branch _refs/heads/master_ of _gajim_ < https://dev.gajim.org/gajim/gajim >: *793276a3* < https://dev.gajim.org/gajim/gajim/-/commit/793276a306934410688f940c04bf356557e416fa > cq: Remove obsolete pyright ignore comments *72024252* < https://dev.gajim.org/gajim/gajim/-/commit/72024252fb43fd67a44b4b6784735957c9e55dc9 > other: Raise pyright version for pre-commit
-
jstein
https://dev.gajim.org/gajim/gajim/-/issues/11637 solved upstream thanks to lovetox for the pointer.
-
jstein
btw they are planning to change the option from archive=TRUE/FALSE to something like archive_days=INTEGER
-
cal0pteryx
jstein: that will then be reflected by Gajim's dynamic data form :)
-
nicoco
Following up on the discussion about url previews, cheogram does already send that: https://wiki.soprani.ca/CheogramApp/LinkPreviews so if someone wants to implement something similar for gajim, it would be nice to make it compatible. The bad part, privacy-wise, is that the ‘image preview’ is just an http url (for now, according to singpolyma, he’s considering bits of binary of), but at least this gives links a title and a description.
-
jstein
cool
-
jstein
What means "Mute Chat" in
-
jstein
https://upload.jabber.hot-chilli.net:5281/file_share/cbea0ca7-cc39-4315-b206-02f008414c3f/Selection_019.png
-
jstein
I tried it, but saw no change
-
jstein
Does this option mute the MUC for all and requires Admin permission?
-
Link Mauve
jstein, it prevents notification from this MUC, for instance when there is an active discussion and you want to work quietly.
-
wuffi600
Hi! Is there a trick to let windows-client connect even if there is a certificate-problem?
-
wuffi600
maybe some hidden feature "allow untrusted certs"
-
lovetox
depends on the cert error
-
lovetox
if you see no option in the dialog to connect, no there are no hidden other settings
-
jstein
Link Mauve, it mutes only the sound, but not the messages, right?
-
wuffi600
"The certificate has expired" (View Certificate) (Connect)
-
wuffi600
if i press "connect" same requester again in a loop
-
jstein
Link Mauve, thanks
-
Link Mauve
jstein, the notification, which depends on how your desktop environment displays them.
-
Link Mauve
Some will make sound, some will not; some will display a popup window, some will not.
-
wuffi600
I've tried some servers to connect to but all provoke this error message. (I'll go trough socks5)
-
wuffi600
lovetox: thankx
-
kurion
I am trying to understand the implications of Gajim using or not using Googles' STUN servers for the-service-which-STUN-servers-provide. Also, exactly what changes when I'm behind a proxy/VPN/Tor? I'm not well-versed in networking stuff and am finding it somewhat difficult to understand STUN/TURN and its application in a chat app. So if anyone here could provide a short explanation it'd be very helpful.
-
kurion
I'm especially curious what this has to do with a user's privacy.
-
Kris
it's used for audio / video chat
-
Kris
but Gajim doesn't really support (it has some outdated stuff in it that doesn't really work anymore)✎ -
Kris
which Gajim doesn't really support (it has some outdated stuff in it that doesn't really work anymore) ✏
-
kurion
Oh, the real time stuff, I guess?
-
kurion
I once saw STUN/TURN mentioned in Jitsi meet docs.
-
kurion
What does Gajim communicate with these servers during audio/video chat?
-
lovetox
Gajim does not use these servers for anything
-
lovetox
in theory i think they are used to facilitate easier connections between participants
-
kurion
lovetox: thanks
-
fjklp
> i would report this case to biboumi, its a bug on their side Thank you
-
hannibal
kurion: have you seen https://gist.github.com/iNPUTmice/a28c438d9bbf3f4a3d4c663ffaa224d9 it has some information about STUN and TURN
-
kurion
hannibal: thanks! read the heading body under "Notes for server admins". I'll need to dig more to fully get it. :)✎ -
kurion
hannibal: thanks! read the heading's body under "Notes for server admins". I'll need to dig more to fully get it. :) ✏
-
bot
Philipp Hörist pushed 1 commit to branch _refs/heads/master_ of _gajim_ < https://dev.gajim.org/gajim/gajim >: *d828a0ea* < https://dev.gajim.org/gajim/gajim/-/commit/d828a0eadb7af45de9887fa6f2d35cbf90c37c1b > feat: ChatBanner: Show contact tooltip when hovering the avatar