Commit graph

2209 commits

Author SHA1 Message Date
684a3cb852 anti-bot.php: permanent bans stay permanent on new bans being issued 2024-07-09 20:00:45 +02:00
106db9a7e7 anti-bot.php: trim 2024-07-09 00:17:23 +02:00
86266bb98a error.php: format 2024-06-23 23:33:03 +02:00
6e962f91ad error.php: fix error_handler 2024-06-23 22:22:02 +02:00
44db356116 error.php: fix callback 2024-06-23 22:19:52 +02:00
8dad968be1 error.php: trim 2024-06-23 21:22:08 +02:00
8c97b3a3fb Remove bundled minify dependency 2024-06-23 21:21:47 +02:00
fd04d92c48 profile.php: reduce logging 2024-06-22 23:49:56 +02:00
0b746c4ec6 Add profile.php for profiling 2024-06-21 23:03:51 +02:00
3cbf0c2fcf post.php, pages.php: pack and unpack source ip addresses of ban appeals 2024-06-13 19:53:37 +02:00
b0b684bdb1 pages.php: use link to create hardlinks isntead of full file copy for thread moving 2024-05-22 23:55:06 +02:00
0ce203f1d2 bans.php: always print modLog 2024-05-22 22:24:04 +02:00
9efc35e441 bans.php: simplify modLog string 2024-05-22 22:22:56 +02:00
428d9e9001 functions net.php: add Tor connections to secure connections 2024-05-07 22:44:31 +02:00
Zankaria
aa99d10f1a auth.php: disallow unencrypted logins by default 2024-05-07 10:44:05 +02:00
Zankaria
003152095a auth.php: remove obsolete code 2024-05-07 10:32:34 +02:00
Zankaria
940ea3f4b5 config.php: reduce default login cookie expire timeout 2024-05-07 10:31:36 +02:00
Zankaria
f6cc9a2f9f auth.php: trim 2024-05-07 10:30:50 +02:00
3351715795 Attempt fix broken unban on serveral pages 2024-04-25 18:50:32 +02:00
5f1f7319a3 Merge branch 'config' into display-appeal-src-ip 2024-04-24 13:03:31 +00:00
5873987599 template.php install.php: handle cache directory being a symlink 2024-04-10 16:49:20 +02:00
Zankaria
06214a1e26 template.php: trim 2024-04-10 16:49:20 +02:00
Zankaria
ef936d60a9 bans.php: format 2024-04-04 15:57:08 +02:00
Lorenzo Yario
46e61a71cf webp 2024-04-03 20:07:16 +02:00
e496fb10a5 Handle reporting non-existing posts. Fix #96 2024-04-01 19:20:23 +02:00
Zankaria
98ef473a9a functions.php: trim 2024-03-26 15:00:15 +01:00
Zankaria
a8ff605571 Display split ban mask and appeal IP 2024-03-15 14:54:32 +01:00
Zankaria
7e3a531aa5 Add source IP to ban_appeals table 2024-03-15 14:34:17 +01:00
Zankaria
b742445f50 Add overboard index support. Yet another ugly hack 2024-03-13 13:44:09 +00:00
Zankaria
91e41aa522 Refactor overboard catalog support to be slightly less bad 2024-03-13 13:35:48 +01:00
Zankaria
6fcd4f4779 Add overboard catalog support. This is an horrenouds hack. Pray to god we manage to refactor it away. See #94 2024-03-13 12:32:46 +00:00
Zankaria
ea99ddc6f6 Reimplement overboard 2024-01-29 11:18:06 +01:00
Zankaria
2efd67ef85 Backport vichan 5.1.5 catalog implementation, enabling mod catalog. 2024-01-29 11:18:06 +01:00
Zankaria
854cc6cd23 Remove geoip dependency 2024-01-29 11:18:06 +01:00
Zankaria
a9211d23b5 Remove feature: upload by url 2024-01-29 11:18:01 +01:00
Your Name
fdaa4ebdd1 better error 2024-01-16 18:04:00 +00:00
Your Name
56bbaf881f Simple anti-spam mechanism 2024-01-16 18:04:00 +00:00
Your Name
b833e2743a Simple anti-spam mechanism 2024-01-16 18:04:00 +00:00
Your Name
e2bef8c2f2 Simple anti-spam mechanism 2024-01-16 18:04:00 +00:00
Your Name
0cffd52b02 add colon to character class for cites 2022-08-04 09:18:31 +02:00
Your Name
5b01f34973 mute redefinition. reference: 00349d0315 2022-07-16 00:26:59 +02:00
Your Name
f1a48042c2 add some stuff to the api, to match vichan's api at the request of a user. fixed the delete-stray-images script 2022-06-22 20:39:47 +02:00
discomrade
bf4fb6d0e8 Added Feature - Premade Ban Reasons
see 13ac9172e7
2022-05-22 19:42:57 -02:00
nonmakina
3725d27e72 Matrix report integration (#74)
Enables posting reports to a matrix room.
Co-authored-by: nonmakina <nonmakina@leftypol.org>
Co-committed-by: nonmakina <nonmakina@leftypol.org>
2022-04-03 22:06:42 +00:00
nonmakina
2b5365b572 use more cache. Speeds up page builds (#72)
use more cache. Speeds up page builds.
Tested as much as reasonably possible. Works well.
cuts self delete from ~8 seconds to ~1 second. and mod delete from 10-14 seconds to ~4 seconds.
Co-authored-by: nonmakina <nonmakina@leftypol.org>
Co-committed-by: nonmakina <nonmakina@leftypol.org>
2022-03-30 23:59:21 +00:00
discomrade
a1f64335f9 Added multiple file select dialog for post form
Mostly 808c2072d3
2022-02-12 01:34:46 -01:00
discomrade
ca1ce0103f Fix multiple issues with anti_bump_flood
- bumplocked thread with one reply, delete the reply and no post matches the query
- saged posts aren't ignored when finding last bump
- bumplocked threads should be ignored
2022-01-22 02:05:04 -01:00
discomrade
2f64d7edff Remove useless debug messages
lainchan was a mistake
2022-01-17 13:08:57 -01:00
Daniel Saunders
c388081617 $board can be NULL here, prevent indexing it
Simplest 7.4 fix ever? Possibly.
2022-01-17 12:31:42 -01:00
Sardach
15a099deb3 insignificant fix
PHP7 shows a warning when executing tools/rebuild2.php: "Declaration of case-insensitive constants is deprecated"
$group_name and $group_value really not need be case-insensitive, so i simply removed that "true".
2022-01-17 12:27:34 -01:00