root

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Chgset Date Author Log Message
(edit) @142 [142] 14 months decoder Updated words, closes #2940 as well
(edit) @141 [141] 14 months decoder Tarball and Sig for 3.6
(edit) @140 [140] 14 months decoder Changed version numbers in trunk
(edit) @139 [139] 14 months decoder Changed version numbers in tag
(edit) @138 [138] 14 months decoder FuzzyOcr? SVN Rev 137 -> Tagged as 3.6.0
(edit) @137 [137] 14 months decoder Included patch against fuzzy-find, kindly provided by ptecza [at] …
(edit) @136 [136] 14 months decoder Tag directory for upcoming svn bundle release
(edit) @135 [135] 2 years decoder Deleted
(edit) @134 [134] 2 years decoder test
(edit) @133 [133] 3 years decoder Added License tags too all code files
(edit) @132 [132] 3 years decoder Added capabilities to scan PDF files (highly experimental and disabled by …
(edit) @131 [131] 3 years decoder Fixed formatting problems in rules description output using test_log API …
(edit) @130 [130] 3 years decoder Bugfixes: Removed warnings about Exporter.pm SA 3.2 Compatiblity for …
(edit) @129 [129] 4 years decoder Removed focr_bin_convert from config file
(edit) @128 [128] 4 years decoder Fixed ticket #50 Fixed fuzzy-find to assume a default score of 5 (or -5) …
(edit) @127 [127] 4 years decoder Added warn() when no scansets were loaded because of missing …
(edit) @126 [126] 4 years decoder Added focr_max_height/width Fixed bug with stripped spaces matching vs. …
(edit) @125 [125] 4 years decoder FuzzyOcr? 3.5.1 tag dir and tarball
(edit) @124 [124] 4 years decoder Fixed kill_pid, missing comma
(edit) @123 [123] 4 years jorge Fixed: typo focr_autodisable_negative_score
(edit) @122 [122] 4 years decoder Fixed Deanimate.pm: gifsicle --unoptimize call now correctly done Fixed …
(edit) @121 [121] 4 years decoder Fixed small bug in Misc.pm patch
(edit) @120 [120] 4 years decoder Patch to work correctly with amavisd and others, contributed by Mark …
(edit) @119 [119] 4 years decoder Renamed variables and changed their scoop in both scanset and preprocessor …
(edit) @118 [118] 4 years decoder New option focr_no_homedirs fixing problems in environments where users …
(edit) @117 [117] 4 years decoder Config.pm code modified to make parsing and start up of configuration only …
(edit) @116 [116] 4 years decoder Remove redundant use() calls, fixing ticket #21 Added O_CREAT to another …
(edit) @115 [115] 4 years decoder Fixed hash creation bug, O_RDWR -> O_CREAT|O_RDWR (Thanks to Eric Yiu)
(edit) @114 [114] 4 years jorge Change: MySQL commands are now immune to unusual characters in values, …
(edit) @113 [113] 4 years decoder Fixes wrong file size displayed when fixed gif file size limitation …
(edit) @112 [112] 4 years jorge Added: focr_min_height (default:4) Images with height < focr_min_height …
(edit) @111 [111] 4 years jorge Fixed: generate safe filenames by translating odd characters to …
(edit) @110 [110] 4 years jorge Fixed: Change spaces to underscores when saving images, otherwise it will …
(edit) @109 [109] 4 years jorge Fixed: Handling of focr_log_pmsinfo
(edit) @108 [108] 4 years jorge Added: Option to not log PMS(msgid,from,to) These are logged in spamd. …
(edit) @107 [107] 4 years decoder Fix typos in .cf and fuzzy-find Fix warnings with untie in both Config.pm …
(edit) @106 [106] 4 years decoder Fixed Ticket #21 and autosort config parameter bug
(edit) @105 [105] 4 years decoder Added FuzzyOcr? 3.5.0-rc1 tag
(edit) @104 [104] 4 years decoder Last tweaks, commented out some lines in FuzzyOcr?.cf Added samples, …
(edit) @103 [103] 4 years decoder Added samples
(edit) @102 [102] 4 years decoder Small fix, check GIF file size twice, before and after giffix was called. …
(edit) @101 [101] 4 years decoder Fixed critical typo bug introduced in revision 98 Added another scanset, …
(edit) @100 [100] 4 years decoder Do not use, contains a bug! Adjusted some defaults in config file / …
(edit) @99 [99] 4 years decoder Fix: $haserr defined before for loop starts (Jorge, please check if that …
(edit) @98 [98] 4 years jorge Change: check headers of all files and determine if they are images only …
(edit) @97 [97] 4 years decoder FIX: Remove tempdirs after a global timeout
(edit) @96 [96] 4 years jorge Change: reduced logging by changing infolog -> debuglog Fixed: ocrad …
(edit) @95 [95] 4 years decoder Minor change: Accept all non-negative integers as verbose level (setting …
(edit) @94 [94] 4 years decoder Added Logline for message id, sender and receipients at infolog level
(edit) @93 [93] 4 years decoder Fixed Logging levels, Logging.pm used the wrong arithmetic to compare …
(edit) @92 [92] 4 years jorge Fixed: FuzzyOcr?.pm dumb syntax error.
(edit) @91 [91] 4 years jorge Changes: FuzzyOcr/Config?.pm removed focr_threshold_ from appearing twice …
(edit) @90 [90] 4 years jorge Fixed: imported warnlog from FuzzyOcr::Logging
(edit) @89 [89] 4 years jorge Update: fuzzy-find can now handle lookups with MySQL hashing Change: …
(edit) @88 [88] 4 years decoder Fixes /tmp bug concerning multiple images. For each image, an own /tmp dir …
(edit) @87 [87] 4 years jorge if image is less than 16x16, ocrad complains its too small, and does …
(edit) @86 [86] 4 years jorge Add arguments only if they exist (just in case)
(edit) @85 [85] 4 years decoder Quick fix: $score was reassigned, changed to $nscore
(edit) @84 [84] 4 years decoder Fixed: Mysql password no longer shown in debug output Added: FuzzyOcr? now …
(edit) @83 [83] 4 years decoder Misc.pm fix. Do not $? >> 8 as this is simply wrong. This shift leads to …
(edit) @82 [82] 4 years decoder New option focr_unique_matches: Forces FuzzyOcr? to match each word only …
(edit) @81 [81] 4 years decoder Critical bugfix in Preprocessor.pm (Same bug as Scanset.pm earlier) …
(edit) @80 [80] 4 years decoder Content-Type application/octet-stream is now considered generic (always …
(edit) @79 [79] 4 years decoder Fixed errorlog (was not working, because of $conf) output to stderr -> …
(edit) @78 [78] 4 years decoder Logging fixed (untested): - Verbosity Level now applies ONLY to the …
(edit) @77 [77] 4 years jorge Fixed Logging: now outputs all messages when either spamassassin/spamd is …
(edit) @76 [76] 4 years decoder DONT USE THIS REVISION (Stick to 67 for now) Critical bugfixes here Might …
(edit) @75 [75] 4 years jorge Logging to file/stderr now behaves as described in FuzzyOcr?.cf
(edit) @74 [74] 4 years jorge Fixed MySQL code, a connection is now made only if an image is found in …
(edit) @73 [73] 4 years jorge Fixed typo... line 626
(edit) @72 [72] 4 years jorge Fixed personal_wordlist processing, broke since ~ver 68
(edit) @71 [71] 4 years jorge Changed defaults to agreed upon values.
(edit) @70 [70] 4 years jorge Helper application configuration is now dynamic (see FuzzyOcr?.cf) Changed …
(edit) @69 [69] 4 years jorge Fixed: did not register parse_config
(edit) @68 [68] 4 years jorge SVN fixed. load_global_words and load_personal_words replaced with …
(edit) @67 [67] 4 years decoder Added focr_end_config (last line in FuzzyOcr?.cf) to allow spamassassin …
(edit) @66 [66] 4 years jorge Satisfies Ticket #14 (now closed)
(edit) @65 [65] 4 years decoder New function focr_autosort_scanset: Enables the plugin to automatically …
(edit) @64 [64] 4 years decoder Implemented new configuration option focr_minimal_scanset If this is set …
(edit) @63 [63] 4 years decoder Logging.pm: Added correct "use" lines for locking constants …
(edit) @62 [62] 4 years decoder Changed substitution rules in force_output_in: $output is replaced with …
(edit) @61 [61] 4 years decoder Created Logging.pm, all logging is now done with this module instead of …
(edit) @60 [60] 4 years decoder New Scanset and Preprocessor System Works at first sight but still needs …
(edit) @59 [59] 4 years decoder New classes: - Preprocessor (will be used by scansets) - Scanset (will …
(edit) @58 [58] 4 years jorge + small bug fixes, + added statistical information regarding sub-program …
(edit) @57 [57] 4 years jorge handled save_execute error/timeout correctly
(edit) @56 [56] 4 years decoder Added Screenshots
(edit) @55 [55] 4 years jorge fixed save_execute minor bugs
(edit) @54 [54] 4 years decoder FuzzyOcr?.cf: Removed old gif anim settings Added …
(edit) @53 [53] 4 years decoder Added focr_autodisable_negative_score, satisfying ticket #6
(edit) @52 [52] 4 years decoder Removed all qx calls, added save_execute calls instead.
(edit) @51 [51] 4 years decoder All required modifications for the new save_execute in the modules... now …
(edit) @50 [50] 4 years decoder Added function save_execute which will savely execute a helper …
(edit) @49 [49] 4 years jorge Option to have global or per helper application timeouts. Updated INSTALL …
(edit) @48 [48] 4 years jorge fixed GIF header decoding for width/height
(edit) @47 [47] 4 years jorge Fixed small bug. Added parameter to allow updates to already stored hashes …
(edit) @46 [46] 4 years jorge Fixed Matching algorithm for MySQL hashing
(edit) @45 [45] 4 years jorge If using image hashing, check that required perl modules are available, or …
(edit) @44 [44] 4 years jorge Fixed SQL bug
(edit) @43 [43] 4 years jorge Fixed SQL bug
Note: See TracRevisionLog for help on using the revision log.