321 Commits (0ab8890b67f58c8323fcbe6468dc9c580a4602ec)

Author SHA1 Message Date
Macil Tech 0da1c18a7f Add field_disable_subject and field_disable_reply_subject config options. 12 years ago
Macil Tech 67ab3760ba Removed redundant code in image processing. 12 years ago
Macil Tech 91e8547b04 Add image_reject_repost_in_thread option 12 years ago
asiekierka 091216082a fixed to actually work 12 years ago
Michael Save c919e73625 Temporary bugfix for incorrectly escaped email field 12 years ago
Michael Save 6775eebcfa $post['id'] 12 years ago
Michael Save ad220b725d Bugfix: the number of successful passes for an anti-spam "hash" was often incorrectly incremented 12 years ago
Michael Save 9058d202ed Bugfix: the number of successful passes for an anti-spam "hash" was often incorrectly incremented 12 years ago
Michael Save 890b541191 custom capcode permissions 12 years ago
Michael Save 2082fcde24 Bugfix: with file uploading (introduced with last commit) 12 years ago
Michael Save b5c7e30609 Bugfix: non-image file uploading 12 years ago
Michael Save d6f5fc28ce Bugfix: with file uploading (introduced with last commit) 12 years ago
Michael Save 9286ec4928 Bugfix: with file uploading (introduced with last commit) 12 years ago
Michael Save 4c2066bc27 Bugfix: non-image file uploading 12 years ago
Michael Save df97c559bd Bugfix: non-image file uploading 12 years ago
Michael Save f48bfbf299 typo 12 years ago
Michael Save 1437a121f7 typo 12 years ago
Michael Save 51675e7a9b code cleanup 12 years ago
Michael Save 95709e7588 Removed `board`.`id`. Use the board URI/name at the key instead. 12 years ago
Michael Save a564a95ab4 Improved Tinyboard anti-bot/spam filter. See large comment in inc/config.php for details. 12 years ago
Michael Save c9423a2c34 large cleanup 12 years ago
Michael Save 1b5f2b08f4 moved $OP to $post['op']. post() now has one argument instead of two. 12 years ago
Michael Save 033491f84f increase character limit on board URI, title and subtitle 12 years ago
Michael Save 8cfc5460d3 New event: post-after 12 years ago
Michael Save 4c6faeb7a2 Convert $post to an object before passing it to event(). This way it can be modified by event handlers before entering the database. See http://tinyboard.org/docs/events.html#examples 12 years ago
Michael Save 8703ea3d4a $post['file_path'] 12 years ago
Michael Save 7c8dc230b8 Moved rebuildThemes() in post.php back for now. 12 years ago
Michael Save 9d58186360 New feature: "events". Will eventually replace/extend "themes". 12 years ago
Michael Save c136d44894 Better upload handling (don't move file before handling it) 12 years ago
Michael Save 6db45d4c3d $config['thumb_method'] 12 years ago
Michael Save 60aab92f47 allow quick-reply.js to work 12 years ago
Michael Save c8d1f1cdd4 ability to adjust thumbnail size for OP images independently from reply images 12 years ago
Michael Save de17bdb317 Remade config[redraw_image] 12 years ago
Michael Save 25cdd35663 bug: avoid using empty() or values such as "0" will not work as intended 12 years ago
Michael Save 56821eb375 allow mods to bypass forced anonymity (and other disabled fields). also fixed some small per-board permission bugs 12 years ago
Michael Save a431994016 fixed bug causing "bot" errors when disabling fields on certain boards only 12 years ago
Michael Save cd30f3b0b9 prohibit using same anti-bot hashes across different boards/threads 12 years ago
Savetheinternet 0dd36bda54 logical error syslog()ing reports 13 years ago
Savetheinternet 41b2990234 syslog() reports and deletions 13 years ago
Savetheinternet be860577a9 optionally disable image requirement for new threads 13 years ago
Savetheinternet 75f7ebd49b bugfix: PHP notices on raw posts 13 years ago
Savetheinternet c83d192103 removed $_SESSION 13 years ago
Savetheinternet 6a02dfd5aa use multibyte-aware mb_strlen() instead of strlen(); fixed issue #8) 13 years ago
Savetheinternet d454fc6423 syslog() mod actions 13 years ago
Savetheinternet 799af6907a .. 13 years ago
Savetheinternet d4dc36cd74 .. 13 years ago
Savetheinternet 4454904461 syslog() new posts 13 years ago
Savetheinternet 290335194a integer overflow bug on 32-bit systems 13 years ago
Savetheinternet b57be65c9f track cites (remove broken links after a post 404s) 13 years ago
Savetheinternet ee3d9359e3 v0.9.4 13 years ago