MrLenin

Results 10 comments of MrLenin

I have implemented SASL PLAIN in ZNC 1.6.3. It still needs some work and testing, but I can make a PR if there is any interest when it is ready....

I figured as much, but I needed to do it on 1.6.3 for our own purposes first. I will be moving the changes over to a master-based branch after.

I have completed moving my changes so far to a master-based branch. [It can be viewed here](https://github.com/MrLenin/znc/commits/sasl-plain) I will hold off on making a PR until I implement handling of...

Ready as it has been since the last commit. Really was just looking for some more in depth review before making a PR as I touch znc-core a bit

Worked "properly" with my minimal testing wrt hexchat, almost no testing with other clients

My code is as free as can be, if the znc devs what to hack it into znc in a way that fits their their goals and agenda, they are...

I have run into this issue as well monitoring multiple factorio server instances from a single install. With a single instance everything works fine indefinitely, but as soon as you...

It hasn't quite been two hours yet since the last restart (4:20:17 EST), but I am feeling reasonably confident at this point my change resolves the underlying issue. It should...

I have only used the user crontab. Change line 204 of `~/lgsm/modules/command_monitor.sh` from ` elif [ "$(pgrep -fc -u "${USER}" "tmux new-session -d -x ${sessionwidth} -y ${sessionheight} -s ${sessionname}")" !=...

Thinking about this some more, while my change does fix this particular issue, the code is still ultimately bugged as it would still trigger on the unnumbered instance for any...