Skip to content

Commit

Permalink
Updated documentation for version 0.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
allinurl committed Dec 15, 2013
1 parent 1c8eb3b commit caa2429
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
16 changes: 16 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
Changes to GoAccess 0.7 - Monday, December 15, 2013
* Added a command line option to ignore request query strings.
* Added additional compiler flags & fixed several warnings.
* Added additional static file extensions.
* Added country per IP to HOSTS module (HTML).
* Added DEBUG mode to Makefile & -O2 to default release.
* Added GEOLOCATION report, includes continents/countries.
* Added IP resolver to HTML output.
* Added module numbers to each module header.
* Added the ability to output JSON and CSV.
* Added Windows NT 6.3 (Win 8.1) to the list.
* Fixed buffer overflow issue with realpath.
* Fixed multiple compiler warnings.
* Properly split request line into the three request modules.
* Updated HTML report to HTML5 plus new CSS styles.

Changes to GoAccess 0.6.1 - Monday, October 07, 2013
* Added active module indication by name.
* Added additional crawlers to the list.
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ outputs the data to the X terminal. Features include:
* Different Color Schemes
* Unlimited log file size
* Custom log format
* Output statistics to a file.
* Output statistics to JSON, CSV or HTML.

Nearly all web log formats...

Expand Down
1 change: 0 additions & 1 deletion TODO
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ email [email protected].
- It'd be nice to have data sliced based on virtual hosts.
- Ability to support terminals without colors.
- Report the remote user portion %u.
- Add the ability to feed a SQL database in real-time.
- Increase the performance when parsing the log file.
- Add command-line parameters.
- Add more reports to it.
Expand Down

0 comments on commit caa2429

Please sign in to comment.