botEugene Crosser created an issue in _gajim_ < https://dev.gajim.org/gajim/gajim/issues/9828 >:
#9828: < Nightly does not go online on startup 50% of time (ubuntu with cinnamon) >
botDaniel Brötzmann modified an issue in _gajim_ < https://dev.gajim.org/gajim/gajim/issues/9828 >:
#9828: < Nightly does not go online on startup 50% of time (ubuntu with cinnamon) >
botDaniel Brötzmann modified an issue in _gajim_ < https://dev.gajim.org/gajim/gajim/issues/9825 >:
#9825: < Add setting to disable command execution by default >
botDaniel Brötzmann modified an issue in _gajim_ < https://dev.gajim.org/gajim/gajim/issues/9800 >:
#9800: < Wayland: Cursor constructor returned NULL >
lovetox_wurstsalat im not sure its the right place in the certificate dialog
lovetox_maybe we make a second page in the serverinfo dialog?
lovetox_with some connection related infos
wurstsalatHm I was thinking about adding a button there to view the certificate anyways
lovetox_yeah normally i would say lets move the certificate dialog into server info
lovetox_but we need the certificate dialog on its own
wurstsalatYes. Server Info is a good starting point. I'll figure something out
botDaniel Brötzmann updated a merge request for _gajim/master_ < https://dev.gajim.org/gajim/gajim/merge_requests/448 >:
WIP: GroupchatControl: Add group chat info popover and display JID in banner
kartoshkaHow to make gajim go to the tray after pressing x?
botDaniel Brötzmann proposed a new merge request for _gajim/master_ < https://dev.gajim.org/gajim/gajim/merge_requests/509 >:
ServerInfoDialog: Add Connection tab
botDaniel Brötzmann closed an issue in _gajim_ < https://dev.gajim.org/gajim/gajim/issues/9636 >:
#9636: < Conversation nick changed to `me` >
wurstsalatkartoshka, what does not work exactly? which OS are you using?
kartoshkaWindows 10, Gajim doesnt appear in tray after pressing a cross, but happens the same thing as for "quit" option. It just closes.
wurstsalatmaybe you have "quit_on_roster_x_button" activated?
kartoshkaYes, I had. But God! Why?
kartoshkaThank you for help.
wurstsalatIt's a setting you can reach in Preferences (not ACE) as well. Maybe it was set accitentally ;)
kartoshkaMaybe you even know why after pressing a hyperlink one time, whole Gajim window becomes this very active hyperlink until the next restart?
wurstsalatWhich gajim version?
kartoshka1.1.3
kartoshkanot portable one
wurstsalatUrl image preview installed? Try turning it off
lovetox_kartoshka, this is a bug, you dont have to restart gajim, rather close that chat or switch a few times between other windows and back to Gajim. dont know why this happens
0ic0regarding the SNI 'thing' and the self-sgned certificate returned by the gmail xmpp server ... it turns out that the issue is caused as the alpn extension is enabled in gajim only for the direct TLS connections
0ic0the google server offers STARTTLS
0ic0here is the fix for that
0ic0https://paste.gajim.org/view/c2fbe847
lovetox_hm how is that a fix?
lovetox_would this not fail for all servers that dont use sni/alpn for starttls?
ZashI think that it just gets ignored if it's not supported by the server. Not 100% sure tho
HolgerHow does using SNI/ALPN even make sense for STARTTLS? While doing STARTTLS the server already knows what host name and protocol you're trying to use, no?
ZashHolger: Not at all.
Holgero.O
HolgerAh.
ZashAs in, it doesn't really make sense since the same info is already transmitted in the pre-starttls part
HolgerRight, mis-parsed your response.
ZashI answered before reading the second sentence 🙂
ZashSo as a server dev, you get to figure out wtf to do if the client sends different names in the different slots.
ZashBecause they might maybe potentially be able to bypass per-host TLS settings by using a different SNI name
HolgerYeah.
ZashAnd you get confusion from TLS target vs XMPP service name and all sorts of fun
HolgerWe could try this stuff with Google!
lovetox_why does gmail host a xmpp server?
ZashI keep being surprised that they still have parts of their XMPP service running.
lovetox_whas this not shut down long ago?
0ic0client connections are allowed
Holgerlovetox_: s2s was.
Zashs2s has been down for some time
ZashHas anyone written down a timeline?
Holgerlovetox_: Gajim is still a Gmail client!
lovetox_Ok so SNI is basically i send the hostname in the handshake
lovetox_necessary if someone runs different domain services on the same port?
ZashNeeded for direct TLS since there's no pre-starttls handshake to carry the same info
lovetox_Zash how would a Starttls connection know the domain i want to connect to?
lovetox_if i connect to IP:Port, and start tls
lovetox_i never pass the domain or?
lovetox_ah in XMPP i do
ZashYou send `<stream:stream to="blah">`
lovetox_ok i thought about http just now
HolgerHTTP doesn't have STARTTLS :-)
lovetox_yes i also realized this as i typed
HolgerHah Conversations can still connect to my Google account.
lovetox_ok makes sense now 🙂
HolgerZero green checkmarks tho!
lovetox_but still it doesnt hurt to include it or?
ZashXMPP like it's 2006
HolgerPlus some presence spam.
HolgerAngelina und Nicole want to be my friends.
lovetox_ok what im reading on the internet
ZashStill? Despite shutting down s2s?
lovetox_if you set SNI and server does not support SNI, you fail
lovetox_so i think its correct that gajim sets it only on direct tls if the port was determined through 0368
lovetox_which mandates SNI
ZashThat sounds sane.
HolgerZash: Both are Google accounts (actually not @gmail.com but @public.talk.google.com), but their local parts sound highly spammy.
ZashSo it depends on how much you wanna add workarounds for Google
HolgerWeird world. I'll leave it and have another look in 10 years or so.
botDaniel Brötzmann proposed a new merge request for _gajim/master_ < https://dev.gajim.org/gajim/gajim/merge_requests/510 >:
ConfirmationDialogs: Add Accept action for some dialogs
botDaniel Brötzmann updated a merge request for _gajim/master_ < https://dev.gajim.org/gajim/gajim/merge_requests/480 >:
WIP: Remove usage of ConfirmationDialogDoubleRadio
rafaelgrego😎
rafaelgregoolá. testando esta ferramenta
rafaelgregoolá, testando a ferramenta
rafaelgregoalguem já implementou ?
wurstsalatrafaelgrego, written language in this chat is english
0ic0lovetox_ SNI is a TLS extension and should not break anything if the remote server TLS implementation has no support for it
botDaniel Brötzmann updated a merge request for _gajim/master_ < https://dev.gajim.org/gajim/gajim/merge_requests/456 >:
Roster: Fix file drop and take HTTPUpload into consideration
botDaniel Brötzmann updated a merge request for _gajim/master_ < https://dev.gajim.org/gajim/gajim/merge_requests/424 >:
RosterWindow: Take httpupload into consideration when sending file
lovetox0ic0, yes it does, according to my information if the remote does not support SNI connection will not happen
0ic0do you know such server ?!?
0ic0you can perform an openssl test if you do
0ic0looking at the tcpdump output openssl (1.1.1c) always use the SNI extension
0ic0ok, I will patches to my client manually until then :)
0ic0ok, I will apply patches to my client manually until then :)
botPhilipp Hörist closed an issue in _gajim_ < https://dev.gajim.org/gajim/gajim/issues/9828 >:
#9828: < Nightly does not go online on startup 50% of time (ubuntu with cinnamon) >
botPhilipp Hörist pushed 3 commits to branch _refs/heads/master_ of _gajim_ < https://dev.gajim.org/gajim/gajim >:
https://conference.gajim.org:5281/pastebin/41617ff7-38ae-4154-ab6d-6091da0f6f40
botDaniel Brötzmann closed an issue in _gajim_ < https://dev.gajim.org/gajim/gajim/issues/9741 >:
#9741: < Crash on events while having avatar's Save As dialog open >
0ic0another thing which looks like a bug to me ... I use multiple clients on different machines, message carbons is enabled on my servers ... on the PCs where gajim is used there is some infinite loop when a message is received while the chat window is closed
0ic0the animated red/white icon is displayed in front of the contact when this happens and the status drop-down menu at the bottom of the contact list shows me as offline
0ic0the loop stops as soon as I open the respective contact to see the message