botRSS: Feeds for Gajim
• Ticket #8169 ([patch] fix endless error messages loop) updated
Does it fix #7723 too?
https://trac.gajim.org/ticket/8169#comment:1
JohannesSyncing issues or at least shoving them from Github to Track might be a bit more effort
JohannesLet's just start with the mirror. I'll ask the guy to transfer ownership of the organization/repo to me then as he offered.
tmolitorJohannes: if you need a helping Hand, just ask me :) maybe I could weiter some script to sync trac and github :)
Johannestmolitor that sounds good, thank you
tmolitorJohannes: I just found this one http://stackoverflow.com/questions/6671584/how-to-export-trac-to-github-issues IT doesn't Support labels, but maybe I can add Support Form labels...
JohannesSounds good
mike.foxGood evening Dudes et Dudettes!
JohannesI've got the rights now, lets see what I can do
JohannesIt will probably all take some time, but something should happen
JohannesAnyone against me putting a Gajim logo and a link to the main website and repo there?
aruneJohannes: please discuss with asterix
JohannesOk, lets see when he is back online
botRSS: Feeds for Gajim
• Ticket #8170 (Server hammered with history requests) created
Bug description
I noticed in nethogs that Gajim is using a lot of bandwidth. After some looking around I discovered it keeps querying the server for past messages - even though it's been running for hours and there isn't that much to sync.
A short sample of stanzas it keeps sending to the server is here: http://pastebin.com/BbYJMg28 - sorry, Trac said my sample had "too[…]
https://trac.gajim.org/ticket/8170
botRSS: Feeds for Gajim
• Ticket #8170 (Server hammered with history requests) updated
The message triggering this behavior is: 11911211187
It's always the same, the only thing that changes is queryid.
I've experimentally patched Gajim to stop this behavior, I'm not sure if i didn't break some part of XEP313, but at least it stopped hammering the server:
diff --git a/common/message_archiving.py b/common/message_archiving.py
index 630f452..90f1964 100644
--- a/co[…]
https://trac.gajim.org/ticket/8170#com[…]