Changelog

  • yaala 0.7.3
    • Two minor bugfixes have been applied.
  • yaala 0.7.2
    • Compatibility changes for old versions of perl.
  • yaala 0.7.1
    • A bug in the persistency code has been fixed.
  • yaala 0.7.0
    • yaala now dumps it's data into a file and may use it in subsequent runs. This way you don't have to keep all your old logfiles.
    • A tiny fix allows yaala to run under Microsoft Windows.
  • yaala 0.6.8
    • A workaround for what seems to be a bug in some versions of Perl 5.8 has been added.
  • yaala 0.6.7
    • yaala now changes into it's own directory before execution. This is useful for cron-scripts and the like.
    • The config option "print-graphs" has been added for two reasons:
      1. People who have GD::Graph installed can prevent yaala from generating graphs now.
      2. People who do neither have GD::Graph installed nor read the readme will hopefully find this option and will get a detailed error message.
  • yaala 0.6.6
    • A bug which would not let "host_width" to be set to zero (infinite length) has been fixed. Thanks to Rafael Santiago for reporting it.
  • yaala 0.6.5
    • More than one aggregation can be selected. This works with both, the Combined and the Classic output module.
    • Elapsed time (from the squid logfiles) is now being printed in hh:mm:ss.f format.
    • The y-Axis of graphs is plotted in percent of the total now.
  • yaala 0.6.4
    • yaala doesn't die anymore, if you select more than three fields with the combined output module. An error message is printed instead.
    • Empty cells are not printed any longer by default when using the Classic output. You can re-enable this behavior with a config-option.
  • yaala 0.6.3
    • Chimera has been renamed to Camino. Safari and MultiZilla have been added to the list of recognized browsers.
    • The sub-index pages in the Classic output now offer a bit more information.
    • A meta tag which is supposed to keep search engines from indexing the reports has been added.
  • yaala 0.6.2
    • The bind9 parser has been re-enabled.
    • A parser for the xferlog has been added.
    • Minor bugfixes.
  • yaala 0.6.1
    • Support for GD::Graph has been added.
    • All tables now show percentages.
    • A parser for postfix entries in the maillog has been added.
    • A bug in Data::Setup has been fixed.
  • yaala 0.6.0
    • Huge parts of yaala's internals have been rewritten. The data-storage is completely new and works better than in the 0.5.x line.
    • General code cleanup. A lot of variables have been renamed.
    • The debug-system has been unified.
    • The Classic-output plugin emulates the "old" (0.4.x) output.
  • yaala 0.5.4
    • An file-input module has been added.
    • Fixed in Format.pm
    • Changes in qmax.css
  • yaala 0.5.3
    • Reverse lookups have been added
    • Code for browser- and OS-recognition has been improved.
  • yaala 0.5.2
    • Every option from the config file has been made available from the command line.
    • The recognition of Windows 2000 has been fixed.
  • yaala 0.5.1
    • config-reading and -parsing have been rewritten
    • A bug in lib/parser/Ncsa.pm has been fixed
    • WebserverTools::detect_referer has been rewritten
  • yaala 0.5.0
    • Key grouping has been added to the topX output module
    • The combined output module has been added
    • i18n and l10n has been added for english and russian
    • Modules (mostly) respect each other's namespace now
    • All GIF images have been removed, in favor of PNG images
    • Support for GD::Graph and Nimda/CodeRed has been removed. It might come back though.
  • yaala 0.4.2
    • Added BIND9 support
  • yaala 0.4.1
    • An exploidable bug has been fixed
  • yaala 0.4
    • Two new parsers have been added:
      • net-acct
      • WNserver
    • Code-internal changes
    • Use of cascading style sheets (CSS) in the HTML output
    • Extraction of keywords entered in a search engine
  • yaala 0.3
    • Major code cleanup
    • The graphs are now in PNG format
    • Option to exclude CodeRed and Nimda attacks from being counted
  • yaala 0.2
    • A (well documented) configuration file has been added
    • The program has been split up in even more modules
    • A second output format has been added
    • Support for access-logfiles (common) has been added
    • The graphs have been improved
  • yaala 0.1
    • Initial version
    • Support for NCSA logfiles is included