Commit graph

41 commits

Author SHA1 Message Date
1d41ffbe4f anti-bot.php: include missing variable 2024-12-17 17:18:03 +01:00
b03130fcb4 anti-bot.php: retry transaction upon deadlock 2024-12-17 17:13:49 +01:00
efec014bd1 anti-bot.php: refactor antibot transaction handling 2024-12-08 18:19:35 +01:00
b459551ccb anti-bot.php: use transactions 2024-11-28 16:01:24 +01:00
Zankaria
f3662568fa anti-bot.php: handle deadlocks in _create_antibot.
Somehow this single function is the cause of most deadlocks.
2024-09-14 17:52:19 +02:00
7613eda52b anti-bot.php: make automated antispam puring optional 2024-07-14 18:22:51 +02:00
4e7f53216d anti-bot.php: add comments to _create_antibot 2024-07-11 21:16:55 +02:00
35388a942e Revert "anti-bot.php: permanent bans stay permanent on new bans being issued"
This reverts commit 684a3cb852.
2024-07-10 00:26:27 +02:00
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
discomrade
2f64d7edff Remove useless debug messages
lainchan was a mistake
2022-01-17 13:08:57 -01:00
discomrade
2605a6ff5d Merge vichan PHP8 fixes, configure composer, fix outstanding incompatibilities 2022-01-17 02:14:22 -01:00
towards-a-new-leftypol
eb34ba0d57 don't print START every time to the debug file (unless print_err is not commented out) 2020-12-29 20:12:43 -05:00
towards-a-new-leftypol
e82012d6d6 Remove print statements
- comment out print_err function behavior (something I was using for
debugging before, but I'm keeping the function for future debugging)
2020-12-27 15:14:34 -05:00
towards_a_new_leftypol
f75d42d9c4 WIP 2020-12-22 01:35:50 -05:00
towards_a_new_leftypol
195a3914d1 lots of print statements 2020-12-22 01:35:35 -05:00
towards_a_new_leftypol
cd9515397c Print statements everywhere 2020-12-22 01:33:07 -05:00
Michael Foster
9a846d5ad5 Use Unicode in antispam stuff 2013-09-08 17:01:55 +10:00
Michael Foster
7f0de93608 Cleaner check to make sure inc/ files aren't accessed directly. 2013-09-06 20:12:04 +10:00
Michael Foster
dc8b1948dd Performance: Only purge old antispam hashes once per request (at most) 2013-08-28 17:08:56 +10:00
Michael Foster
a052a791b5 Add optional database table prefix (issue #118; see issue comments for details) 2013-07-31 22:14:26 -04:00
Michael Save
85578b7105 Bugfix: Anti-bot check not allowing posting from second page 2013-01-24 04:56:06 +11:00
Michael Save
7a68fc9525 Copyright and license update for 2013. 2013-01-20 21:23:46 +11:00
Michael Save
a9562075f6 Merge branch 'master' of git://github.com/Yousha/Tinyboard into yousha 2012-08-27 02:40:50 +10:00
Yousha
55470a7ac8 Improved. 2012-08-30 20:05:27 +04:30
Macil Tech
bec9f21787 Antibot make_confusing fix 2012-08-25 07:52:37 -06:00
Sebastian Stal
318a9554c2 Remove the double-quote (") from characters used for random inputs 2012-07-29 15:59:42 -07:00
Michael Save
ad220b725d Bugfix: the number of successful passes for an anti-spam "hash" was often incorrectly incremented 2012-05-07 23:51:58 +10:00
Michael Save
9058d202ed Bugfix: the number of successful passes for an anti-spam "hash" was often incorrectly incremented 2012-05-07 23:51:15 +10:00
Michael Save
d76c79cea6 Bugfix: was not correctly purging old anti-bot hashes 2012-05-05 18:07:02 +10:00
Michael Save
71061ed81a What? 2012-04-21 12:42:54 +10:00
Michael Save
64f7e70d29 What? 2012-04-21 12:42:21 +10:00
Michael Save
163c11d001 Bugfix: s/CRC32// 2012-04-19 01:39:14 +10:00
Michael Save
a84c948074 Bugfix: s/CRC32// 2012-04-19 01:38:42 +10:00
Michael Save
de347f0387 don't use CRC32 2012-04-19 01:33:53 +10:00
Michael Save
931c2d679e don't use CRC32 2012-04-19 01:32:02 +10:00
Michael Save
9c7c6320ae Bugfix: was not correctly purging old anti-bot hashes 2012-04-15 15:13:06 +10:00
Michael Save
51675e7a9b code cleanup 2012-04-13 00:18:19 +10:00
Michael Save
c39c54c2c2 invalid $query 2012-04-12 22:14:31 +10:00
Michael Save
a564a95ab4 Improved Tinyboard anti-bot/spam filter. See large comment in inc/config.php for details. 2012-04-12 21:56:01 +10:00
Michael Save
dd0f421015 better anti-bot check 2012-04-12 17:20:49 +10:00