Darlanpvtlth, I prefer flooding of users who have higher quality hardware. I do not want to test flood of /attention against users who have hardware that may poorly handle high rates of Disk I/O and may cause damages.
Asterixpvtlth: hg is the development version, the one directly from the mercurial repository
botRSS: Feeds for Gajim
• Ticket #7450 (/attention vulnerability with notification) updated
If the proposed improvement is too complex to implement with due time available, please implement #1 or #2, then revoke this changeset with another one that implements improvement #4.
https://trac.gajim.org/ticket/7450#comment:3
botRSS: Feeds for Gajim
• Changeset [15139:adf85c2a5f54]: file_props.size is an integer
file_props.size is an integer
https://trac.gajim.org/changeset/adf85c2a5f54a4327bf00c32f7a3531624365089
DarlanDo you have views or opinions about suggested Location tab in Contact Information? <https://trac.gajim.org/ticket/3951#comment:2>
Link MauveAsterix, about #7529, I only get (None, None) when using mimetypes.guess_type('test.svg'), with CRUX’ default MIME types database.
botRSS: Feeds for Gajim
• Ticket #7470 (Minor UI corrections/suggestions (Post 0.16)) updated
Viewing information of MUC Occupant should be displayed under the title Occupant Information (not Contact Information).
https://trac.gajim.org/ticket/7470#comment:8
Link MauveAnd you don’t seem to use any other function from it.
Link MauveThis should be fixed in that database, but I think Gajim should also have a few hardcoded values in case the database is missing or incomplete (as in this case).
Link MauveBasically, have a dict with a few popular extensions mapped to their MIME type, and use that if mimetypes.guess_type returns None in the first field of the tuple.
Link MauveUsing the extension instead of the MIME type in the vCard is plain wrong.
DarlanIs it only with SVG or with other formats, too?
Link MauveIt does work for image/png and image/jpeg, here.
DarlanSo Gajim is problematic only with SVG?
Link MauveYou can try it like that: python2 -m mimetypes -l 'image.png'
Link MauveNot Gajim, python2’s mimetypes module.
Link MauveOh btw, every file in mimetypes.knownfiles is missing on my system, so only extensions in _default_mime_types gets used.
Link MauveAnd in python3 it works fine.
Link MauveI doubt we could get image/svg+xml added to python2’s mimetypes module at this point. :(
DarlanLet's try!
DarlanIn this case, this problem of an external factor (python2) should be fixed there, in my opinion.
DarlanFiles have to have file extension (filename.svg) in order from python3 to recognize files. It should retrieve such information from system MIME Type handler (shared-mime-info).
Link MauveIs there any of those that exists on your system?
AsterixI have it in /etc/mime.types
Link MauveOk, that’s it then.
Link MauveTry moving that file.
botRSS: Feeds for Gajim
• Changeset [15140:e9b3d913e455]: fix computing hash once socket is correctly closed
fix computing hash once socket is correctly closed
https://trac.gajim.org/changeset/e9b3d913e4554a7644d145878abcecce5964434c
Asterix$ python -m mimetypes -l 'gajim.svg'
I don't know anything about type gajim.svg
Asterixbut we don't put extension in type when we don't find the mime type. We just don't set type
Asterixnow if python isn't able to guess svg file, I'm not sure it's our job to do mimetypes's job ...
Link Mauvepython3 is, so it will be fixed in the next version.
Link MauveBut it wouldn’t hurt to add a fallback the time being, for 0.16, and remove it again in the next one.
Asterixonly for svg files?
Link MauveI don’t see any other common file format missing from the dict in mimetypes.py.
Asterixand btw, not receiving the TYPE field doesn't prevent showing the avatar correctly
Link MauveIt does in a small project I did.
Link MauveYou can try it there: http://eldonilo.linkmauve.fr/avatar/
Asterixmylene is really nice ;)
Link MauveMylene?
Asterixmy avatar on my other account
Link MauveOh.
Link MauveOk, seen it in the logs. ^^
Link MauveThere is a 24h cache, if you want I can disable it for your tests.
NeustradamusFarmer!
Darlanlol
Asterixif you tell me your app isn't able to read svg correctly without mime type, I trust you, no need to test
hoody_kYou get my old avatar Link Mauve
Link MauveAsterix, it’s more that it trusts the TYPE tag, and if it is an unknown value (or plain missing) it will discard the data.
hoody_kbtw EmotiPonies are awesome
Link Mauvehoody_k, your server just answered very late.
Link MauveIt serves the old avatar until it gets a new one.
hoody_koh right it's good now
botRSS: Feeds for Gajim
• Ticket #7529 (Uploading a SVG as avatar don’t set “image/svg+xml” as the MIME type.) updated
just to mention: python2 by itself doesn't recognize svg files. with a /etc/mime.types file, it works.
python3 correctly detect svg files.
https://trac.gajim.org/ticket/7529#comment:5
Asterixdo you thing it's better to have
____________________
as muc separator, or our current png line?
Asterix(which is centered vertically at least ...)
pvtlthI like the current line, because it is centered.
Asterixthis one is centered too:
―――――――――――――
why not ?
pvtlthI like it centered in both directions
Darlan____________________ as muc separator
Darlankcchouette, ping
Asterix―――――― is better
Asterixat least it's centered
Asterixother question, in chat banner, we show "is composing a message..."
what about "✎ is composing a message..." or "is composing a message... ✎" ?
pvtlthshowing my 8 year old sister what an emoticon is :)
AsterixHi sister of pvtlth ;)
pvtlth:D she doesn't speak English very well, I translate it ;)
Darlan"✎ is composing a message...", when ✎ is as bold and as big as the nickname. Like this, maybe?
✎...
.✎..
..✎.
...✎
Asterixno, no animation for sure
Asterixwe're not a kikoolol / MSN-like messenger
DarlanAdium seems to have an animated gif for this event.
pvtlthNo Skype-Fake!
Darlanokay okay.
botRSS: Feeds for Gajim
• Changeset [15141:76b20f3deb64]: use ―*20 instead of gajim-muc-separator.png. See #7476
use ―*20 instead of gajim-muc-separator.png. See #7476
https://trac.gajim.org/changeset/76b20f3deb6495d4499a068961c57a04e6440286
• Ticket #7476 (Replace pixmap with text where possible) updated
In 76b20f3deb6495d4499a068961c57a04e6440286:
use ―*20 instead of gajim-muc-separator.png. See #7476
https://trac.gajim.org/ticket/7476#comment:5
pvtlthAnimated gif can look good but it has to be unique for Gajim.
DarlanI proposed animated text .✎..
DarlanWhen pausing: ✑ When writing: ✒ (but these are too small)
DarlanSlax ☘ (GNU/Linux)
DarlanXEP-0308 Last message correction
♲♺♻♼♽
pvtlthWhiskey Tango Foxtrott ?!?
DarlanAsterix, new line is better :-)
DarlanAnd selectable ――――――――――――――――――――
Darlan✎...
Darlan.✎..
Darlan..✎.
Darlan...✎
Darlan>in chat banner, we show "is composing a message..."
what about "✎ is composing a message..." or "is composing a message... ✎" ?
No, it is good as it, currently, is, in my opinion.
DarlanToo small ⟲ ⟳
pvtlth✎ Make it bigger then
pvtlth✎ sorry I couldn't resist :)
DarlanThat is much better to my eyes
vornerHmm. So many nice unicode characters. I need to modify my keyboard layout again!
pvtlthAll I need is on the default keyboard layout ;) and if not I'll do good old copy-paste
DarlanCtrl+Shift+U 270E
DarlanCtrl+Shift+U 270e
DarlanResult: ✎
pvtlth✎ nice
bubblehey all, what happened to gajim in debian testing?
Asterixthere is a new debian maintainer ... It's not me anymore
fedor.brunnerHello, https://python-nbxmpp.gajim.org/login is redirecting me to the not secured version http://python-nbxmpp.gajim.org/login . What about password sniffing?
Asterixgood night ...
bubblenite
Asterixfor information: python-nbxmpp.gajim.org is now under https
botRSS: Feeds for Gajim
• Ticket #7542 (HTTP redirection on the website python-nbxmpp.gajim.org) created
Bug description
When trying to login at https://python-nbxmpp.gajim.org/login, the page is redirected (HTTP 302 redirection) to unsecure version http://python-nbxmpp.gajim.org/login . Please en[…]
https://trac.gajim.org/ticket/7542
• Ticket #7542 (HTTP redirection on[…]
https://trac.gajim.org/ticket/7542#comment:1