XSF Discussion - 2021-02-08


  1. arc

    I have no access to anything communication related

  2. emus

    arc: I meant just copy the next, redact it and then just post it or PM to me

  3. arc

    You can just leave the wiki text to explain things.

  4. emus

    For the tweet?

  5. arc

    Yeah you don't have to explain everything in the tweet

  6. emus

    ok, but can you provide contact info on the wiki link?

  7. arc

    You can just say "XMPP Sprint March 6 - April 17, suggest features to work on at"

  8. Daniel

    students that want to participate in GSoC are required to participate in the sprint?

  9. Kev

    I don’t need Board to discuss it, just need someone to informally drop me a mail rather than me giving it out randomly.

  10. Kev

    (Matt should also have access to give out things)

  11. Kev

    And TweetDeck *is* Twitter.

  12. emus

    Kev: ok

  13. emus

    > Daniel escribió: > students that want to participate in GSoC are required to participate in the sprint? arc ?

  14. arc

    Yep

  15. arc

    That is accurate

  16. Daniel

    Why?

  17. emus

    I was also wondering if I had a misunderstanding

  18. ben

    any recommendations or tools for searching/dumping MAM logs to text?

  19. SamWhited

    ben: this is *not* a polished tool, but literally yesterday I needed to dump some archives so I did this which worked well enough: https://paste.sr.ht/~samwhited/b03a9813e89d7f376f99e8638bafbaf29f2cee0d

  20. SamWhited

    If you're familiar with Go.

  21. Zash

    `clix archive` can query MAM too <https://code.matthewwild.co.uk/clix/>

  22. ben

    cool! i'll have a look

  23. SamWhited

    oh cool, never heard of clix, I'll have to give that a shot. Use that, it's almost guaranteed to be better than my intended-as-a-one-off script

  24. ben

    one of my users is looking for a way to get .txt style irc logs from biboumi

  25. Zash

    ``` ~$ clix archive --to=xsf@muc.xmpp.org --before --format=irc --max=4 -!- 2021-02-08 22:42:33 <Zash> `clix archive` can query MAM too <https://code.matthewwild.co.uk/clix/> 22:44:41 <ben> cool! i'll have a look 22:44:44 <SamWhited> oh cool, never heard of clix, I'll have to give that a shot. Use that, it's almost guaranteed to be better than my intended-as-a-one-off script 22:45:01 <ben> one of my users is looking for a way to get .txt style irc logs from biboumi ```

  26. eta

    that is very useful :o

  27. Zash

    Sure hope all that isn't just something I have in my local version.. 🙂

  28. Zash

    Guess what, it was. There we go https://code.zash.se/clix/rev/27a9f28724d3