]> git.mxchange.org Git - friendica.git/commit
add spam engine
authorfriendica <info@friendica.com>
Tue, 31 Jan 2012 23:54:41 +0000 (15:54 -0800)
committerfriendica <info@friendica.com>
Tue, 31 Jan 2012 23:54:41 +0000 (15:54 -0800)
commitc8c062d96024a23e67e73f1ebffcf7009b18eed1
treeec8382bc177f4f8be6516ab8d2e420088d6f9733
parent4fc455d195fef9f1bfbc9f125788650fb3153237
add spam engine
13 files changed:
library/spam/b8/b8.php [new file with mode: 0644]
library/spam/b8/degenerator/degenerator_default.php [new file with mode: 0644]
library/spam/b8/lexer/lexer_default.php [new file with mode: 0644]
library/spam/b8/storage/storage_base.php [new file with mode: 0644]
library/spam/b8/storage/storage_dba.php [new file with mode: 0644]
library/spam/b8/storage/storage_mysql.php [new file with mode: 0644]
library/spam/doc/COPYING [new file with mode: 0644]
library/spam/doc/ChangeLog [new file with mode: 0644]
library/spam/doc/readme.htm [new file with mode: 0644]
library/spam/doc/readme.rst [new file with mode: 0644]
library/spam/example/index.php [new file with mode: 0644]
library/spam/install/setup_berkeleydb.php [new file with mode: 0644]
library/spam/install/setup_mysql.sql [new file with mode: 0644]