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.
Added $config['minify_js'] to compress Javascript with minify
Added $config['additional_javascript_compile'] to put all Javascript files/addons into one file.
Moved delete/report post controls to a shared template.
Ability to have different Javascript files between boards.
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
Savetheinternet
0d6997bd29
Fixed bug affecting Safari. Safari seems to like to send the client-side part of URLs (#) in the referrer.
12 years ago
Savetheinternet
0df1e4972d
rebuild thread after rebuilding post
12 years ago
Savetheinternet
b57be65c9f
track cites (remove broken links after a post 404s)
12 years ago
Savetheinternet
fc417bc446
use NULL in database where possible
12 years ago
Savetheinternet
3819379a6a
use 0.0.0.0 when in CLI mode
12 years ago
Savetheinternet
c120938557
...
12 years ago
Savetheinternet
79aea393c6
$rebuild_after switch for deleteFile()
12 years ago
Savetheinternet
95920a6972
generate_tripcode() rewrite
12 years ago
Savetheinternet
dbe3302987
Avoid DNS timeouts by using `host` and cache if available
12 years ago
Savetheinternet
8c2f6d978a
Automatic transformation of IPv6-IPv4 addresses (::ffff:0.0.0.0) should not be an optional feature.
12 years ago
Savetheinternet
95ffef8876
Use LIKE instead of REGEX for wildcard bans
12 years ago
Savetheinternet
d1c2db4493
Minor bug causing range bans to not get purged
12 years ago
Savetheinternet
09accb53ce
"*" in range bans should match everything
12 years ago
Savetheinternet
51cdaaccd1
Use template instead of inline HTML for ban messages.
12 years ago