92 Commits (631a5b5fc705252697734c74a69e9edffbd55bec)

Author SHA1 Message Date
Benjamin Southall 309c4db302 Fixes Specified key was too long; max key length is 1000 bytes #156 and #93 by changing field lengths to less than 255 or 195 5 years ago
Benjamin Southall 8125a654b8 Bump name and page size in SQL schema 5 years ago
Benjamin Southall 6041e37216 Add warning without ban, joke capcode support, SC editor support, home link support, table for calender theme / extension, removing boardalias duplicate citations in markup and other features 7 years ago
Benjamin Southall 986efe8980 Merge pull request from vichan-devel/vichan##202 from pngcrypt/master table fix nntpchan install.sql fix from 6049979daf 7 years ago
Benjamin Southall 8a5850aa11 Invalid unique key in install.sql #93 Reduced board and name varchar length to 125 (1000/8 = 125) 2 columns , 4 bytes each column in pages table schema. 7 years ago
czaks 5e335a8564 preliminary inbound nntpchan support 8 years ago
czaks 356f46237c fix install.sql after a bad merge 8 years ago
Fredrick Brennan 95b1e103cb Edit static pages commit 9 years ago
8chan 7911c374e8 Public action logs commit (log.php) 9 years ago
czaks 7c3126866c ease the migration process for the previous security patch (by introducing another migration); restore php 5.4 compatibility (introducing a polyfill system) 8 years ago
czaks caaf741691 [SECURITY] keep up with modern password hashing standards 8 years ago
Michael Foster e36cce7903 schema for ban appeals 11 years ago
Michael Foster c7c297b8a6 Finish upgrade to new bans table 11 years ago
Michael Foster 288988e6bd Bugfix with new installations. Reported by a raging retard named Kraid, who refuses to pay for support 11 years ago
Michael Foster eea4e42609 Add ability to create custom user/permissions groups 11 years ago
Michael Foster 33737fd723 CHARACTER SET not needed here 11 years ago
Michael Foster f309e4037c Better and faster basic flood prevention, while merging it into $config['filters']. 11 years ago
Michael Foster af357b5661 another index change 11 years ago
Michael Foster 9494e0185c new index on bans table 11 years ago
Michael Foster b51fc38783 Some SQL and indexes improvements 11 years ago
Michael Foster 10d59e949a Performance: Add `expires` index to antispm table to make purging old hashes a little quicker 11 years ago
Michael Foster 42cba53887 Allow Unicode in board URIs. 11 years ago
Michael Foster 8efab06616 Upgrade to utf8mb4 charset for MySQL server versions above 5.5.3. Keep support for older versions. Fix charsets for multiple columns and tables. 11 years ago
Michael Foster 595a165fa3 install.sql mistake 11 years ago
Michael Foster 31f657e550 Long overdue: Salted password hashes 11 years ago
czaks 472b518165 post search: configs and database 11 years ago
Michael Foster c8f30550af $config['require_ban_view']: Force users to view the "You are banned" page at least once before letting a ban disappear naturally. 11 years ago
Michael Save c96b27eb5b use UNSIGNED for `id` columns 12 years ago
Yousha 82c960cc94 Added UNSIGNED to ID fields. 12 years ago
Michael Save de347f0387 don't use CRC32 12 years ago
Michael Save 931c2d679e don't use CRC32 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 6c3a52aaec AUTO_INCREMENT for `boards` should start at 1, not 2 12 years ago
Michael Save 033491f84f increase character limit on board URI, title and subtitle 12 years ago
Michael Save 3b17f32047 increased board uri/title/subtitle character limits 12 years ago
Savetheinternet 98bf55ab2c use posts.sql for default /b/ posting table 13 years ago
Savetheinternet b57be65c9f track cites (remove broken links after a post 404s) 13 years ago
Savetheinternet fc417bc446 use NULL in database where possible 13 years ago
Savetheinternet f600ed5b3b update SQL files for v0.9.4-dev-2 13 years ago
Savetheinternet 7f5a716e9c ... 13 years ago
Savetheinternet 55743a7705 add indexes 13 years ago
Savetheinternet 339853e5de Show full filename on mouseover. 13 years ago
Savetheinternet ecd02144da Use MyISAM instead of InnoDB 13 years ago
Savetheinternet aa02cffb93 increased subject max length to 100 characters 13 years ago
Savetheinternet c4c6a98396 various bug fixed, introduced ban ID, temporarily broke caching bans with memcached 13 years ago
Savetheinternet f33848a3ac add `board` field on ban table 13 years ago
Savetheinternet 66d06015e3 made `filehash` TEXT instead of a varchar (fixed maximum length) 13 years ago
Savetheinternet eadeb6669e wildcard option ("*") for per-board mods 13 years ago
Savetheinternet e3cba2b450 per-board moderators 13 years ago