Update of /cvsroot/popfile/engine/Classifier
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8666/Classifier
Modified Files:
Bayes.pm
Log Message:
Change Log
1. New HTML module option 'cookie_cipher'
UI/HTML.pm
UI/HTTP.pm
Users can choose Crypt::DES instead of Crypt::Blowfish.
2. Update POPFile::Random module
POPFile/Random.pm
POPFile/Module.pm
Classifier/Bayes.pm
UI/HTML.pm
UI/HTTP.pm
3. New test script for POPFile::Random
tests/TestRandom.tst
4. Fixed a bug that users couldn't login to the UI on some environment
UI/HTTP.pm
5. Add some tests for UI::HTML
6. Update TestHTML.tst to pass
tests/TestHTML.script
Config bar
History tab
View log file
View text message
Session timeout
Change language in the multiuser mode
7. Minor fix of the test scripts
tests/TestXMLRPC.tst
tests/TestPOP3.tst
tests/TestHTTP.tst
Current state of the test suite:
TestBayesScript PASS
TestBayes PASS
TestConfiguration PASS
TestHistory PASS
TestHTML PASS
TestHTTP PASS
TestIMAP PASS
TestInsertScript PASS *
TestLogger PASS
TestMailParse PASS
TestModule PASS
TestMQ PASS
TestMutex PASS
TestPipeScript PASS
TestPOP3 PASS
TestProxy PASS
TestWordMangle PASS
TestXMLRPC PASS
* : TODO : needs to add tests for multi user support
Index: Bayes.pm
===================================================================
RCS file: /cvsroot/popfile/engine/Classifier/Bayes.pm,v
retrieving revision 1.371
retrieving revision 1.372
diff -C2 -d -r1.371 -r1.372
*** Bayes.pm 30 Apr 2008 14:41:49 -0000 1.371
--- Bayes.pm 1 May 2008 15:21:43 -0000 1.372
***************
*** 1567,1575 ****
# get a random session key in hex
- my $module = $self->global_config_( 'random_module' );
- $self->log_( 1, "Generating random octet using $module" );
-
my $random = $self->random_()->generate_random_string( # PROFILE BLOCK START
- $module,
128,
$self->global_config_( 'crypt_strength' ),
--- 1567,1571 ----
|