Commit Graph
448 Commits
Author SHA1 Message Date
Phenix Hartogh 742a0a1c28 New Features
- Like System
- Reply System
- Personal notes encrypted with user-defined passwords
2026-06-21 06:41:54 +10:00
danwin1210andGitHub e05ce9a5de Merge pull request #167 from PhenixHartogh/master
Add PGP-2FA
2026-06-09 13:59:57 +02:00
Phenix Hartogh c9f8a4abd3 Add PGP-2FA 2026-06-09 20:39:23 +10:00
danwin1210andGitHub 09a19d100e Merge pull request #166 from PhenixHartogh/master
Minor edits
2026-06-07 10:57:18 +02:00
Nix HartoghandGitHub 9541edba24 Merge branch 'DanWin:master' into master 2026-06-07 12:00:42 +10:00
danwin1210 63f421023a Fix SQL syntax error with some database engines PostgreSQL 2026-06-04 12:46:33 +02:00
Nix HartoghandGitHub f13c508c64 Update .gitignore 2026-05-28 19:35:38 +10:00
Nix HartoghandGitHub 8ff673a96f Fix formatting 2026-05-28 19:32:47 +10:00
danwin1210andGitHub 950e7fa872 Merge pull request #164 from PhenixHartogh/patch-1
Fix typos in SECURITY.md
2026-03-29 00:03:58 +01:00
Phenix HartoghandGitHub cbec21aa84 Fix typos in SECURITY.md 2026-03-29 08:57:47 +11:00
danwin1210andGitHub ad56acc547 Merge pull request #163 from Aera23/patch-1
fix SQL syntax error
2026-03-16 11:44:41 +01:00
Aera23andGitHub 2f43c1f21d fix SQL syntax error
by adding ') to line 4943 (before the semicolon), the bracket and quote are closed, fixing the error :3
2026-03-16 04:12:13 +00:00
danwin1210 e017b5c883 Minor security fix for XSS vulnerability - previously mitigated by CSP 2025-12-25 20:35:21 +01:00
WeblateandTurkish Language Team a6bd50a7be Update translation
Co-authored-by: Turkish Language Team <turkishmark@yandex.com>
Translate-URL: https://weblate.danwin1210.de/projects/DanWin/le-chat-php/tr/
Translation: DanWin/LE Chat PHP
2025-10-28 23:01:08 +00:00
WeblateandTurkish Mark 95ae54ed6b Update translation
Co-authored-by: Turkish Mark <turkishmark@yandex.com>
2025-10-27 22:23:23 +00:00
WeblateandTurkish Mark a991083434 Update translation
Co-authored-by: Turkish Mark <turkishmark@yandex.com>
Co-authored-by: Weblate <noreply@weblate.org>
Translate-URL: https://weblate.danwin1210.de/projects/DanWin/le-chat-php/tr/
Translation: DanWin/LE Chat PHP
2025-10-27 22:20:05 +00:00
danwin1210 3dc044e38b also fixes warning about undefined variable $numpoints 2025-10-24 12:19:58 +02:00
danwin1210 6d06f34e2d Change simple and moderate captchas so that characters are no longer in
fixed positions. Also avoid using fixed colours. In the moderate captcha,
use filled, blurred rectangles instead of dots and lines to obscure the
solution. In setup page, remove deprecation from both captchas.
2025-10-24 12:19:58 +02:00
danwin1210 3f00d4ffc2 Adds captchas with a TrueType font on a plaid pattern, optionally with
spurious characters.
2025-10-24 12:19:58 +02:00
danwin1210 a24f38492f Use PNG format instead of GIF for captchas, to lessen artifacts. 2025-10-24 12:19:58 +02:00
danwin1210 183afd0404 Simplified noguestpm feature 2025-10-24 12:19:58 +02:00
Rexzooly Kai Blackanddanwin1210 800bdc1ff3 Update chat.php
Removed a little debug string no longer needed/never needed in the live script.
2025-10-24 12:19:58 +02:00
Rexzooly Kai Blackanddanwin1210 c7bd99f2b9 Update chat.php
Added setting noguestpm this lets you enable and disabled guests pms via the admin setting (Disable Guests private messages) = Enabled/Disabled

Added a mini function to PM the Guest that sent a PM when it's disabled, this function can PM user it's called system_pm

Only problem is right now it's not supported by the Language filess
2025-10-24 12:19:58 +02:00
danwin1210 f97d8419af Mark simple and moderate captchas as deprecated.
Change extreme captcha to use random colours, instead of fixed ones.
Change it to have lines to every character: the characters in the solution
are now connected by dotted lines; characters not in the solution are
connected by solid lines. Replace dots with polygons.

Add new captchas with a TrueType font. The solution is obscured by small
characters or by rectangles, ellipses, slices of ellipses, and polygons.
These shapes are either filled or outlined.

Fixes #13
2025-10-24 12:19:58 +02:00
67cca3000a Update translation
Co-authored-by: Aqua573Vocabulum <mansonabadeer@gmail.com>
Translate-URL: https://weblate.danwin1210.de/projects/DanWin/le-chat-php/es/
Translation: DanWin/LE Chat PHP
2025-10-24 12:19:58 +02:00
danwin1210 b3a7d9951a Some hosting providers may disable putenv for security reasons, check before using 2025-10-24 12:19:58 +02:00
danwin1210 b9c416a183 Add more extension checks 2025-10-24 12:19:58 +02:00
danwin1210 4f45ac53b3 Bugfix in db migrations 2025-10-24 12:19:58 +02:00
danwin1210 1aac20b24f Check if mbstring extension is installed before using it 2025-10-24 12:19:58 +02:00
danwin1210 fecd7ff060 Check if intl and gettext extensins are loaded before using them 2025-10-24 12:19:57 +02:00
Weblateanddanwin1210 c7ea7025a1 Update translation
Co-authored-by: Weblate <noreply@weblate.org>
Translate-URL: https://weblate.danwin1210.de/projects/DanWin/le-chat-php/
Translation: DanWin/LE Chat PHP
2025-10-24 12:19:57 +02:00
danwin1210 fe6c1d8b42 Update pot 2025-10-24 12:19:57 +02:00
danwin1210 c6ef6f9203 Show kick messages to everyone. 2025-10-24 12:19:57 +02:00
998dd0c430 Update translation
Co-authored-by: Akira <kawaiisenpai@waifu.club>
Translate-URL: https://weblate.danwin1210.de/projects/DanWin/le-chat-php/ja/
Translation: DanWin/LE Chat PHP
2025-10-24 12:19:57 +02:00
20a261db31 Update translation
Co-authored-by: Akira <kawaiisenpai@waifu.club>
2025-10-24 12:19:57 +02:00
danwin1210 e57e32c17e In check_login(), clear delayed logout indicator when someone logs in after logging out. 2025-10-24 12:19:57 +02:00
danwin1210 01ba4d03ce Fix incognito mode and embed image option in profile page 2025-10-24 12:19:57 +02:00
danwin1210 4cbf70525c show delayed logouts in send_post() 2025-10-24 12:19:57 +02:00
danwin1210 64bfaa995f Add option to delay logout for guests and applicants. Fixes #46. The intent
is for a delay after posting. If the user does not post, there is a delay
from the time the user entered, because of the way $lastpost is set.
2025-10-24 12:19:57 +02:00
danwin1210 c5e4747962 Translate texts with gettext 2025-10-24 12:19:57 +02:00
Weblateanddanwin1210 deefcfe8e8 Update translation
Co-authored-by: Weblate <noreply@weblate.org>
Translate-URL: https://weblate.danwin1210.de/projects/DanWin/le-chat-php/
Translation: DanWin/LE Chat PHP
2025-10-24 12:19:57 +02:00
danwin1210 41627b256b Add new captcha difficulty hard 2025-10-24 12:19:36 +02:00
danwin1210 c0ea40a4c5 Fixed typo 2025-10-24 12:19:36 +02:00
danwin1210 841f1c34ae Add Dutch and Polish translations 2025-10-24 12:19:36 +02:00
b18a74d170 Update translation
Co-authored-by: Анонім <g2014test@yandex.com>
Translate-URL: https://weblate.danwin1210.de/projects/DanWin/le-chat-php/uk/
Translation: DanWin/LE Chat PHP
2025-10-24 12:19:36 +02:00
2bf887e90c Update translation
Co-authored-by: Анонім <g2014test@yandex.com>
Translate-URL: https://weblate.danwin1210.de/projects/DanWin/le-chat-php/uk/
Translation: DanWin/LE Chat PHP
2025-10-24 12:19:36 +02:00
danwin1210 e75b4e47bb Fix kicking and logging out all guests 2025-10-24 12:19:36 +02:00
danwin1210 bc511faadf Include Hindi translation 2025-10-24 12:19:36 +02:00
Weblateanddanwin1210 87be29d1e4 Update translation
Co-authored-by: Weblate Admin <daniel@danwin1210.de>
Translate-URL: https://weblate.danwin1210.de/projects/DanWin/le-chat-php/hi/
Translation: DanWin/LE Chat PHP
2025-10-24 12:19:36 +02:00
ABHISHEK FADAKEanddanwin1210 01471bcbd1 Added translations for Hindi language 2025-10-24 12:19:36 +02:00