]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Store blacklist patterns in their own tables
authorEvan Prodromou <evan@status.net>
Thu, 25 Mar 2010 17:49:12 +0000 (13:49 -0400)
committerEvan Prodromou <evan@status.net>
Thu, 25 Mar 2010 17:49:12 +0000 (13:49 -0400)
commit6e644f77a43ea7028e0aafb2d83059d0f19db701
tree57f7a05c8b6190c55613d7176ccf2a70d1df1bcd
parentedee1fc09e304616fbce4ad1d1dae6097655c4e7
Store blacklist patterns in their own tables

We were bumping into limits on the config format in the Blacklist
plugin. So, added new tables for nickname and homepage blacklists, and
changed the plugin to use those instead of config file (actually,
still uses config file in addition, for compatibility).
plugins/Blacklist/BlacklistPlugin.php
plugins/Blacklist/Homepage_blacklist.php [new file with mode: 0644]
plugins/Blacklist/Nickname_blacklist.php [new file with mode: 0644]
plugins/Blacklist/blacklistadminpanel.php