Stephen Paul Weber

Results 227 comments of Stephen Paul Weber
trafficstars

Wouldn't restarting the irc specific service still result in the big joinquit? Is the idea just that one might restart matterbridge more often?

Same issue here, even after an update to edge ``` version: 4 snap-revision: 134 cpu: arch: x86 brand: Intel(R) Core(TM)2 Duo CPU E8400 @ 3.00GHz features: - sse4_1 os: name:...

Found this because I was reviewing the code and surprised to see a thread local variable used. I would expect each Fiber, as a separate logical context and stack, to...

Persistent occupants and nicks are possible with MUC. Really, any model you could want the MUC protocol can support, pretty much.

@abika any kind of room can be persistent or not, independent of any other settings. Every room has a persistent members list even if it isn't members-only, which you can...

> even in a members-only room its not possible for a 'member' to get the list of users with higher affiliation Not sure what you mean by this? Do you...

> I meant it does not contain the nicknames for finding out which occupant sent a message. Oh, right, because those can change. > the service MUST deny the request...

To make federation easier, Kontalk could implement this protocol: https://xmpp.org/extensions/xep-0100.html#addressing-iqgateway even though not technically a "gateway" as it is XMPP-native, it would work. Ask for the phone number, and return...

Obviously there are safety implications here, but what would be ideal is if the parsers didn't have to be written in Dhall at all, something like: `./some.json as sh:json-to-dhall`

The proposal there is to have your Dhall expression take your needed function as an argument, implement the function in the host language, and pass the function as an argument...