gchristensen changed the topic of #nixos-borg to: https://www.patreon.com/ofborg https://monitoring.nix.ci/dashboard/db/ofborg?refresh=10s&orgId=1&from=now-1h&to=now "I get to skip reviewing the PHP code and just wait until it is rewritten in something sane, like POSIX shell. || https://logs.nix.samueldr.com/nixos-borg
orivej has quit [Ping timeout: 264 seconds]
jtojnar has quit [Ping timeout: 256 seconds]
FRidh has joined #nixos-borg
jtojnar has joined #nixos-borg
hedning[m] has quit [Ping timeout: 255 seconds]
timokau[m] has quit [Ping timeout: 269 seconds]
dtz has quit [Ping timeout: 269 seconds]
grahamc has quit [Ping timeout: 256 seconds]
dywedir[m] has quit [Ping timeout: 256 seconds]
dywedir[m] has joined #nixos-borg
hedning[m] has joined #nixos-borg
grahamc has joined #nixos-borg
dtz has joined #nixos-borg
timokau[m] has joined #nixos-borg
jtojnar has quit [Read error: Connection reset by peer]
jtojnar has joined #nixos-borg
orivej has joined #nixos-borg
<infinisil> gchristensen: What is preventing the bot from not outputting a message for every single commit?
<samueldr> infinisil: [0..-3] in the code IIRC
<samueldr> uh, not that
<samueldr> that would be the inverse
<infinisil> You mean to filter messages with my own client?
<samueldr> no, I was talking about the github to irc bridge
<infinisil> Ah, but i still don't get what you mean
<samueldr> [0...3] https://github.com/samueldr/github-to-irc/blob/master/lib/webhook.rb#L125 so it's not for every commit, it's the last three
<samueldr> but I may have misunderstood the question
<infinisil> Ah yeah
<infinisil> But it's still very spammy
<infinisil> And i haven't ever wanted to see single commits
<samueldr> (I hate to sound apologetic this way) it was chosen to be a 1:1 with the previous github-provided bot, minus the joins/parts
<samueldr> though, I think you're right, cutting all the commits may help a great deal
<infinisil> Yeah, but I think the previous bot wasn't configurable, so there wasn't really a choice
<samueldr> (it was a starting point)
<infinisil> Yeah :)
<infinisil> samueldr: Are you in charge of changing that?
<samueldr> I'll create the issue and then I have to go
<samueldr> since the fix is easy I'll look into it tonight
<infinisil> samueldr: Nice :)
<infinisil> And I'll try to work on improving my alternate nix repl for my bot
MichaelRaskin has quit [Ping timeout: 248 seconds]
orivej has quit [Ping timeout: 265 seconds]
MichaelRaskin has joined #nixos-borg
orivej has joined #nixos-borg
FRidh has quit [Quit: Konversation terminated!]
<MichaelRaskin> infinisil: I dunno how annoying is it to implement; maybe evaluation should default to answering as a private message?
<infinisil> Shouldn't be too hard
<infinisil> I thought maybe after 3 messages within a minute, the third one should be "Let's continue this eval in PM's"
<infinisil> Or something along those lines
<MichaelRaskin> Maybe
orivej has quit [Ping timeout: 240 seconds]
orivej has joined #nixos-borg
tilpner has quit [Ping timeout: 260 seconds]
tilpner has joined #nixos-borg
<gchristensen> anyone have a few minutes to help with iptables?
<MichaelRaskin> Of all people…
<MichaelRaskin> ,ask
<{^_^}> Don't ask if anyone uses software xyz, just ask your specific question. This helps solve your problem quicker, and allows people who haven't used xyz but may still be able to help you to do so.
<gchristensen> hehe
<MichaelRaskin> (I mean, it might be something I remember or it might be something suddenly complicated)
<gchristensen> iptables -A nixos-fw -p tcp --source 10.99.147.131/31 --dport 4369 -j nixos-fw-accept
<gchristensen> with or without the /31, 10.99.147.131 can't talk to the host over 4369... any ideas?