summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2011-08-22 10:22:13 +0200
committerYorhel <git@yorhel.nl>2011-08-22 10:22:37 +0200
commit341928b722fa6c276ae8c091aebd3f33cc2cbd60 (patch)
tree2818de17974b4ce187771676b79938817e5c5fca /ChangeLog
parentaf7dec7a5e74137c6236364bbab6184f1e971954 (diff)
Don't allow regular users to create more than 10 threads a day
This prevents a naive spambot from doing much damage.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 06188156..17e513ef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,7 @@
- JS: Don't consider 256x384 a "bad" screenshot resolution
- Changed location of 'add character/release' links on VN page
- Use generic imgurl() and imgpath() functions to generate image URLs/paths
+ - Don't allow regular users to create more than 10 threads a day
- Bugfix: Properly make i+ IDs linkable in bb2html()
- Bugfix: Make sure the user dropdown boxes work on /v+/chars
- Bugfix: dbTraitGet() filtering would not always work correctly