60 Revīzijas (master)
 

Autors SHA1 Ziņojums Datums
  adeniz 95eaa859f9 Updated version to 1.4.1. pirms 8 gadiem
  madscientist b64f4a4bec Updating Application Version for using newest Engine Version. pirms 8 gadiem
  adeniz 5733bae97d Incremented version to 1.3.0 (added saccades functionality). pirms 10 gadiem
  madscientist 6978ec4c3f Corrected bug where Hold action cannot complete because the reader is not available. Previous "improvement" was based on a bad assumption that responses were emitted during the job. Actually, responses are emitted after the job is finalized and sent to the output processor so that theory was incorrect. Earlier problem was related to something else & this code was ok. pirms 10 gadiem
  madscientist 0c49c83aa6 Minor revision tick. pirms 10 gadiem
  madscientist 5279129279 Bug fix: doFile now closes message reader immediately after scan so that the file is not open when CGP resumes processing. pirms 10 gadiem
  adeniz 107979a5c3 Remove non-source files from source directories. pirms 10 gadiem
  adeniz 826bcdb9cf Not needed because the LabRats run "autoreconf --install". pirms 12 gadiem
  adeniz c5c18db997 Added so that software from the repository can be built without pirms 12 gadiem
  madscientist f0fb9225aa Fixed bug where Reject action told CGP REJECTED. Quixotically CGPs API indicates that to Reject a message it needs to see ERROR, and that when it sees REJECTED message processing is actually postponed. A look at CGP logs indicates that REJECTED messages are scanned again later. pirms 13 gadiem
  madscientist b1d5a74b4c Improved default snf_engine.xml.sample.in pirms 13 gadiem
  madscientist 96852c9546 Updated snf_engine.xml.sample.in to include XML extensions (XSL/CSS) pirms 13 gadiem
  adeniz 7bd623aa7d Changed version from 0.1.0 to 0.1.2 to match name of tarball. pirms 13 gadiem
  madscientist aa7601fc0a Simplified default configuration file path logic pirms 14 gadiem
  adeniz c3dbdd76e4 Default config file is now snf_milter.xml in the same directory as the pirms 14 gadiem
  adeniz 3b2dc7305c Implemented default config file. Tested under Ubuntu; need to test pirms 14 gadiem
  adeniz 3f47061355 Changed log and startup message prefix from "SNF4CGP" to "CGPSNF". pirms 14 gadiem
  adeniz 2e034a757e Initial revision. pirms 14 gadiem
  adeniz 54f2ac7c54 Initial revision. This files is used for building the *nix package. pirms 14 gadiem
  adeniz 0a9d4beabc Updated config files for CommuniGate. pirms 14 gadiem
  adeniz 4275f5bfb4 Renamed SNF4CGP.xml.sample.in to snf_engine.xml.sample.in pirms 14 gadiem
  adeniz 44ca7ac75b Initial revision. pirms 14 gadiem
  madscientist b8bbba509e Fixed extra qualifier string Job::ScanName(); in JobPool.hpp pirms 14 gadiem
  madscientist 76fbc60db3 Changed revision number (missed it in last commit) pirms 14 gadiem
  madscientist 6677ba8387 Fixed bug - PlatformVersion was not reported. PlatformVersion is now propagated through the initialization sequence to the scanner pool and ultimately the rulebase so it can be reported properly. pirms 14 gadiem
  madscientist 16f5e640f4 Cleaned up some logical expressions for clarity. pirms 14 gadiem
  madscientist 1f9713514c Fixed potential race condition where the ExecutiveProcess might send a notification message through cout while the OutputProcessor was busy using cout also. The result would be (at best) corrupted output. Now the ExecutiveProcess and the OutputProcessor both use OutputProcessor::sendString() which protects cout with a mutex. pirms 14 gadiem
  madscientist 67a3f85926 Fixed bad cin bug - if cin went bad the executive process would loop, rapidly generate UNKNOWN commands, and produce FAILURE outputs. This would happen when CGP was disabling the plugin (Specs say the plugin should get QUIT first, but it didn't). The fix creates a new Command::NOTGOOD that is produced by getCommand() if cin.good() becomes false. The executive process responds to Command::NOTGOOD by announcing the input has gone bad and then shutting down cleanly. pirms 14 gadiem
  madscientist 6fabcf96d3 Created Misc directory pirms 14 gadiem
  madscientist 14e9da2854 Completed ConfigurationEngine pirms 14 gadiem
  madscientist 3493f12b56 Refactored command comment reporting pirms 14 gadiem
  madscientist f7fc41fee1 Completed doMove() logic with and without header injection pirms 14 gadiem
  madscientist 727b31b9b0 Added temporary code for testing Actions during FILE command pirms 14 gadiem
  madscientist 3f7198f89a Added file release to Job::finalize() pirms 14 gadiem
  madscientist 566a593b83 Refactored exception handling and reporting. pirms 14 gadiem
  madscientist 105cc56b2f Re-factored for multiplexed configuration access and cycle stealing updates. pirms 14 gadiem
  madscientist 7180b0d31d Added CGP string formatting pirms 14 gadiem
  madscientist d38973aa63 Corrected shutdown deadlock in Workers. pirms 14 gadiem
  madscientist 27aafa90e0 Added guts to JobPool pirms 14 gadiem
  madscientist 182de1201d Added utility method skeleton to Job class. pirms 14 gadiem
  madscientist 2111d2b112 Added clearJob() pirms 14 gadiem
  madscientist 2005147208 Filled in ScannerPool (Completed?) pirms 14 gadiem
  madscientist e9131c36d5 Sketched in ScannerPool.cpp pirms 14 gadiem
  madscientist 46123c5a75 JobPool.cpp Skeleton. pirms 14 gadiem
  madscientist 90075fc40c Refactored a bit to solve circular references in module includes. pirms 14 gadiem
  madscientist fba5c00979 Fleshed out WorkerPool.cpp pirms 14 gadiem
  madscientist 2ace5f1f8a Filled in OutputProcessor.cpp pirms 14 gadiem
  madscientist 27a8a4a5f6 Cleaned up ExecutiveProcess constructor. pirms 14 gadiem
  madscientist 22b1be6bb0 Fleshed out WorkerPool.hpp. pirms 14 gadiem
  madscientist 61e3c9e6af Reworked and cleaned up allocation and initialization paradigm. pirms 14 gadiem