leftypol_vichan/inc
Michael Foster 461084d400 MySQL's utf8 charset only supports up to 3-byte symbols. Insterting four byte symbols (U+010000 to U+10FFFF) can be done maliciously to break HTML mark-up.
The ideal solution was to convert to MySQL's utf8mb4 charset, but then we would lose support for MySQL < 5.5.3. In this fix, incompatible characters are encoded as HTML numeric character references (eg. #65536) and just stripped from body_nommarkup.
2013-07-30 16:41:10 -04:00
..
lib Merge pull request #114 from Macil/rtlfix 2013-06-18 10:41:31 -07:00
locale update polish translation 2012-03-15 20:22:46 +11:00
mod Post search: Search other fields too 2013-07-29 20:20:07 -04:00
anti-bot.php Bugfix: Anti-bot check not allowing posting from second page 2013-01-24 04:56:06 +11:00
cache.php Add Redis caching support. 2013-01-22 20:22:16 -06:00
config.php Search posts 2013-07-29 16:18:06 -04:00
database.php Copyright and license update for 2013. 2013-01-20 21:23:46 +11:00
display.php Only store video URLs in database, instead of the generated player HTML. 2013-07-19 18:36:12 -04:00
events.php Copyright and license update for 2013. 2013-01-20 21:23:46 +11:00
filters.php Update filters to work with new ban table 2013-07-18 10:17:19 -04:00
functions.php MySQL's utf8 charset only supports up to 3-byte symbols. Insterting four byte symbols (U+010000 to U+10FFFF) can be done maliciously to break HTML mark-up. 2013-07-30 16:41:10 -04:00
image.php Option to automatically strip EXIF metadata from JPEGs 2013-07-21 15:50:45 -04:00
instance-config.php Change of instance-config defaults 2011-02-16 16:21:48 +11:00
mod.php Copyright and license update for 2013. 2013-01-20 21:23:46 +11:00
remote.php Copyright and license update for 2013. 2013-01-20 21:23:46 +11:00
template.php Copyright and license update for 2013. 2013-01-20 21:23:46 +11:00