towards-a-new-leftypol
66636df702
anti-bot: do not flag missing hash values as spam
2024-07-19 15:40:41 -04:00
towards-a-new-leftypol
ef01eef2a2
Enable anti-bot, except for the case where the hash is missing from the db (most bots don't seem to be that smart)
2024-06-15 20:29:25 -04:00
towards-a-new-leftypol
77aac51172
Autoformat (vim) anti-bot.php to use spaces instead of tabs and spaces
2024-06-11 18:51:10 -04:00
towards-a-new-leftypol
ce93e6f442
Anti-bot: print out failure cases and construction
...
- enable anti-bot spam protection setting but comment out it's rejection
- will monitor the output log to check for false-positives and just see
what it's rejecting...
2024-06-11 18:48:04 -04:00
towards-a-new-leftypol
786773a2a8
remove print_err statements in post (not needed)
2023-09-24 14:17:18 -04:00
towards-a-new-leftypol
598aed5b7e
enable ant-bot
2023-09-05 18:47:56 +00:00
towards-a-new-leftypol
39e5960369
Make spamnoticer aware of users deleting their own posts
2023-09-05 14:26:53 -04:00
towards-a-new-leftypol
1c677e62ed
Small fixes to fix rebuilding
...
- use JSMin from composer (needed an upgrade to work anyway)
2023-09-05 14:24:06 -04:00
towards-a-new-leftypol
3d48ccf7e2
More fixes after upgrading to php8 broke everything
...
- call openBoard inside of catalog build. I have no idea
how it could have been defined before because it depends on a global
variable $board which seems to be only globally defined by openBoard in
functions.php, but that's called later. the fix is to just call
openBoard, that's what tinyboard does.
(somehow the code expected the uri to already be set)
2023-09-05 14:24:06 -04:00
towards-a-new-leftypol
ab09d5dfd8
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
361a5babef
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
d34e4f6828
WIP
2020-12-22 01:35:50 -05:00
towards_a_new_leftypol
80dc724738
lots of print statements
2020-12-22 01:35:35 -05:00
towards_a_new_leftypol
3fc760640c
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