Fork me on GitHub
#community-development
<
2018-02-10
>
plexus04:02:12

while we're on the subject, I'd like to see some discussion around who should have access to the raw log data. These are text files, one for each day, which contain all the raw events we receive from slack, one json object per line

plexus04:02:53

currently they're in a private repo, and a handful of people who asked for it have gotten access in the past

plexus04:02:31

on the one hand I'm wondering if this can be public, it would make e.g. collaborating on this app easier

seancorfield04:02:40

Given that anyone can sign up for Clojurians and nearly all the channels are public, do the raw events need to be private at all?

plexus04:02:18

on the other hand I think there are privacy concerns, not everyone is aware they are being logged. The main scenario I can imagine is that an abuser pulls out the full log of a person's messages to find either identifying or incriminating information.

seancorfield04:02:02

Yes, good points.

plexus04:02:11

it's maybe a bit of a stretch, given that they could also scrape this off the site, and people should assume what they post here is more or less public anyway, but still I felt this should be talked about

seancorfield04:02:28

I guess my yardstick for this would be: are the IRC logs Google/Bing searchable publicly?

plexus05:02:02

the logs are definitely searchable and indexed, that's part of the reason we have them. Getting the raw data just makes it a bit easier to pull out the bits you're interested in...

plexus05:02:14

is there any precedent to chat communities adopting a license for stuff that's posted on them?

plexus05:02:34

might be impossible to apply it retroactively, and probably equally impossible to agree on a specific license 🙂 but it would take away the ambiguity of who "owns" this data

plexus05:02:59

another point to consider: if someone would ask to remove their message from the history then I think we should honor that. This hasn't happened yet, although there are a few channels that we've been explicitly asked not to log. I've also been approached once by someone who changed their avatar but was still seeing the old one in the logs.

plexus05:02:33

if it's a public git repo then it might be impossible (or at least not very useful) to delete stuff from it

plexus05:02:29

I think I'll start a thread on Clojureverse about this, this might warrant some long form async conversation 🙂

seancorfield05:02:03

It's very hard to satisfy every concern but you're right to want to err on the conservative side -- despite my comments about "everything" being searchable via Google/Bing...

plexus05:02:42

Ok, I'll keep it private until further notice, but I might make a small amount of it public (maybe a week worth of logs), so that there's some test data for people who want to help with the app

cfleming05:02:48

Somewhat related to this, one thing that would be very useful to me would be for me to be able to log privately the messages from my DMs, since I use them a lot for support. Is this possible with something like logbot? Can I run my own bot just for my own DMs? This is more of a technical question, there are also obviously issues around notifying others that I’m doing so etc.

cfleming05:02:49

A combination of something like that and something like http://slackarchive.io would make Slack work fine for me.

cfleming05:02:35

@plexus Do you have an opinion on replacing the current logbot with http://slackarchive.io? The main advantage is no maintenance (code or sysadmin), the main disadvantage is that it might go away any time I guess.

arrdem05:02:37

@cfleming so I use the IRC gateway for this. I run an irssi instance which just connects to slack, and provides passive log collection for all my dms and channels here.

arrdem05:02:57

It works pretty well. Slack only exposes dms to administrators/auditors IIRC, so bots that aren't authed as you can't see your dms anyway.

arrdem05:02:42

The logs are less structured than I'd like but that could be fixed with a different client and or some engineering time.

cfleming06:02:15

@arrdem That’s interesting, thanks. I’ll try that out next week.

cfleming09:02:22

Who would have thought that IRC would end up saving Slack for me 🙂

dominicm10:02:20

I've really been liking wee-slack as my slack client recently. It uses weechat.

dominicm10:02:35

It supports fancy things like threads though, which is cool.