Arto Jantunen

Results 21 comments of Arto Jantunen

> Note: Assigning fail2ban user to Python script isn't all that beneficial. Group, yes. > > ``` > User= > ``` @egberts Huh? Running any daemon with less privileges (especially...

> 1. systemd 264 is relatively new so package maintainer needs to peg its dependency by fail2ban to systemd Huh again. RuntimeDirectory was introduced in version 211, in 2014: https://github.com/systemd/systemd/blob/master/NEWS#L8163...

> > > Note: Assigning fail2ban user to Python script isn't all that beneficial. Group, yes. > > > ``` > > > User= > > > ``` > >...

@sebres I noticed that after rebasing. After a year I have absolutely no recollection why this was pointed at that branch. Perhaps it was the default at that time? In...

This appears to have changed between spec version r0.3.0 ( https://matrix.org/docs/spec/client_server/r0.3.0.html#password-based ) and r0.4.0 ( https://matrix.org/docs/spec/client_server/r0.4.0.html#password-based ). Conduit claims the following version support: `"versions":["r0.5.0","r0.6.0","v1.1","v1.2"]`, so it not supporting the r0.3.0...

Any clues on how one might implement this in the current codebase as ement-notify-functions no longer exists since commit 70da19e4c921?

Here is how I ended up doing this on version 0.5.2: ``` (cl-defun viiru/ement-notify-track-if-buffer (event room session &key (buffer-name "*Ement Notifications*")) (with-demoted-errors "viiru/ement-notify-track-if-buffer: %S" (when (ement-notify--room-buffer-live-p event room session) (tracking-add-buffer...

No, this is based on tracking.el from circe. The current version of my setup is here: https://gist.github.com/viiru-/685134a1781816e83df68520a4862599 I also do a bunch of other stuff to adjust how the room...

If you already have heisenbridge why do you need ZNC too? I setup a Matrix homeserver and heisenbridge specifically to replace ZNC, which they do wonderfully.

A log line which includes request content wasn't logged. Perhaps that depends on some setting somewhere. The last several cases of "this works on Synapse but not Conduit" that I...