289 Commits (51675e7a9bf4d5055ed45b37bac964f788800399)

Author SHA1 Message Date
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 dd0f421015 better anti-bot check 12 years ago
Michael Save c9423a2c34 large cleanup 12 years ago
Michael Save 88092e4f9e Bugfix: some tracked post citations were not being purged upon thread deletion 12 years ago
Michael Save c0968639c4 last commit broke some markup syntax 12 years ago
Michael Save 4dcdca997e simpler markup regular expressions 12 years ago
Michael Save 1b5f2b08f4 moved $OP to $post['op']. post() now has one argument instead of two. 12 years ago
Michael Save abd65b0c8a small cleanup 12 years ago
Michael Save 874b8cbf00 inc/contrib -> inc/lib 12 years ago
Michael Save 69c9a9dd45 bugfix: PHP notices when uploading a non-image file 12 years ago
Michael Save a38831a1ef using HTTP/1.1, not HTTP/1.0 for PURGE 12 years ago
Michael Save 66b08bafef Moved messy $config initialization from inc/config.php to inc/functions.php. 12 years ago
Michael Save 4afd2c7cb2 Customizable markup syntax. 12 years ago
Michael Save 9c62a4d2be Use "events" in more functions. Documentation coming soon. 12 years ago
Michael Save 9d58186360 New feature: "events". Will eventually replace/extend "themes". 12 years ago
Michael Save fb5fc04599 Small DNSBL fix 12 years ago
Michael Save 35a1e05787 Proper DNSBL implementation. Very sexy. 12 years ago
Michael Save 75efb21035 permissions bug 12 years ago
Michael Save 1769de4cdc h 12 years ago
Michael Save 5abe3ae4b2 cache DNS 12 years ago
Michael Save 3179eef338 use ``host`` if available for standard DNS lookups too 12 years ago
Michael Save 2a760de289 Multiple changes. 12 years ago
Michael Save e09dd8782e less warnings in CLI mode 12 years ago
Michael Save 6cc5cd73e0 don't accept just 'http://' etc as a URL 12 years ago
Michael Save 32c8791ff8 URL regex fix 12 years ago
Michael Save ab4361d5f3 fixed encoding error for extended ASCII characters 12 years ago
Michael Save e2b3d05cf3 typo... 12 years ago
Michael Save a4fe0d9d47 small bug 12 years ago
Michael Save 5eb0d7e8e2 moved hasPermission() to functions.php 12 years ago
Michael Save d4a1264ae6 config[blotter] = false when unset 12 years ago
Michael Save bb1546ad66 false "Your browser sent an invalid or no HTTP referer" error 12 years ago
Michael Save 4706ef8789 Don't auto-unicode on links 12 years ago
Michael Save 5510be3ded allow more punctuation after URLs 12 years ago
Michael Save d404a40ce8 wordfilters (non-regex) should be case-insensitive 12 years ago
Michael Save cd30f3b0b9 prohibit using same anti-bot hashes across different boards/threads 12 years ago
Michael Save 368050852a HTML fix 12 years ago
Michael Save ef5869014f trailing \n after inline replying with minify_html enabled 12 years ago
Michael Save 0ac75577ac use 
 when new lines are a must if minify_html is enabled 12 years ago
Michael Save 3d8c2407a3 allow closing bracket after citation 12 years ago
Michael Save 8231f40fee allow closing bracket after citation 12 years ago
Michael Save f21577fa5a do not count puncutation after links as part of the uRL 12 years ago
Michael Save 5095be4602 PHP warnings in newer PHP versions when loading config 12 years ago
Savetheinternet 1519637bf1 removed debug crap 12 years ago
Savetheinternet 74f5964471 use raw SHA1 to calculate anti-spam inputs 12 years ago
Savetheinternet 6a02dfd5aa use multibyte-aware mb_strlen() instead of strlen(); fixed issue #8) 12 years ago
Savetheinternet 68cfe46677 ... 12 years ago
Savetheinternet 1a4eb1dea6 bugfix: posting from another page would return "invalid referrer" errors 12 years ago
Savetheinternet 2050a97e13 fixed syslog() for CLI mode 12 years ago