Daniel Winzen

Results 75 comments of Daniel Winzen

There is no additional SQL file needed. The chat script automatically creates the database, if you configured the connection details at the bottom of the script. In case you need...

Not yet, the notes are stored using the general encryption key configured by the server admin. To keep personal notes really private, they should additionally be encrypted using a password...

There is a filter function. When you go to the admin tab, click on filters and fill in the match and replacement of a string. Also see https://github.com/DanWin/le-chat-php#regex for advanced...

As an admin you can click the admin button once you are logged in to the chat. There is a member list where you can assign your members different permissions...

This request just came by email. I would probably create a new script like `www/submit_links.php` or similar, with a text area to paste the code. The scanning of the code...

See my previous comment, I have already given some relevant details there. What exactly do you need?

I'm working on an updated version of this and added multipart support to my fork: https://github.com/DanWin/openpgpkey-milter

I'm working on an updated version of this and added a fix to my fork: https://github.com/DanWin/openpgpkey-milter

I have opened a pull request, which adds support for this and implemented it as an option for the chroot-script. The alternative would be running a custom chroot-script via the...

You could add a filter like this: Match: `\[media\]([^\s]+)` Replace: ``, tick the regex box. Then you can embed a video just like the images. Note: those videos should be...