botRSS: Feeds for Gajim
• Ticket #8459 (Sending message with "local" account causes crash) created
Bug description
Sending a message on the "local" account causes this crash:
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/nbxmpp/idlequeue.py", line 549, in _process_events
return IdleQueue._process_events(self, fd, flags)
File "/usr/lib/python2.7/site-packages/nbxmpp/idlequeue.py", line 413, in _process_events
obj.pollout()
File "/usr/share/g[…]
https://trac.gajim.org/ticket/84[…]
Hannohi, is anyone here developing on the otr plugin?
HannoI'd like to get some attention for this bug: https://trac.gajim.org/ticket/8395
Hannomakes using otr pretty annoying for me
lovetoxHanno, i look into it
lovetoxit sadly not so trivial
Hannolovetox, thanks
lovetoxcould you test something fro me Hanno?
lovetoxsend a OTR message with xhtml content and the '
lovetoxtell me if it crashes
Hannolovetox, can you explain what exactly I should do?
Hannohow do I make sure that a message has xhtml content?
lovetoxdo you see the icon left bottom with an A
lovetoxthere you can select different formattings
lovetoxjust write a message and format one word
Hannoyes that works
Hannojust sent an otr message to someone
Hannono crash, why do you expect it to crash
Hanno?
lovetoxbecause you reported it in your bug report
lovetoxdid you send the '
Hannonothing crashes
Hannowhat happens is:
Hannoif another user with certain clients sends me a message with an ' in it
Hannoit doesn't decrypt it
lovetoxand this doesnt happen gajim to gajim?
HannoI don't think so
HannoI have definitely tested pidgin to gajim, ther eit didn't happen
Hannothe problem is how the ' is encoded
Hannosome clients use the apos entity and that fails
Hannoit's not a nice solution, but my patch simply replcaes that with a numeric entity
Hannothe problem is python 2.7 doesn't support this entity and this is unlikely to get fixed
Hannoand gajim won't go python 3 any time soon I think :-) so workaround it is
lovetoxyeah slowly it comes back
lovetoxi researched this
lovetoxbut its not a bug in 2.7
lovetoxthats correct what i found out
lovetoxits in the HTML specifications
Hannothe thing is this entity only exists in html5
lovetoxyeah that was it
HannoI mean you could argue that it's the sending clients fault
Hannobut I think a workaround doesn't hurt
HannoI'm not sure if this affects any other client than jackline
Hannolovetox, I'll have to go now, but I'll be back online later. would be happy if we can somehow resolve it
lovetoxyeah i have to talk with other people about this, like it is now, the question for me is, if it is conform to the xmpp standards
lovetoxwhat jackline does
lovetoxif it is, i will apply a patch
Flowlovetox: what's the behavior you asking whether or not it is standard conform?
lovetoxna that shouldnt matter anyway i misunderstood this
lovetoxif someone writes us a message with ' in it gajim should not have a problem with it
zakwow, one single line. congratulations lovetox for finding this
lovetoxi didnt, Hanno reported the bug :)
zakyes, but you found this fix, didn't you?
lovetoxim happy you are amazed at that, but with that we only replace a &apo; with an " ' " char
lovetoxso nothing special :D
zakyes, I know, but finding this I know is sometimes painful
botRSS: Feeds for Gajim Plugins
• Ticket #151 (An option for ignoring NSFW images) created
It is allowed in some chats to post links to NSFW images but with a following mark. So an option to detect such marks in messages (with configurable list) and not display thumbnails for links in those messages would be useful. A blacklist to ignore images in certain more anarchic chats would be useful too.
https://trac-plugins.gajim.org/ticket/151
botRSS: Feeds for Gajim
• Ticket #8460 (Problem with Message Delivery Receipts and Carbon Copies) created
Bug description
When sending a message to a contact from a different device (in my case from Conversations) I see the message through Carbon Copies on Gajim as well, how it should. What does show properly is that I see a red cross for the status of the message delivery receipts. Please deactivate or the wrong display of message delivery receipts for carbon c[…]
https://trac.gajim.org/ticket/8460
botRSS: Feeds for Gajim Plugins
• Ticket #151 (An option for ignoring NSFW images) updated
i like the idea of a blacklist for certain channels.
how would a marking look like? NSFW http://blabla.bla ? marking is in the same message?
https://trac-plugins.gajim.org/ticket/151#comment:1
botRSS: Feeds for Gajim
• Ticket #8460 (Problem with Message Delivery Receipts and Carbon Copies) updated
you can disable the mark[…]
https://trac.gajim.org/ticket/8460#comment:1
• Ticket #8460 (Problem with Message Delivery Receipts and Carbon Copies) updated
Ok, but then I disable it completely? Because I want to see the markers when I send messages from G[…]
https://trac.gajim.org/ticket/8460#comment:2
Hannohi lovetox I tested the patch but none of my jackline-contacts is online
lovetoxno hurry, just tell me if it works when someone comes online
Hannolovetox, you saw that I already attached a patch to the bug?
Hannothat one I can assure works, but if you prefer another solution I don't mind
lovetoxyour patch does basically the same
lovetoxbut you replace with another symbol, i think we should replace with '
lovetoxand we already have a dictonary where all symbols are that we want to replace
lovetoxso adding it there is the more natural way, instead of treating this in another way then all the other html characters
Link Mauve“12:39:26 lovetox> it also only works gajim -> gajim”, no, audio/video is standard Jingle and I’ve used it against Empathy and Jitsi too.
Link Mauvezak, ^
zakHi. Really? Gajim <-> Jitsi video works?! That is so cool, thanks for the information.
Link MauveYeah.
zakNow if only someone would implement this for Conversations...
Link Mauvelovetox, or someone else with commit access, please push https://hg.linkmauve.fr/gajim
Link MauveIt fixes the ad-hoc dialog.
Link MauveI made a presentation about XMPP at work the other day and wanted to include some demo, so I found quite a few bugs everywhere.
Hannolovetox, yeah, can confirm now fix works
Hannoyou can push it
Hanno(your patch)
lovetoxk thanks
lovetoxLink Mauve, yes thanks
botRSS: Feeds for Gajim
• Ticket #8395 (gotr plugin: handle apostrophes in OTR messages) closed
fixed:
https://hg.gajim.org/gajim-plugins/rev/678e16de4738
https://trac.gajim.org/ticket/8395#comment:1
botRSS: Feeds for Gajim
• Changeset [16181:66fcb7c9a012]: Fix ad-hoc command window only displaying a very small area
Fix ad-hoc command window only displaying a very small area
https://trac.gajim.org/changeset/66fcb7c9a01261e183f2eb0eab345462ddeddb40